body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #2c3034;
}

h1, h2, h3, h4, h5, h6 {
  color: #23312f;
}

.hero{ 
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.60);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .hero-copy {
  background: rgba(0, 0, 0, 0.45);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}



.logo-navbar {
  height: 48px;
}

.hero .logo-card {
  background: rgba(0, 0, 0, 0.55);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
  display: inline-block;
}

.hero .hero-copy ul li {
  margin-bottom: 4px;
}


#hover-grid .image-collage {
  min-height: 320px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

#hover-grid .collage-item {
  width: 25%;
  min-width: 200px;
  max-height: 200px;
  overflow: hidden;
}

#hover-grid .collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

#hover-grid .image-collage:hover img {
  transform: scale(1.05);
}

.hover-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 32px;
  border-radius: 12px;
  max-width: 420px;
  width: 90%;
  transition: background .3s ease;
}

.hover-overlay:hover {
  background: rgba(0, 0, 0, 0.75);
}

.icon-img {
  max-width: 70px;
}

.team-photo {
  width: 100%;
  max-width: 170px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/***************************
  ÉLÉMENTS GÉNÉRAL
***************************/
h2{
  color: #000;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 38px); /* 38 */
  line-height: 1.3em;
  margin-bottom: 1em;
}

h3{
  color: #000;
  font-weight: 400;
  font-size: clamp(25px, 2.8vw, 40px); /* 40 */
  margin-bottom: 1em;
}

h4, .titre-4{
    color: #949A90;
    font-size: clamp(14px, 1.9vw, 22px); /* 22 */
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3em;
}

p,li,address{
  font-size: clamp(13px, 1.8vw, 17px); /* 17 */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: #000;
}

.texte-v2 p,
.texte-v2 li{
  font-size: clamp(12px, 1.1vw, 15px); /* 15 */
  font-weight: 400;
}

.blanc h2,
.blanc h3,
.blanc h4,
.blanc p,
.blanc li,
.blanc .small,
.blanc address,
.blanc a{
  color: #fff;
}

.small{
  font-size: 12px;
}

.bg-vert{
  background-color: #a3b2a4;
}

/***********************
  TOP BAR :
***********************/
.topbar{
  background: #101820;
}

.topbar .tb-tel{
  font-size: 1rem;
  font-weight: 700;
  color: #b7b09c;
  transition: 0.3s all ease-in-out;
}

.topbar .tb-tel:hover{
  color: #fff;
}

.social-icons a {
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.social-icons a .icon-facebook-square{
  font-size: 30px;
}

.social-icons a:hover{
  color: #b7b09c;
}

/***********************
  BANNIERE ACCUEIL :
***********************/
.banniere h1{
  color: #fafafa;
  font-weight: 500;
  margin-bottom: 0;
}

.banniere img{
  max-width: 70%;
}

.banniere h1{
  text-align: center; /* left */
}

/***********************
  2e section avec video :
***********************/
.section-apropos h2{
  margin-bottom: 0px;
}

.section-apropos h3{
  margin-right: 0px; /* -70 */
}

.section-apropos .block-vert-arriere{
  text-align: right;
}

.section-apropos .block-vert-arriere iframe{
  position: relative;
  right: 0px; /* 50 */
  max-width: 100%;
}

.block-vert-arriere{
  position: relative;
}

.block-vert-arriere:before{
    display: none; /* block */
    content: "";
    background-color: #a3b2a4;
    width: 462px; /* 462 */
    height: 416px; /* 416 */
    position: absolute;
    top: 0px; /* -50 */
    right: 0;
}

/**************************
  img-texte
**************************/
.col-img img{
  margin-bottom: 24px; /* 0 */
}

.img-texte h3{
  font-weight: 400;
  margin-bottom: 1em;
}

.img-texte .col-img img{
  width: 100%;
}

.img-texte .list-mots-textes .unMot p{
  padding-left: 20px;
  margin-bottom: 0;
}

/*******************************
  .boites-vertes
*******************************/
.boites-vertes .uneBoite{
  margin-right: 0;
  margin-left: 0;
  padding: 32px 24px; /* 50 100 */
  background-position: center;
  background-size: cover;
}

/*******************************
.titre-contenu
*******************************/
.titre-contenu{
  background-color: #f0f0f0;
  padding: 80px 0;
}

.titre-contenu h2{
  border-color: #b7b09c!important;
}

.titre-contenu img{
  max-width: 240px;
  padding-bottom: 24px; /* 0 */
}

.liste-2col{
  display: flex;
  flex-direction: row;
}

.liste-2col ul{
  display: inline-block;
  width: 50%;
  list-style: none;
  padding-left: 2%;
  padding-right: 8%;
  margin-bottom: 0;
}

.liste-2col ul li{
  margin-bottom: 1rem;
}

.liste-2col ul li:last-of-type{
  margin-bottom: 0;
}


/********************************
  mod-carriere-soumission
********************************/
.mod-carriere-soumission .col-12{
  padding: 50px 20px 30px 20px; /* 100 20 60 15% */ 
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
}

.mod-carriere-soumission .col-career{
  background-color: #cdd5d8;
}

.mod-carriere-soumission .col-request{
  background-color: #d3dbd4;
}

.mod-carriere-soumission .col-12 h2{
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 30px);
}

.mod-carriere-soumission .col-12 p{
  font-weight: 400;
}


.mod-carriere-soumission .col-12 a.fleche{
  position: relative;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  padding-left: 0; /* 130 */
  font-weight: 500;
}

.mod-carriere-soumission .col-12 a.fleche:hover{
  color: #b7b09c;
}

/******************************
  module-text-centrer
******************************/
.barre{
  display: inline-block;
  width: 185px;
  height: 1px;
  background-color: #B7B09C;
  margin-bottom: 28px; /* 40 */
}

.module-text-centrer p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

a.fleche,
.module-text-centrer a.fleche{
  display: inline-block;
  margin-top: 28px; /* 40 */
  position: relative;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  padding-left: 0; /* 130 */
  font-weight: 500;
  font-size: clamp(12px, 1.1vw, 15px); /* 15 */
}

a.fleche:hover,
.module-text-centrer a.fleche:hover{
  color: #b7b09c;
}


/******************************
  RÉALISATIONS 
******************************/
.module-realisation-tabbed #myTab{
  width: 100%;
}

