html {
  font-size: 100%;
  font-size: 0.625rem;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  font-family: Arial;
}

#tx_cookies {
    font-size: 2em;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#tx_cookies_inner {
  padding: 20px 20px !important;
}

#tx_cookies_hide {
  text-align: right;
}

#tx_cookies #tx_cookies_close {
    position: absolute;
    right: 20px !important;
    top: 20px !important;
    z-index: 99;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    border: 0;
    background: #cd1c2c !important;
    cursor: pointer;
    color: #fff !important;
    font-size: 19px;
    margin: 10px 0;
    padding: 10px !important;
}

body {
  margin: 0 auto;
  padding: 0;
  zoom: 68%;
  max-width: 2600px;
  overflow-x: hidden;
  -moz-transform: scale(0.68);
}


@-moz-document url-prefix() {
  body {
    -moz-transform: scale(0.68);

  }
}



.g-recaptcha,
.g-recaptcha * {
      zoom: 110%;
}
#page-39>div:last-child,
#page-39>div:last-child *{
    zoom: 121%;
    }
a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
  text-decoration: none;
  color: #cd1c2c;
}

p {
  margin: 0px;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

fieldset
{
  border: none;
}

.inner {
  max-width: 1520px;
  margin: 0px auto;
  width: 98%;
}

.clearfix {
  width: 100%;
  display: inline-block;
  clear: both;
  float: left;
  z-index: 1;
}

.content-page {
  position: relative;
  margin-top: -218px;
  display: block;
}


/*intialition*/

.special-hidden:after {
  content: "";
  position: absolute;
  top: 138px;
  display: block;
  width: 207px;
  border-top: 2px solid #000;
  border-bottom: 3px solid #ad0d15;
  z-index: 32;
  left: 86px;
}


/*star header*/

.header {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 99;
  background: #434a54;
  max-width: 2600px;
}

.corp-page .header {
  zoom: 90%;
}

.slider-corpo {
  /*background-image: url('../img/slider-one.jpg');*/
  padding: 210px 0px 0px;
  background-size: cover;
}

.title-slider-corpo {
  margin-bottom: 40px;
}

.slider-corpo.slider-home {
  /* Vous êtes sérieux les marocos ? Vous faites un slider avec des images fixés dans le CSS ?!? */
  /*background-image: url('../img/slider-home.jpg');*/
  padding: 15px 0px 0px;
  background-size: cover;
  position: relative;
}

.title-slider.text-home {
  max-height: 895px;
  text-align: left;
  /*padding: 0px 0px 177px;
    margin-top: 341px;*/
  margin-bottom: 0;
}

.title-slider.text-inner {
  max-height: 765px;
  text-align: left;
  /*padding: 0px 0px 177px;
    margin-top: 341px;*/
  margin-bottom: 0;
  overflow: hidden;
}

.title-slider.text-inner>img {
  opacity: 0.25;
}

.slider-home-text img {
  display: inline-block;
}

.title-slider-corpo h2 {
  font-size: 4.8em;
  color: #424853;
  font-weight: 500;
  margin-bottom: 10px;
}

.title-slider-corpo p {
  font-size: 2.4em;
  color: #656b74;
  font-weight: 500;
}

.holder-nav {
  background-color: #434A54;
  float: left;
  /*width: 53%;*/
}

.holder-nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

.holder-nav ul li {
  display: inline-block;
  /* padding: 25px 65px; */
  padding: 19px 4%;
  border-right: 1px solid #FFF;
}

.holder-nav>nav>ul>li {
  max-width: 33%;
}

.corp-page .holder-nav ul li {
  padding: 25px;
  font-size: 0.85em;
}

.holder-nav ul li.has-sub:hover {
  background: #d12127;
}

.holder-nav ul li.has-sub:hover .sub-menu {
  display: block;
}

.holder-nav ul li.has-sub:hover .sub-menu.flex-menu,
.holder-nav ul li.has-sub:hover .sub-menu.sub-padding {
  display: block;
  width: 100% !important;
  position: absolute;
  /*top: auto !important;*/
  margin-top: 18px;
}

.holder-nav ul li.has-sub .sub-menu {
  position: absolute;
  top: 80px;
  width: 100%;
  max-width: 1430px;
  min-height: 100px;
  background: #FFF;
  z-index: 99;
  display: none;
  border: 2px solid #c6c6c6;
  text-align: left;
  padding: 40px 20px 80px;
  left: 54%;
  transform: translate(-50%, 0);
}

.sub-menu.flex-menu {
  /* display: flex; */
}

.sub-menu.sub-padding {
  padding: 55px 92px;
}

.sub-menu .sub-menu-items {
  float: left;
  width: 33%;
  padding: 10px 30px;
  position: relative;
  margin-top: 60px;
  font-size: 1.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid #434a54; */
  /* border-top: 0; */
  /* border-bottom: 0; */
}

.sub-menu .sub-menu-items:nth-child(2) {
  border: 1px solid #434a54;
  border-top: 0;
  border-bottom: 0;
}

.sub-menu-items:after {
  /* content: ""; */
  /* display: block; */
  position: absolute;
  width: 1px;
  height: 285px;
  background-color: #333;
  right: 0;
  top: 17px;
}

.sub-menu-items:last-child:after {
  display: none;
}

.sub-menu .sub-menu-items ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.sub-menu .sub-menu-items ul li {
  display: block;
  border: none;
  width: 100%;
  padding: 0;
}

.sub-menu .sub-menu-items ul li a {
  color: #434A54;
  display: block;
  text-align: left;
  font-size: 1.7em;
  text-transform: initial;
}

.sub-menu .sub-menu-items ul li a:hover {
  color: #d12127;
}

.sub-menu-items h3 {
  color: #bf0b0c;
  font-size: 2em;
  text-transform: uppercase;
}

h3#gammes
{
  text-transform: uppercase;
     font-size: 7.5em;
}

.menu-text {
  font-size: 2rem;
  text-transform: uppercase;
  color: #d12127;
  font-weight: 500;
  padding: 26px 0px 0px;
}

.holder-nav ul li:last-child {
  border-right: none;
}

.holder-nav ul li a {
  font-size: 2em;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.first-logo {
  float: left;
  width: 50%;
  padding: 0px;
  margin: 0;
  position: relative;
}

a.first-logo h1 {
  margin: 0;
}

.first-logo a h1 {
  margin: 0;
  padding: 0;
  left: 0;
}

a.first-logo img {
  position: absolute;
  left: 0;
  z-index: 999999;
  top: -55px;
  /* padding: 18px 0px; */
  /* right: -1px; */
  padding: 15px 100px 15px 240px;
  background: #FFF;
  border-radius: 0px 0px 5px 0;
  box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.54);
  max-width: 700px;
  width: 100%;
}

.Contact {
  float: left;
  width: 480px;
  margin: 0;
  display: flex;
  position: relative;
}

.Contact .mon-compte {
  background-image: url('../img/icon-message.png');
  background-color: #d12127;
  padding: 59px 20px 15px;
  color: #f2e5e3;
  background-repeat: no-repeat;
  background-position: center 20px;
  font-size: 2.2em;
  text-transform: uppercase;
  width: 150px;
  float: left;
  font-weight: 300;
  text-align: center;
}

a.mon-compte:hover {
  filter: grayscale(1);
}

.Contact .langue {
  float: left;
  width: 150px;
  font-size: 20px /*2.25em*/;
  padding: 26px 26px;
  text-align: right;
  position: relative;
  color: #474e56;
  background-color: #fff;
}

.Contact>.langue {
  border-right: 1px solid rgba(140, 141, 143, 0.58);
}

.Contact>.langue:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../img/icon-langue.png');
  background-repeat: no-repeat;
  text-align: right;
  background-position: center;
  right: 31px;
  bottom: 30px;
}

.Contact .menu {
  float: left;
  width: 180px;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #d12127;
  font-weight: 500;
  padding: 55px 30px 0px;
  text-align: center;
  /* position: relative; */
  background-color: #fff;
}

.slider {
  position: relative;
  background-image: url('../img/gamme-slider.jpg');
  background-size: cover;
  padding-top: 110px;
}

.gamme-slider .breadcumbs {
  margin-bottom: 40px;
}

.slider.slider-marches .title-slider.savoir-text {
  padding-bottom: 220px;
}

.slider.slider-marches {
  background-image: url('../img/slider-marche.jpg');
  padding-top: 65px;
  padding-bottom: 50px;
}

