/*********************************************
----------------------------------------------
====== FULL VANILLA THEME | main.css ======
----------------------------------------------
*********************************************/

/**************************************
**** PROJECT GENERAL STYLE | BEGIN ****
**************************************/

/* filters.js | style - BEGIN */
html {
  scroll-behavior: smooth;

}


#single,
#methT,
#methD,
#lexique,
#arch,
#search,
#policy,
#plan,
#com,
#sidebar,
#commentary {
  background: #fff;
  margin: 0 auto;
}

#bready {
  margin: 0 auto;
}

#products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 340px);
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

#products.loading {
  -webkit-filter: blur(4px) grayscale(100%);
  filter: blur(4px) grayscale(100%);
}

#products .product {
  width: calc(33.33% - 40px);
  margin: 0 20px 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#products .product.hide {
  display: none;
}

#products_filters {
  width: 340px;
  background-color: #EDEDED;
  padding: 35px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* filters.js | style - END */

/* maps.js | style - BEGIN */
#single {
  margin: 3rem auto 0;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  color: #444;
}

p,
li {
  font-size: 14px;
}

.center {
  text-align: center;
}

.left {
  text-align: left !important;
}


.greenLink,
.blueLink,
.redLink,
.edit .redLink {
  color: #fff;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

.edit ul, .edit ol {
  margin-left: 30px;
}

.edit ul li {
  list-style-type: disc;
}

.edit ol li {
  list-style-type: decimal;
}

.redLinkRound {
  background-color: #ee312d;
  color: #fff;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  text-align: initial;
  font-weight: 700;
  font-size: 14px;
}

.redLinkRound.secondary {
  background-color: #fff;
  color: #ee312d;
}

.round {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  width: 38px;
  height: calc(100% - 6px);
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.redLinkRound.secondary .round {
  background-color: rgba(100, 100, 100, 0.2);
}


.redLinkRound:hover {
  color: #fff;
  padding-left: 48px;
  padding-right: 28px;
}

.redLinkRound.secondary:hover {
  color: #ee312d;
}

.redLinkRound:hover .round {
  width: calc(100% - 6px);
  border-radius: 30px;
}

.redLinkRound:hover .fa-envelope-square,
.redLinkRound:hover .fa-arrow-circle-o-right {
  left: 10px;
  transform: translateX(0);
}


.redLinkRound .fa-envelope-square,
.redLinkRound .fa-arrow-circle-o-right {
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.redLinkRound.secondary .fa-envelope-square,
.redLinkRound.secondary .fa-arrow-circle-o-right {
  color: #ee312d;
}

.greenLink {
  background-color: #6dab3c;
  -webkit-box-shadow: 0 5px 0 #53812d;
  box-shadow: 0 5px 0 #53812d;
}

.blueLink {
  background-color: #58b9da;
  -webkit-box-shadow: 0 5px 0 #2da4cd;
  box-shadow: 0 5px 0 #2da4cd;
}

.page-id-16104 .link {
  text-align: center;
}

.redLink {
  background-color: #ff675b;
  -webkit-box-shadow: 0 5px 0 #ff3323;
  box-shadow: 0 5px 0 #ff3323;
}

.greenLink:hover,
.blueLink:hover,
.redLink:hover {
  color: #fff;
  top: 3px;
  position: relative;
}

.greenLink:hover {
  -webkit-box-shadow: 0 2px 0 #53812d;
  box-shadow: 0 2px 0 #53812d;
}

.blueLink:hover {
  -webkit-box-shadow: 0 2px 0 #2da4cd;
  box-shadow: 0 2px 0 #2da4cd;
}

.redLink:hover {
  -webkit-box-shadow: 0 2px 0 #ff3323;
  box-shadow: 0 2px 0 #ff3323;
}

#nameOfYourMap {
  height: 86vh;
  margin-top: 14vh;
}

#nameOfYourMap .leaflet-control-container {
  height: 100%;
}

#nameOfYourMap .leaflet-control-container .leaflet-top.leaflet-left {
  left: unset;
  right: 28px;
  top: unset;
  bottom: 28px;
}