.module-realisation-tabbed #myTab > li.nav-item{
  width: 100%; /* calc(100% / 3) */
}

.module-realisation-tabbed #myTab > li.nav-item button{
  width: 100%;
  height: 100px; /* 350 */
  background-color: grey;
  background-position: center;
  background-size: cover;
  position: relative;
}

.module-realisation-tabbed #myTab > li.nav-item button[id="ccmt-tab"]{
  background-image: url("/images/realisations-1.jpg");
}

.module-realisation-tabbed #myTab > li.nav-item button[id="md-tab"]{
  background-image: url("/images/realisations.jpg");
}

.module-realisation-tabbed #myTab > li.nav-item button[id="ppls-tab"]{
  background-image: url("/images/realisations-3.jpg");
}

.module-realisation-tabbed #myTab > li.nav-item button p{
  background-color: #2c333a;
  text-align: center;
  color: #a3b2a4;
  height: 80%; /* 50 */
  width: 85%; /* 60 */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px; /* 32 */
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}

/*** WHEN ACTIF : a3b2a4 ***/
.module-realisation-tabbed #myTab > li.nav-item button:hover p,
.module-realisation-tabbed #myTab > li.nav-item button.active p{
  background-color: #a3b2a4;
  color: #2c333a;
}



.module-realisation-tabbed .tab-content h2{
  margin-top: 40px;
  margin-bottom: 0.5em;
}

.module-realisation-tabbed .tab-content .barre{
  margin-bottom: 80px;
}

.module-realisation-tabbed .tab-content .tab-pane{
  max-height: 0;
  pointer-events: none;
  transition: 0.15s opacity ease-in-out, 0.05s max-height ease-in-out 0.15s;
}

.module-realisation-tabbed .tab-content .tab-pane.show{
  max-height: unset;
  pointer-events: all;
  transition: 0.15s opacity ease-in-out;
}

.module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere{
  text-align: right;
}

.module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere img{
  position: relative;
  max-width: 100%;
  right: 0px; /* 50 */
  margin-bottom: 0;
}

/**********************************
  MODULE TABED :
**********************************/
.module-tabed .nav-tabs{
  width: 100%;
  border-bottom: none;
}

.module-tabed .nav-tabs .nav-item{
  width: 100%; /* calc(100% / 4) */
}

.module-tabed .nav-tabs .nav-item button{
  width: 100%;
  font-size: clamp(16px, 2.5vw, 30px); /* 30 */
  line-height: 1.25em;
  text-align: center;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px; /* 16 */
  height: 100%;
  border: none;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;

  border-radius: 0;
}

.module-tabed .nav-tabs .nav-item:first-of-type button{
  border-top: 1px solid #000;
}

/* .module-tabed .nav-tabs .nav-item:last-of-type button{
  border-right: 1px solid #000;
} */

.module-tabed .nav-tabs .nav-item button.active{
  /* border-top: 1px solid #000; */
  /* border-bottom: none; */
}