.slider.slider-savoir {
  background-image: url('../img/savoir-faire.jpg');
  padding: 60px 0px 110px;
}

.breadcumbs p,
.breadcumbs a,
.breadcumbs span {
  font-size: 1.85em;
  display: inline-block;
  font-weight: 600;
  color: #5b6064;
}

.breadcumbs a:hover {
  color: #cf0613;
}

.slider .title-slider {
  display: block;
  text-align: left;
  padding: 129px 0px 132px;
}

.title-slider.savoir-text {
  padding: 60px 0px 241px;
  margin: 125px 0 0;
  width: 100%;
  max-width: 800px;
}

.slider-home-text .title-slider.savoir-text {
  padding: 20px 0px 170px;
}

.breadcrumb_container
{
  position: absolute;
    width: 2600px;
    margin: 0 auto;
}

.breadcumbs {
  padding: 0px 0px 70px;
  color: #55544f;
  margin-top: -5px;
  z-index: 99;
  position: relative;
}

.title-slider h2 {
  font-size: 4.75em;
  font-weight: 300;
  margin-bottom: 8px;
  color: #434a54;
}

.title-slider p {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}

.content-items {
  float: left;
  width: 32%;
  margin: 10px 1%;
  border: 1px solid #d7d7d7;
  position: relative;
}

.content-items.half-item {
  width: 48%;
}

.Gergonne-items:after {
  content: "";
  position: absolute;
  width: 106%;
  height: 1px;
  background-color: #d7d7d7;
  display: block;
  top: -3px;
  left: 6px;
}

.Gergonne-items {
  background-color: #FFF;
  padding: 20px 35px;
  float: left;
  position: relative;
  color: #434a54;
  width: 100%;
  /* font-weight: bold; */
}

.content-items:last-child {
  margin-right: 0;
}

.content-items h3 {
  font-size: 4em;
  font-weight: 400;
  margin: 8px 0;
  color: #434a54;
}

.content-items p {
  font-size: 2.4em;
  line-height: 1.4;
}

.content-items a {
  font-size: 2.2em;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 25px 0;
  display: block;
  color: #5a6069;
  font-weight: bold;
}

.content-items a:hover {
  color: #cd1c2c;
}

.slider-conetnt {
  /* position: relative; */
  margin: 50px 0px 100px;
}

.slider-conetnt img {
  position: relative;
  width: 100%;
}

.vivamus-vel {
  position: absolute;
  background-color: #cd1c2c;
  bottom: 0;
  width: 48%;
  color: #FFF;
  padding: 10px 23px 45px 26px;
  right: 0;
  text-align: left;
}

.vivamus-vel.slider-font p,
.vivamus-vel.slider-font strong {
  font-size: 2.5em;
  color: #f7f8f0;
  margin-top: 7px;
}

.vivamus-vel h3 {
  font-size: 4.7em;
  font-weight: 300;
  line-height: 1;
  margin: 37px 0 30px;
}

.page-content {
  margin: 30px 0;
  z-index: 9;
  position: relative;
}

.page-content p {
  font-size: 2.3em;
  color: #424a54;
  margin: 10px 0;
  font-weight: 500;
  line-height: 30px;
}

.page-content li {
  background-image: url('../img/point-liste.png');
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 16px;
  font-size: 2.3em;
  color: #424a54;
  margin: 6px 0;
  font-weight: 500;
  line-height: 30px;
}

.my_diapo_photo li {
  padding: 0;
  margin: 0;
  background: none;
}

.my_diapo_photo li a {
  display: block;
}

.page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-content h3 {
  font-size: 4.9em;
  color: #cd1c2c;
  font-weight: 500;
  margin-top: 55px;
  /*margin-left: 30px;*/
}

.vivamus-vel p,
strong {
  font-size: 1em;
  color: #5a6069;
}

.vivamus-vel a {
  font-size: 9em;
  font-weight: 100;
  text-align: right;
  color: #FFF;
  display: block;
  z-index: 999;
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-family: "Roboto";
}

.vivamus-vel a:hover {
  transform: rotate(360deg);
}

.footer {
  background-color: #434A54;
  padding: 60px 0 60px;
}

.contact {
  float: right;
  width: 57.5%;
  margin-right: 2.5%;
}

.contact:first-child
{
  margin-right: 0;
  width: 40%;
}

.contact-items {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}

.contact-items.x3{
  float: left;
  width: 30%;
  margin-right: 5%;
}

.contact a {
  font-size: 1.7rem;
  color: #dde1e2;
  display: block;
}

.contact a.adress {
  padding: 10px;
  border: 1px solid #FFF;
  width: 100%;
  border-radius: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  margin: 50px 0 20px;
  font-size: 1.9em;
  color: #fff;
}

.contact a.adress:hover {
  background: #cd1c2c;
  opacity: 1;
}

.footer .contact a.adress{
  padding: 0 !important;
  border: none !important;
  text-align: left !important;
  margin: 20px 0;
  font-size: 2.4em;
  color: #FFF;
  border-radius: 0 !important;
  position: relative;
  z-index: 10;
  font-weight: normal;
}
.footer .contact a.adress:hover {
  background: none !important;
}
.footer .contact a.adress::after {
  border-bottom: 6px solid #cd1c2c;
  content: "";
  display: block;
  width: 0;
  margin-top: 0px;
  position: relative;
  z-index: -1;
  transition: width .2s;
}
.footer .contact a.adress:hover::after {
  width: 100%;
}

.footer .contact .contact-items{
  border-left: 1px solid rgba(255,255,255,.3);
  padding-left: 20px;
}


.nos-sommes {
    margin-left: 7px;
}

.contact-items:last-child
{
  margin-right: 0;
}

.contact-items.x3:last-child .nos-sommes:nth-of-type(odd)
{
  float: left;
  clear: both;
}
.contact-items.x3:last-child .nos-sommes:nth-of-type(even)
{
  float: right;
}

.nos-sommes p {
  font-size: 1.2em;
  color: #bbc0c8;
  margin-top: 15px;
  font-weight: 500;
}

.nos-sommes a {
  line-height: 2.2;
}

.map {
  float: left;
  width: 42%;
}

.contact-items .envoiyer {
  font-size: 2.8em;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  color: #fefefd;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  /* font-family: "Roboto"; */
}

.contact-items .envoiyer:hover:before {
  font-family: "Roboto";
}

.contact a:hover {
  opacity: 0.6;
}

.envoiyer:before {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 32px;
  text-align: center;
  font-size: 1.2em;
}


/*page two*/

.title-content-left {
  max-height: 160px;
  float: left;
  width: 50%;
  text-align: center;
}

.title-content {
  margin-top: -120px;
  position: relative;
  background-color: #FFF;
  box-shadow: -15px 30px 41px #efefef;
  border-radius: 10px;
}

