.caps {
  text-transform: uppercase;
}
/***********************************************************************
MAIN NAV
************************************************************************/
#nav_top {
  display: inline-block;
  float: right;
  width: 660px;
}
#nav_top:after {
  content: "";
  display: block;
  clear: both;
}
#nav_top ul#main_nav > li {
  position: relative;
  max-width: 133px;
  float: left;
}
#nav_top ul#main_nav > li > a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding: 20px 15px;
  background: rgba(176, 22, 128, 0);
  border-left: 1px solid #ccc;
  transition: background .3s ease;
  font-weight: normal;
}
#nav_top ul#main_nav > li > a:hover {
  background: #780f57;
}
#nav_top ul#main_nav > li > a.two_lines {
  padding: 11px 15px 10px 15px;
  line-height: 17px;
}
#nav_top ul#main_nav > li > a.white_bg {
  background: #fff;
  color: #b01680;
  padding: 20px 15px 22px 15px;
}
#nav_top ul#main_nav > li ul.sub_nav {
  position: absolute;
  top: 55px;
  left: 0;
  padding-top: 20px;
  background: #bebebe;
  z-index: 999;
}
#nav_top ul#main_nav > li ul.sub_nav:before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: 35px;
  width: 30px;
  height: 30px;
  background: url("../img/triangle_sub_nav.png");
}
#nav_top ul#main_nav > li ul.sub_nav li {
  width: 250px;
}
#nav_top ul#main_nav > li ul.sub_nav li a {
  position: relative;
  display: block;
  color: #fff;
  background: #bebebe;
  color: #000;
  padding: 10px 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  transition: background .85s ease, color .85s ease;
  font-weight: normal;
}
#nav_top ul#main_nav > li ul.sub_nav li a:before {
  content: "";
  display: block;
  background: rgba(176, 22, 128, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  right: 100%;
  transition: background .85s ease;
}
#nav_top ul#main_nav > li ul.sub_nav li a:after {
  content: "";
  display: block;
  background: rgba(176, 22, 128, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -7px;
  transition: background .85s ease;
}
#nav_top ul#main_nav > li ul.sub_nav li a:hover,
#nav_top ul#main_nav > li ul.sub_nav li a:hover:before,
#nav_top ul#main_nav > li ul.sub_nav li a:hover:after {
  background: #b01680;
  color: #fff;
  transition: background .2s ease, color .2s ease;
}
#nav_top ul#main_nav > li ul.sub_nav li:nth-last-child(1) a {
  border: none;
}
@media screen and (max-width: 1250px) {
  #nav_top {
    display: none;
  }
}
#topFix,
#topFix > .wrapper {
  height: 55px;
  background-color: #b01680;
}
#topFix .wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
#topFix.not_accueil #logo_mobile {
  visibility: visible !important;
}
@media screen and (max-width: 1500px) {
  #topFix.not_accueil #nav_top {
    display: none !important;
  }
  #topFix.not_accueil #btn_menu {
    margin-right: 60px !important;
  }
  #topFix.not_accueil a.menu_eternel {
    display: block !important;
  }
}
#shadowTop {
  top: 55px;
}
.telephone,
#btn_menu {
  float: right;
  margin-top: 19px;
}
.telephone a,
#btn_menu a {
  color: #fff;
  font-size: 1em;
}
#btn_menu {
  margin-right: 40px;
}
@media screen and (max-width: 1250px) {
  #btn_menu {
    margin-right: 60px;
  }
}
#btn_menu a {
  border: 1px solid #fff;
  padding: 6px 12px;
  margin-left: 20px;
  background-color: #b01680;
  transition: background-color 400ms ease-in;
}
#btn_menu a#lang_change {
  border: none;
  padding: 0;
  background: none;
  color: #fff;
}
#btn_menu a:hover {
  background-color: #780f57;
}
/* MENU HAMBURGER */
.logo_mobile {
  opacity: 0;
  transition: opacity 600ms ease-out;
  width: 255px;
  visibility: hidden;
}
#logo_mobile img {
  max-width: 225px;
  padding: 7px 0 0 20px;
}
#wrapperLogo {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  transform: translateX(-50%);
}
#logoTop {
  margin-top: 35px;
  float: left;
}
.cont_logo {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
#logo_menu {
  float: left;
}
a.menu_eternel {
  display: none;
  width: 30px;
  height: 45px;
  position: absolute;
  right: 12px;
  top: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  a.menu_eternel {
    display: block;
  }
}
.ligne_menu,
.titre_menu {
  display: block;
  position: absolute !important;
  height: 4px;
  width: 30px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a.menu_eternel .ligne_menu:nth-child(1) {
  top: 0px;
}
a.menu_eternel .ligne_menu:nth-child(2) {
  top: 8px;
}
a.menu_eternel .ligne_menu:nth-child(3) {
  top: 16px;
}
.titre_menu {
  font-family: "Open Sans";
  font-size: 10.5px;
  top: 24px;
  background: none;
  color: #fff;
}
a.menu_eternel.open .ligne_menu:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 5px;
}
a.menu_eternel.open .ligne_menu:nth-child(2) {
  opacity: 0;
  left: 60px;
}
a.menu_eternel.open .ligne_menu:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 5px;
}
a.menu_eternel.open .ligne_menu:nth-child(1),
a.menu_eternel.open .ligne_menu:nth-child(2),
a.menu_eternel.open .ligne_menu:nth-child(3) {
  width: 20px;
}
/* MENU */
#menu2 {
  display: none;
  position: fixed;
  top: 55px;
  padding: 2% 20px 3%;
  left: 0;
  z-index: 25;
  width: 100vw;
  height: calc(100vh - 55px);
  max-width: 100%;
  box-sizing: border-box;
  background-color: rgba(51, 11, 41, 0.97);
  text-align: center;
  overflow: auto;
}
#menu2 > ul {
  width: 100%;
  max-width: 100%;
}
#menu2 > ul > li {
  text-align: center;
}
#menu2 > ul > li > a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ea48b8;
  font-size: 1.5em;
  box-sizing: border-box;
}
#menu2 > ul > li > a:before,
#menu2 > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  width: 57px;
  height: 2px;
  opacity: 0;
  transition: opacity .3s ease;
}
#menu2 > ul > li > a:before {
  left: -70px;
  background: url('../img/menu_hover_left.png') center no-repeat;
}
#menu2 > ul > li > a:after {
  right: -70px;
  background: url('../img/menu_hover_right.png') center no-repeat;
}
#menu2 > ul > li > a:hover:before,
#menu2 > ul > li > a.SMActive:before,
#menu2 > ul > li > a:hover:after,
#menu2 > ul > li > a.SMActive:after {
  opacity: 1;
}
#menu2 > ul > li.active > a,
#menu2 > ul > li > ul > li.active > a {
  color: #FFF;
}
/* SOUS MENU */
ul.sousMenu > li > a {
  display: block;
  width: 100%;
  color: #9d9b9d;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  padding-top: 11px;
  padding-bottom: 11px;
  /*-webkit-text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
		-moz-text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
		text-shadow: 1px 1px 4px rgba(0,0,0,0.8);*/
  cursor: pointer;
}
ul.sousMenu > li > a:hover,
ul.sousMenu > li > a.smSMActive {
  color: #fff;
}
/* SOUS SOUS MENU */
ul#smSMmenu > li > a {
  display: block;
  width: 100%;
  color: #FFF;
  padding-left: 70px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