/*** CONTENT ***/
.module-tabed #mTabed-content{
  margin-top: 0;
}

.module-tabed #mTabed-content .tab-pane{
  padding: 35px 24px; /* 75 */
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.module-tabed #mTabed-content .tab-pane:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 3;
}

.module-tabed #mTabed-content .tab-pane .contenu{
  position: relative;
  z-index: 5;
}

.module-tabed #mTabed-content .tab-pane[id="iv"]{
  background-image: url("/images/bg-contentbox.jpg");
}

.module-tabed #mTabed-content .tab-pane[id="ac"]{
  background-image: url("/images/bg-tab-2.jpg");
}

.module-tabed #mTabed-content .tab-pane[id="co"]{
  background-image: url("/images/bg-tab-3.jpg");
}

.module-tabed #mTabed-content .tab-pane[id="sc"]{
  background-image: url("/images/bg-tab-2.jpg");
}

.module-tabed #mTabed-content .tab-pane[id="sc"]:before{
  background-color: rgba(255, 255, 255, 0.9);
}

.module-tabed #mTabed-content .tab-pane .ul-col2{
  padding-left: 18px;
}

.module-tabed #mTabed-content .tab-pane .ul-col2 li{
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*****************************
  module-services-images
*****************************/
.module-services-images .col-12{
  padding: 0;
}


.module-services-images .unServices{
  width: 100%;
  min-height: 210px; /* 320 */
  background-position: center;
  background-size: cover;
  position: relative;
}

.module-services-images .unServices .contenu{
  background-color: rgba(0, 0, 0, 0.75);
  height: 82%;
  width: 80%;
  position: absolute;
  top: 9%;
  left: 10%;
  padding: 18px 10%;
  text-align: center;
  transition: 0.25s all ease-in-out;
  opacity: 0;
}

.module-services-images .unServices:hover .contenu{
  opacity: 1;
}

.module-services-images .unServices .contenu ul{
  padding-left: 0;
  list-style: none;
  text-align: left;
}


.module-services-images .unServices .contenu h3{
  color: #fff;
  font-size: clamp(14px, 1.5vw, 24px);
  font-weight: 500;
  margin-bottom: 0;
}

.module-services-images .unServices .contenu .barre{
  width: 100px;
  margin: 8px 0; /* 16 0 */
}

.module-services-images .unServices .contenu li{
  font-weight: 700;
  color: #a3b2a4;
}

/***************************
  module-specialisations
***************************/
.module-specialisations .ligne-titre{
  margin-top: 60px;
}

.module-specialisations .texte-service{
  font-weight: 700;
  font-size: clamp(14px, 1.9vw, 20px);
}

/***************************
  module-equipe
***************************/
.ligne-espace{
  margin-top: 50px;
}

.module-equipe .nom{
  font-weight: 700;
  color: #000;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
}

.module-equipe .unEquipe{
  margin-top: 50px;
}

.module-equipe .role{
  color: #A3B2A4;
  font-size: 14px;
}

/**************************
  FOOTER
***************************/
footer{
  background-color: #101820;
}

footer .titre-footer{
  font-weight: 600;
  text-transform: uppercase;
}

footer p > strong{
  font-weight: 600;
}

.social-icons-footer{
  justify-content: center; /* start */
}

.social-icons-footer a,
footer p a{
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.social-icons-footer a:hover,
footer p a:hover{
  color: #f25a44;
}

.social-icons-footer a{
  font-size: 18px;
}

.social-icons-footer a .icon-facebook-square{
  font-size: 20px;
}


@media (max-width: 991.98px) {
  .om-1{
    order: 1;
  }

  .om-2{
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 60vh;
  }
  #hover-grid .collage-item {
    min-width: 50%;
    max-height: 140px;
  }
  .hover-overlay {
    padding: 20px;
  }

  .mod-carriere-soumission .col-12,
  .uneBoite{
    background-image: none!important;
  }
}