.leaflet-marker-icon.activemarkermap {
  -webkit-filter: invert(95%) sepia(0%) saturate(274%) hue-rotate(4deg) brightness(140%) contrast(108%);
  filter: invert(95%) sepia(0%) saturate(274%) hue-rotate(4deg) brightness(140%) contrast(108%)
}

.leaflet-popup-content img {
  padding-top: 4px;
  border-radius: 6px;
}

.leaflet-popup-content .forcontent-title {
  text-align: left;
  font: normal normal bold 14px/13px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 8px;
}

.leaflet-popup-content .forcontent-loca {
  text-align: left;
  font: normal normal 300 13px/13px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 4px 0;
}

.leaflet-popup-content .forcontent-tel {
  text-align: left;
  font: normal normal 300 13px/13px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 4px 0 3px 0;
}

.leaflet-popup-content .forcontent-content p {
  text-align: left;
  font: normal normal 300 13px/13px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 4px 0;
}

.leaflet-popup-content .forcontent-content p strong {
  text-align: left;
  font: normal normal 500 13px/13px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 4px 0;
}

.leaflet-popup {
  -webkit-transform: translate3d(460px, 303px, 0px);
  transform: translate3d(460px, 303px, 0px);
}

.leaflet-popup-content {
  width: 330px;
  margin: 13px 17px;
}

.leaflet-popup-content img {
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* maps.js | style - END */









/************************************
**** PROJECT GENERAL STYLE | END ****
************************************/
/* BANDO HOME */
#bandoHome {
  background: #2c2c2c;
  padding: 4rem 1rem 6rem;
}

#bandoHome h1 {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 2rem;
}

.bandoImg {
  margin: 3rem;
}

.bandoImg img {
  width: 40px;
  height: 40px;
  margin: auto;
}

.h2 {
  color: #f68424;
  text-align: center;
  font-weight: 7400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

.paraHome {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.paraHome p{
  color: #fff;
}
.linkHome {
  text-align: center;
  margin-top: 3rem;
}

.button {
  background-color: #ee312d;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
}

/* END BANDO HOME */
/* NEWS HOME */

.home #single .fun {
  padding: 0;
}

.imgCoul {
  overflow: hidden;
}

.imgCoul img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.imgCoul:hover img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.4) rotate(6deg);
  -ms-transform: scale(1.4) rotate(6deg);
  transform: scale(1.4) rotate(6deg);
}

.infoGig {
  padding: 1rem 0;
}

.overInfoGig {
  background: #f4f4f4;
  padding: 1rem 2rem 4rem;
}

.intoGig {
  font-size: 14px;
}

.infoGig a {
  font-size: 16px;
  line-height: 22px;
}

.see {
  margin-top: 3rem;
}

.dots {
  background-color: #f4524d;
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
}

.dots:hover {
  background: #f23630;
  color: #fff;
}

.vidHome {
  height: 540px;
}

iframe {
  /*width: 100%;*/
  width: -webkit-fill-available;
  height: 100%;
}

/* END NEWS HOME */
.preFoot .para {
  padding: 0;
}

.preFoot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #f68424;
  padding: 2rem 0;
  margin: 0 auto;
  background: #fff;
  padding: 5rem 2rem;
}

.preFoot p {
  font-size: 16px;
  line-height: 25px;
}

.open-button {
  color: #e1472f;
  margin-top: 2rem;
  cursor: pointer;
  width: fit-content;
}

.article-content {
  max-height: 100px;
  overflow: hidden;
}

.open {
  max-height: fit-content;
}

/* PRESENTATION PAGE */
.acc {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
}

.introTitles {
  color: #991d2a;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
}

.pictoPrez img {
  width: 150px;
  margin: auto;
  height: auto;
}

.page-id-15820 .row .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-id-15820 .edit {
  margin: auto;
}

.edit a {
  color: #e1472f;
}

.page-id-15820 .edit a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 2rem auto;
}

.serre {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.tuto .serre {
  margin-bottom: 0;
}

.video {
  margin-bottom: 3rem;
  height: 520px !important;
}

.anchor {
  color: #991d2a;
  margin: 2rem 0 1rem;
}

/* SEARCH */
.overForm {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  bottom: -48px;
  right: 0;
  z-index: 10;
}

#searchform {
  border-top: 1px solid #323232;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  width: 300px;
}