.title-content-left img {
  height: auto;
  max-height: 150px;
  width: auto;
  padding: 20px 90px;
  margin: 0px auto;
  margin-top: 10px;
  max-width: 100%;
}
.title-content-left{
  padding: 0 0 !important;
  height: 160px;
}
.title-content-left > h1{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.title-content-left.rouge {
  background-color: #cd1c2c;
  padding: 62px 0;
}

.content-page-game {
  margin: 72px 0px 10px;
}

.title-content-left.rouge h3 {
  color: #f2f2f2;
  font-size: 3.4em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.gamme-produits {
  /* float: left; */
  /* width: 45%; */
  /* color: rgba(67, 70, 80, 0.9); */
  /* margin-right: 5%; */
}

.gamme-produits:last-child {
  /* margin-right: 0; */
  /* width: 50%; */
}

.gamme-produits strong {
  font-size: 2.2em;
  /* font-weight: 700; */
}

.gamme-produits p {
  /* font-size: 2.1em; */
  /* margin: 0px 0px 22px 0; */
  /* font-weight: 500; */
  /* line-height: 1.4; */
}

.image-gamme-left {
  float: left;
  width: 30%;
  margin: 10px 10px 10px 0;
}

.catalogue-produits {
  float: left;
  width: 50%;
}

.catalogue-produits img {
  width: 60%;
}

.catalogue-produits {
  float: left;
  width: 100%;
  padding: 46px 50px;
  background-color: #DFDFDF;
  position: relative;
  margin-bottom: 150px;
}

.prouits-gamme {
  float: left;
  width: 100%;
  border-bottom: 2px solid #c6c6c7;
  padding: 20px 0;
}

.prouits-gamme h3 {
  font-size: 3.8em;
  font-weight: 400;
  color: #EF7D00;
  margin: 23px 0;
}

h3.icon-conseignes {
  background-image: url('../img/icon-conseignes.png');
  background-repeat: no-repeat;
  padding: 10px 0px 10px 52px;
  background-position: left 8px;
}

.gamme-name {
  float: left;
  width: 50%;
}

.prouits-gamme p {
  /* font-size: 2em; */
  /* color: #434A54; */
  /* line-height: 1.8; */
}

.catalogue {
  float: left;
  width: 45%;
  margin-left: 5%;
}

.notre-catalogue {
  display: block;
  width: 59%;
  background-color: rgba(239, 125, 0, 0.87);
  position: absolute;
  bottom: -139px;
  right: 0;
  padding: 10px 55px 48px;
}

.page-content .notre-catalogue h4 {
  color: #fFF;
  font-size: 4.5em;
  font-weight: 500;
  margin: 33px 0;
}

.notre-catalogue a {
  font-size: 2.4em;
  color: #FFF;
  line-height: 1.6;
}

.notre-catalogue a:hover {
  color: #cf0613;
}

.title-chaine-youtube h3 {
  color: #EF7D00;
  background-image: url('../img/icon-youtube.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  font-size: 4.3em;
  padding: 10px 0;
  font-weight: 400;
  display: inline-block;
  padding-right: 90px;
}

.nos-actualite-left {
  float: left;
  width: 45%;
}

.nos-actualite-left:last-child {
  width: 50%;
  margin-left: 5%;
}

.nos-actualite {
  background-color: #FFF;
  padding: 5%;
  margin: 10px 0px 60px;
  border: 1px solid #DADADA;
  box-shadow: 2px 8px 16px rgba(0,0,0,0.1);
}

.nos-actualite-left h3 {
  font-size: 3.6em;
  font-weight: 400;
  color: #434a51;
  margin-bottom: 13px;
  margin-top: 15px;
}

.nos-actualite-left strong {
  font-size: 2.7em;
  color: rgb(67, 74, 81);
  margin-bottom: 50px;
  display: block;
  font-weight: 600;
}

.nos-actualite-left p {
  font-size: 2.6em;
  /* color: #434a51; */
  /* font-weight: 500; */
}

.nos-actualite-left a {
  display: block;
}

.nos-actualite-left .en-savoir {
  font-size: 2.3em;
  text-decoration: underline;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
  padding: 12px 24px;
  background: #414651;
  margin: 70px 0px 50px;
}

.nos-actualite-left .en-savoir:hover {
  color: #FFF;
  background: #c41a26;
}

.voir-actualite {
  font-size: 2.8em;
  color: #c41a26;
  font-weight: 600;
}

a.voir-actualite:hover {
  color: #414651;
}


/*page home*/

.home-title h3 {
  font-size: 7.5em;
  text-transform: uppercase;
  font-weight: 500;
  color: #434a54;
}

.title-nos-gammes {
  display: block;
  margin: 30px 0px 60px;
}

.home-title span {
  color: #cd1c2c;
  display: block;
  font-size: 0.95em;
  font-weight: 500;
}

.rubans-left {
  float: left;
  width: 49%;
  margin: 10px 2% 10px 0;
  position: relative;
}

.pieces-right {
  width: 49%;
  float: left;
  position: relative;
  margin-right: 0;
}

.pieces-right img {
  box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.rubans-position {
  position: absolute;
  padding: 15px 30px;
  background-color: rgba(205, 28, 44, 0.93);
  color: #fefefe;
  display: block;
  width: 66%;
  text-align: center;
  left: -40px;
  top: 0;
}

.pieces-right .rubans-position.rubans-position-right {
  right: -40px;
  left: initial;
  left:auto;
  bottom: -40px;
  top: initial;
  top:auto;
}

.rubans-position h3 {
  font-size: 4.5em;
  font-weight: 300;
}

.rubans-position p {
  font-size: 2.5em;
  line-height: 1.6;
  color: #fefefe;
  /* padding: 0px 20px; */
  font-weight: 300;
}

.x10
{
  text-align: center;
  display: block;
  width: 100%;
  color: #fefefe;
  font-weight: 100 !important;
  font-family: "Roboto";
  font-size: 10em !important;
}

p.x10:hover
{
  transform: rotate(360deg);
}

.rubans-position a {
  text-align: center;
  display: block;
  width: 100%;
  color: #fefefe;
  font-weight: 100;
  font-family: "Roboto";
}

.rubans-position a:hover {
  transform: rotate(360deg);
}

.rubans-left img {
  position: relative;
  margin-top: 43px;
  box-shadow: -11px 14px 35px 15px #ededed;
  border-radius: 5px;
}

.title-nos-gammes h3 span {
  color: #cd1c2c;
  font-size: 1em;
}

.title-nos-gammes h3 {
  font-size: 7.5em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  color: #424954;
}

.title-nos-gammes p {
  text-align: center;
  font-size: 3.2em;
  color: #434A54;
}

.nos-gammes-holder {
  margin: 10px auto;
  text-align: center;
  display: block;
}

.nos-gammes-items {
  width: 23.8%;
  border: 3px solid #cfcfcf;
  margin: 10px 1% 10px 0;
  position: relative;
  padding: 0;
  border-radius: 7px 7px 0px 0px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.nos-gammes-items img {
  float: left;
  width: 100%;
}

.nos-gammes-items:nth:last-child(+4n) {
  margin-right: 0;
}

.nos-gammes-items:hover .marquage {
  display: block;
}

.marquage.green {
  background-color: rgba(46, 168, 54, 0.93);
}

.marquage.red {
  background-color: rgba(205, 28, 44, 0.93);
}

.marquage.viol {
  background-color: rgba(172, 148, 198, 0.93);
}

.marquage.blue {
  background-color: rgba(1, 130, 196, 0.93);
}

.marquage.grey {
  background-color: rgba(129, 129, 130, 0.93);
}

.marquage.blue_canard {
  background-color: rgba(19, 180, 184, 0.93);
}

.marquage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 125, 0, 0.93);
  color: #FFF;
  text-align: center;
  opacity: 0;
  padding: 30px 30px;
  border-radius: 5px;
  overflow: auto;
}

.marquage:hover {
  opacity: 1;
}

.marquage p {
  font-size: 1em;
  line-height: 1.6;
}

.marquage a {
  font-weight: 100;
  font-family: "Roboto";
  color: #FFF !important;
  text-align: center;
  font-size: 5.5em;
}

.marquage a p {
  font-weight: 100;
  color: #FFF !important;
  text-align: center;
  font-size: 0.4em;
}

.marquage a:hover {
  opacity: 0.5;
}

.nous-rencontrer {
  margin: 80px 0px 90px;
}

.nous-rencontrer-left {
  /*float: left;*/
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.nous-rencontrer-left.background-nous {
  padding: 48px;
  background-color: #DFDFDF;
  position: relative;
  width: 50%;
  /*margin-left: 5%;*/
  float: right;
  margin-bottom: 50px;
}

.nous-rencontrer-left.background-nous img {
  margin-bottom: 20px;
  border-radius: 5px;
}

.nous-rencontrer-left.background-nous a {
  display: block;
  line-height: 1.4;
}

.nous-rencontrer-left.background-nous .savoir {
  text-decoration: none;
  color: #434A54;
  font-size: 2.6em;
  margin: 40px 0px 30px;
  text-transform: none;
}

.nous-rencontrer-left.background-nous a:hover {
  opacity: 0.7;
}

.nous-rencontrer-left.background-nous .voir-gergonne {
  color: #C01C24;
  font-size: 3em;
  font-weight: 700;
}

.vivamus {
  position: absolute;
  background-color: rgba(67, 74, 84, 0.91);
  color: #FFF;
  padding: 27px 41px 52px;
  right: 0;
  width: 49%;
  top: 360px;
  text-align: center;
}
.vivamus a::after{
  position: absolute;
  content: "+";
  color: #FFF;
  /* font-size: 6rem; */
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 12px;
  font-family: "Roboto";
  font-weight: 100 !important;
}

.vivamus h4 {
  font-size: 3em;
  color: #FFF !important;
}

.vivamus strong {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 20px 10px 40px 10px;
  display: block;
  color: #FFF;
  font-weight: normal;
}

.vivamus p {
  font-size: 2em;
  line-height: 1.7;
}

.nous-rencontrer-left h4 {
  font-size: 6.95em;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  color: #434A54;
}

.vivamus h4 {
  text-transform: initial;
  font-size: 4.5em;
  margin: 10px 0;
}

.nous-rencontrer-left span {
  display: block;
  /*font-size: 1;*/
  color: #cd1c2c;
}

.calandrier {
  display: inline-block;
  margin: 0px 0 75px;
}

.calandrier h5 {
  font-size: 3.5em;
  background-image: url('../img/icon-calandrier.png');
  background-repeat: no-repeat;
  font-weight: 500;
  padding: 10px 0px 10px 88px;
  margin-bottom: 0;
  color: #474e58;
  margin-top: 0;
}

.calandrier:hover h5 {
  color: #cd1c2c;
}

.calandrier p {
  font-size: 2.5em;
  margin: 10px 0;
  color: #474e58;
}


/*page-savoir-faire*/

.title-rubans h2 {
  font-size: 5.7em;
  text-transform: uppercase;
  background-color: #FFF;
  width: 90%;
  box-shadow: -13px 17px 28px rgba(51, 51, 51, 0.14);
  margin-top: -100px;
  position: relative;
  padding: 15px 80px;
  color: #424a54;
  border-radius: 10px;
  max-width: 845px;
  font-weight: 300;
  z-index: 2;
}

.title-rubans span {
  font-size: 1em;
}

.title-rubans span {
  color: #cd1c2c;
  display: block;
  font-weight: 300;
  margin-top: -5px;
}

.gallery-focus {
  text-align: center;
  margin: 10px 0px 70px;
}

.gallery-focus-items {
  width: 32%;
  border: 1px solid #d3d3d3;
  padding: 10px 8px;
  display: inline-block;
  margin: 10px 1% 10px 0;
  text-align: left;
  border-radius: 5px;
}

.gallery-focus-items:nth:last-child(3n) {
  margin-right: 0
}

.gallery-focus-items h4 {
  font-size: 5em;
  color: #cd1c2c;
  padding: 0px 30px;
  position: relative;
  margin: 7px 0 20px;
  font-weight: 300;
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
}

.gallery-focus-items h4:after {
  /* content: ""; */
  /* display: block; */
  width: 102%;
  height: 1px;
  position: absolute;
  background-color: #d3d3d3;
  left: -4px;
  top: -41px;
}

.gallery-focus-items a {
  font-size: 2em;
  text-decoration: underline;
  /*text-transform: uppercase;*/
  color: #434A54;
  font-weight: 600;
  margin-bottom: 28px;
  padding-left: 28px;
}

.gallery-focus-items a:hover {
  color: #cd1c2c;
}

#btn_menu {
  display: block;
  height: 13px;
  width: 79px;
  position: absolute;
  top: 11px;
  padding: 19px 0px 22px;
  border-radius: 4px;
  right: calc(33.3% - 70px);
  text-align: center;
  transform: translate(50%, 0);
}

#btn_menu span::after,
#btn_menu span::before {
  content: "";
  left: 0;
  position: absolute;
  top: -12px;
}

#btn_menu span::after {
  top: 12px;
}

#btn_menu span {
  display: block;
  position: relative;
}