@media screen and (min-width: 768px){
  /***********************
    BANNIERE ACCUEIL :
  ***********************/
  .banniere img{
    max-width: 80%;
  }

  .banniere h1{
    text-align: left; /* left */
    font-size: clamp(26px, 3.4vw, 48px);
  }

  /***********************
    2e section avec video :
  ***********************/
  .section-apropos h2{
    margin-bottom: 24px; /* 0 */
  }

  .section-apropos h3{
    margin-right: 0px; /* -70 */
    margin-top: 70px; /* 0 */
  }

  .section-apropos .block-vert-arriere{
    text-align: right;
  }

  .section-apropos .block-vert-arriere iframe{
    right: 50px; /* 50 */
  }


  .block-vert-arriere:before{
      display: block; /* block */
      top: -50px; /* -50 */
  }

/********************************
  mod-carriere-soumission
********************************/
.mod-carriere-soumission .col-12{
  padding: 60px 20px 40px 15%; /* 100 20 60 15% */ 
}

a.fleche,
.module-text-centrer a.fleche,
.mod-carriere-soumission .col-12 a.fleche{
  padding-left: 72px; /* 130 */
}

a.fleche:before,
.module-text-centrer a.fleche:before,
.mod-carriere-soumission .col-12 a.fleche:before{
    background: url("/images/fleche.png") 50% no-repeat;
    background-position: center right;
    content: "";
    display: block;
    height: 4.7px; /* 9 */
    left: 0;
    position: absolute;
    top: calc(50% - 2.4px);
    width: 60px; /* 115 */
}

/******************************
  module-text-centrer
******************************/
.barre{
  margin-bottom: 32px; /* 40 */
}


.module-text-centrer a.fleche{
  margin-top: 32px; /* 40 */
}

/******************************
  RÉALISATIONS 
******************************/
.module-realisation-tabbed #myTab > li.nav-item{
  width: calc(100% / 3); /* calc(100% / 3) */
}

.module-realisation-tabbed #myTab > li.nav-item button{
  height: 240px; /* 350 */
}


.module-realisation-tabbed #myTab > li.nav-item button p{
  height: 70%; /* 50 */
  width: 76%; /* 60 */
  padding: 24px; /* 32 */
}

/*** WHEN ACTIF : a3b2a4 ***/
.module-realisation-tabbed #myTab > li.nav-item button:after{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid transparent;
    bottom: -26px;
    content: "";
    left: calc(50% - 20px);
    position: absolute;
}

.module-realisation-tabbed #myTab > li.nav-item button.active:after{
    border-top: 26px solid #a3b2a4;
}

.module-realisation-tabbed .col-img{
  margin-top: 60px; /* 0 */
}

.module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere img{
  right: 50px; /* 50 */
}

.module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere:before{
  top: -50px;
  height: calc(100% + 100px);
}

/**********************************
  MODULE TABED :
**********************************/
.module-tabed .nav-tabs .nav-item{
  width: calc(100% / 4); /* calc(100% / 4) */
}

.module-tabed .nav-tabs .nav-item button{
  font-size: clamp(14px, 1.8vw, 30px); /* 30 */
  padding-top: 12px;
  padding-bottom: 12px; /* 16 */
  border: none;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.module-tabed .nav-tabs .nav-item:first-of-type button{
  border-top: 1px solid #000;
}

.module-tabed .nav-tabs .nav-item:last-of-type button{
  border-right: 1px solid #000;
}

.module-tabed .nav-tabs .nav-item button.active{
  border-top: 1px solid #000;
  border-bottom: none;
}

/*** CONTENT ***/
.module-tabed #mTabed-content .tab-pane{
  padding: 40px 32px; /* 75 */
}


.module-tabed #mTabed-content .tab-pane .ul-col2{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.module-tabed #mTabed-content .tab-pane .ul-col2 li{
  padding-right: 24px;
}

/*******************************
  .boites-vertes
*******************************/
  .boites-vertes .uneBoite{
    padding: 40px 40px; /* 50 100 */
  }


/*****************************
  module-services-images
*****************************/
.module-services-images .unServices{
  min-height: 260px; /* 320 */
}

.module-services-images .unServices .contenu .barre{
  margin: 12px 0; /* 16 0 */
}


/**************************
  FOOTER
***************************/
  .social-icons-footer{
    justify-content: flex-start; /* start */
  }

}

@media screen and (min-width: 992px){
  /***********************
    2e section avec video :
  ***********************/
  .section-apropos h2{
    margin-bottom: 0; /* 0 */
  }

  .section-apropos h3{
    margin-right: -20px; /* -70 */
    margin-top: 0px; /* 0 */
  }


  /********************************
    mod-carriere-soumission
  ********************************/
  .mod-carriere-soumission .col-12{
    padding: 80px 20px 50px 7.5%; /* 100 20 60 15% */
    display: flex;
    flex-direction: column;
  }

  .mod-carriere-soumission .col-12 a.fleche{
    margin-top: auto;
  }


  /******************************
    RÉALISATIONS 
  ******************************/

  .module-realisation-tabbed #myTab > li.nav-item button{
    height: 280px; /* 350 */
  }


  .module-realisation-tabbed #myTab > li.nav-item button p{
    height: 65%; /* 50 */
    width: 70%; /* 60 */
    padding: 24px; /* 32 */
  }

  /*** WHEN ACTIF : a3b2a4 ***/

  .module-realisation-tabbed .col-img{
    margin-top: 0px; /* 0 */
  }

  .module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere img{
    right: 10px; /* 50 */
  }

  .module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere:before{
    top: -20px;
    height: calc(100% + 40px);
  }