.search-field {
  width: 240px;
  float: left;
  padding: 15px;
  margin: 0;
  border: none;
  font-size: 14px;
  color: #686868;
}

#searcher {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.loupe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.loupe img {
  width: initial;
}

#search {
  padding: 2rem;
}

#search h2 span {
  color: #d44029;
  font-weight: 600;
}

.upAndUnder {
  margin-top: 1rem;
}

.upAndUnder a:hover {
  color: #d44029;
}

.put {
  background: #fff;
  padding: 0 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  border-left: 1px solid #cecece;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 640px) {
  .page-id-15820 .edit {
    margin: auto 6rem;
  }

  .video {
    margin-bottom: 3rem;
    height: 500px;
  }

  .page-id-15820 .edit {
    margin: auto 3rem;
  }

}

@media screen and (max-width: 1279px) {

  #single,
  #singlePost,
  .underBread,
  .overHead,
  #arch,
  #archNews,
  #lexique,
  #methD,
  #methT,
  #conD,
  #conT {
    padding: 1rem;
  }
}

@media screen and (min-width: 1280px) {

  #single,
  #singlePost,
  .underBread,
  .overHead,
  #arch,
  #archNews,
  #header,
  #lexique,
  #methD,
  #methT,
  #conD,
  #conT,
  #search,
  #policy,
  #plan,
  #com,
  #sidebar,
  #commentary {
    width: 1120px;
  }

  #singlePost #single {
    width: 100%;
  }

  .home #single {
    width: initial;
  }

}

/* SINGLE */
.mess {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 1rem;
}

.mess2 {
  margin-top: 4rem;
}

#sidebar a p {
  font-size: 13px;
}

#sidebar a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

#sidebar img {
  width: initial;
}

.coor p,
.coor a {
  font-size: 13px;
  line-height: 20px;
}

.date {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.date a {
  color: #e1472f;
  font-weight: 400;
}

#singlePost .edit {
  margin: 0;
}

.center {
  text-align: center;
}

.coor .fa {
  top: 0;
  margin-right: 10px;
  width: 13px;
}

.address2 {
  margin-left: 23px;
}

/* ARCHIVE */
#arch {
  margin: 5rem auto;
}

#listing li {
  list-style: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#listing li h2 {
  margin: 1rem;
  color: #991d2a;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

#listing li img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.thatHover {
  position: absolute;
  bottom: 0;
  padding: 18px 24px;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
}

.thatHover p {
  color: #fff;
  font-size: 14px;
  width: 100%;
}

#listing li:hover>.thatHover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* ARCHIVES NEWS */
#archNews,
.home #single {
  margin: 0 auto;
  padding: 5rem 2rem;
  background: #fff;
}

#archNews .intoGig p {
  font-size: 14px;
}



/* FORM */
.gsection_title {
  color: rgb(225, 71, 47);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

#gform_confirmation_message_1,
#gform_confirmation_message_2 {
  font-size: 18px;
  margin-bottom: 4rem;
}

/* LEXIQUE */
#lexique .bloc-2 {
  padding: 1rem 2rem;
}

#lexique .bloc-2 {
  text-align: center;
}

#lexique h2 {
  color: #991d2a;
}

.accordion {
  background-color: rgb(252, 176, 65);
  font-weight: 400;
  font-size: 18px;
  padding: 1em;
  color: #991d2a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  text-align: center;
}

.active {
  color: #333;
}

.active,
.accordion:hover {
  color: #000;
}

.accordion:after {
  content: '\002B';
  color: #991d2a;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  margin-bottom: 1rem;
}

#lexique dl {
  margin-top: 1rem;
}

.panel dd {
  font-size: 18px;
  padding: 1rem 2rem;
}

.dt a {
  background-color: rgb(252, 176, 65);
  color: rgb(46, 46, 46);
}

.ora {
  color: #f68424;
  font-size: 18px;
  line-height: 24px;
}

.dread {
  text-align: left;
  display: inherit !important;
  color: #991d2a;
}