#btn_menu span,
#btn_menu span::after,
#btn_menu span::before {
  backface-visibility: hidden;
  background-color: #d12127;
  border-radius: 1px;
  height: 2px;
  transition: all 0.3s ease 0s;
  width: 60px;
  margin: 0 auto;
}

#btn_menu.on span {
  background-color: transparent;
}

#btn_menu.on span::before {
  transform: rotate(45deg) translate(5px, 5px);
  left: 0px;
  top: -6px;
}

#btn_menu.on span::after {
  transform: rotate(-45deg) translate(7px, -8px);
}

#btn_menu.on+#deroulant,
#btn_lang.on+#deroulant_lang {
  display: block;
}

#deroulant li,
#deroulant_lang li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 2px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.nav ul li:after {
  display: none;
}

#deroulant,
#deroulant_lang {
  background: #FFF;
  display: none;
  text-align: left;
  transition: opacity 0.4s ease 0s;
  width: 100%;
  float: left;
  position: absolute;
  right: 0px;
  z-index: 1;
  display: none;
  top: 100px;
  padding: 5px 9% 0px;
  margin: 0px;
  z-index: 99999;
}
#deroulant {
  top: 100px;
}

#deroulant ul,
#deroulant_lang ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#deroulant::after,
#deroulant_lang::after {
  display: block;
}

.nav ul li a:hover {}

.active-link {
  background: none;
  padding-top: 10px!important;
}

li a {
  color: #888;
  padding: 5px;
  text-decoration: none;
}

#deroulant ul span.display,
#deroulant_lang ul span.display {
  display: block;
}

#deroulant li a,
#deroulant_lang li a {
  color: #434A54;
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 7px;
  padding: 10px 0 15px;
  margin: 0 auto;
  display: block;
  border: none;
  float: none;
}

#deroulant li a:after,
#deroulant_lang li a:after {
  display: none;
}


/**/

.title-marche {
  margin: -100px 0px 35px;
  position: relative;
  box-shadow: -15px 16px 31px #ededed;
  display: flex;
  align-items: center;
}

.slider-marche-title p {
  float: left;
  width: 100%;
  font-size: 5.5em;
  background-color: #FFF;
  color: #434A54;
  text-transform: uppercase;
  padding: 20px 20px 16px 80px;
  font-weight: 500;
  line-height: 65px;
}

.blank_span {
  color: #434A54 !important;
}

.slider-marche-title span {
  display: block;
  color: #cd1c2c;
  font-size: 1em;
}

