/* Generated by less 3.11.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: auto;
  background-color: #fff;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #3d3935;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
@font-face {
  font-family: 'Autography';
  src: url("../font/Autography.otf");
}
@font-face {
  font-family: 'Geometos';
  src: url("../font/Geometos.ttf");
}
/* ------------------------------- RECURENTES -- */
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #ffb600;
  bottom: 60px;
  right: 60px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: #c14729;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 1;
}
.gotop:hover {
  background-color: #ffb600;
  color: #3d3935;
  font-size: 17px;
}
h1 {
  display: none;
}
.visible {
  display: block;
  font-size: 60px;
  color: #c14729;
  text-align: center;
  margin: 0 auto 25px auto;
  font-family: 'Autography';
  font-weight: normal;
  line-height: 60px;
}
h2 {
  width: 800px;
  text-align: center;
  line-height: 60px;
  font-family: 'Geometos';
  font-size: 61px;
  color: #3d3935;
  font-weight: normal;
  margin-top: 40px;
}
h3 {
  font-family: 'Autography';
  font-size: 60px;
  line-height: 62px;
  font-weight: normal;
  color: #c14729;
  margin-bottom: 40px;
  text-align: center;
}
h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Geometos';
  letter-spacing: 1px;
}
h5 {
  text-align: center;
  font-family: 'Geometos';
  font-size: 30px;
  color: #c14729;
}
div.trait {
  height: 2px;
  background-color: #c14729;
  width: 50%;
  margin: 15px auto;
}
p {
  font-family: 'roboto';
  margin: 20px auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
/* -------------------------------- Changer la couleur du logo svg ---------------*/
svg#Calque_1 path {
  margin: 0 auto;
  fill: #ffb600;
  transition: all 0.5s;
}
svg#Calque_1 path:hover {
  fill: #fff;
}
div.sociaux {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 100px;
  left: 0;
  z-index: 1000;
  width: 70px;
}
div.sociaux a {
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  background-color: #ffb600;
  color: #c14729;
  font-size: 20px;
  transition: all 0.5s;
  margin-bottom: 2px;
}
div.sociaux a:hover {
  color: #3d3935;
  font-size: 22px;
  width: 70px;
}
div.t {
  padding: 0 40px 40px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.t p.ti {
  font-family: 'Geometos';
  color: #ffb600;
  font-size: 40px;
  padding: 40px;
  border: 2px solid #ffb600;
}
/* ------------------------------- END RECURENTES -- */
/* ------------------------------- BARRE DE DEFILEMENT -- */
#progress {
  background-color: #ffb600;
  height: 3px;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /* Peut être important si vous avez un menu en position fixe */
}
/* ------------------------------- HEADER -- */
header {
  height: 500px;
  width: 100vw;
  padding: 0 15px;
  background-image: url(../img/header.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
/* ------------------------------- NAV -- */
div.burger {
  display: none;
}
div.menu {
  display: none;
}
#menu {
  width: 100%;
  height: 70px;
  background-color: #3d3935;
  position: sticky;
  top: 0;
  z-index: 999;
}
#menu ul {
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-content: space-around;
}
#menu ul li.deroulant {
  position: relative;
}
#menu ul li.deroulant ul.sous {
  flex-direction: column;
  position: absolute;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.9s;
  visibility: hidden;
  width: 100%;
}
#menu ul li.deroulant ul.sous li.deroulant1 {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  list-style-type: none;
  background-color: #f1f1f3;
  transition: all 0.5s;
  border-bottom: 1px solid #c14729;
  margin: 0 auto;
  top: 110px;
}
#menu ul li.deroulant ul.sous li.deroulant1 a {
  display: block;
  text-decoration: none;
  color: #3d3935;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
}
#menu ul li.deroulant ul.sous li.deroulant1 a:hover {
  color: #c14729;
  font-size: 16px;
  background: none;
}
#menu ul li.deroulant ul.sous li.deroulant1:hover {
  background-color: #f1f1f3;
}
#menu ul li.deroulant:hover ul.sous {
  opacity: 1;
  display: block;
  transform: translateY(0);
  transition: all 0.9s;
  visibility: visible;
}
#menu ul li {
  list-style-type: none;
  width: 16.666%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* -------------- enlever l'animation trait glisse sur le logo ---------------*/
}
#menu ul li a {
  color: #ffb600;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  line-height: 70px;
  display: block;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline;
  background: linear-gradient(to top, #ffb600 0%, #ffb600 5%, transparent 5.01%) no-repeat left bottom / 0 100%;
}
#menu ul li a:hover {
  color: #c14729;
  background-size: 100% 100%;
  transition: background-size 0.5s;
}
#menu ul li.deroulant {
  background: none;
}
#menu ul li.deroulant1 {
  background: none;
}
#menu ul li.logo {
  background: none;
}
/* ----------- SYNOPSIS -- */
article.syno {
  padding: 120px 60px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
article.syno p {
  text-align: justify;
}
article.syno .soustitre {
  text-align: center;
  margin-bottom: 40px;
}
article.syno .inf {
  padding: 15px 25px;
  background-color: #c14729;
  color: #fff;
  text-align: justify;
}
/* ----------- POINTS FORTS -- */
section.points {
  padding: 80px 60px 40px 60px;
  background-position: center center;
  position: relative;
}
section.points:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.points .sous {
  text-align: center;
  font-size: 40px;
  color: #3d3935;
  margin-bottom: 100px;
  font-family: 'Geometos';
  letter-spacing: 2px;
  position: relative;
  line-height: 40px;
}
section.points .sou {
  text-align: center;
  font-size: 40px;
  color: #3d3935;
  margin-bottom: 20px;
  font-family: 'Geometos';
  letter-spacing: 2px;
  line-height: 45px;
  position: relative;
}
section.points article.fort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  flex-wrap: wrap;
}
section.points article.fort div.serv {
  text-align: center;
  width: 300px;
  margin: 15px;
}
section.points article.fort div.serv i.fas {
  font-size: 40px;
  color: #c14729;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #c14729;
  margin-bottom: 25px;
  line-height: 100px;
}
section.points article.fort div.serv p {
  font-size: 24px;
  color: #c14729;
  font-weight: bold;
  margin-bottom: 25px;
}
section.points article.fort div.serv p:nth-child(1) {
  font-family: 'Geometos';
  font-size: 18px;
  font-weight: normal;
}
section.points article.fort div.serv .pm {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 50px;
  color: #3d3935;
  text-align: center justify;
}
section.points article.fort div.serv img {
  margin: 100px auto 50px auto;
}
section.points article.fort p.bref {
  margin: 50px auto;
  color: #c14729;
  padding: 45px;
  background-color: #fff;
  text-align: justify;
  text-align: center;
}
section.points article.fort p.bref span.nota {
  color: #3d3935;
  font-weight: bold;
  display: block;
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
}
section.points article.fort p.bref span.text {
  color: #3d3935;
  line-height: 2px;
}
section.points article.fort p.bref span.text a {
  font-weight: 400;
  color: #3d3935;
}
.alk {
  background-image: url(../img/gris1.jpg);
  background-size: cover;
}
.alm {
  background-image: url(../img/identitevisuelle.jpg);
  background-size: cover;
}
.step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.step div.mc {
  padding: 25px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step div.mc p {
  text-align: justify;
}
.step div.mc h5 {
  color: #ffb600;
  font-weight: 400;
  margin: 0 auto;
}
.step article div.images {
  margin: 60px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step article div.images img {
  margin: 15px;
  width: 370px;
}
.step article div.images .face {
  width: auto;
}
/* -----------CONFIANCE -- */
section.confiance {
  padding: 150px 60px;
  background-image: url(../img/fleurs.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
section.confiance div.container {
  padding: 0 80px;
  margin: 100px auto 90px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.confiance div.container article {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.confiance div.container article img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 30px;
}
section.confiance div.mc {
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
section.confiance div.mc p.merci {
  font-family: 'Autography';
  color: #c14729;
  font-size: 50px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 50px;
}
section.confiance div.portfolio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  justify-content: center;
}
section.confiance div.portfolio div.serv {
  width: 300px;
  margin: 50px 15px 0 15px;
}
section.confiance div.portfolio div.serv a i.fas {
  font-size: 40px;
  color: #c14729;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #ffb600;
  line-height: 100px;
  transition: all 0.5s;
}
section.confiance div.portfolio div.serv a i.fas:hover {
  font-size: 43px;
  color: #3d3935;
}
section.confiance div.portfolio div.serv img {
  justify-content: flex-end;
}
section.confiance div.portfolio div.serv p {
  font-weight: 400;
  color: #c14729;
}
/* ----------- FOOTER -- */
section.foot {
  padding: 25px 60px 40px 60px;
  background-color: #3d3935;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.foot p {
  color: #fff;
  margin-top: 0;
}
section.foot div.cent {
  margin: 0 auto;
  width: 1200px;
  padding: 25px 40px 10px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.foot div.cent article {
  width: 200px;
  margin: auto;
  text-align: center;
  margin: 25px;
}
section.foot div.cent article div.prop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
section.foot div.cent article div.prop a {
  margin-bottom: 10px;
  color: #ffb600;
  transition: all 0.5s;
  font-weight: 300;
  font-size: 16px;
}
section.foot div.cent article div.prop a:hover {
  color: #c14729;
}
section.foot div.cent article div.partage {
  width: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
section.foot div.cent article div.partage i {
  color: #ffb600;
  font-size: 18px;
  transition: all 0.5s;
}
section.foot div.cent article div.partage i:hover {
  color: #c14729;
}
section.foot div.cent article div.contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
section.foot div.cent article div.contact a {
  color: #ffb600;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
  letter-spacing: 0.7px;
}
section.foot div.cent article div.contact a:hover {
  color: #c14729;
}
section.foot div.cent article div.contact .tel {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
}
section.foot div.cent article img.log {
  margin: 0 auto 15px auto;
}
section.foot div.cent article.deux {
  margin: auto;
  padding: 0;
}
section.foot div.cent article.deux div {
  height: 180px;
  background-color: #fff;
}
section.foot div.cent article.deux footer {
  margin-top: 5px;
  text-align: center;
  background-color: #3d3935;
}
section.foot div.cent article.deux footer p {
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}
section.foot div.cent article.deux footer p a {
  color: #ffb600;
  font-weight: bold;
  transition: all 0.5s;
  letter-spacing: 0.7px;
  font-size: 13px;
}
section.foot div.cent article.deux footer p a:hover {
  color: #c14729;
}
section.foot div.cent article.deux footer p .co {
  letter-spacing: 1px;
}
/* ----------- A PROPOS -- */
section.moi {
  padding: 120px 60px 0 60px;
  text-align: justify;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
section.moi p.mo {
  margin: 0 auto 50px auto;
  text-align: justify;
}
section.moi section.un {
  margin: 50px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
section.moi section.un div.trai {
  height: 1px;
  width: 20%;
  background-color: #c14729;
  margin: auto 0;
}
section.moi section.un div.photo {
  margin: 25px;
}
section.moi section.un div.photo img {
  border-radius: 50%;
}
section.moi section.text {
  width: 1400px;
  margin: 0 auto;
  text-align: justify;
}
section.moi article.conseil {
  padding: 25px;
  margin: 0 auto;
}
section.moi article.conseil p.succes {
  width: 100%;
  padding: 25px;
  border: 2px solid #ffb600;
  line-height: 25px;
  text-align: justify;
}
/* ----------- particulier événement -- */
article.parti {
  background-image: url(/img/baby.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 60px 0 60px;
}
article.parti div.par {
  color: #3d3935;
  margin: 50px auto 0 auto;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
article.parti div.par p {
  text-align: justify;
}
article.parti .imag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto;
}
article.parti .imag img {
  width: 250px;
  margin: 25px;
}
/* ----------- J'aime -- */
article.aime {
  padding: 20px 40px 150px 40px;
  margin-top: 90px;
  background-color: #f1f1f3;
}
article.aime section.jaime {
  padding: 0 40px;
}
article.aime section.jaime article {
  width: 1400px;
  text-align: center;
  margin: 0 auto;
}
article.aime section.jaime article .hobbies {
  margin: 50px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
article.aime section.jaime article .hobbies div.trai {
  height: 1px;
  width: 20%;
  background-color: #c14729;
  margin: auto 0;
}
article.aime section.jaime article .hobbies div.photo {
  height: 120px;
  width: 120px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffb600;
  margin: 25px;
}
article.aime section.jaime article .hobbies div.photo i.fas {
  font-size: 50px;
  line-height: 120px;
  color: #fff;
}
article.aime .dernier div.vu {
  padding-top: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article.aime .dernier div.vu article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 20px 50px;
  width: 200px;
}
article.aime .dernier div.vu article p {
  width: 100%;
}
article.aime .dernier div.vu article p i {
  margin: auto 5px;
}
div.question {
  background-color: #fff;
  margin: 90px auto;
  text-align: center;
}
div.question p {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
}
div.question a {
  height: 50px;
  width: 250px;
  background-color: #ffb600;
  line-height: 50px;
  color: #c14729;
  font-weight: 500;
  /* -------------------------------- animation glisse ---------------*/
  box-shadow: inset 0 0 0 0 #c14729;
  transition: all 0.9s;
  font-size: 16px;
  outline: none;
  margin: 10px auto;
  display: block;
  /* -------------------------------- Fin animation glisse ---------------*/
}
div.question a:hover {
  box-shadow: inset 250px 0 0 0 #c14729;
  cursor: pointer;
  color: #ffb600;
}
/* ----------- PORTFOLIO -- */
section.print {
  padding: 120px 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
section.print p {
  width: 1200px;
  text-align: justify;
}
article.logo {
  background-image: url(../img/pencil.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
article.logo div.t p.ti {
  color: #c14729;
  border: 2px solid #c14729;
}
article.logo div.carou {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}
article.logo div.carou img {
  margin: 25px;
  width: 300px;
  border-radius: 5%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
/***************************************************************** PORTFOLIO PRINT **/
section.printing {
  padding: 150px 60px;
  background-color: #f1f1f3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
section.printing div.t {
  margin: 0 auto;
}
section.printing div.t p.ti {
  color: #c14729;
  border: 2px solid #c14729;
  line-height: 40px;
}
section.printing div.t .essai {
  color: #3d3935;
  font-size: 20px;
  font-family: 'Roboto';
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
}
section.printing div.t .essai span.jaune {
  color: #c14729;
}
section.printing div.t .essai span.blanc {
  color: #c14729;
}
section.printing article div.img {
  padding: 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.printing article div.img figure {
  width: 400px;
  height: 283px;
  margin: 20px;
}
section.printing article div.img figure figcaption {
  position: relative;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  bottom: 30px;
  left: 0;
  text-align: center;
  opacity: 0.8;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Roboto';
}
/***************************************************************** PORTFOLIO WEB **/
section.portfolio-web {
  width: 100%;
  background-image: url(../img/web.jpg);
  background-size: cover;
  padding: 100px 60px;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
section.portfolio-web :before,
section.portfolio-web :after {
  content: '';
}
section.portfolio-web div.t {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
section.portfolio-web div.t p.ti {
  color: #c14729;
  border: 2px solid #c14729;
  line-height: 40px;
  background-color: #fff;
}
section.portfolio-web div.t .essai {
  color: #3d3935;
  font-size: 20px;
  font-family: 'Roboto';
  text-align: center;
  font-weight: normal;
}
section.portfolio-web div.t .essai span.jaune {
  color: #c14729;
}
section.portfolio-web div.t .essai span.blanc {
  color: #c14729;
}
section.portfolio-web section.photoweb {
  max-width: 960px;
  margin: 60px auto 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}
section.portfolio-web section.photoweb :before,
section.portfolio-web section.photoweb :after {
  content: '';
}
section.portfolio-web section.photoweb a.web {
  height: 300px;
  width: 300px;
  position: relative;
  margin: 20px auto;
  transition: all 0.5s;
}
section.portfolio-web section.photoweb a.web p.nom {
  font-size: 20px;
  line-height: 25px;
  width: 296px;
  color: #ffb600;
  font-weight: bold;
  font-family: 'Roboto';
  position: relative;
  text-align: center;
}
section.portfolio-web section.photoweb a.web p.nom span.t {
  color: #ffb600;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 19px;
}
section.portfolio-web section.photoweb a.web:hover {
  transform: scale(1) rotate(10deg);
}
section.portfolio-web section.photoweb a.cadre {
  overflow: hidden;
}
section.portfolio-web section.photoweb a.web:before {
  background-color: #c14729;
  border-bottom: 4px solid #ffb600;
  position: absolute;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
}
section.portfolio-web section.photoweb .f {
  background-image: url(../img/asset.jpg);
  background-size: cover;
}
section.portfolio-web section.photoweb .g {
  background-image: url(../img/nazireat.jpg);
  background-size: cover;
}
section.portfolio-web section.photoweb .h {
  background-image: url(../img/onlyquad.jpg);
  background-size: cover;
}
section.portfolio-web section.photoweb .i {
  background-image: url(../img/zasyet.jpg);
  background-size: cover;
}
section.portfolio-web section.photoweb .j {
  background-image: url(../img/karugrafiksimu.jpg);
  background-size: cover;
}
section.portfolio-web section.photoweb .k {
  background-image: url(../img/eatandyoga.jpg);
  background-size: cover;
}
/********************************************************Creation site WEB **/
article.syno {
  padding-bottom: 90px;
}
article.toile {
  background-image: url(../img/search.jpg);
  background-size: cover;
  height: 200px;
  margin-bottom: 50px;
  background-position: center center;
}
article.ami {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 60px;
}
article.we {
  background-image: none;
  background-color: #f1f1f3;
  padding: 60px;
  margin-top: 90px;
}
article.we section.refonte {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article.we section.refonte div.center p {
  text-align: justify;
}
article.we section.refonte div.ref {
  margin: 40px auto;
  border: 1px solid #ffb600;
  padding: 10px;
}
article.we section.refonte div.ref p {
  font-weight: 400;
  text-align: center;
}
article.we section.refonte div.ref .portweb {
  text-align: center;
}
article.we section.refonte div.ref .portweb a i.fa-laptop {
  font-size: 40px;
  color: #c14729;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #ffb600;
  margin-bottom: 25px;
  line-height: 100px;
  transition: all 0.5s;
}
article.we section.refonte div.ref .portweb a i.fa-laptop:hover {
  font-size: 43px;
  color: #3d3935;
}
/*-------------------------------- MEDIA QUERY 960px --------------------*/
@media screen and (max-width: 960px) {
  .center {
    width: auto;
    margin: 0 auto;
  }
  header {
    height: 450px;
    padding: 80px 0;
  }
  header img {
    width: 350px;
  }
  article.syno {
    padding: 80px 60px;
  }
  section.moi {
    padding: 80px 60px;
  }
  nav.menu {
    width: 100%;
  }
  section.points article.fort div.serv {
    width: 250px;
    margin: 5px;
  }
  section.points article.fort div.serv i.fas {
    font-size: 30px;
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
  section.confiance {
    padding: 80px 60px;
  }
  section.print {
    padding: 80px 60px;
  }
  section.printing {
    padding: 50px 60px;
  }
  section.printing article div.img {
    padding: 0;
  }
  section.printing article div.img figure {
    width: 320px;
  }
  section.printing article div.img figure.en {
    display: none;
  }
  section.portfolio-web {
    padding: 50px 60px;
  }
}
/*-------------------------------- MEDIA QUERY 768px --------------------*/
@media screen and (max-width: 768px) {
  nav.menu {
    display: none;
  }
  .gotop {
    display: none;
  }
  div.sociaux {
    flex-direction: row;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  div.sociaux a {
    line-height: 40px;
    height: 40px;
    width: 33.33%;
    margin: 2px;
  }
  div.sociaux a:hover {
    width: 33.33%;
  }
  div.burger {
    width: 100%;
    height: 60px;
    background-color: #3d3935;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ffb600;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffb600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.burger span:before,
  div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffb600;
    transition: all 0.3s ease-in-out;
  }
  div.burger span:before {
    top: -10px;
  }
  div.burger span:after {
    top: 10px;
  }
  div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.menu {
    display: block;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 2;
    left: -100%;
    top: 0;
    transform: translateX(0);
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
  }
  div.menu.is-open {
    transform: translateX(100%);
  }
  div.menu ul {
    position: absolute;
    top: -100px;
    transform: translateY(50%);
    width: 100%;
    padding-left: 60px;
  }
  div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
  }
  div.menu ul li a {
    text-decoration: none;
    display: block;
    color: #ffb600;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;
    transition: all 0.5s;
  }
  div.menu ul li a:before,
  div.menu ul li a:after {
    content: '';
    position: absolute;
    display: block;
    height: 1.5px;
    width: 90%;
    background-color: #fff;
    left: 0;
  }
  div.menu ul li a:hover {
    color: #fff;
    letter-spacing: 2px;
  }
  header {
    height: 400px;
    padding: 80px 0;
    background-image: url(../img/head2.jpg);
  }
  header h2.logos {
    font-size: 50px;
    width: 400px;
  }
  header img {
    width: 280px;
  }
  article.syno {
    padding: 80px 40px;
  }
  article.we {
    margin-top: 0;
    padding: 80px 40px;
  }
  article.we h5 {
    font-size: 25px;
  }
  article.parti div.par {
    padding: 0;
  }
  section.moi {
    padding: 80px 40px;
  }
  .step div.mc h5 {
    font-size: 25px;
  }
  article.ami {
    padding: 20px 40px;
  }
  section.confiance h5 {
    font-size: 25px;
  }
  article.parti {
    padding: 80px 40px;
  }
  article.parti h5 {
    font-size: 25px;
  }
  section.print {
    padding: 80px 40px;
  }
}
/*-------------------------------- MEDIA QUERY 720px --------------------*/
@media screen and (max-width: 728px) {
  article.parti div.par article.imag img {
    width: 320px;
  }
  section.points article.fort div.serv {
    width: 320px;
    margin: 0;
  }
  section.points article.fort div.serv i.fas {
    font-size: 30px;
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}
/*-------------------------------- MEDIA QUERY 600px --------------------*/
@media screen and (max-width: 600px) {
  header {
    height: 400px;
    padding: 80px 20px;
  }
  article.syno {
    padding: 50px 40px 25px 40px;
  }
  section.moi {
    padding-top: 50px;
  }
  section.confiance {
    padding: 50px 40px;
  }
  section.print {
    padding: 80px 40px;
  }
  section.printing {
    padding: 50px 40px;
  }
  section.printing article div.img {
    padding: 0;
  }
  section.printing article div.img figure {
    width: 320px;
  }
  section.portfolio-web {
    padding: 50px 40px;
  }
}
/*-------------------------------- MEDIA QUERY 475px --------------------*/
@media screen and (max-width: 475px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }
  header {
    height: 320px;
  }
  header h2.logos {
    font-size: 37px;
    line-height: 40px;
  }
  header img {
    width: 200px;
  }
  section.confiance {
    padding: 40px 20px;
  }
  section.confiance div.container {
    padding: 0 25px;
    margin-top: 30px;
  }
  section.confiance div.container article img {
    width: 80%;
    margin: 15px;
  }
  section.confiance div.portfolio div.serv {
    margin: 30px 15px 0 15px;
  }
  section.confiance div.portfolio div.serv a i.fas {
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  section.confiance div.portfolio div.serv a i.fas:hover {
    font-size: 33px;
  }
  article.syno div.center h3 {
    font-size: 50px;
    line-height: 50px;
  }
  section.moi {
    padding-bottom: 20px;
  }
  section.moi h1.visible {
    font-size: 50px;
    line-height: 50px;
  }
  section.print {
    padding: 70px 20px 30px 20px;
  }
  section.print h1.visible {
    font-size: 50px;
    line-height: 50px;
  }
  section.printing div.t p.ti {
    font-size: 30px;
    padding: 20px;
    margin: 0;
  }
  section.printing div.t p.essai {
    font-size: 18px;
    line-height: 24px;
  }
  section.printing article div.img figure {
    width: 300px;
    height: 183px;
    margin: 20px;
  }
  section.printing article div.img figure figcaption {
    font-size: 16px;
  }
  article.we {
    padding: 20px;
  }
  article.we section.refonte div.ref {
    margin: 10px auto;
  }
  article.we section.refonte div.ref .portweb a i.fa-laptop {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  article.we section.refonte div.ref .portweb a i.fa-laptop:hover {
    font-size: 33px;
  }
  article.logo div.t p.ti {
    font-size: 30px;
    padding: 20px;
    margin: 0;
  }
  section.portfolio-web div.t p.ti {
    font-size: 30px;
    padding: 20px;
    margin: 0;
  }
  section.portfolio-web div.t p.essai {
    font-size: 18px;
    line-height: 24px;
  }
  section.portfolio-web section.photoweb {
    margin-top: 0;
  }
  section.portfolio-web section.photoweb a.web {
    width: 250px;
    height: 250px;
  }
  section.portfolio-web section.photoweb a.web p.nom {
    width: 250px;
    font-size: 16px;
    line-height: 16px;
  }
  section.points {
    padding: 20px 20px 40px 20px;
  }
  section.points p.sou {
    font-size: 30px;
    line-height: 30px;
  }
  section.points article.fort div.serv img {
    margin: 35px auto;
  }
  section.points article.fort div.serv p {
    margin-bottom: 15px;
  }
  section.points article.fort div.serv .pm {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
/*-------------------------------- MEDIA QUERY 390px --------------------*/
@media screen and (max-width: 390px) {
  header {
    height: 220px;
  }
  header h2.logos {
    font-size: 30px;
    line-height: 26px;
  }
  header img {
    width: 150px;
  }
}
/*-------------------------------- MEDIA QUERY 320px --------------------*/
@media screen and (max-width: 320px) {
  header h2.logos {
    font-size: 25px;
  }
  article.syno div.center h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  section.print h1.visible {
    font-size: 50px;
    line-height: 40px;
  }
  section.moi h1.visible {
    font-size: 40px;
    line-height: 30px;
  }
  section.printing {
    padding: 50px 10px;
  }
  section.printing article div.img {
    padding: 0;
    width: 300px;
  }
}