.emball:nth-child(1) {
  border-bottom: 5px solid #f68424;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}

.page-id-16158 p {
  font-size: 14px;
}

.page-id-16197 .link {
  text-align: right;
}


.leaflet-marker-icon {
  width: initial !important;
  height: initial !important;
}

#p404 {
  max-width: 1120px;
  margin: auto;
  padding: 5rem 2rem;
}

.leftK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0;
}

#p404 #searchform {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2rem;
  border-top: none;
  width: 285px;
}

.bloc-3 .redLink {
  /* width: 100%; */
  text-align: center;
}

.bloc-n .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloc-n .encart {
  margin-bottom: 4rem;
}

#singleProd #single .bloc-3 img,
#singleProd #single .bloc-3 .serre {
  -webkit-animation: wpb_rtl 1s 1;
  animation: wpb_rtl 1s 1;
}

#singleProd #single .bloc-3 img {
  width: initial;
}

#singlePost #single .singImg img {
  width: initial;
}

@-webkit-keyframes wpb_rtl {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    -webkit-transform: initial;
    transform: initial;
  }
}

@keyframes wpb_rtl {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    -webkit-transform: initial;
    transform: initial;
  }
}

/* CONTACT */
.page-id-16036 .fun {
  padding: 0;
}

#gform_wrapper_1 {
  background: #e6e6e6;
  padding: 2rem;
}

#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
  border: none;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom: none !important;
}

#gform_wrapper_1 label,
#gform_wrapper_1 legend {
  font-size: 14px;
  font-weight: 600;
}

.gform_next_button,
.gform_previous_button,
.gform_button_select_files,
#gform_wrapper_1 #gform_submit_button_1,
#gform_wrapper_2 #gform_submit_button_2,
#commentform #submit {
  background: #d44029;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 16px;
  padding: 7px 11px 7px;
  border-radius: initial;
  margin-top: 20px;
  cursor: pointer;
}

#commentary {
  padding-bottom: 5rem;
}

#commentform #submit {
  border: none;
}

#commentform label {
  font-size: 14px;
  color: #c7c7c7;
}

.author {
  border-bottom: 1px solid #ebebeb;
  padding: 4rem 0;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fn,
.comment-meta {
  margin-left: 2rem;
}

.reply {
  margin-left: 1rem;
}

#comment {
  background: #f9f9f9;
  border: 1px solid #EBEBEB;
}

.comment-body {
  margin: 2rem 0;
}



.comment-body,
.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.says {
  display: none;
}

.comment-reply-link,
.fn .url {
  font-weight: 700;
}

.author .avatar {
  border-radius: 0;
}

.author p {
  font-size: 24px;
  line-height: 32px;
  color: #c7c7c7;
  margin-left: 2rem;
}

.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button_select_files:hover,
#gform_wrapper_1 #gform_submit_button_1:hover,
#gform_wrapper_2 #gform_submit_button_2:hover {
  background: #fff;
  color: #d44029;
}

#gfield_description_1_23,
#gfield_description_1_25 {
  font-size: 13px;
  font-style: italic;
}

#input_1_23 label {
  font-weight: 500;
}

#field_1_32 {
  font-weight: 600;
  font-size: 14px;
}

#searchform .search-field {
  margin: 0;
}

.fa-arrow-circle-o-right::before {
  content: "\f18e";
}

.fa {
  position: relative;
  top: 8px;
}

#plan .bloc-1 {
  padding: 2rem;
}

#plan .bloc-2-3 a:hover {
  color: #e1472f;
}

#plan .page_item a {
  font-size: 14px;
  text-transform: initial;
  font-weight: initial;
}

.page-id-15820 #single .edit li {
  list-style-type: disc;
}

.upAndUnder .produits,
.upAndUnder .page,
.upAndUnder .post {
  display: none;
}

.upAndUnder #produits1,
.upAndUnder #page1,
.upAndUnder #post1 {
  display: block;
}

.upAndUnder .pagenav {
  margin-top: 1rem;
}

.upAndUnder li {
  margin-left: 2rem;
}

.pagenav {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
}

#plan ul {
  margin-left: 2rem;
}

#plan .sub_page_item {
  margin-left: 4rem;
}

.pots {
  margin-left: 2rem;
}

#plan .bloc-3 {
  padding: 2rem;
}

.current {
  background: #e1472f;
}