.titre {
  float: left;
  width: 100%;
  background-color: #cd1c2c;
  font-size: 3.4em;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  /* padding: 52px 14px 70px 0px; */
  /*background-image: url('../img/icon-lien-marche.png');
    background-repeat: no-repeat;
    background-position: 94% center;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 61px 85px 61px 70px;
  min-height: 100px;
}

.titre:hover {
  background-color: #434a54;
}


/*star Marches*/

.conetnt-marche-holder {
  margin: 0px 0px 10px;
}

.conetnt-marche-items {
  float: left;
  width: 48%;
  padding: 1%;
  margin-right: 1%;
  margin-left: 1%;
}

.conetnt-marche-items:last-child {
  width: 45%;
  margin-left: 5%;
}

.conetnt-marche-items img {
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}

.page-content h4 {
  font-size: 3.5em;
  color: #434A54;
  font-weight: 500;
  margin: 10px 0 30px 0;
}

.page-content h3.sommaire
{
  min-height: 105px;
  margin-top: 55px ;
  text-align:center;
  color: #434A54 !important;
}

.exemple-automobile{
  padding-top: 32px;
}

.title-exemple-automobile h3 {
  font-size: 4em;
  color: #cd1c2c;
  font-weight: 500;
}

.exemple-automobile-items {
  min-height: 136px;
  float: left;
  width: 94%;
  /* border: 1px solid #acafb3; */
  border-top: 1px solid #acafb3;
  padding: 10px 15px;
}

.exemple-automobile-items a {
  display: inline-block;
  width: 100%;
  color: rgba(79, 86, 96, 0.87);
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
  padding: 33px 85px 20px 0;
  position: relative;
}
.exemple-automobile-items a:hover {
  color: #cd1c2c;
}

.exemple-automobile-items li>a
{
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
  color: #4f5660;
}

.exemple-automobile-items span {
  display: block;
  /*width: 75px;
  height: 75px;
  background-image: url('../img/icon-afficher.png');
  background-repeat: no-repeat;
  background-position: right top;*/
  width: 50px;
  height: 50px;
  font-size: 10rem;
  right: 0px;
  position: absolute;
  margin-top: -50px;
  float: initial;
  text-align: right;
  top: 72px;
  right: 0;
}
.exemple-automobile-items span::before {
  content: "+";
  font-size: 5rem;
  color: #999;
  position: absolute;
  font-weight: normal;
  left: 0;
  top: 0;
}
.click-exemple.active-tab{
  padding-bottom: 20px !important;
}

.tab-open.on span {
  color: #cd1c2c;
}
.tab-open.on span::before {
  top: -2px;
  left: 20px;
  color: #cd1c2c;
  transform: rotate(45deg) !important;
}

.tab-open:hover span {
  filter: grayscale(1);
}

.tab-open.on span {
  transform: rotate(180deg);
}

.exemple-automobile-items img {
  float: left;
  width: 48%;
  /*height: 200px;*/
  margin: 10px 2% 10px 0px;
  display: block;
}

.exemple-automobile-items img:last-child {
  margin-right: 0%;
}

.exemple-automobile-items p {
  float: left;
  width: 100%;
  font-size: 2em;
  margin: 10px 0;
  color: #4f5660;
  font-weight: 500;
}

.exemple-automobile-items ul {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
}

.exemple-automobile-items ul li {
  padding-left: 30px;
  background-image: url('../img/point-liste.png');
  background-repeat: no-repeat;
  font-size: 2em;
  background-position: left 11px;
  color: #4f5660;
  line-height: 1.4;
}



.click-exemple {
  float: left;
  width: 100%;
  display: none;
}

.active-tab.click-exemple {
  display: none;
  height: 100%;
}

.tab-open.on+.active-tab.click-exemple {
  display: block;
}

.sub-menu .sub-menu-items-par {
  float: left;
  width: 20%;
  margin: 10px 2.5%;
  font-size: 0.8em;
}

.sub-menu .sub-menu-items-par a {
  text-align: left;
  text-transform: initial;
  font-size: 1.7em;
  padding: 0;
}

.sub-menu .sub-menu-items-par a:hover p {
  color: #d12127;
}

.sub-menu .sub-menu-items-par h3 a
{
  font-weight: bold;
}

.sub-menu .sub-menu-items-par h3 {
  display: block;
  font-size: 2em;
  color: #CF0613;
  text-transform: uppercase;
}

.sub-menu .sub-menu-items-par img {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.sub-menu .sub-menu-items-par span {
  text-transform: none;
  font-size: 2rem;
  margin-top: 12px;
  color: #434A54;
  display: block;
  line-height: 1.4em;
  font-weight: normal;
}

.gergonne-industrie {
  margin: 20px 0;
}

.gergonne-industrie h3 {
  font-size: 1em;
  /*background-image: url('../img/gergonne-industrie.png');*/
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
}

h3.z-contact {
  background-image: url('../img/contact.png');
}

h3.News {
  background-image: url('../img/news.png');
}

.gergonne-industrie a {
  font-size: 0.8em;
  padding: 10px 0;
  display: block;
  text-transform: none;
  color: #434a54;
}

.gergonne-industrie a:hover {
  color: #d12127;
}

.exemple-automobile-items-left,
.exemple-automobile-items-right {
  float: left;
  width: 50%;
  margin-bottom: 120px;
}

.container-supernav
{
  position: fixed;
    width: 2600px;
    margin: 0 auto;
    z-index: 2;
}

ul.supernav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 500px;
  right: 40px;
  transform: translate(0, -50%);
  z-index: 999;
  padding-right: 30px;
}

ul.supernav li {
  float: right;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 5px 0;
}

ul.supernav li {
  color: #434a54;
  text-align: left;
  float: left;
  width: 100%;
  padding: 2px 2px 1px 3px;
  background: none;
  border-radius: 4px;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-align: right;
}

ul.supernav li:hover {
  text-indent: 0px;
  color: #d12127;
}

ul.supernav li a {
  position: relative;
}

ul.supernav li a:after {
  background: transparent;
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 60%;
  margin-bottom: 5px;
  content: "";
  float: right;
  position: relative;
  border: 3px solid #434a54;
  right: -19px;
}


ul.supernav li a:before {
  background: rgba(67, 74, 84, 1);
  width: 2px;
  height: 19px;
  display: inline-block;
  border-radius: 60%;
  content: "";
  float: right;
  position: absolute;
  right: -29px;
  top: 21px;
}

ul.supernav li:last-child a:before {
  display: none;
}

ul.supernav li a.activeone:after,
ul.supernav li a:hover:after {
  background: #d12127;
  position: relative;
  border-color: #d12127;
}

ul.supernav li a.activeone {
  color: #d12127;
}



.sub-menu.sub-padding .sub-menu-items-par:nth-child(4n+1) {
  clear: both;
}

#listing_actus .gallery-focus-items{
  width: 100%;
  border: none;
}
#listing_actus .gallery-focus-items a{
  display: inline-block;
  max-width: 48%;
  vertical-align: middle;
}
#listing_actus .gallery-focus-items a img{
  display: block;
  width: 70%;
  float: right;
}
#listing_actus .gallery-focus-items a .desc_actu{
  display: inline-block;
  vertical-align: middle;
  margin-left: 4%;
}
#listing_actus .gallery-focus-items a .desc_actu h4{
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  color: #cd1c2c;
  border: none !important;
}
#listing_actus .gallery-focus-items a .desc_actu span{
  display: inline-block;
  font-size: 1.9rem !important;
  color: #FFF;
  margin-bottom: 24px;
  padding: 12px 24px;
  background: #cd1c2c;
}



.tx-dkliksommaire-pi1 .gallery-focus-items{
  width: 32%;
    border: 0;
    padding: 0;
    margin: 10px 1% 10px 0;
    border-radius: 0;
  position: relative;
}
.tx-dkliksommaire-pi1 .gallery-focus-items h3 {
  font-size: 1.4rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 0 24px;
  background: rgba(255,255,255,.9);
  color: #434A54 !important;
  transition: background-color .3s, color .3s;
}
.tx-dkliksommaire-pi1 .gallery-focus-items:hover h3 {
  background: #cd1c2c !important;
  color: #FFF !important;
}
.tx-dkliksommaire-pi1 .gallery-focus-items h3 span {
  display: table-cell !important;
  height: 105px;
  /*width: 1000px;*/
  /*text-align: center;*/
  vertical-align: middle;
}

.tx-dkliksommaire-pi1 .gallery-focus-items img{
  width: 100% !important;
  display: block;
}

.nous-rencontrer-left .savoir strong{
  display: block;
  color: #cd1c2c;
  font-size: 1.2em;
}
.nous-rencontrer-left .savoir::after{
  float: right;
  /* font-size: 2rem; */
  color: #434a54;
  padding: 8px 16px;
  border: 1px solid #434a54;
  content: "+";
  font-weight: bold;
  margin: 20px 0 0 0;
}

#slide_15317403196493025015b4c809f47fef495688499 > div.bx-wrapper > div.bx-viewport{
  height: 425px !important;
}




/**************************JORDAN***************************/

.page-content h2 {
  font-size: 3.6em;
  color: #cd1c2c;
  font-weight: 500;
  margin: 30px 0;
}


/* Gestion des couleurs */

.Rouge .title-content-left.rouge {
  background-color: #cd1c2c !important;
}

.Orange .title-content-left.rouge {
  background-color: rgba(239, 125, 0, 0.93) !important;
}

.Violet .title-content-left.rouge {
  background-color: rgba(172, 148, 198, 0.93) !important;
}

.Bleu .title-content-left.rouge {
  background-color: rgba(1, 130, 196, 0.93) !important;
}

.Vert .title-content-left.rouge {
  background-color: rgba(46, 168, 54, 0.93) !important;
}

.Gris .title-content-left.rouge {
  background-color: rgba(129, 129, 130, 0.93) !important;
}

.Bleu_canard .title-content-left.rouge {
  background-color: rgba(19, 180, 184, 0.93) !important;
}



.title-content-left.rouge>h1
{
  color: #FFF!important;
    font-size: 3.5em;
    font-weight: normal;
    margin: 0;
}
/*.Rouge .title-content-left.rouge>h1 {

}

.Orange .title-content-left.rouge>h1 {
  color: #FFF !important;
}

.Violet .title-content-left.rouge>h1 {
  color: #FFF !important;
}

.Bleu .title-content-left.rouge>h1 {
  color: #FFF !important;
}

.Vert .title-content-left.rouge>h1 {
  color: #FFF !important;
}*/

.Rouge h1,
.Rouge h2 {
  color: #cd1c2c !important;
}

.Orange h1,
.Orange h2 {
  color: rgba(239, 125, 0, 0.93) !important;
}

.Violet h1,
.Violet h2 {
  color: rgba(172, 148, 198, 0.93) !important;
}

.Bleu h1,
.Bleu h2 {
  color: rgba(1, 130, 196, 0.93) !important;
}

.Vert h1,
.Vert h2 {
  color: rgba(46, 168, 54, 0.93) !important;
}

.Gris h1,
.Gris h2 {
  color: rgba(129, 129, 130, 0.93) !important;
}

.Bleu_canard h1,
.Bleu_canard h2 {
  color: rgba(19, 180, 184, 0.93) !important;
}


.Rouge .notre-catalogue {
  background-color: rgba(205, 28, 44, 0.93) !important;
}

.Orange .notre-catalogue {
  background-color: rgba(239, 125, 0, 0.93) !important;
}

.Violet .notre-catalogue {
  background-color: rgba(172, 148, 198, 0.93) !important;
}