ul#smSMmenu > li > a:hover,
ul#smSMmenu > li > a.smSMActive {
  color: #b01680;
}
/* ICONES RESEAUX SOCIAUX - TEMP */
#ico_sociaux {
  display: inline-block;
  margin-top: 20px;
}
#ico_sociaux li {
  width: 37px;
  height: 37px;
  margin: 0 11px;
  float: left;
  background-color: #b01680;
}
#ico_sociaux a#facebook,
#ico_sociaux a#twitter,
#ico_sociaux a#linkedin,
#ico_sociaux a#pinterest {
  display: block;
  width: 37px;
  height: 21px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: 8px;
  transition: background-position 300ms ease;
}
#ico_sociaux a#facebook {
  background-image: url('../img/socialSprite.png');
  background-position: 13px 0;
}
#ico_sociaux a#twitter {
  background-image: url('../img/socialSprite.png');
  background-position: -41px 0;
}
#ico_sociaux a#linkedin {
  background-image: url('../img/socialSprite.png');
  background-position: -90px 0px;
}
#ico_sociaux a#pinterest {
  background-image: url('../img/socialSprite.png');
  background-position: -130px 0px;
}
#ico_sociaux a#facebook:hover {
  background-position: 13px -39px;
}
#ico_sociaux a#twitter:hover {
  background-position: -41px -39px;
}
#ico_sociaux a#linkedin:hover {
  background-position: -90px -39px;
}
#ico_sociaux a#pinterest:hover {
  background-position: -130px -39px;
}
/* EN-TETE */
#pageContent {
  padding-top: 55px;
  margin-bottom: -3px;
}
.fausse_img {
  padding: 698px 0 0 0;
}
.img_top {
  position: fixed;
  z-index: -5;
  height: 100vh;
  width: 100vw;
  background: url(../img/bg_acc.jpg) center bottom no-repeat;
  background-size: cover;
}
/* ACCUEIL */
#acc_slider {
  width: 100%;
  padding-top: 140px;
  z-index: 1;
}
#acc_slider .item,
#acc_slider #acc_slider .owl-item {
  width: 100%;
  padding-bottom: 36.8%;
}
@media screen and (max-width: 1024px) {
  #acc_slider {
    height: 35.8vw;
  }
  #acc_slider .item,
  #acc_slider .owl-item {
    width: 100%;
    height: auto;
  }
  #acc_slider .item {
    padding-bottom: 36.35%;
  }
  .owl-controls {
    display: none;
  }
  .titre_carousel {
    width: 36vw;
    margin-top: -9%;
  }
  .titre_carousel h2 {
    font-size: 3.3vw;
    padding: 4vw 0;
    line-height: 4vw;
  }
  .titre_carousel .top_line,
  .titre_carousel .bottom_line {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  #acc_slider {
    padding: 0;
  }
  .titre_carousel .top_line,
  .titre_carousel .bottom_line {
    height: 1px;
  }
}
/* PAGE - AUTRE QUE L'ACCUEIL */
body {
  overflow-x: hidden;
}
#pageContent.page_padd {
  padding-top: 105px;
  padding-bottom: 50px;
}
.miniWrapper {
  max-width: 1400px;
}
.itemPF {
  padding-bottom: 55%;
}
.itemPF:hover .itemHover {
  top: 85%;
}
#imgProduit > div {
  opacity: 0.9;
  transition: opacity 400ms ease-out;
}
#imgProduit > div:hover {
  opacity: 1;
}
/* PROMOTION */
#promo .ContentWrapper {
  max-width: 90%;
}
#promo #equipeTopMargin {
  margin-left: 7.5%;
}
#promo .promo_box {
  padding-top: 40px;
}
#promo .promo_box div a {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
#promo .promo_box div a div.printBtn {
  position: absolute;
  bottom: -55px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  transition: background .3s ease, color .3s ease;
}
#promo .promo_box div a:hover div.printBtn {
  background: #000;
  color: #fff;
}
#promo .promo_box img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
#promo .promo_box div.printBtn {
  right: 15%;
}
@media screen and (max-width: 1024px) {
  #promo .promo_box img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #promo .promo_box div.printBtn {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #promo #equipeTopMargin {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #promo .ContentWrapper {
    max-width: 95%;
  }
}
/* PORTFOLIO */
#projetsPF .itemPF {
  padding-bottom: 100%;
}
#projetsPF .itemPF .itemHover {
  top: auto;
  bottom: -100px;
  transition: bottom .3s ease;
}
@media screen and (max-width: 1024px) {
  #projetsPF .itemPF .itemHover {
    bottom: 0;
  }
}
#projetsPF .itemPF:hover .itemHover {
  bottom: 0;
  top: auto;
}
/* FORMULAIRE INFOLETTRE - ACCUEIL */
.confirm {
  position: initial;
}
@media screen and (min-width: 1024px) {
  .cont_infolettre {
    opacity: 0;
    left: -25px;
  }
  .cont_form {
    opacity: 0;
    right: -25px;
  }
}
.cont_info h3,
.cont_info h4 {
  color: #fff;
  font-family: Roboto Condensed;
}
.cont_info h3 {
  text-transform: uppercase;
  font-size: 37.86px;
  font-weight: 700;
  margin-top: 5%;
}
.cont_info h4 {
  font-size: 33px;
  width: 85%;
}
#newsletter {
  height: initial;
  padding: 1.5% 0;
}
#newsletter .redBox,
#newsletter .yellowBox,
#newsletter .greenBox {
  box-sizing: border-box;
}
#newsletter p a {
  float: none;
  clear: both;
  margin-top: 0;
  color: whit;
}
.deco_info {
  padding-bottom: 12%;
  background-image: url(../img/deco_info.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.cont_form {
  margin-top: 20px;
}
#form_info_test input {
  width: 100%;
  box-sizing: border-box;
  background: none;
  font-size: 15.81px;
  color: white;
  font-family: Roboto;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 400ms ease-out;
}
#form_info_test input[type=text]:focus,
#form_info_test input[type=text]:hover {
  background-color: #EA48B8;
}
#form_info_test input[type="submit"] {
  cursor: pointer;
}
.bord_blanc {
  border: 1px solid white;
}
.bord_top {
  border-top: 2px solid white;
}
.bord_droit {
  border-right: 1px solid white;
  width: 49.5% !important;
}
#form_info_test > .grid_10 {
  width: 75.75% !important;
}
#form_info_test > .grid_2 {
  background-color: #780f57;
  transition: background-color 400ms ease;
  width: 23.65% !important;
}
#form_info_test > .grid_2:hover {
  background-color: #580D41;
}
#newsletter .grid_5:last-child,
.cont_form {
  width: 45% !important;
}
#form_info_test .grid_10 input {
  padding: 20px 15px;
}
#form_info_test .grid_2 input {
  padding: 50.5px 30px;
}
.chckbox {
  border: none;
  margin-top: 10px;
}
.chckbox > *,
.chckbox p {
  float: left;
  width: initial !important;
  color: #e1bad2;
  font-size: 15px;
}
.desc_info {
  margin-left: 5px;
  width: 95% !important;
}
input[type="checkbox"]#box_acc {
  display: none;
}
input[type="checkbox"]#box_acc + label {
  display: inline-block;
  width: 19px !important;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../img/btn_chck.png) 0px 0px no-repeat;
}
input[type="checkbox"]#box_acc:checked + label {
  background: url(../img/btn_chck.png) -19px 0px no-repeat;
}
/* SERVICES */
#services_acc {
  padding: 1% 0;
  background-color: white;
}
#services_acc h1 {
  text-align: center;
  padding-top: 45px;
}
#news {
  margin: 45px auto;
}
.anim_top,
.anim_left,
.anim_right {
  position: relative;
}
.newsBox {
  background: none;
  background-color: #e3e3e3;
  background-image: url("../img/bg_boite.png");
  background-size: contain;
  /* Changer la disposition lorsqu'on reduit la taille du navigateur */
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: none;
  min-height: 300px;
  transition: background 400ms ease-out;
}
@media screen and (min-width: 1024px) {
  .newsBox {
    top: -25px;
    opacity: 0;
  }
}
.newsBox p:hover {
  color: inherit;
}
.newsBox:hover {
  background-image: url("../img/bg_boite2.png");
  background-color: #c3c3c2;
}
.newsTitle {
  height: 55px;
  padding-top: 10px;
  /* Ne fonctionne pas */
  vertical-align: middle;
}
.newsTitle + p,
.texte_produit {
  font-size: 1em;
}
.texte_produit {
  text-align: left;
}
.savoirPlus {
  color: #b01680;
}
/* PROJETS RECENTS */
#projetsRecents {
  background-color: #f4f4f4;
  padding: 45px 0;
}
#projetsRecents .grid_6 {
  margin-bottom: 2%;
}
@media screen and (min-width: 1024px) {
  #projetsRecents .anim_left {
    left: -25px;
    opacity: 0;
  }
}
#projetsRecents .grid_12 #portfolio {
  float: right;
  font-size: 1.5em;
  color: #000;
  padding: 20px 0;
}
#projetsRecents .grid_12 #portfolio:hover {
  color: #b01680;
}
#projetsRecents #projetTitle {
  background-color: #b01680;
  float: left;
  padding: 15px 30px;
  font-size: 2em;
}
.linkProjet {
  padding-bottom: 50px;
}
.linkProjet div {
  width: 100%;
}
.no_image {
  position: relative;
}
.no_image p {
  text-align: left;
  position: relative;
  top: 5%;
  left: 5%;
  margin: 0 auto;
  font-weight: normal;
  position: absolute;
  width: 90%;
}
/* FTP */
#bar_blank {
  display: block;
  float: left;
  width: calc(100% - 55px);
  height: 20px;
  border: 1px solid #9C9B9C;
}
#bar_blank #bar_color {
  background-color: #b01680;
  height: 100%;
  width: 0px;
}
#status {
  display: inline-block;
  width: 50px;
  float: right;
  text-align: center;
  font-size: 20px;
}
#progress_bar,
#hidden_iframe {
  display: none;
}
/* FOOTER */
#footer {
  margin-top: 0;
}
#footer #contenuFooter {
  padding-top: 40px;
  padding-bottom: 10px;
}
#footer .footerMenuTitle {
  border-bottom: 1.5px solid #fff;
  padding-bottom: 5px;
  font-weight: 700;
  margin-bottom: initial;
}
#footer .infolettre_pdp {
  margin-left: 5.75%;
}
#footer .infolettre_pdp .dotdot {
  padding: 10px 30px;
  transition: all 400ms ease-in;
}
#footer .infolettre_pdp p {
  font-size: 19px;
}
#footer .infolettre_pdp span {
  font-size: 12px !important;
}
#footer .logo_pdp {
  max-width: initial;
  width: 110%;
}
#footer .sect_pdp {
  margin: 0 4.75% 1% 1%!important;
}
#footer .sect_pdp:first-of-type {
  margin: 0 5.75% 1% 1%!important;
}
#footer .logos {
  margin-left: 3%;
  margin-right: 0;
}
#footer #footer_social {
  display: block;
  position: relative;
  padding: 20px 0 0 0;
}
#footer #footer_social a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0 3%;
  font-weight: normal;
}
#footer #footer_social a:hover {
  opacity: 0.8;
}
#footer #footer_social a.facebook {
  background: url("../img/facebook.png") center;
  background-repeat: no-repeat;
}
#footer #footer_social a.twitter {
  background: url("../img/twitter.png") center;
  background-repeat: no-repeat;
}
#footer #footer_social a.pinterest {
  background: url("../img/pinterest.png") center;
  background-repeat: no-repeat;
}
#footer #footer_social a.linkedin {
  background: url("../img/linkedin.png") center;
  background-repeat: no-repeat;
}
#footer .cameleon {
  background-color: #e6e5e5;
}
#footer .cameleon .wrapper {
  padding: 20px 0 !important;
}
#footer .cameleon p {
  font-family: Montserrat;
  font-size: 12px;
}
#footer .cameleon p:first-of-type {
  float: left;
}
#footer .cameleon p:last-of-type {
  float: right;
}
#footer .cameleon p a {
  color: #575756;
  transition: color .3s ease;
}
#footer .cameleon p a:hover {
  color: #b01680;
}
@media screen and (max-width: 1500px) {
  #form_info_test > .grid_2 {
    width: 75.75% !important;
  }
  #form_info_test > .grid_2 input {
    padding: 20px 0;
  }
  .desc_info {
    width: 70% !important;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1024px) {
  #logo_menu {
    margin-left: 0px;
  }
  #logo_menu img {
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  .addPadding_1234,
  .addPadding_1100,
  #newsletter .ContentWrapper {
    width: 98% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
}
@media screen and (max-width: 1250px) and (min-width: 800px) {
  .newsTitle {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #logo_menu {
    margin-left: -75px;
  }
  #logo_menu img {
    width: 50%;
  }
  #form_info_test > .grid_10,
  #form_info_test > .grid_2,
  #form_info_test > .grid_10 > .grid_6 {
    width: 100% !important;
  }
  #form_info_test .bord_bottom:first-of-type {
    border-bottom: 2px solid #fff;
  }
  #newsletter .ContentWrapper > * {
    width: 97.5% !important;
    float: none;
    clear: both;
  }
  .cont_info {
    text-align: center;
  }
  .cont_info h3 {
    margin-top: 1.5%;
    font-size: 4vw;
  }
  .cont_info h4 {
    width: initial;
    margin-bottom: 20px;
    font-size: 3.5vw;
  }
  #form_info_test input {
    font-size: 1.5vw;
  }
  #projetsRecents #projetTitle {
    font-size: 3.25vw;
  }
  #projetsRecents #portfolio {
    font-size: 2.5vw !important;
  }
  .deco_info {
    display: none;
  }
  .desc_info {
    width: 90% !important;
  }
}
@media screen and (max-width: 950px) {
  #contenuFooter .grid_2.delta {
    display: none;
  }
  .logos,
  .infolettre_pdp {
    width: 97.5% !important;
    margin-left: 1%;
  }
  #projetsRecents .grid_6 {
    width: 99% !important;
  }
}
@media screen and (max-width: 850px) {
  #btn_menu {
    display: none;
  }
  .telephone {
    margin-right: 55px;
  }
}
@media screen and (max-width: 800px) {
  .newsBox {
    margin-left: 0 !important;
    margin-right: 1%;
  }
  .newsTitle {
    height: initial;
  }
}
@media screen and (max-width: 768px) {
  #logo_menu {
    margin-left: -75px;
  }
  #logo_menu img {
    width: 50%;
  }
  #contenuFooter .wrapper .sect_pdp:first-of-type {
    display: none;
  }
  .sect_pdp {
    width: 21%;
  }
}
@media screen and (max-width: 600px) {
  #btn_menu,
  .telephone,
  #logo_menu,
  #wrapperLogo {
    display: none;
  }
  .logo_mobile {
    opacity: 1 !important;
    visibility: visible;
  }
  #menu2 {
    padding: 6% 0 3%;
  }
  #projetsRecents .grid_6 p {
    width: 90% !important;
    text-align: center;
  }
  #projetsRecents .grid_6 a {
    width: 96% !important;
    text-align: center;
  }
  .cont_info h3 {
    font-size: 5.25vw;
  }
  .cont_info h4 {
    font-size: 4.75vw;
  }
  #form_info_test input {
    font-size: 2.75vw;
  }
  #projetsRecents #projetTitle {
    font-size: 4.5vw;
  }
  #projetsRecents #portfolio {
    font-size: 3.75vw !important;
  }
  #projetsRecents .grid_600_6 {
    width: 48.5% !important;
  }
  .itemHover {
    top: 85%;
  }
}
@media screen and (max-width: 480px) {
  #projetsRecents .grid_12 #portfolio {
    float: none;
    position: absolute;
    top: 100%;
    clear: both;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 0 20px;
    width: 98.5% !important;
    text-align: center;
  }
  #projetsRecents {
    padding: 0 0 45px;
  }
  #projetsRecents .grid_12 p {
    margin-bottom: 10px;
    width: 82.5% !important;
    text-align: center;
  }
  .cameleon p {
    font-size: 10px;
  }
  #contenuFooter .wrapper .sect_pdp:first-of-type {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  #contenuFooter .wrapper .sect_pdp .logo_pdp {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #footer #footer_social a {
    display: inline-block;
    float: none;
  }
  #footer .cameleon p:first-of-type,
  #footer .cameleon p:last-of-type {
    float: none;
    padding: 10px 0;
    text-align: center;
  }
}