body .current>a:first-child {
  color: #fff;
}

/* ************** Formulaire ZOHO ************* */
#formulaire_zoho {
  background-color: #e6e6e6;
  width: auto;
  height: auto;
  float: left;
  padding: 40px 2%;
}

#formulaire_zoho .label_zoho,
#formulaire_zoho label,
#formulaire_zoho p:not(.title-cform) {
  color: rgb(44, 44, 44);
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 15px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
}

#formulaire_zoho input,
#formulaire_zoho textarea,
#formulaire_zoho select {
  background: white;
  width: 80% !important;
  border: 1px solid #EBEBEB;
}

#formulaire_zoho input[type=checkbox] {
  width: 10% !important;
  color: #2c2c2c;
  background: none;
}

#formulaire_zoho #zoho_btn_envoyer,
#formulaire_zoho #zoho_btn_reset {
  font-size: 15px;
  color: white;
  font-weight: 600;
  line-height: 16px;
  padding: 7px 11px 7px;
  width: 48% !important;
  margin-top: 20px;
}

#formulaire_zoho #zoho_btn_envoyer {
  background: #d44029;
}

#formulaire_zoho #zoho_btn_reset {
  background: #8a8a8a;
}

#formulaire_zoho .legend_form {
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
}

#formulaire_zoho label {
  color: #2c2c2c;
}

.devis {
  font-size: 28px;
  line-height: 36px;
  color: #000080;
  border-bottom: 1px solid #ebebeb;
  padding: 4rem 0;
  margin-bottom: 20rem;
}

@media screen and (max-width:1199px) {
  #formulaire_zoho .bloc_formulaire {
    margin-top: 20px;
  }
}

/* TESTIMONIALS */
#com {
  padding: 2rem;
}

.underCom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.com {
  margin-bottom: 2rem;
}

.avaName,
.underCom {
  margin-left: 2rem;
}

.come {
  color: rgb(255, 255, 255);
  background-color: rgb(252, 176, 65);
  padding: 1rem;
  border-radius: 5px;
  width: 90%;
}

.comLinks a {
  margin-right: 1rem;
}

.comLinks img {
  width: initial;
}

.arrowDown {
  width: 0;
  height: 0;
  margin-top: -2px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgb(252, 176, 65);
}

.comLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar {
  width: 60px;
  border-radius: 60px;

  height: 60px;
}

.avatar img {
  width: 100%;
  border-radius: 100px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#policy a {
  color: #e1472f;
}

/* Comments */
.next-prev-posts {
  margin-top: 10px;
  padding: 1px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  clear: both;
}

.next-prev-posts .next-post,
.next-prev-posts .previous-post {
  width: 50%;
  padding: 13px 0;
}

.next-prev-posts .previous-post {
  float: left;
  text-align: left;
}

.next-prev-posts .next-post {
  float: right;
  text-align: right;
}

.next-prev-posts a {
  color: #323232;
}

.onlyImg {
  padding-left: 0;
}

#sidebar,
#commentary {
  padding: 2rem;
}

#singlePost {
  padding: 1rem 1rem 0;
}

.envoi input {
  max-width: 220px;
}

#footer .addressNo {
  margin-bottom: 0;
  padding-bottom: 0;
}

.noRedLink {
  color: #e1472f;
  font-size: 17px;
  font-weight: 700;
}

.page-id-15956 div.bloc-3:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-id-15956 div.bloc-3:nth-child(1) .link {
  padding: 1rem 0;
}

.iframeyoutubebutton {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #101010c7;
  opacity: 1;
}

.iframeyoutubebutton .button {
  display: block;
  padding: 12px 20px;
  cursor: pointer;
}

@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  18%,
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  28%,
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  38%,
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  48%,
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  58%,
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  18%,
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  28%,
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  38%,
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  48%,
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  58%,
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
  }

  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
  }

  75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

/******************************
**** MEDIA QUERIES | BEGIN ****
******************************/