.Bleu .notre-catalogue {
  background-color: rgba(1, 130, 196, 0.93) !important;
}

.Vert .notre-catalogue {
  background-color: rgba(46, 168, 54, 0.93) !important;
}
.Gris .notre-catalogue {
  background-color: rgba(129, 129, 130, 0.93) !important;
}

.Bleu_canard .notre-catalogue {
  background-color: rgba(19, 180, 184, 0.93) !important;
}




.owl-carousel div .text-hometextoverlay {
  z-index: 10;
  position: absolute;
  display: block;
  top: 480px;
  left: 21.5%;
  max-width: 45%;
}

.over-text
{
  z-index: 10;
  position: absolute;
  display: block;
  /*top: 480px;*/
  bottom: 270px;
  left: 21.5%;
  max-width: 45%;

  font-size: 4.75em;
  font-weight: 300;
  margin-bottom: 8px;
  color: #434a54;
}

.owl-carousel div .text-innertextoverlay {
  z-index: 10;
  position: absolute;
  display: block;
  top: 300px;
  left: 21.5%;
  max-width: 35%;
}

.clear {
  clear: both;
}

.ce-bodytext>h3 {
  font-size: 3.8em;
  color: #cd1c2c;
  font-weight: 500;
}

.ce-column {
  display: inline-block;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.owl-controls {
  left: 21.5%;
  position: absolute;
  bottom: 150px;
}

.owl-carousel .owl-item img {
  opacity: 0.25;
}

span.Fr::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background: url(../img/fr.png);
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.Fr {
  background-image: url('../img/fr.png');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

span.En::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background-image: url('../img/en.png');
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.En {
  background-image: url('../img/en.png');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

span.De::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background-image: url('../img/de.png');
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.De {
  background-image: url('../img/de.png');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

span.Sk::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background-image: url('../img/sk.gif');
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.Sk {
  background-image: url('../img/sk.gif');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

span.Pl::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background-image: url('../img/pl.gif');
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.Pl {
  background-image: url('../img/pl.gif');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

span.Es::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background-image: url('../img/es.gif');
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.Es {
  background-image: url('../img/es.gif');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

span.Cn::before {
  position: absolute;
  width: 55px;
  height: 40px;
  background-image: url('../img/cn.png');
  background-repeat: no-repeat;
  /* background-position: 27px; */
  background-size: 55px;
  margin-left: -100px;
  content: '';
  margin-top: -6px;
}

.Cn {
  background-image: url('../img/cn.png');
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 55px;
}

.large {
  background-size: 80px;
}

#deroulant_lang li {
  color: #434a54;
  padding: 15px 10px;
}

.ce-row {
  text-align: center;
}

.overflow-accordeon {
  max-height: 200px;
  overflow: hidden;
}

.langue-text {
  color: #434a54;
}

.breadcumbs_position {
  z-index: 1;
    position: absolute;
    top: -160px;
    width: 100%;
    max-width: 1830px;
    margin: 0 auto;
    left: 550px;
}

.breadcumbs_position ol {
  font-size: 2.4em;
}

ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 3em;
}

ol>li {
  margin-left: 2px;
  float: left;
  /*pour IE*/
}

ol li a,
ol li>span {
  display: block;
  float: left;
  color: #434a54;
  text-decoration: none;
  text-align: center;
  padding: 5px;
}

ol li>span {
  color: rgb(193, 7, 18);
}

ol li a:hover {
  color: rgb(193, 7, 18);
}

.sub-menu-items-par>h3>a {
  color: #CF0613 !important;
  font-size: 1.4em !important;
  text-transform: uppercase !important;
}


/* FORMS */

.obli {
  color: #000 !important;
  font-weight: bold;
}

.obli::before {
  display: inline-block;
  margin: 0 6px 0 0;
  content: "*";
  color: #AA1832;
  font-size: 1.2em;
}

.td_gauche {
  float: left;
  width: 30%;
  clear: both;
  padding: 12px 0;
}

.td_gauche label,
.td_gauche p {
  display: block;
  padding: 12px 24px;
  margin: 0;
  text-align: right;
  font-size: 2em;
  color: #666;
}

.td_gauche .mandatory {
  color: #AA1832;
  padding-left: 4px;
}

.td_droite {
  float: right;
  width: 70%;
  padding: 12px 0;
}

.td_droite input[type="text"],
.td_droite input[type="date"],
.td_droite input[type="number"],
.td_droite input[type="tel"],
.td_droite input[type="email"],
.td_droite input[type="password"],
.td_droite input[type="file"] {
  padding: 14px;
  width: 75%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #F4F4F4;
  font-size: 2em;
}

.td_droite label {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}

.td_droite label input {
  margin: 0 6px 0 0;
  zoom: 1.5;
}

.td_droite select {
  padding: 14px;
  width: 75%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #F4F4F4;
  font-size: 2em;
}

.td_droite textarea {
  padding: 10px 14px;
  width: 75%;
  min-height: 280px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #F4F4F4;
  font-size: 2em;
}

.td_droite input[type="submit"] {
  border: none;
  padding: 16px 40px;
  color: #FFF;
  font-size: 1rem;
  background: #cd1c2c;
  border-radius: 40px;
  text-transform: uppercase;
}

.td_droite input[type="submit"]:hover {
  background: #DB0F2C;
}


#c220 .powermail_fieldwrap .td_gauche{
  float: none;
  display: inline-block;
  vertical-align: top;
}

#c220 .powermail_fieldwrap .td_droite{
  float: none;
  display: inline-block;
  width: 69%;
}

.powermail_fieldwrap_rpdg .col-sm-10 .checkbox,.powermail_fieldwrap_gpdr .col-sm-10 .checkbox,.powermail_fieldwrap_gdpr .col-sm-10 .checkbox {
    width: 100%;
}
.powermail_fieldwrap_rpdg .col-sm-10 .checkbox label input,.powermail_fieldwrap_gpdr .col-sm-10 .checkbox label input{
    margin: 0px 6px 17px 0;
    float: left;
}

#txt_legal {
  text-align: center;
  padding-top: 32px;
  font-size: 1.2rem !important;
}

.td_1_3 {
  width: 25.5%;
  display: inline-block;
  vertical-align: middle;
}

.td_1_3 select {
  width: 90%;
}

.alert {
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
}

.alert-success {
  background-color: #f1f9f7;
  border-color: #e0f1e9;
  color: #1d9d74;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  background-color: #fbeeed;
  border-color: #f7d8dd;
  color: #d9534f;
}

.rouge>.owl-controls>.owl-nav>.owl-next,
.rouge>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(193, 7, 18);
}

.viol>.owl-controls>.owl-nav>.owl-next,
.viol>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(172, 148, 198);
}

.bleu>.owl-controls>.owl-nav>.owl-next,
.bleu>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(1, 130, 196);
}

.orange>.owl-controls>.owl-nav>.owl-next,
.orange>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(239, 125, 0);
}

.vert>.owl-controls>.owl-nav>.owl-next,
.vert>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(46, 168, 54);
}

.gris>.owl-controls>.owl-nav>.owl-next,
.gris>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(129, 129, 130);
}

.bleu_canard>.owl-controls>.owl-nav>.owl-next,
.bleu_canard>.owl-controls>.owl-nav>.owl-prev {
  background-color: rgb(19, 180, 184);
}


.inner>.rubans-pieces,
.inner>.csc-default,
.inner>.nos-gammes {
  margin-bottom: 100px;
}