/*******************************
  .boites-vertes
*******************************/
  .boites-vertes .uneBoite{
    padding: 45px 60px; /* 50 100 */
  }

/**********************************
  MODULE TABED :
**********************************/
  .module-tabed .nav-tabs .nav-item button{
    padding-top: 14px;
    padding-bottom: 14px; /* 16 */
  }

  /*** CONTENT ***/
  .module-tabed #mTabed-content .tab-pane{
    padding: 50px 40px; /* 75 */
  }

/*****************************
  module-services-images
*****************************/
  .module-services-images .unServices{
    min-height: 320px; /* 320 */
  }

  .module-services-images .unServices .contenu .barre{
    margin: 16px 0; /* 16 0 */
  }


}

@media screen and (min-width: 1200px){
  /***********************
    2e section avec video :
  ***********************/
  .section-apropos h3{
    margin-right: -50px; /* -70 */
  }

  /********************************
    mod-carriere-soumission
  ********************************/
  .mod-carriere-soumission .col-12{
    padding: 80px 25px 50px 11%; /* 100 20 60 15% */ 
  }

  a.fleche,
  .module-text-centrer a.fleche,
  .mod-carriere-soumission .col-12 a.fleche{
    padding-left: 105px; /* 130 */
  }

  a.fleche:before,
  .module-text-centrer a.fleche:before,
  .mod-carriere-soumission .col-12 a.fleche:before{
      height: 7px; /* 9 */
      top: calc(50% - 3.5px);
      width: 90px; /* 115 */
  }


  /******************************
    module-text-centrer
  ******************************/
  .barre{
    margin-bottom: 40px; /* 40 */
  }

  .module-text-centrer a.fleche{
    margin-top: 40px; /* 40 */
  }

  /******************************
    RÉALISATIONS 
  ******************************/

  .module-realisation-tabbed #myTab > li.nav-item button{
    height: 320px; /* 350 */
  }


  .module-realisation-tabbed #myTab > li.nav-item button p{
    height: 60%; /* 50 */
    width: 65%; /* 60 */
    padding: 28px; /* 32 */
  }

  .module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere img{
    right: 50px; /* 50 */
  }

  .module-realisation-tabbed .tab-content .tab-pane .block-vert-arriere:before{
    top: -50px;
    height: calc(100% + 100px);
  }

/*******************************
  .boites-vertes
*******************************/
  .boites-vertes .uneBoite{
    padding: 50px 80px; /* 50 100 */
  }

/**********************************
  MODULE TABED :
**********************************/
  .module-tabed .nav-tabs .nav-item button{
    padding-top: 16px;
    padding-bottom: 16px; /* 16 */
  }

  /*** CONTENT ***/
  .module-tabed #mTabed-content .tab-pane{
    padding: 60px 55px; /* 75 */
  }

}

@media screen and (min-width: 1400px){
/***********************
    2e section avec video :
  ***********************/
  .section-apropos h3{
    margin-right: -70px; /* -70 */
  }

  /********************************
    mod-carriere-soumission
  ********************************/
  .mod-carriere-soumission .col-12{
    padding: 100px 30px 60px 15%; /* 100 20 60 15% */ 
  }

  a.fleche,
  .module-text-centrer a.fleche,
  .mod-carriere-soumission .col-12 a.fleche{
    padding-left: 130px; /* 130 */
  }

  a.fleche:before,
  .module-text-centrer a.fleche:before,
  .mod-carriere-soumission .col-12 a.fleche:before{
      height: 9px; /* 9 */
      top: calc(50% - 5px);
      width: 115px; /* 115 */
  }

  /******************************
    RÉALISATIONS 
  ******************************/

  .module-realisation-tabbed #myTab > li.nav-item button{
    height: 350px; /* 350 */
  }


  .module-realisation-tabbed #myTab > li.nav-item button p{
    height: 50%; /* 50 */
    width: 60%; /* 60 */
    padding: 32px; /* 32 */
  }

/*******************************
  .boites-vertes
*******************************/
  .boites-vertes .uneBoite{
    padding: 50px 100px; /* 50 100 */
  }


/**********************************
  MODULE TABED :
**********************************/
  /*** CONTENT ***/
  .module-tabed #mTabed-content .tab-pane{
    padding: 75px; /* 75 */
  }

}