@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1239px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {
  #team .flip-box {
    margin: auto;
  }

  .bloc-s {
    padding: 2rem;
  }

  .thatHover p {
    line-height: 1.2;
    font-size: 12px;
  }

  .sub-menu .sub-menu {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 479px) {

  #single,
  #underBread,
  #conD,
  #conT,
  #methD,
  #methT,
  #lexique,
  #archNews,
  #arch,
  .preFoot,
  footer,
  #bandoHome,
  #search,
  #policy,
  #plan,
  #com,
  #sidebar,
  #commentary {
    width: 100%;
  }

  .comment-body {
    flex-direction: column;
  }

}

@media screen and (min-width: 480px) {
  .comment-body p {
    position: absolute;
    top: 50%;
    left: calc(60px + 2rem);
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

  #single,
  #bready,
  #conD,
  #conT,
  #methD,
  #methT,
  #lexique,
  #archNews,
  #arch,
  .preFoot,
  footer,
  #bandoHome,
  #search,
  #policy,
  #plan,
  #com,
  #sidebar,
  #commentary {
    width: 100%;
  }

  .galleryB .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}



@media screen and (min-width: 768px) {
  #listing .thatHover {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .right {
    text-align: right;
  }

  /* page 1*/
  #gform_fields_1,
  #gform_fields_1_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #field_1_31,
  #field_1_5,
  #field_1_8,
  #field_1_11,
  #field_1_19,
  #field_1_23,
  #field_1_32 {
    width: 100%;
  }

  #field_1_1,
  #field_1_2,
  #field_1_6,
  #field_1_7,
  #field_1_34 {
    width: 49%;
  }

  #input_1_34_3_container {
    flex: 0 0 100%;
  }

  #field_1_15,
  #field_1_16,
  #field_1_17,
  #field_1_18 {
    width: 23%;
  }

  .from-right,
  .from-left,
  .from-top,
  .from-down {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }

  .from-now {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
  }

  .from-top {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }

  .from-down {
    -webkit-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    transform: translateY(-350px);
  }

  .from-right {
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
  }

  .from-left {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  #single,
  #bready,
  #conD,
  #conT,
  #methD,
  #methT,
  #lexique,
  #archNews,
  #arch,
  .preFoot,
  footer,
  #bandoHome,
  #search,
  #policy,
  #plan,
  #com,
  #sidebar,
  #commentary {
    width: 100%;
  }

  #methD .bloc-3,
  .ecoSide,
  #singleProd .bloc-3,
  #singleProd #single .bloc-3,
  #com .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  #team .bloc-4,
  #conD .bloc-5,
  #lexique .bloc-2,
  #singleProd #single .bloc-2,
  #bandoHome .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bloc-n .encart {
    max-width: 360px;
  }

  .eco,
  #singleProd #single .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  #conD .overDredi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .odaBread {
    float: right;
  }

  .home .encart {
    width: 360px;
  }

  #allZeNews .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1023px) {
  .page-id-15956 #single .bloc-2-3 img {
    width: initial;
    margin: auto;
  }

  .page-id-15956 #single,
  .page-id-15956 .fun {
    padding: 1rem 0;
  }

  body {
    background: #2e2e2e;
  }

  .devis {
    font-size: 20px;
  }

  .underBread p {
    text-align: center;
  }

  #breadcrumbs {
    margin-top: 2rem;
  }

  .overDredi {
    margin-bottom: 3rem;
  }

  .dredi {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  #singleProd #single .link {
    padding-left: 0;
  }

  #archNews {
    padding: 5rem 0rem;
  }

  .bloc-s {
    width: 260px;
  }

  .bloc-n {
    width: 640px;
    margin-right: 40px;
  }

  .bloc-n .encart {
    width: 190px;
  }

  #archNews .imgCoul {
    width: 190px;
    height: 190px;
  }

  .page-id-16158 .bloc-1 {
    position: relative;
  }

  .page-id-16158 .link {
    position: absolute;
    right: 0;
  }

  #single h1,
  #single .para,
  #single .edit,
  #single h2,
  #single h3 {
    padding-left: 0;
  }

  #single>div:nth-child(1)>div:nth-child(2) {
    padding-left: 1rem;
  }

  .home #single .title {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #singlePost #single {
    width: inherit;
  }

  .underBread,
  #single,
  #conD,
  #conT,
  #methD,
  #methT,
  #lexique,
  #archNews,
  #arch,
  .preFoot,
  #search,
  #policy,
  #plan,
  #com,
  /* #sidebar, */
  #commentary {
    width: 940px;
  }

  .home #single {
    padding: 2rem;
    width: initial;
  }

  .bloc-n {
    margin-right: 20px;
  }

  #allZeNews .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #allZeNews .encart {
    max-width: 240px;
  }
}