.sejours-liste-item.brochure-item
{
  display: inline-block;
  width: 49%;
}
.emploi-liste-themes-int
{
  background-color: #f8f8f8;
  margin: 10px;
}
.brochure-content.cell
{
  padding: 20px;
}
.brochure-content.cell h2
{
  margin: 0;
  min-height: 60px;
}
.brochure-actions
{
  font-size: 2em;
}
.img.cell, .brochure-content.cell
{
  display: inline-block;
  vertical-align: top;
}
.no-margin
{
  margin: 0 !important;
}
.content-marches > .inner h3
{
  font-size:3.9em;
}
.content-marches > .inner h3 span
{
  display: inline-block;
  /*display: table-cell;*/
  /*height: 105px;*/
  /*width: 1000px;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
}
h1.titre-interieur
{
  font-size: 1em;
    font-weight: normal;
    width: 100%;
    margin: 0;
}
.brochure-actions-lien.brochure-actions-telecharger::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../img/download.svg) no-repeat center top;
  background-size: 16px auto;
  margin: -4px 0 0 0;
}
.nos-actualite-left h3{
  color: #c41a26;
}

.page-content .ce-menu li
{
  font-size: 16pt !important;
}
.checkbox
{
  width: 25%;
  display: inline-block;
}

#c220.csc-default
{
  margin-bottom: 0;
}
.gallery-focus a h3 {
  margin:0 !important;
  margin-top:0px !important;
}


/**************************JORDAN***************************/


/****************************************************************************************************************************/
/*********************************************************RESPONSIVE*********************************************************/

@media only screen and (max-width: 1870px) {
  body {
    /*zoom: 68%;*/
  }
  ul.supernav {
    position: fixed;
  }
}

@media only screen and (min-width:1301px) and (max-width:1591px){
  .Contact{
    bottom:122px
  }
}

@media only screen and (min-width:1146px) and (max-width:1300px){
  .Contact{
    bottom: 38px;
  }
}

@media only screen and (max-width: 1300px) {
  .first-logo {
    padding: 1em 4em 1em 2em !important;
    padding: 10px;
    width: 230px;
  }
	a.first-logo img{
		width: 150px;
	}
  .content {
    padding: 0px 40px;
  }
  .contact-items {
    width: 48%;
    margin-right: 4%;
  }
  a.first-logo img {
    padding: 10px;
  }
  .holder-nav {
    width: 56%;
  }
  .holder-nav ul li.has-sub .sub-menu {
    width: 100%;
  }
  .Contact .france {
    font-size: 0;
    color: #fff;
  }
  .Contact .france:after {
    top: 50%;
    bottom: initial;
    transform: translate(0, -50%);
    right: 15px;
  }
  #btn_menu {
    /* right: 49px; */
  }
  .Contact .menu {
    /* padding: 60px 0px 0px 108px; */
  }

  .over-text {
    display:none;
  }
  .tx-dkliksommaire-pi1 .gallery-focus-items{
    width: 48%;
  }
}

