/* Generated by less 3.11.1 */
@charset "utf-8";
/*width: calc(25% - 20px);*/
* {
  box-sizing: border-box;
}
figure img {
  width: 100%;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  background-color: black;
}
/*------------------------------------------------------Reset*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: white;
}
section {
  padding: 0 20px;
}
.btn1 {
  display: inline-block;
  margin: 20px 0;
  line-height: 50px;
  padding: 0 60px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #538aa4;
  color: white;
  transition: 0.25s;
}
.btn1:hover {
  background-color: #538aa4;
  color: white;
  transform: scale(1.1);
}
.btn2 {
  display: inline-block;
  margin: 20px 0;
  line-height: 50px;
  padding: 0 60px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  color: black;
  border: solid 2px #538aa4;
  transition: 0.25s;
}
.btn2:hover {
  background-color: #538aa4;
  transform: scale(1.1);
  border: solid 2px white;
}
p {
  line-height: 30px;
}
.id {
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
  font-family: 'Great Vibes', cursive;
  animation: myAnimH1 2s ease 0s 1 normal forwards;
}
@keyframes myAnimH1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*---------------------------------------------Conteneur Design*/
header {
  background-image: url(images/entete.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 90vh;
}
/*---------------------------------------------HEADER*/
nav {
  padding: 30px 0;
}
nav .flexbox {
  align-items: center;
  justify-content: space-around;
}
nav .logo {
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 180px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  margin-right: auto;
  transition: 0.25s;
}
nav .logo:hover {
  transform: scale(1.1);
}
nav ul li a {
  text-align: center;
  display: block;
  color: white;
  margin: 0 30px;
  line-height: 30px;
  transition: 0.25s;
}
nav ul li a:hover {
  transform: scale(1.5);
}
nav .burger {
  width: 60px;
  height: 60px;
  border: solid 1px #538aa4;
  border-radius: 8px;
  background-image: url(images/pictos/burger.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: none;
  position: absolute;
  top: 75px;
  right: 45px;
}
.presentation {
  margin-bottom: 40px;
}
.presentation .flexbox {
  align-items: center;
  justify-content: space-around;
}
.presentation figure {
  width: calc(40% - 20px);
  margin: 10px;
}
.presentation article {
  width: calc(60% - 20px);
  margin: 10px;
}
.presentation article h2 {
  letter-spacing: 3px;
  color: #538aa4;
  margin-bottom: 40px;
}
.presentation article h3 {
  border-bottom: solid 1px #538aa4;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #538aa4;
}
.presentation article p {
  margin-bottom: 20px;
}
.presentation article p strong {
  color: #538aa4;
}
.presentation article cite {
  margin-bottom: 10px;
  display: block;
  color: #538aa4;
}
.coupure {
  background-image: url(images/graph.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 60vh;
  color: white;
}
.coupure h2 {
  padding-top: 200px;
  padding-left: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
.coupure .btn2 {
  margin-left: 20px;
}
.web {
  background-image: url(images/web.jpg);
  background-position: top center;
  min-height: 80vh;
}
.web h2 {
  text-align: center;
  padding-top: 40px;
}
.web .wrap {
  width: 80%;
  margin: 0 auto;
  margin: 40px 0;
}
.web .wrap article {
  width: calc(50% - 20px);
  margin: 10px;
  padding-left: 40px;
}
.web .wrap article ul li {
  width: 80px;
  height: 70px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 17px -6px #538aa4;
}
.web .wrap article ul li:nth-of-type(2) {
  margin-left: 10px;
}
.web .wrap article ul li:nth-of-type(3) {
  margin-left: 10px;
}
.projetsPhotos {
  background-image: url(images/coupure2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 60vh;
  color: white;
  margin-bottom: 40px;
}
.projetsPhotos h2 {
  padding-top: 200px;
  padding-left: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
.projetsPhotos .btn2 {
  margin-left: 20px;
}
.path {
  margin-bottom: 40px;
}
.path h2 {
  text-align: center;
  font-size: 35px;
}
.path .flexbox {
  align-items: center;
  justify-content: space-around;
}
.path figure {
  width: calc(30% - 20px);
  margin: 10px;
}
.path figure img {
  width: 341px;
  height: 516px;
}
.path article {
  width: calc(70% - 20px);
  margin: 10px;
}
.path article h3 {
  border-bottom: solid 1px #538aa4;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #538aa4;
}
.path article p {
  margin-bottom: 10px;
}
.clients {
  background-image: url(images/coupureAvis.jpg);
  background-attachment: fixed;
  background-position: center;
  min-height: 60vh;
  margin-bottom: 40px;
}
.avis {
  margin-bottom: 40px;
  padding-top: 40px;
}
.avis h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}
.avis article {
  width: calc(33.3% - 40px);
  margin: 20px;
}
.avis article figure {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.avis article figure img {
  border-radius: 50%;
  box-shadow: 0px 11px 5px -4px #538aa4;
}
.avis article h3 {
  margin-bottom: 20px;
  color: #538aa4;
}
.avis article p {
  font-style: italic;
}
.illustrations video {
  width: 45%;
  margin: 5%;
}
.illustrations article {
  width: 45%;
  margin-top: 5%;
}
.illustrations article h2 {
  text-align: center;
  color: #538aa4;
  margin-bottom: 20px;
}
.illustrations article p {
  margin-bottom: 20px;
}
.coupure-illus {
  background-image: url(images/coupure-illus.jpg);
  min-height: 60vh;
  background-attachment: fixed;
  background-position: top center;
}
footer {
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  text-align: center;
  min-height: 60vh;
}
footer #scroll_to_top {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 50px;
  right: 30px;
}
footer #scroll_to_top img {
  width: 100px;
}
footer p {
  color: white;
  border-bottom: solid 1px white;
  margin: 0px 250px;
  padding-top: 200px;
}
footer ul.sociaux .flexbox {
  justify-content: center;
}
footer ul.sociaux li a {
  display: block;
  text-indent: -9999px;
  margin-left: 10px;
  padding: 10px;
  width: 30px;
  height: 30px;
  transition: 0.25s;
}
footer ul.sociaux li a:hover {
  transform: scale(1.3);
}
footer ul.sociaux li:nth-of-type(1) a {
  background-image: url(images/pictos/facebook.png);
}
footer ul.sociaux li:nth-of-type(2) a {
  background-image: url(images/pictos/insta.png);
}
footer ul.sociaux li:nth-of-type(3) a {
  background-image: url(images/pictos/linkedin.png);
}
footer ul.sociaux li:nth-of-type(4) a {
  background-image: url(images/pictos/youtube.png);
}
/*---------------------------------------------FIN INDEX*/
/*---------------------------------------------CV-EDITO*/
.edito figure {
  width: calc(50% - 20px);
  margin: 10px;
}
.edito figure img {
  margin: 0 auto;
  width: 810px;
  height: 305px;
}
.edito article {
  width: calc(50% - 20px);
  margin: 10px;
}
.cv {
  text-align: center;
}
/*---------------------------------------------FIN CV-EDITO*/
/*---------------------------------------------VIDEOS*/
.vecto {
  margin: 40px;
}
.vecto h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.vecto article {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
/*---------------------------------------------FIN VIDEOS*/
/*-----------------------------------------THE PATH*/
.histoire h2 {
  text-align: center;
  padding: 40px 0;
}
.histoire cite {
  display: block;
  font-style: italic;
  color: white;
  margin-bottom: 40px;
}
.histoire h3 {
  margin-bottom: 20px;
}
.histoire p {
  margin-bottom: 40px;
}
.coupure-path {
  background-image: url(images/path/coupure-path.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 350px;
}
.personnages .flexbox {
  justify-content: center;
}
.personnages h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 40px 0;
}
.personnages article {
  width: calc(33.3% - 20px);
  margin: 10px;
  padding: 20px;
  border: solid 1px #538aa4;
}
.personnages article h3 {
  display: inline-block;
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 500;
}
.personnages article image {
  width: 500px;
  height: 250px;
}
.coupure-path2 {
  background-image: url(images/path/coupure-path2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 350px;
}
.intro-path {
  text-align: center;
}
.intro-path figure {
  padding: 40px 0;
  width: 300px;
  height: 195px;
  margin: 0 auto;
}
.intro-path h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  padding: 50px 0 40px;
}
.intro-path article {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 40px;
}
.intro-path article img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.intro-path article h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.intro-path article p {
  min-height: 90px;
}
.contact-path {
  text-align: center;
}
.contact-path figure {
  padding: 20px;
  width: 300px;
  height: 195px;
  margin: 0 auto;
}
.contact-path h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  padding-right: 10px;
}
.contact-path .flexbox {
  justify-content: center;
}
.contact-path ul li {
  margin: 20px;
}
.contact-path ul li a {
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-path ul li:nth-of-type(1) a {
  background-image: url(images/path/facebook.png);
  transition: 0.25s;
}
.contact-path ul li:nth-of-type(1) a:hover {
  transform: scale(1.2);
  background-image: url(images/path/facebookHover.png);
}
.contact-path ul li:nth-of-type(2) a {
  background-image: url(images/path/insta.png);
  transition: 0.25s;
}
.contact-path ul li:nth-of-type(2) a:hover {
  transform: scale(1.2);
  background-image: url(images/path/instaHover.png);
}
.contact-path p {
  margin-bottom: 20px;
}
/*-----------------------------------------FIN THE PATH*/
/*-----------------------------------------SITES*/
.sitesPe {
  margin-bottom: 20px;
  text-align: center;
}
.sitesPe h2 {
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 0;
}
.sitesPe p {
  margin: 20px;
}
.sitesPe article {
  width: calc(25% - 20px);
  margin: 10px;
  transition: 0.25s;
}
.sitesPe article h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  border-bottom: solid 1px #538aa4;
  margin: 10px 50px;
}
.sitesPe article p {
  padding: 20px;
  min-height: 70px;
}
.sitesPe article a {
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.25s;
}
.sitesPe article a:hover {
  transform: scale(1.5);
}
.sitesPe article:nth-of-type(1) a {
  background-image: url(images/sites-persos/pe/morrighane.jpg);
}
.sitesPe article:nth-of-type(2) a {
  background-image: url(images/sites-persos/pe/fabritech-blanc.png);
}
.sitesPe article:nth-of-type(3) a {
  background-image: url(images/sites-persos/pe/centres.png);
}
.sitesPe article:nth-of-type(4) a {
  background-image: url(images/sites-persos/pe/VWphotostudio_Logo_blanc.png);
}
.sitesPe article:nth-of-type(1) {
  position: relative;
}
.sitesPe article:nth-of-type(1):after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(images/pictos/wordpressSite.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.sitesPe article:nth-of-type(2) {
  position: relative;
}
.sitesPe article:nth-of-type(2):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/PE.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.sitesPe article:nth-of-type(3) {
  position: relative;
}
.sitesPe article:nth-of-type(3):after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(images/pictos/html-5site.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.sitesPe article:nth-of-type(4) {
  position: relative;
}
.sitesPe article:nth-of-type(4):after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(images/pictos/wordpressSite.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.perso {
  background-image: url(images/sites.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 60vh;
}
.site {
  margin-bottom: 20px;
  text-align: center;
}
.site h2 {
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 40px;
}
.site p {
  margin: 20px;
}
.site article {
  width: calc(25% - 20px);
  margin: 10px;
  transition: 0.25s;
}
.site article h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  border-bottom: solid 1px #538aa4;
  margin: 10px 50px;
}
.site article p {
  padding: 20px;
  min-height: 70px;
}
.site article a {
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.25s;
}
.site article a:hover {
  transform: scale(1.5);
}
.site article:nth-of-type(1) a {
  background-image: url(images/logos-persos/century.png);
}
.site article:nth-of-type(2) a {
  background-image: url(images/logos-persos/sans-pitie.png);
}
.site article:nth-of-type(3) a {
  background-image: url(images/logos-persos/romantic.png);
}
.site article:nth-of-type(4) a {
  background-image: url(images/logos-persos/prism.png);
}
.site article:nth-of-type(5) a {
  background-image: url(images/logos-persos/Zombie.png);
}
.site article:nth-of-type(1) {
  position: relative;
}
.site article:nth-of-type(1):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/responOK.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.site article:nth-of-type(2) {
  position: relative;
}
.site article:nth-of-type(2):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/responNO.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.site article:nth-of-type(3) {
  position: relative;
}
.site article:nth-of-type(3):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/responOK.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.site article:nth-of-type(4) {
  position: relative;
}
.site article:nth-of-type(4):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/responOK.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.site article:nth-of-type(5) {
  position: relative;
}
.site article:nth-of-type(5):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/responNO.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.perso2 {
  background-image: url(images/sites-persos.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 60vh;
}
.pres {
  text-align: center;
  margin-bottom: 20px;
}
.pres h2 {
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 40px;
}
.pres p {
  margin: 20px;
}
.pres article {
  width: calc(25% - 20px);
  margin: 10px;
  transition: 0.25s;
}
.pres article h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  border-bottom: solid 1px #538aa4;
  margin: 10px 50px;
}
.pres article p {
  padding: 20px;
  min-height: 70px;
}
.pres article a {
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 310px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.25s;
}
.pres article a:hover {
  transform: scale(1.5);
}
.pres article:nth-of-type(1) a {
  background-image: url(images/Massif.jpg);
}
.pres article:nth-of-type(2) a {
  background-image: url(images/batis.jpg);
}
.pres article:nth-of-type(3) a {
  background-image: url(images/Ultime.jpg);
}
.pres article:nth-of-type(4) a {
  background-image: url(images/MusicAngels.jpg);
}
.pres article:nth-of-type(5) a {
  background-image: url(images/Edifice.jpg);
}
.pres article:nth-of-type(6) a {
  background-image: url(images/Creative.jpg);
}
.pres article:nth-of-type(7) a {
  background-image: url(images/the-hall-maquette.jpg);
}
/*-----------------------------------------FIN SITES*/
/*---------------------------------------------AFFICHES*/
.affiches .flexbox {
  justify-content: center;
}
.affiches h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 40px;
}
.affiches a {
  margin-right: 10px;
  transition: 0.25s;
}
.affiches a:hover {
  transform: scale(1.1);
}
.affiches p {
  text-align: center;
  margin: 30px 0;
}
.affiches-perso {
  background-image: url(images/affiches.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 60vh;
}
.affiches-fictives .flexbox {
  justify-content: center;
}
.affiches-fictives h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 0;
}
.affiches-fictives a {
  margin-right: 10px;
  transition: 0.25s;
}
.affiches-fictives a:hover {
  transform: scale(1.1);
}
.affiches-fictives p {
  text-align: center;
  margin: 30px 0;
}
.affiches-perso2 {
  background-image: url(images/affiches2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  padding: 150px;
  min-height: 60vh;
}
.affiches-exo .flexbox {
  justify-content: center;
}
.affiches-exo h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 0;
}
.affiches-exo a {
  margin-right: 10px;
  transition: 0.25s;
}
.affiches-exo a:hover {
  transform: scale(1.1);
}
.affiches-exo p {
  text-align: center;
  margin: 30px 0;
}
/*---------------------------------------------FIN AFFICHES*/
/*---------------------------------------------LOGOS*/
.logos-pros {
  margin: 0 auto;
}
.logos-pros h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 0;
}
.logos-pros a {
  margin-right: 10px;
  margin-bottom: 40px;
  transition: 0.25s;
}
.logos-pros a:hover {
  transform: scale(1.2);
}
.logos-pros a:nth-of-type(3) {
  position: relative;
}
.logos-pros a:nth-of-type(3):after {
  content: '';
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(images/pictos/PE.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.logos-pros p {
  text-align: center;
  margin: 30px 0;
}
.coupure-logos1 {
  background-image: url(images/logos-pro2.jpg);
  background-attachment: fixed;
  min-height: 60vh;
}
.logos-fictifs {
  margin: 0 auto;
}
.logos-fictifs h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 0;
}
.logos-fictifs a {
  margin-right: 10px;
  margin-bottom: 40px;
  transition: 0.25s;
}
.logos-fictifs a:hover {
  transform: scale(1.2);
}
.coupure-logos2 {
  background-image: url(images/logos-pro.jpg);
  background-attachment: fixed;
  min-height: 60vh;
}
.logos-exercices {
  margin: 0 auto;
}
.logos-exercices h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 0;
}
.logos-exercices a {
  margin-right: 10px;
  margin-bottom: 40px;
  transition: 0.25s;
}
.logos-exercices a:hover {
  transform: scale(1.2);
}
/*---------------------------------------------FIN LOGOS*/
/*---------------------------------------------PHOTOGRAPHIES*/
.promenade {
  text-align: center;
  margin-bottom: 40px;
}
.promenade img {
  margin: 20px 0;
}
.promenade img.entete {
  width: 200px;
  height: 140px;
}
.promenade h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.promenade p {
  margin-bottom: 40px;
}
.promenade a {
  margin-right: 10px;
  margin-bottom: 20px;
  transition: 0.25s;
}
.promenade a:hover {
  transform: scale(1.1);
}
.transition {
  background-image: url(images/promenades/transition.jpg);
  background-attachment: fixed;
  background-position: center;
  min-height: 60vh;
}
.artistes {
  text-align: center;
  margin-bottom: 40px;
}
.artistes img {
  margin: 20px 0;
}
.artistes h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.artistes p {
  margin-bottom: 40px;
}
.artistes a {
  margin-right: 10px;
  margin-bottom: 20px;
  transition: 0.25s;
}
.artistes a:hover {
  transform: scale(1.1);
}
.coupure-photos {
  background-image: url(images/coupurePhoto.jpg);
  background-attachment: fixed;
  background-position: center;
  min-height: 60vh;
}
.artistes2 {
  text-align: center;
  margin-bottom: 40px;
}
.artistes2 img {
  margin: 20px 0;
}
.artistes2 h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.artistes2 p {
  margin-bottom: 40px;
}
.artistes2 a {
  margin-right: 10px;
  margin-bottom: 20px;
  transition: 0.25s;
}
.artistes2 a:hover {
  transform: scale(1.1);
}
.coupure-photos2 {
  background-image: url(images/coupurePhoto2.jpg);
  background-attachment: fixed;
  background-position: center;
  min-height: 60vh;
}
.divagation {
  text-align: center;
  margin-bottom: 40px;
}
.divagation img {
  margin: 20px 0;
}
.divagation h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.divagation p {
  margin-bottom: 40px;
}
.divagation a {
  margin-right: 10px;
  margin-bottom: 20px;
  transition: 0.25s;
}
.divagation a:hover {
  transform: scale(1.1);
}
/*---------------------------------------------FIN PHOTOGRAPHIES*/
/*---------------------------------------------PROJETS*/
.projetsVisuels {
  min-height: 50vh;
  padding: 0;
}
.projetsVisuels article {
  width: 50%;
  text-align: center;
}
.projetsVisuels article h2 {
  padding: 40px 0;
}
.projetsVisuels article p {
  margin-bottom: 20px;
}
.projetsVisuels figure {
  width: 50%;
  height: 500px;
  background-image: url(images/projets/clip.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.projetsVisuels2 {
  min-height: 50vh;
  padding: 0;
}
.projetsVisuels2 .center {
  width: 100%;
  padding: 0;
}
.projetsVisuels2 figure {
  width: 50%;
  height: 500px;
  background-image: url(images/projets/livre.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.projetsVisuels2 article {
  width: 50%;
  text-align: center;
}
.projetsVisuels2 article h2 {
  padding: 40px 0;
}
.projetsVisuels2 article p {
  margin-bottom: 20px;
}
.projetsVisuels3 {
  min-height: 50vh;
  padding: 0;
}
.projetsVisuels3 .center {
  width: 100%;
  padding: 0;
}
.projetsVisuels3 article {
  width: 50%;
  text-align: center;
}
.projetsVisuels3 article h2 {
  padding: 40px 0;
}
.projetsVisuels3 article p {
  margin-bottom: 20px;
}
.projetsVisuels3 figure {
  width: 50%;
  height: 500px;
  background-image: url(images/projets/studio.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.projetsVisuels4 {
  min-height: 50vh;
  padding: 0;
}
.projetsVisuels4 .center {
  width: 100%;
  padding: 0;
}
.projetsVisuels4 figure {
  width: 50%;
  height: 500px;
  background-image: url(images/projets/illustration.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.projetsVisuels4 article {
  width: 50%;
  text-align: center;
}
.projetsVisuels4 article h2 {
  padding: 40px 0;
}
.projetsVisuels4 article p {
  margin-bottom: 20px;
}
.projetsVisuels5 {
  min-height: 50vh;
  padding: 0;
}
.projetsVisuels5 .center {
  width: 100%;
  padding: 0;
}
.projetsVisuels5 figure {
  width: 50%;
  height: 500px;
  background-image: url(images/projets/couv.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.projetsVisuels5 article {
  width: 50%;
  text-align: center;
}
.projetsVisuels5 article h2 {
  padding: 40px 0;
}
.projetsVisuels5 article p {
  margin-bottom: 20px;
}
/*---------------------------------------------FIN PROJETS*/
/*---------------------------------------------CONTACTS*/
.contact {
  min-height: 300px;
  text-align: center;
}
.contact h2 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 30px;
}
.contact article {
  width: calc(50% - 20px);
  margin: 10px;
}
.contact article i.fas {
  font-size: 60px;
  margin: 20px 0;
  color: #538aa4;
}
.contact article i.fas:nth-of-type(3) {
  display: block;
}
.contact article p {
  margin-bottom: 20px;
  font-size: 20px;
}
.contact article p:nth-of-type(2) {
  display: inline-block;
}
.contact article a {
  display: block;
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  transition: 0.25s;
}
.contact article a:hover {
  transform: scale(1.1);
}
.contact article a:nth-of-type(2) {
  display: inline-block;
  margin-bottom: 0;
  background-image: url(images/pictos/map.png);
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  animation: myAnim 2s ease 0s infinite normal forwards;
  position: relative;
  bottom: 35px;
}
.contact video {
  width: calc(50% - 20px);
  margin: 10px;
  border: solid 1px #538aa4;
  margin-bottom: 40px;
}
.contact h3 {
  font-size: 30px;
  margin: 40px 0;
}
@keyframes myAnim {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
/*---------------------------------------------FIN CONTACTS*/
/*---------------------------------------------PAGE WEB*/
.fabritech {
  min-height: 50vh;
  padding: 0;
}
.fabritech article {
  width: 50%;
  text-align: center;
}
.fabritech article h2 {
  padding: 40px 0;
}
.fabritech article p {
  margin-bottom: 20px;
  padding: 0 20px;
}
.fabritech figure {
  width: 50%;
  height: 500px;
  background-image: url(images/fabritech.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.conferences {
  min-height: 50vh;
  padding: 0;
}
.conferences .center {
  width: 100%;
  padding: 0;
}
.conferences figure {
  width: 50%;
  height: 500px;
  background-image: url(images/bosco.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.conferences article {
  width: 50%;
  text-align: center;
}
.conferences article h2 {
  padding: 40px 0;
}
.conferences article p {
  margin-bottom: 20px;
  padding: 0 20px;
}
.mam {
  min-height: 50vh;
  padding: 0;
}
.mam .center {
  width: 100%;
  padding: 0;
}
.mam article {
  width: 50%;
  text-align: center;
}
.mam article h2 {
  padding: 40px 0;
}
.mam article p {
  margin-bottom: 20px;
  padding: 0 20px;
}
.mam figure {
  width: 50%;
  height: 500px;
  background-image: url(images/betty.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.centres {
  min-height: 50vh;
  padding: 0;
}
.centres .center {
  width: 100%;
  padding: 0;
}
.centres figure {
  width: 50%;
  height: 500px;
  background-image: url(images/com.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.centres article {
  width: 50%;
  text-align: center;
}
.centres article h2 {
  padding: 40px 0;
}
.centres article p {
  margin-bottom: 20px;
  padding: 0 20px;
}
.projetsVisuels5 {
  min-height: 50vh;
  padding: 0;
}
.projetsVisuels5 .center {
  width: 100%;
  padding: 0;
}
.projetsVisuels5 figure {
  width: 50%;
  height: 500px;
  background-image: url(images/projets/couv.jpg);
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}
.projetsVisuels5 article {
  width: 50%;
  text-align: center;
}
.projetsVisuels5 article h2 {
  padding: 40px 0;
}
.projetsVisuels5 article p {
  margin-bottom: 20px;
}
/*---------------------------------------------FIN PAGE WEB*/
/*---------------------------FIN DES PAGES---------------------*/
/*---------------------------------------------POINT BREAK 1080px*/
@media screen and (max-width: 1080px) {
  .center {
    width: 100%;
  }
  nav .logo {
    display: inline-block;
    margin: 0 auto;
  }
  .coupure h2 {
    padding-top: 110px;
  }
  .web .wrap article {
    padding-left: 0;
  }
  .projetsPhotos h2 {
    padding-top: 110px;
  }
  .path figure {
    height: 410px;
  }
  .path figure img {
    height: 410px;
  }
  footer p {
    padding-top: 150px;
  }
  .sitesPe article {
    width: calc(50% - 20px);
  }
  .site article {
    width: calc(50% - 20px);
  }
  .pres article {
    width: 30%;
  }
  .coupure-logos1 {
    background-position: right;
  }
  .coupure-logos2 {
    background-image: url(images/1024px/coupure-logos2.jpg);
    background-repeat: no-repeat;
    background-attachment: none;
  }
  .edito article {
    width: calc(100% - 20px);
  }
}
/*---------------------------------------------POINT BREAK 768px*/
@media screen and (max-width: 768px) {
  nav div.flexbox ul.flexbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding-top: 20px;
    transition: 0.25s;
    flex-direction: column;
    background-color: black;
  }
  nav div.flexbox ul.flexbox.open {
    top: 0;
    bottom: 0;
  }
  nav .burger {
    display: block;
    z-index: 999;
  }
  nav .burger.openBurger {
    background-position: left;
  }
  .presentation figure {
    width: calc(75% - 20px);
  }
  .presentation article {
    width: calc(100% - 20px);
  }
  .path article {
    width: calc(100% - 20px);
  }
  .path figure {
    width: 100%;
  }
  .path figure img {
    background-image: url(images/tablette/path.jpg);
    margin: 0 auto;
    display: block;
    width: 285px;
  }
  .edito figure img {
    height: 140px;
  }
  footer p {
    margin: 0 236px;
  }
  footer #scroll_to_top {
    right: -15px;
  }
  footer #scroll_to_top img {
    width: 50px;
  }
  .coupure-logos1 {
    background-position: center;
  }
  .intro-path article {
    width: calc(100% - 20px);
  }
  .contact article {
    width: calc(100% - 20px);
  }
  .contact article a:nth-of-type(2) {
    bottom: 38px;
  }
  .contact video {
    width: calc(100% - 20px);
  }
  .projetsVisuels figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/clip.jpg);
  }
  .projetsVisuels2 figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/livre.jpg);
  }
  .projetsVisuels3 figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/studio.jpg);
  }
  .projetsVisuels4 figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/illu.jpg);
  }
  .projetsVisuels5 figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/couv.jpg);
  }
  .illustrations video {
    width: 100%;
    margin: 0 auto;
  }
  .illustrations article {
    width: 100%;
  }
  .fabritech figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/fabritech.jpg);
  }
  .fabritech article {
    padding: 40px;
  }
  .conferences figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/bosco.jpg);
  }
  .conferences article {
    padding: 40px;
  }
  .mam figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/betty.jpg);
  }
  .mam article {
    padding: 40px;
  }
  .centres figure {
    background-attachment: local;
    height: 550px;
    background-image: url(images/tablette/centres.jpg);
  }
  .centres article {
    padding: 40px;
  }
}
/*---------------------------------------------POINT BREAK 570px*/
@media screen and (max-width: 570px) {
  nav {
    padding: 5px 0;
  }
  header {
    background-image: url(images/portable/header.jpg);
  }
  footer p {
    margin: 0 65px;
  }
  .coupure {
    background-position: center;
  }
  .coupure h2 {
    font-size: 20px;
    padding-top: 85px;
  }
  .web .wrap article {
    width: calc(100% - 20px);
  }
  .web .wrap .btn {
    padding: 0 55px;
  }
  .projetsPhotos h2 {
    font-size: 20px;
    padding-top: 85px;
  }
  .path article .btn1 {
    padding: 0 15px;
  }
  .personnages article {
    width: calc(100% - 20px);
  }
  .intro-path article .btn2 {
    padding: 0 35px;
  }
  .sitesPe article {
    width: calc(100% - 20px);
  }
  .site article {
    width: calc(100% - 20px);
  }
  .pres article {
    width: calc(100% - 20px);
  }
  .logos-pros a {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .logos-fictifs a {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .logos-exercices a {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .projetsVisuels article {
    width: 100%;
  }
  .projetsVisuels figure {
    width: 100%;
  }
  .projetsVisuels2 article {
    width: 100%;
  }
  .projetsVisuels2 figure {
    width: 100%;
  }
  .projetsVisuels3 article {
    width: 100%;
  }
  .projetsVisuels3 figure {
    width: 100%;
  }
  .projetsVisuels4 article {
    width: 100%;
  }
  .projetsVisuels4 figure {
    width: 100%;
  }
  .projetsVisuels5 article {
    width: 100%;
  }
  .projetsVisuels5 figure {
    width: 100%;
  }
  .fabritech article {
    width: 100%;
  }
  .fabritech figure {
    width: 100%;
  }
  .conferences article {
    width: 100%;
  }
  .conferences figure {
    width: 100%;
  }
  .mam article {
    width: 100%;
  }
  .mam figure {
    width: 100%;
  }
  .centres article {
    width: 100%;
  }
  .centres figure {
    width: 100%;
  }
  .contact article a:nth-of-type(2) {
    bottom: 0;
  }
  .avis article {
    width: calc(100% - 40px);
  }
  .clients {
    background-image: url(images/portable/coupureClients.jpg);
    background-repeat: no-repeat;
    min-height: 30vh;
  }
}
/*---------------------------------------------POINT BREAK 425px*/
@media screen and (max-width: 425px) {
  nav .burger {
    right: 15px;
  }
  .btn1 {
    padding: 0 15px;
  }
  footer p {
    margin: 0 50px;
  }
  .affiches a {
    margin-bottom: 20px;
  }
  .affiches-fictives a {
    margin-bottom: 20px;
  }
  .affiches-exo a {
    margin-bottom: 20px;
  }
}