@media screen and (min-width: 1280px) {
  .bloc-s {
    width: 300px;
  }

  .bloc-n {
    width: calc(100% - 340px);
    margin-right: 40px;
  }

  #archNews .encart {
    width: 240px;
  }

  #archNews .imgCoul {
    width: 240px;
    height: 240px;
  }

  #allZeNews .encart:nth-child(1) {
    padding-right: 1rem;
  }

  #allZeNews .encart:nth-child(2) {
    padding-left: 1rem;
  }
}

/****************************
**** MEDIA QUERIES | END ****
****************************/
/* DELETE SINGLE BY ID */
.page-id-16089 #single {
  display: none;
}


/*COOKIES*/
#cookie-law-info-again {
  display: none !important;
}

body .cli-tab-footer .cli-btn {
  background-color: #f6c5bf;
}

span#wt-cli-cookie-banner {
  font-size: 11px;
}


.case_cocher span.gfield_required {
  display: none;
}

.case_cocher .ginput_container.ginput_container_checkbox {
  margin-top: 0 !important;
}

@media only screen and (min-width: 641px) {
  .case_cocher {
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}

/* ZOHO */

#cform-main {
  width: 100%;
  float: none;
  background-color: #ffffff;
  padding: 0px;
}

.cform1 {
  width: 33.33%;
  padding: 20px;
  background-color: #e6e6e6;
  float: left;
}

.cform2 {
  width: 33.33%;
  padding: 20px;
  background-color: #e6e6e6;
  float: left;
}

.cform3 {
  width: 33.33%;
  padding: 20px;
  background-color: #e6e6e6;
  float: left;
}

p.title-cform {
  color: rgb(225, 71, 47);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

p.champ-cform {
  color: rgb(44, 44, 44);
  font-weight: 600;
  margin-bottom: 5px;
}

#cform-main {
  color: #2c2c2c;
}

span#checkgraphisme span.last {
  display: block;
}

.fichiergraphisme {
  display: block;
  margin-bottom: 10px;
}

form.sent {
  background: #fff !important;
  color: #2c2c2c;
}

form.invalid {
  background: #fff !important;
  color: #2c2c2c;
}

input[type="text"]:focus,
input[type="password"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus,
input[type="email"]:focus {
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

input[type="text"],
input[type="password"],
input[type="email"],
input.text,
input.title,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 5px 0;
}

input.text,
input.title,
select {
  padding: 5%;
  width: 89%;
}

input.title {
  font-size: 13px;
}

textarea {
  height: 130px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px !important;
}

/* ZOOM */
.overBg {
  margin-bottom: 5rem;
}

.bg {
  display: inline-block;
  width: 100%;
  height: 242px;
  color: red;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* CUSTOM REVOSLIDER */

@media screen and (max-width: 1818px) {
  #wraperofLayerNumber1 {
    left: 110px !important;
  }
}

/* NEW DEVIS */
.para.bold {
  font-weight: 700;
}

.page-id-16036 .link {
  margin-bottom: 2rem;
  padding: 0;
}

.page-id-16036 .motto {
  font-size: 12px;
  background: rgb(238, 33, 45);
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 16px;
}

/* TABLE */
.overTablo{
	overflow-x:auto;
}
#single table {
  margin-bottom: 2rem;
}

#single td,
#single th {
  font-size: 14px;
  padding: 10px;
  border-right: 1px solid #444;
}

#single th {
  font-weight: 700;
}

#single caption {
  font-size: 28px;
  line-height: 36px;
  color: #000080;
  text-align: left;
  margin-bottom: 1rem;
}

#single table thead,
#single table tbody {
  border: 2px solid #444;
}
#single table tbody tr{
  border-bottom: 1px solid #444;
}

body img.gform_ajax_spinner {
  width: initial;
}

#gform_fields_3 .gfield_consent_label{
  font-size: 13px;
}