@media only screen and (max-width: 1023px) {
  .tx-dkliksommaire-pi1 .gallery-focus-items h3{
    font-size: 2rem!important;
  }

  .Contact{
    display: block !important;
  }
  .Contact .langue {
    position: absolute;
    left: 0px;
    top: 40px;
  }
  .Contact>.langue {
    border: none;
  }

  .Contact>.langue:after {
    right: 26px;
    bottom: 10px;
  }

  .Contact .mon-compte {
    padding: 20px 20px 20px 60px !important;
    background-position: 20px center !important;
    font-size: 2em !important;
    width: 100% !important;
  }

  body {
    zoom: 100%;
  }
  .header {
    display: block;
    position: initial;
  }
  .title-marche {
    display: initial;
        margin:0;
  }
  .slider-marche-title p,
  .slider-marche-title a {
    width: 100%;
    padding: 20px;
    line-height: inherit;
  }
  .holder-nav {
    float: left;
    width: 100%;
  }
  .holder-nav ul li.has-sub:hover .sub-menu {
    top: 269px;
    display: initial!important;
    padding: 0px 20px;
  }
  .first-logo {
    width: 100%;
    padding: 0px;
    background: #fff;
    text-align: center;
    float: left;
  }
  a.first-logo img {
    width: initial;
    position: initial;
    box-shadow: none;
  }
  #deroulant {
    /* width: 30.6%; */
    top: 160px;
  }
  .Contact {
    float: left;
    width: 100%;
  }
  .Contact .france,
  .Contact .menu {
    width: 33.33%;
    padding: 45px;
  }
  .Contact .menu {
    padding: 0 !important;
  }
  .sub-menu .sub-menu-items {
    width: 100%;
    border: none!important;
    margin: 10px 0;
    padding: 0;
  }
  .holder-nav ul li {
    padding: 19px 61px;
    width: 33%;
  }
  .Contact{
    position: static !important;
  }
  .Contact .menu{
    position: static !important;
  }
  #btn_menu {
    top: 60px;
    right: 80px;
    position: absolute;
  }
  .menu-text {
    display: none;
  }
  .Contact .mon-compte {
    width: 33%;
  }
  .Contact .menu {
    text-align: center;
    position: initial;
    padding: 45px;
  }
  .title-rubans h2 {
    padding: 10px 20px;
    font-size: 4em;
    text-align: center;
    width: 100%;
  }
  .gallery-focus-items {
    width: 45%;
    margin: 10px 1%;
    /* display: block; */
  }
  .slider-corpo {
    padding: 50px 20px 230px;
  }
  .contact {
    float: left;
    width: 100% !important;
  }
    .contact .contact-items {
        margin:0px !important;
    }
    .contact-items a + div a {
        font-size:1.3em;
    }
  .footer {
    padding: 40px;
  }
  .map {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 40px;
  }
  .content-items {
    width: 100%;
  }
  .Gergonne-items {
    font-size: 0.6em;
  }
  .Gergonne-items:after {
    width: 178%;
  }
  .title-content-left {
    width: 100%;
    /* padding: 20px; */
  }
  .title-content-left.rouge {
    padding: 20px;
  }
  .gamme-produits {
    width: 90%;
  }
  .gamme-produits:last-child {
    width: 100%;
  }
  .catalogue-produits {
    width: 100%;
  }
  .catalogue {
    width: 100%;
    margin: 10px auto;
  }
  .notre-catalogue {
    bottom: -7px;
  }
  .nos-actualite-left {
    width: 100%;
    margin: 10px 0px 15px;
  }
  .nos-actualite-left:last-child {
    width: 100%;
    margin: 0;
  }
  .rubans-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .pieces-right {
    width: 100%;
  }
  .nos-gammes-items {
    width: 48%;
  }
  .marquage {
    font-size: 0.7em;
  }
  .nous-rencontrer-left {
    width: 35%
  }
  .nous-rencontrer-left.background-nous {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .nous-rencontrer-left {
    width: 100%;
  }
  .nous-rencontrer-left h4 {
    text-align: center;
  }
  .vivamus {
    width: 100%;
    /*position: relative;*/
    /*top: -25px;*/
  }
  .calandrier {
    margin: 10px 1% 10px 0;
    width: 48%;
  }
  .conetnt-marche-items {
    width: 95%;
    margin: 10px auto 40px;
    display: block;
    float: none;
    clear: both;
  }
  .tab-open span {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .conetnt-marche-items:last-child {
    width: 95%;
    margin: 10px auto 40px;
    /* display: block; */
    /* float: none; */
    /* clear: both; */
  }
  .exemple-automobile-items-left,
  .exemple-automobile-items-right {
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  .exemple-automobile-items{
    min-height: 0 !important;
    width: 100%;
  }
  .tab-open.on span::before{
    top: -12px;
    left: 6px;
  }
  .exemple-automobile-items a {
    padding: 20px 20px 20px 4px;
  }
  .exemple-automobile-items span{
    top: 54px;
  }
  ul.supernav {
    display: none;
  }

  .sub-menu .sub-menu-items-par {
    width: 48%;
    margin: 5px 1%;
    /* text-align: center; */
    font-size: 0.7em;
  }

  .sub-menu.sub-padding .sub-menu-items-par:nth-child(2n+1) {
    clear: both;
  }

  .title-content{
    margin-top: 0;
  }
  .over-text {
    display:none !important;
  }

  .home-title h3{
    font-size: 4.5em;
  }
  .rubans-position .x10{
    font-size: 5rem !important;
  }
  h3#gammes{
    font-size: 3rem!important;
  }
  .title-nos-gammes h3 span{
    height: inherit!important;
  }
  .nous-rencontrer-left h4{
    font-size: 3em!important;
  }
  .calandrier p{
    font-size: 2rem;
  }
  .calandrier{
    margin:30px 0;
  }
}

@media screen and (max-width:768px){
  .breadcumbs_position{
    top:-80px;
    left: 0%;
    width:30%;
  }
  .owl-controls{
    display: none;
  }
  .title-marche{
    margin: 0 0 35px;
  }
  .contact:first-child{
    width:60%;
  }
  .conetnt-marche-items{
    margin:10px auto;
  }
}

@media only screen and (max-width: 690px) {
  .holder-nav ul li {
    width: 100%;
    border: none;
    font-size: 0.7em;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    max-width: none;
  }
  .slider-marche-title p {
    display: block;
    width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .titre {
    display: block;
    width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 5%;
  }

  .sub-menu .sub-menu-items-par h3 {
    margin: 5px 0;
  }
  .holder-nav ul li.has-sub:hover .sub-menu {
    position: relative;
    float: left;
    top: 0;
    font-size: 1.5em;
    padding: 10px;
  }
  .sub-menu-items h3 {
    margin: 5px 0;
    font-size: 1.8em;
  }

  .Contact {
    display: initial;
  }
  .Contact .france {
    /* background-position: 5px 19px; */
    width: 50%;
  }
  .Contact .france:after {
    top: 44px;
  }
  .Contact .menu {
    width: 50%;
  }
  .title-slider.savoir-text {
    padding: 0px 5px 120px;
  }
  #deroulant {
    width: 100%;
    top: 160px;
  }
  .sub-menu .sub-menu-items {
    width: 100%;
  }
  .sub-menu .sub-menu-items:after {
    display: none;
  }
  .title-slider-corpo h2 {
    font-size: 2.5em;
  }
  .title-slider-corpo p {
    font-size: 1.5em;
  }
  .Gergonne-items:after {
    width: 97%;
  }
  .contact-items {
    margin: 10px auto;
    width: 90%;
    float: none;
  }
  .contact-items:last-child {
    margin: 10px auto;
  }
  .slider-conetnt {
    margin: 0;
  }
  .title-slider h2 {
    font-size: 2em;
  }
  .breadcumb {
    font-size: 0.6em;
    padding-left: 14px;
    padding-bottom: 40px;
  }
  .breadcrumb{
    display: none;
  }
  .title-content-left.rouge h3 {
    font-size: 3em;
    padding: 0;
  }
  .notre-catalogue h4 {
    font-size: 2em;
  }
  .notre-catalogue a {
    font-size: 2em;
  }
  .notre-catalogue {
    bottom: -34px;
    width: 100%;
    position: relative;
    padding: 10px 40px;
  }
  .catalogue-produits {
    padding: 10px;
    text-align: center;
  }
  .prouits-gamme h3 {
    /* font-size: 2.5em; */
  }
  h3.icon-conseignes {
    padding: 10px 0px 22px 52px;
  }
  .home-title h3 {
    font-size: 2.5em;
  }
  .rubans-position h3 {
    font-size: 2em;
  }
  .rubans-position p {
    font-size: 1.5em;
  }
  .rubans-position a {
    font-size: 2em;
  }
  .rubans-position {
    left: 0;
    position: relative;
    width: 100%;
    top: -50px;
  }
  .content {
    padding: 0px 10px;
  }
  .rubans-left {
    margin-bottom: 0;
    margin: 0;
  }
  .rubans-left img {
    margin: 10px 0;
  }
  .pieces-right .rubans-position.rubans-position-right {
    right: 0;
    bottom: initial;
    top: -50px;
  }
  .title-nos-gammes h3 {
    font-size: 2.7em;
  }
  .title-nos-gammes p {
    font-size: 2em;
  }
  .nos-gammes-items {
    width: 49%;
    margin: 10px 0;
  }
  .marquage {
    font-size: 0.7em;
  }
  .calandrier {
    width: 100%;
    margin: 10px 0;
    zoom: 80%;
  }
  .nous-rencontrer-left h4 {
    font-size: 2em;
  }
  .vivamus {
    /* width: 65%; */
    /* bottom: 284px; */
    zoom: 80%;
    top: -100px;
  }
  .vivamus strong {
    font-size: 1.5em;
  }
  .vivamus p {
    font-size: 1.5em;
  }
  .nous-rencontrer-left.background-nous .savoir {
    font-size: 2em;
    margin: 0;
    margin-bottom: 20px;
    margin-top: -40px;
  }
  .nous-rencontrer-left.background-nous .voir-gergonne {
    font-size: 2em;
  }
  .slider-marche-title p {
    width: 100%;
    font-size: 2em;
  }
  .slider-marche-title a {
    width: 100%;
    font-size: 1.5em;
  }
  .conetnt-marche-items p {
    /* font-size: 1.5em; */
  }
  .conetnt-marche-items h3 {
    font-size: 1.8em;
  }
  .conetnt-marche-items ul {
    font-size: 1em;
  }
  .title-exemple-automobile h3 {
    font-size: 2em;
  }
  .exemple-automobile-items a {
    padding: 20px 50px 20px 4px;
    font-size: 2em;
  }
  .title-rubans h2 {
    font-size: 2.4em;
    /* border-radius: 0; */
  }
  .page-content {
    font-size: 0.7em;
    padding: 0px 10px;
  }
  .footer {
    padding: 1px;
  }
  .vivamus-vel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0.5em;
    padding: 10px 20px 70px;
  }
  .vivamus-vel h3 {
    margin: 5px 0 10px;
  }
  .gallery-focus-items {
    width: 100%;
    margin: 20px 0;
  }

  .slider-home-text{
    display: none !important;
  }

  .title-marche{
    margin-top: 0;
    margin-bottom:0;
  }

  .holder-nav ul li.has-sub:hover .sub-menu.flex-menu,
  .holder-nav ul li.has-sub:hover .sub-menu.sub-padding {
    margin-top: 220px;
  }

  .inner>.rubans-pieces,
  .inner>.nos-gammes {
    margin-bottom: 40px !important;
  }

  .inner>.rubans-pieces{
    margin-bottom: 0px !important;
  }

  .nous-rencontrer {
    margin: 40px 0px;
  }

  a.first-logo h1{
    padding: 0 60px 0 70px;
    display: block;
  }
  a.first-logo h1 img{
    max-width: 190px;
    height: auto;
  }

  .Contact .langue{
    top: 20px;
    left: -30px !important;
    transform: scale(0.5);
  }

  #btn_menu {
    top: 40px;
    right: 0px;
    transform: scale(0.5);
  }

  #deroulant{
    top: 110px;
  }

  .over-text {
    display:none;
  }

  #listing_actus .gallery-focus-items a{
    display: block;
    max-width: 100%;
    width: 100%;
  }
  #listing_actus .gallery-focus-items .desc_actu{
    display: block;
    vertical-align: top;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .tx-dkliksommaire-pi1 .gallery-focus-items{
    width: 98%;
  }

  .sub-menu .sub-menu-items ul li {
    margin-bottom: -30px;
  }
  .holder-nav ul li.has-sub:hover .sub-menu.flex-menu, .holder-nav ul li.has-sub:hover .sub-menu.sub-padding{
    width:100%!important;
  }
  .holder-nav ul li.has-sub .sub-menu{
    left:50%;
  }
  #deroulant li a{
    padding: 5px 0;
  }
  .gergonne-industrie h3{
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
    margin-top: -10px;
  }
  #deroulant li{
    padding: 10px 0;
  }
   #listing_actus .gallery-focus-items a img {
    display: block;
    width: 100%;
    float: none;
  }
}

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

  #tx_cookies, #tx_cookies button, #tx_cookies input[type="submit"]{
    font-size: 10px !important;
  }
  .td_gauche {
    width: 100%;
    padding: 12px 0 0 0;
  }
  .td_gauche label {
    padding: 6px 0 0 0;
    text-align: left;
  }
  .td_droite {
    width: 100%;
    padding: 12px 0 0 0;
  }
  .td_droite input[type="text"],
  .td_droite input[type="date"],
  .td_droite input[type="number"],
  .td_droite input[type="tel"],
  .td_droite input[type="email"],
  .td_droite input[type="password"] {
    width: 100%;
  }
  .td_droite select {
    width: 100%;
  }
  .td_droite textarea {
    width: 100%;
  }

  .over-text {
    display:none;
  }

}


@media only screen and (max-width: 480px) {
  .sub-menu .sub-menu-items-par {
    width: 92%;
    margin: 5px 4%;
  }
    .sub-menu .sub-menu-items-par h3 a {
        display:initial;
    }
  #deroulant{
    top:140px;
  }
  .over-text {
    display:none;
  }
  .contact-items.x3{
    width:80%;
  }
  .title-marche{
    margin:0;
  }
  .tx-dkliksommaire-pi1 .gallery-focus-items h3{
    bottom:0%;
    right:8%;
    top:inherit;
    left: inherit;
    transform:inherit;
  }
  .td_droite select, .td_droite textarea, .td_droite input[type="text"], .td_droite input[type="date"], .td_droite input[type="number"], .td_droite input[type="tel"], .td_droite input[type="email"], .td_droite input[type="password"]{
    width:90%;
  }
  .holder-nav ul li.has-sub .sub-menu, .holder-nav ul li.has-sub:hover .sub-menu.flex-menu, .holder-nav ul li.has-sub:hover .sub-menu.sub-padding {
    display: none;
  }
}
