@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;
}
*:before,
:after {
  content: "";
}
html,
body {
  height: 100%;
  background-color: #ffffff;
  border: 0 solid transparent;
  color: #f8f9fc;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.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;
}
.line::after {
  display: block;
  width: 0;
  height: 3px;
  background: #ffffff;
}
.line:hover::after {
  width: 100%;
  transition: width 0.3s;
  float: none;
}
.line2::after {
  display: block;
  width: 0;
  height: 3px;
  background: #000000;
}
.line2:hover::after {
  width: 100%;
  transition: width 0.3s;
  float: none;
}
.separate {
  background-color: white;
  height: 10px;
  width: 100%;
}
div.top {
  display: none;
}
div.all960 {
  display: none;
}
/* ------------------------------- END RECURENTES -- */
/* ------------------------------------------------------------------------------------------ MAIN -- */
main div.all {
  background-image: url(../img/img_bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 880px;
  width: 100%;
}
main div.all div.logo {
  position: relative;
}
main div.all div.logo img {
  margin: 0 auto;
  padding: 120px 0;
}
main div.all div.logo nav.nav {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
}
main div.all div.logo nav.nav ul {
  font-size: 0;
}
main div.all div.logo nav.nav ul li {
  display: inline-block;
}
main div.all div.logo nav.nav ul li a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
}
main div.all div.logo section.acceuil {
  position: absolute;
  top: 440px;
  left: -10px;
  width: 270px;
}
main div.all div.logo section.acceuil article.carette {
  text-align: center;
  width: 270px;
}
main div.all div.logo section.acceuil article.carette p {
  color: white;
  font-size: 26px;
  margin: 10px 0;
  text-align: right;
}
main div.all div.logo section.acceuil article.carette p span {
  color: black;
  font-size: 36px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: white;
}
main div.all div.logo section.wel {
  position: absolute;
  top: 375px;
  right: -30px;
  width: 290px;
}
main div.all div.logo section.wel article.welcome p {
  color: white;
  font-size: 22px;
  margin: 10px 0;
  text-align: left;
}
main div.all div.logo section.wel article.welcome p.txt {
  font-size: 16px;
  word-spacing: 5px;
  padding-bottom: 5px;
}
main div.all div.logo section.wel article.welcome p.txt span {
  color: black;
  font-size: 28px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: white;
}
main div.all div.logo div.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  position: relative;
  margin-top: -80px;
}
main div.all div.logo div.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/* ----------------------------------------------------------------------------------------------------- INDEX ABOUT -- */
div.indexabout {
  background-image: url(../img/bg_indexabout.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
  width: 100%;
}
section.indexabout2 {
  background-image: url(../img/bg_indexabout2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
}
section.indexabout2 article.design {
  padding: 180px 190px 0 190px;
}
section.indexabout2 article.design p {
  font-size: 22px;
  color: white;
}
section.indexabout2 article.design p.text {
  padding: 10px 0 30px 0;
  font-size: 16px;
}
section.indexabout2 article.design p.text span {
  color: black;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: white;
}
section.indexabout2 article.design a {
  color: white;
  font-weight: bold;
}
section.indexabout2 article.design h1 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 5px;
  color: white;
  margin-left: -300px;
  padding-top: 70px;
}
/* ------------------------------------------------------------------------------------------------------- INDEX WEB -- */
div.indexweb {
  background-image: url(../img/bg_indexweb.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
  width: 100%;
}
section.indexweb2 {
  background-image: url(../img/bg_indexweb2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
}
section.indexweb2 article.design {
  padding: 200px 190px 0 190px;
}
section.indexweb2 article.design p {
  font-size: 22px;
  color: black;
}
section.indexweb2 article.design p.text {
  padding: 10px 0 30px 0;
  font-size: 16px;
}
section.indexweb2 article.design p.text span {
  color: white;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: black;
}
section.indexweb2 article.design a {
  color: black;
  font-weight: bold;
}
section.indexweb2 article.design h1 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 5px;
  color: black;
  margin-left: -300px;
  padding-top: 50px;
}
/* ------------------------------------------------------------------------------------------------------------- INDEX INFO -- */
div.indexinfo {
  background-image: url(../img/bg_indexinfo2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
  width: 100%;
}
section.indexinfo2 {
  background-image: url(../img/bg_indexinfo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
}
section.indexinfo2 article.design {
  padding: 180px 190px 0 190px;
}
section.indexinfo2 article.design p {
  font-size: 22px;
  color: black;
}
section.indexinfo2 article.design p.text {
  padding: 10px 0 30px 0;
  font-size: 16px;
}
section.indexinfo2 article.design p.text span {
  color: white;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: black;
}
section.indexinfo2 article.design a {
  color: black;
  font-weight: bold;
}
section.indexinfo2 article.design h1 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 5px;
  color: black;
  margin-left: -300px;
  padding-top: 70px;
}
/* ---------------------------------------------------------------------------------------------------------- INDEX CONTACT -- */
div.indexcontact {
  background-image: url(../img/bg_indexcontact.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px;
  width: 100%;
}
section.indexcontact2 {
  background-image: url(../img/bg_indexcontact2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
}
section.indexcontact2 article.design {
  padding: 120px 190px 0 190px;
}
section.indexcontact2 article.design p.text {
  padding: 10px 0 30px 0;
  font-size: 16px;
  text-align: center;
}
section.indexcontact2 article.design p.text span {
  color: black;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: white;
}
section.indexcontact2 article.design p.text a {
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}
section.indexcontact2 article.design p.text a:hover {
  color: black;
}
section.indexcontact2 article.design p.text a i {
  font-size: 35px;
}
section.indexcontact2 article.design h1 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 5px;
  color: white;
  margin-left: -300px;
}
/* --------------------------------------------------------------------------------------------------------------- FOOTER -- */
footer p {
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px;
}
/* ---------------------------------------------------------------------------------------------------------------- PAGE WEBSITE -- */
header section.site {
  background-image: url(../img/bg_web.jpg);
  background-position: top;
  height: 300px;
  width: 100%;
}
header section.site nav.center {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
}
header section.site nav.center ul {
  font-size: 0;
}
header section.site nav.center ul li {
  display: inline-block;
}
header section.site nav.center ul li a {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
}
header section.site h1 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 5px;
  color: white;
  margin-left: 150px;
  padding-top: 220px;
  width: 500px;
  float: left;
}
/* ------------------------------------------------------------ GALLERY EFFECT -- */
.gallery {
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.gallery ul {
  padding-top: 50px;
  position: relative;
}
.gallery ul li {
  float: left;
  margin: 0 10px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 280px;
  position: relative;
}
.gallery ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery ul li a:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
  background: no-repeat url("../img/plus_btn.png");
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:before {
  top: 50%;
  opacity: 1;
}
.gallery ul li a:hover:after {
  opacity: 1;
}
.gallery ul li a:after {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.row {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}
.row img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.row p {
  color: black;
  text-align: center;
}
.row p span {
  font-weight: bold;
  font-size: 18px;
}
.port {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0 0;
  background-color: #ffffff;
  z-index: 103;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
}
.port .description {
  color: black;
  display: flex;
  flex-wrap: wrap;
}
.port article.gauche {
  float: left;
  width: 500px;
  overflow: auto;
  padding: 180px 0 0 100px;
}
.port article.gauche h3 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding: 5px 15px;
  background-color: black;
  width: 250px;
  text-align: center;
}
.port article.gauche p {
  padding: 20px 0 20px 0;
  text-align: left;
}
.port article.gauche a {
  font-size: 18px;
  font-weight: bold;
}
.port article.droite {
  float: right;
  width: 750px;
}
.port article.droite img {
  width: 100%;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.close {
  width: 25px;
  height: 25px;
  background: no-repeat url("../img/close_btn.png");
  position: absolute;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item_open .close {
  opacity: 1;
  top: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* -------------------------------------------------------------------------------------------------------------- PAGE INFO -- */
header section.crea {
  background-image: url(../img/bg_info.jpg);
  background-position: top;
  height: 300px;
  width: 100%;
}
header section.crea nav.center {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
}
header section.crea nav.center ul {
  font-size: 0;
}
header section.crea nav.center ul li {
  display: inline-block;
}
header section.crea nav.center ul li a {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
}
header section.crea h1 {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 5px;
  color: white;
  margin-left: 150px;
  padding-top: 220px;
  width: 500px;
  float: left;
}
section.click {
  color: black;
  text-align: center;
  font-weight: bold;
  padding-bottom: 50px;
  font-size: 14px;
}
.buttons {
  padding: 40px 0 40px;
  text-align: center;
}
.button {
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  font-family: inherit;
  appearance: none;
  background: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 20px;
  outline: none;
  opacity: 0.4;
  border: none;
  color: #000000;
}
.button:hover {
  opacity: 1;
}
.button.active {
  opacity: 1;
}
.grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.grid a.item {
  height: 160px;
  width: 230px;
  margin: 5px;
  position: relative;
}
.grid a.item img {
  height: 160px;
  width: 230px;
}
.grid a.item:before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
  background: no-repeat url("../img/plus_btn.png");
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid a.item:hover:before {
  top: 50%;
  opacity: 1;
}
.grid a.item:hover:after {
  opacity: 1;
}
.grid a.item:after {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hide {
  display: none;
}
/* -------------------------------------------------------------------------------------------------------------- PAGE ABOUT -- */
main div.all2 {
  background-image: url(../img/fullbg_about.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
main div.all2 nav.center {
  width: 100%;
  text-align: center;
  position: absolute;
  padding-top: 50px;
}
main div.all2 nav.center ul {
  font-size: 0;
}
main div.all2 nav.center ul li {
  display: inline-block;
}
main div.all2 nav.center ul li a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
}
main div.all2 section.moi {
  padding: 250px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
}
main div.all2 section.moi article.gauche2 {
  width: 450px;
  padding: 0 10px;
}
main div.all2 section.moi article.gauche2 p {
  font-size: 20px;
}
main div.all2 section.moi article.gauche2 p.text {
  font-size: 16px;
  padding-top: 10px;
}
main div.all2 section.moi article.gauche2 p.text span {
  color: black;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
  padding: 5px 15px;
  background-color: white;
}
main div.all2 section.moi article.gauche2 p.text a {
  color: white;
  display: block;
  padding: 2px 0;
  font-size: 18px;
}
main div.all2 section.moi article.droite2 {
  width: 450px;
  padding: 78px 10px;
}
main div.all2 section.moi article.droite2 p {
  font-size: 16px;
}
main div.all2 section.moi article.droite2 p a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 2px 0;
  font-size: 14px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  /* -------------------------- MAIN INDEX ------------------------------------ */
  main div.all {
    height: 1355px;
    padding-top: 210px;
  }
  /* -------------------------- MAIN PAGE ABOUT ------------------------------------ */
  main div.all2 section.moi {
    padding: 465px 0 290px 0;
  }
  main div.all2 section.moi article.gauche2 {
    width: 650px;
    margin: 0 auto;
  }
  main div.all2 section.moi article.droite2 {
    width: 650px;
    margin: 0 auto;
    padding: 1px 10px;
  }
  /* ---------------- INDEX ABOUT ------------------------------------ */
  section.indexabout2 article.design h1 {
    margin-left: -180px;
  }
  /* ---------------- INDEX WEB ------------------------------------ */
  section.indexweb2 article.design h1 {
    margin-left: -180px;
  }
  /* ---------------- INDEX INFO ------------------------------------ */
  section.indexinfo2 article.design h1 {
    margin-left: -180px;
  }
  /* ---------------- INDEX INFO ------------------------------------ */
  section.indexcontact2 article.design h1 {
    margin-left: -180px;
  }
  /* ----------------------------------- PAGE WEB -------------------------------------- */
  .gallery ul li {
    width: 294px;
  }
  .port {
    padding: 100px 0 0 0;
  }
  .port .description {
    display: flex;
    flex-wrap: wrap;
  }
  .port .description article.gauche {
    padding: 0 0 30px 0;
    margin: 0 auto;
    width: 480x;
  }
  .port .description article.droite {
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  .nav {
    display: none;
  }
  /* ----- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 80px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 4;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(99, 112, 129, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.menu {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.91);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateX(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: block;
  }
  div.top div.menu ul li a {
    display: block;
    color: white;
    line-height: 3rem;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  /* -------------- MAIN --------------------------- */
  main div.all {
    display: none;
  }
  main div.all960 {
    display: block;
  }
  main div.all960 section.res {
    background-image: url(../img/img_bg2.jpg);
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1013px;
    width: 100%;
    padding: 125px 150px;
  }
  main div.all960 section.res img {
    width: 70%;
    margin: 0  auto;
    padding-bottom: 30px;
  }
  main div.all960 section.res article.carette {
    text-align: left;
    padding: 0 100px;
  }
  main div.all960 section.res article.carette p {
    color: white;
    font-size: 20px;
    margin: 10px 0;
  }
  main div.all960 section.res article.carette p span {
    color: black;
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    padding: 5px 15px;
    background-color: white;
  }
  main div.all960 section.res article.welcome {
    padding: 20px 100px;
  }
  main div.all960 section.res article.welcome p {
    color: white;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
  }
  main div.all960 section.res article.welcome p.txt {
    font-size: 14px;
    word-spacing: 5px;
    padding-bottom: 5px;
  }
  main div.all960 section.res article.welcome p.txt span {
    color: black;
    font-size: 24px;
    text-align: right;
    font-weight: bold;
    padding: 5px 15px;
    background-color: white;
  }
  /* -------------- INDEX ABOUT --------------------------- */
  div.indexabout {
    display: none;
  }
  section.indexabout2 {
    background-image: url(../img/bg_indexabout2.jpg);
    background-attachment: inherit;
  }
  /* -------------- INDEX WEB --------------------------- */
  div.indexweb {
    display: none;
  }
  section.indexweb2 {
    background-image: url(../img/bg_indexweb2.jpg);
    background-attachment: inherit;
  }
  /* -------------- INDEX INFO --------------------------- */
  div.indexinfo {
    display: none;
  }
  section.indexinfo2 {
    background-image: url(../img/bg_indexinfo.jpg);
    background-attachment: inherit;
  }
  /* -------------- INDEX CONTACT --------------------------- */
  div.indexcontact {
    display: none;
  }
  section.indexcontact2 {
    background-image: url(../img/bg_indexcontact2.jpg);
    background-attachment: inherit;
  }
  /* -------------- PAGE WEB --------------------------- */
  .gallery ul li {
    width: 273px;
  }
  .item_open .close {
    top: 0px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* -------------------------------------------- MAIN INDEX ------------- */
  main div.all960 section.res {
    padding: 125px 35px;
  }
  /* -------------------------------------------- MAIN INDEX ABOUT ------------- */
  section.indexabout2 article.design {
    padding: 150px 150px 0 150px;
  }
  section.indexabout2 article.design h1 {
    margin-left: -135px;
  }
  /* -------------------------------------------- MAIN INDEX WEB ------------- */
  section.indexweb2 article.design {
    padding: 150px 150px 0 150px;
  }
  section.indexweb2 article.design h1 {
    margin-left: -135px;
  }
  /* -------------------------------------------- MAIN INDEX INFO ------------- */
  section.indexinfo2 article.design {
    padding: 150px 150px 0 150px;
  }
  section.indexinfo2 article.design h1 {
    margin-left: -135px;
  }
  /* -------------------------------------------- MAIN INDEX CONTACT ------------- */
  section.indexcontact2 article.design {
    padding: 100px 150px 0 150px;
  }
  section.indexcontact2 article.design h1 {
    margin-left: -135px;
  }
  /* -------------------------------------------- MAIN PAGE ABOUT ------------- */
  main div.all2 section.moi {
    padding: 280px 0 140px 0;
  }
  /* --------------------------------------------PAGE INFO ------------- */
  header section.crea h1 {
    margin-left: 80px;
    font-size: 32px;
  }
  section.grid a.item {
    height: 160px;
    width: 246px;
  }
  section.grid a.item img {
    height: 160px;
    width: 246px;
  }
  /* ----------------------------------- PAGE WEB -------------------------------------- */
  .gallery ul li {
    width: 209px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* -------------------------------------------- MAIN INDEX ------------- */
  main div.all960 section.res {
    padding: 125px 0px;
  }
  /* -------------------------------------------- MAIN INDEX ABOUT ------------- */
  section.indexabout2 article.design {
    padding: 150px 70px 0 70px;
  }
  section.indexabout2 article.design p.text span {
    font-size: 20px;
  }
  section.indexabout2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* -------------------------------------------- MAIN INDEX WEB ------------- */
  section.indexweb2 article.design {
    padding: 150px 70px 0 70px;
  }
  section.indexweb2 article.design p {
    font-size: 18px;
  }
  section.indexweb2 article.design p.text span {
    font-size: 20px;
  }
  section.indexweb2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* -------------------------------------------- MAIN INDEX INFO ------------- */
  section.indexinfo2 article.design {
    padding: 150px 70px 0 70px;
  }
  section.indexinfo2 article.design p.text span {
    font-size: 20px;
  }
  section.indexinfo2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* -------------------------------------------- MAIN INDEX CONTACT ------------- */
  section.indexcontact2 article.design {
    padding: 100px 70px 0 70px;
  }
  section.indexcontact2 article.design p.text {
    padding: 10px 0 50px 0;
  }
  section.indexcontact2 article.design p.text span {
    font-size: 20px;
  }
  section.indexcontact2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* --------------------------------------------PAGE ABOUT ------------- */
  main div.all2 section.moi {
    font-size: 12px;
  }
  main div.all2 section.moi article.gauche2 {
    padding: 0 45px;
  }
  main div.all2 section.moi article.droite2 {
    padding: 20px 45px;
  }
  /* --------------------------------------------PAGE INFO ------------- */
  header section.crea h1 {
    margin-left: 24px;
    font-size: 32px;
  }
  .buttons {
    padding: 40px 100px 40px 100px;
    display: grid;
  }
  .button {
    font-size: 16px;
    padding: 5px;
  }
  section.grid a.item {
    height: 190px;
    width: 290px;
  }
  section.grid a.item img {
    height: 190px;
    width: 290px;
  }
  /* --------------------------------------------PAGE WEB ------------- */
  header section.site h1 {
    margin-left: 24px;
    font-size: 32px;
    width: auto;
  }
  .gallery ul li {
    width: 240px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 560px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 560px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* --------------------------------------------PAGE INFO ------------- */
  section.grid a.item {
    height: 170px;
    width: 270px;
  }
  section.grid a.item img {
    height: 170px;
    width: 270px;
  }
  /* --------------------------------------------PAGE WEB ------------- */
  header section.site h1 {
    margin-left: 24px;
    font-size: 32px;
    width: auto;
  }
  .row p {
    font-size: 16px;
    width: 350px;
    margin: 0 auto;
    text-align: left;
  }
  .row p span {
    font-size: 22px;
  }
  .port .description article.gauche {
    width: 450px;
    padding: 0 0 50px 0;
  }
  .port .description article.gauche p {
    width: auto;
  }
  .close {
    top: -150px;
  }
  .item_open .close {
    top: -60px;
    right: 65px;
  }
  .gallery {
    padding: 40px 0px;
  }
  .gallery ul li {
    width: 260px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 480px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* -------------------------------------------- MAIN INDEX ------------- */
  main div.all960 section.res article.carette {
    padding: 0 70px;
  }
  main div.all960 section.res article.welcome {
    padding: 20px 70px;
  }
  /* -------------------------------------------- MAIN INDEX ABOUT ------------- */
  section.indexabout2 article.design p.text {
    font-size: 14px;
  }
  section.indexabout2 article.design p.text span {
    font-size: 16px;
  }
  section.indexabout2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* -------------------------------------------- MAIN INDEX WEB ------------- */
  section.indexweb2 article.design p {
    font-size: 14px;
  }
  section.indexweb2 article.design p.text {
    font-size: 14px;
  }
  section.indexweb2 article.design p.text span {
    font-size: 16px;
  }
  section.indexweb2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* -------------------------------------------- MAIN INDEX INFO ------------- */
  section.indexinfo2 article.design p.text {
    font-size: 14px;
  }
  section.indexinfo2 article.design p.text span {
    font-size: 16px;
  }
  section.indexinfo2 article.design h1 {
    margin-left: -55px;
    font-size: 30px;
  }
  /* -------------------------------------------- MAIN INDEX ABOUT ------------- */
  section.indexcontact2 article.design p.text {
    font-size: 14px;
  }
  section.indexcontact2 article.design p.text span {
    font-size: 16px;
  }
  section.indexcontact2 article.design h1 {
    font-size: 30px;
  }
  /* --------------------------------------------PAGE INFO ------------- */
  header section.crea h1 {
    width: auto;
    font-size: 26px;
  }
  .button {
    font-size: 18px;
  }
  section.grid a.item {
    height: 240px;
    width: 340px;
    margin: 5px auto;
  }
  section.grid a.item img {
    height: 240px;
    width: 340px;
  }
  /* --------------------------------------------PAGE WEB ------------- */
  header section.site h1 {
    font-size: 26px;
  }
  .row p {
    font-size: 16px;
    width: 350px;
    margin: 0 auto;
  }
  .row p span {
    font-size: 20px;
  }
  .close {
    top: -190px;
  }
  .gallery ul li {
    width: 45%;
  }
  .port .description article.gauche {
    width: 350px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* -------------------------------------------- MAIN INDEX ------------- */
  main div.all960 section.res {
    height: 730px;
    padding: 57px 0px;
  }
  main div.all960 section.res article.carette p {
    font-size: 14px;
  }
  main div.all960 section.res article.carette p span {
    font-size: 18px;
  }
  main div.all960 section.res article.welcome p {
    font-size: 14px;
  }
  main div.all960 section.res article.welcome p.txt span {
    font-size: 18px;
  }
  /* -------------------------------------------- MAIN INDEX ABOUT ------------- */
  section.indexabout2 article.design {
    padding: 150px 10px 0 10px;
  }
  section.indexabout2 article.design h1 {
    font-size: 22px;
    margin-left: 0px;
  }
  /* -------------------------------------------- MAIN INDEX WEB ------------- */
  section.indexweb2 article.design {
    padding: 150px 10px 0 10px;
  }
  section.indexweb2 article.design h1 {
    font-size: 22px;
    margin-left: 0px;
  }
  /* -------------------------------------------- MAIN INDEX INFO ------------- */
  section.indexinfo2 article.design {
    padding: 150px 10px 0 10px;
  }
  section.indexinfo2 article.design h1 {
    font-size: 22px;
    margin-left: 0px;
  }
  /* -------------------------------------------- MAIN INDEX CONTACT ------------- */
  section.indexcontact2 article.design {
    padding: 105px 10px 0 10px;
  }
  section.indexcontact2 article.design h1 {
    font-size: 22px;
    margin-left: 0px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  main div.all960 section.res {
    height: 660px;
  }
  /* --------------------------------------------PAGE INFO ------------- */
  header section.crea h1 {
    width: auto;
    font-size: 26px;
  }
  .button {
    font-size: 18px;
  }
  section.grid a.item {
    height: 240px;
    width: 340px;
    margin: 5px auto;
  }
  section.grid a.item img {
    height: 240px;
    width: 340px;
  }
  /* --------------------------------------------PAGE WEB ------------- */
  header section.site h1 {
    font-size: 26px;
  }
  .row p {
    font-size: 12px;
    width: 230px;
  }
  .row p span {
    font-size: 16px;
  }
  .port .description article.gauche {
    width: 300px;
  }
  .port .description article.gauche p {
    font-size: 16px;
  }
  .gallery ul li {
    width: 95%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* -------------------------------------------- MAIN INDEX WEB ------------- */
  section.indexweb2 article.design p.text span {
    font-size: 12px;
  }
  /* -------------------------------------------- MAIN INDEX INFO ------------- */
  section.indexinfo2 article.design p.text span {
    font-size: 12px;
  }
  /* -------------------------------------------- MAIN INDEX CONTACT ------------- */
  section.indexcontact2 article.design {
    padding: 105px 10px 0 10px;
  }
  section.indexcontact2 article.design h1 {
    font-size: 22px;
    margin-left: 0px;
  }
}
