:root {
    font-size: 62.5%;
    --color-main: #726f84;
    --color-blue: #22355e;
    --color-gray: #d8dbdf;
    --color-black: #0f0d1d;
    --color-light-gray: #f5f6f7;
    --color-orange: #f4981b;
    --color-white: #fff;
    --color-yellow: #f8cd46;
    --ff-montserrat: "Montserrat", sans-serif;
    --ff-raleway: "Raleway", sans-serif;
    --nav-height: 140px;
    --nav-mob-height: 60px;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28231, 156, 63, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-link-hover-color: var(--color-orange);
}

/* FIX BOOTSTRAP 5 FONT-SIZE: 62.5% */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row {--bs-gutter-x: 3rem;}

.form-control {font-size: 1.4rem;}
.btn {font-size: 1.4rem;}

/* FIN FIX BOOTSTRAP 5 */

.border-color-blue {
    border-color: #01214b;
}

html {
    scroll-behavior: smooth;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    color: var(--color-blue);
    overflow-x: hidden;
    padding-top: var(--nav-height);
}

#main-nav {
  height: var(--nav-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
  box-shadow: 0 0 1.5rem #22355e;
}

.h-100-responsive {
    height: 100% !important;
}

body.mce-content-body {
    padding-top: 0 !important;
}

#page-404 h1 {
    padding: max(3rem, 5%);
}


#headerCarousel,.carousel-inner,.carousel-item, header#header-home{
    width: 100%;
    height: 100%;


}

header#header-home {
    width: 100%;
    height: 100%;
    background: url('/media/img/bandeau-accueil-atec.jpg') top right no-repeat #122244;
    color: #fff;
    background-size: auto 100%;
}


#header-home #first-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4%;
  padding-bottom: 4%;
}

#header-home #first-column .arrow-blanche {
  height: 3.2rem;
}

#header-home #first-column .arrow-blanche:hover {filter: invert(61%) sepia(84%) saturate(406%) hue-rotate(348deg) brightness(96%) contrast(88%);}

a {
    text-decoration: none;
    color:var(--color-blue);
}

h1,h2,h3,h4 {
    font-weight: 800;
}

h1 {
    font-size: 2.9rem;
    color: var(--color-orange);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

h1.titre1-blue {
  text-transform: none;
  color: var(--color-blue);
  font-size: 2.5rem;
}

.bg-ecrou-left-fill {
    font-weight: normal;
    font-size: 2.4rem;
    position: relative;
    padding: 12px 0 0 12px;
    min-height: 50px;
}

.bg-ecrou-left-fill svg {
    width: auto;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

h2, h2 > .btn {
    padding-bottom:2%;
    padding-top: 2%;
    font-size: 2.9rem;
    color: var(--color-blue);
}

h2 > .btn {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
}

h3 {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
}

#header-home h1 {
    color: #fff;
    font-size: 2rem;
    text-transform: none;
    margin-bottom: 1rem;
}

#header-home h2 {
    color: var(--color-orange);
    text-transform: uppercase;
}

footer h4 {
  display: inline-block;
  line-height: 2.2;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.list-reset {
    list-style: none;
    padding: 0;
}

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

.html-content .card {margin-bottom: 2rem;}
.html-content .card-header > h2 {padding: 0;}

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

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-19 {
    font-size: 19px;
}

.fs-26 {
    font-size:26px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size:30px;
}

.fs-40 {
    font-size:40px;
}

/* FONT WEIGHT */

.fw-500 {
    font-weight:500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.toptitle-container {
    position: absolute;
    top: 20px; 
    left: 0;
    right: 0;
    margin: 0 auto; 
    text-align: left; 
}

.swiper-prod .swiper-slide,
.swiper-prod-thumbs .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-prod .swiper-slide img,
.swiper-prod-thumbs .swiper-slide img {
    height: auto;
    max-width: 100%;
}

.swiper-prod .swiper-wrapper,
.swiper-prod-thumbs .swiper-slide {
  aspect-ratio: 1;
}

.swiper-prod,
.swiper-prod-thumbs .swiper-slide {
  border: 2px solid #f8f8f8;
}

.swiper-prod-thumbs .swiper-slide-thumb-active {
  border-color: #d1d1d1;
}

.swiper-prod-thumbs .swiper-slide {
  width: 80px !important;
  height: 80px !important;
}

.swiper-prod-thumbs .swiper-slide:hover {cursor: pointer;}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    border-radius: 50%;
    background-color: rgba(143, 141, 160, .7);
    color: #fff;
    font-size: 30px;
    z-index: 999;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#scrollTop.show {
    display: flex;
}

#scrollTop:hover {
    background-color: var(--color-blue);
    box-shadow: inset 0 0 1px #838da3;
}

/* NAV */

.nav-principal-block {
    text-align: center;
}

#nav-principal .navbar-brand > a {
  display: block;
}

#nav-principal .navbar-brand img {
  transition: all .3s ease-out;
}

#nav-principal .navbar-brand:hover img {
  transform: scale(.85);
}

#nav-principal-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#nav-principal-ul > li > a,
#nav-principal-ul > li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: var(--color-blue);
    font-weight: 800;
    padding: 0 2rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    width: 100%;
    white-space: nowrap;
}

#nav-principal-ul > li::before {
    content: '';            
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-blue);
}

#nav-principal-ul > li {
  transform: skew(-20deg);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;                                                          
}

#nav-principal-ul > li:hover,
#nav-principal-ul > li:hover::before,
#nav-principal-ul > li.actif,
#nav-principal-ul > li.actif::before {
    background-color: var(--color-orange);
}

#nav-principal-ul > li:hover + li::before,
#nav-principal-ul > li.actif + li::before {
    background-color: transparent;
}

#nav-principal-ul > li > a > span,
#nav-principal-ul > li > div > span {
    transform: skew(20deg);
}

#nav-secondaire li a,
#nav-principal-ul > li:hover > a,
#nav-principal-ul > li:hover > div > span,
#nav-principal-ul > li.actif > div > span {
    color: #fff;
}

#nav-principal-ul > li:hover {cursor: pointer;}

#nav-principal-ul-cat {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  padding: max(2%, 2rem) 1.5rem;
  overflow-y: auto;
  max-height: calc(100vh - var(--nav-height));
  background-color: #fff;
  box-shadow: inset 0 1.5rem 1.5rem -1.5rem #22355e, 0 1rem 1rem #22355e61;
}

#nav-principal-ul-cat > div.open {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

#nav-principal-ul-cat a {
    position: relative;
    padding-left: 20px;
}
#nav-principal-ul-cat a:hover {
    color: var(--color-orange);
}
#nav-principal-ul-cat a:hover::before {
    content: '';
    background: url('/media/img/picto-puce.png') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -5px;
    top: 1px;
}

.nav-cat-submenu {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  line-height: 2.5;
}

#nav-principal-ul-cat li.nav-cat-gamme a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.3rem;
}
#nav-principal-ul-cat li.nav-cat-gamme a::before {display: none;}

#nav-principal-ul-cat.open {
  display: block;
}

#nav-principal-ul-cat > div {
    display: none;
}

#nav-secondaire {
    background-color: var(--color-blue);
    position: relative;
    height: 56px;
}

#nav-secondaire li a:hover {
    color: var(--color-orange);
}

#nav-principal {
  height: 84px;
}

.navbar-toggler-icon {
  font-size: 2rem;
}

.menu-secondaire {
    display: flex;
    justify-content: right; 
    align-items: center;
    padding-top: 1rem; 
    padding-bottom: 1rem;
}
 
.menu-secondaire-ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    justify-content: space-between;
}

.menu-secondaire-ul > li {
  padding: 0 3rem;
  position: relative;
}

.menu-secondaire-ul > li + li::before {
  content: '●';
  position: absolute;
  left: -3px;
  top: 0;
}

.navbar-search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-search input {
    padding: 5px;
}

#nav-mobile {
  max-height: 0;
  overflow-y: auto;
  transition: all .3s ease-out;
  background-color: #fff;
  padding: 0 1.5rem;
}

#nav-mobile.open {
  max-height: calc(100vh - var(--nav-mob-height));
}

#nav-mobile {
  height: 100vh;
  max-height: 0;
  overflow-y: auto;
  transition: all .3s ease-out;
  background-color: #fff;
  padding: 0 1.5rem;
  text-align: center;
}

#nav-mobile ul {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}

#nav-mobile > ul {
  margin: 1rem 0;
}

#nav-mobile > ul > li {
  line-height: 2.5;
}

#nav-mobile > ul > li > a,
#nav-mobile > ul > li > span {
    font-weight: 600;
}

#nav-mobile .link-item:hover,
#nav-mobile .toggle-nav-mob-submenu:hover {
    cursor: pointer;
    color: var(--color-orange);
}

#nav-mobile .nav-mob-submenu {display: none;}

#nav-mobile .nav-cat-gamme {
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 600;
}

#nav-mobile .nav-cat-gamme > a {
  color: #fff;
}

#nav-mobile .nav-cat-submenu {
  border: 1px solid var(--color-blue);
  margin-bottom: 1.5rem;
}

#nav-mobile .nav-cat-gamme > a:hover,
#nav-mobile .nav-mob-submenu a:hover,
#nav-mobile-socials a:hover {
  color: var(--color-orange);
}

#nav-mobile .nav-cat-submenu > li {line-height: 2;}
#nav-mobile .nav-cat-submenu > li.nav-cat-gamme {line-height: 3;}

#nav-mobile-socials a {
    font-size: 3rem;
    margin: 0 1.5rem;
}

#bloc-socials {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
}

#bloc-socials > a {
  background-color: #5e2b7e;
  color: #fff;
  padding: 1rem 1.5rem 1rem 1rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  transition: all .3s ease-out;
}

#bloc-socials > a:hover {
  padding-right: 2.5rem;
  background-color: var(--color-orange);
}

#bloc-socials > a::before {
    content: '';
    border-bottom : 3.4rem solid #5e2b7e;
    border-left : 1.5rem solid transparent;
    position: absolute;
    top: 0;
    left: -1.5rem;
    transition: all .3s ease-out;
}

#bloc-socials > a:hover::before {
    border-bottom : 3.4rem solid var(--color-orange);
}

.info-slider-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 
    max-width: 1280px; 
    margin: 0 auto; 
    text-align: center;
    font-family: var(--ff-raleway);
    font-weight: 700;
    position: absolute;
    bottom: 5%; 
    left: 0;
    right: 0;
    margin: 0 auto; 
}

.cta-white {
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 3rem;
  font-family: var(--ff-raleway);
  text-transform: uppercase;
  font-weight: 800;
}

.cta-white:hover {
  color: var(--color-orange);
  border-color: var(--color-orange);
}

.button {
    font-weight:700;
    font-size:13px;
    box-sizing: border-box; 
    border: solid 1px white;
    color: white;
    padding: 10px 40px; 
    border-radius: 45px;
    cursor: pointer; 
    display: inline-block; 
}

.button-2 {
    font-weight:700;
    font-size:13px;
    box-sizing: border-box;
    color: white;
    padding: 10px 40px;
    border-radius: 45px;
    cursor: pointer;
    display: inline-block;
    background-color: var(--color-orange);
}

.button-2:hover {
    background-color: var(--color-blue);
    color: #fff;
    text-decoration: none;
}

#section-prestations {
    background-image:url('/media/img/background-prestations-accueil.png');
    background-size:cover;
}

#section-prestations .button-2:hover {
    color: var(--color-orange);
    background-color: #fff; 
}

#section-questions {
    background-image:url('/media/img/bg-question.jpg');
    background-size:cover;
}

.certification-inner {
  position: absolute;
  left: 15%;
  bottom: 25%;
  padding: 0 calc(var(--bs-gutter-x) * .5);
  text-align: center;
  top: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.certification-inner > div {
    width: 75%;
    max-height: 150px;
}

.button-3 {
    text-transform: uppercase;
    background-color: var(--color-blue);
    font-weight:700;
    font-size:13px;
    box-sizing: border-box;
    color: white;
    padding: 10px 40px;
    border-radius: 45px;
    cursor: pointer; 
    display: inline-block; 
    border: 0;
}

.button-3:hover {
    background-color: var(--color-orange);
    color: #fff;
    text-decoration: none;
}

.arrow-blanche {
    padding-top:1%;
}

.navbar-button {
    background-color: var(--color-orange);
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 45px;
    margin-left: 20px;
    display: inline-block; 
    text-align: center; 
    line-height: 1.8;
    font-weight: bold; 
}

.navbar-button:hover {
    color: var(--color-orange);
    background-color: #fff;
}

.menu-secondaire-boutons {
    margin-left:20px;
    display: flex;
}

.search-container {
    position: relative;
    max-width: 300px;
    margin-left: 40px;
}

.menu-secondaire-rechercher {
    width: 150px;
    padding: 5px 30px 5px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    box-sizing: border-box;
    text-align: center;
}

.menu-secondaire-rechercher::placeholder {
    color: var(--color-blue); 
    opacity: 1; 
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

.search-container #btn-form-search,
.search-container #btn-form-search2,
.search-container #btn-form-search3 {
  position: absolute;
  right: 7px;
  top: 5px;
  color: var(--color-blue);
  font-size: 1.8rem;
  border: 0;
  background: none;
}

#form-search-mob .menu-secondaire-rechercher {
    font-size: 1.3rem;
}

#form-search-mob #btn-form-search2 {
  top: 4px;
  font-size: 1.5rem;
}

/* PAGE ACCUEIL */

#section-introduction {
    border-bottom-left-radius: 10%; /* Moins prononcé */
    border-bottom-right-radius: 10%; /* Moins prononcé */
    background-color: var(--color-orange);
    color: var(--color-blue);
    padding-top: 4%;
    padding-bottom: 4%;
}

#section-references {
    background: url("/media/img/bg-reference.png") repeat-x left bottom;
}

.section-references-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    padding-top: 8%;
    margin: auto;
    padding-bottom:4%;
}

.section-references-devis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.section-prestations-blocs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 13%;
}

.section-prestations-blocs-content {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-partenaires-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10%;
}

.section-partenaires-logos img {
    max-width: 200px;
    /*box-shadow: 0 0 5px lightgray;*/
    margin: 1.5rem 0;
}

hr {
    margin: -5px auto;
    width: 5%;
    border-bottom: 0;
    color: var(--color-orange);
    min-width: 50px;
    border-width: 2px;
}


#section-actualites {
    background-color: var(--color-yellow);
}

#section-agences {
    background-color:var(--color-blue);
}

#section-agences .agences-accueil {
    color: var(--color-white);
    letter-spacing: 2px;
    padding-right: 2%;
    margin-bottom: 10px; /* Ajout pour espacer chaque ligne */
}

.section-agences-content {
    align-items: center;
}

.section-agences-content-bloc1 {
    padding-left: 10%;
}

.section-agences-title {
    max-width: 1320px;
    margin:auto;
}

.actualite-vignettes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actualite-vignettes-content {
    display: flex;
    flex-direction: row;
}

.picto-lien-fleche:hover {
    filter: invert(61%) sepia(84%) saturate(406%) hue-rotate(348deg) brightness(96%) contrast(88%);
}

/* NAV FIN */

footer {
    background-color: #f1f1f1;
}

footer,
footer a {
    color: var(--color-blue);
    text-decoration: none;
    font-family: var(--ff-raleway);
}

footer a:hover {
    color: var(--color-blue);
    text-decoration: underline;
}

.nav-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    line-height: 2.2;
}

.nav-footer-bold {
  font-weight: 800;
}

#footer-legals {
    font-size: 1rem;
    border-top: 2px solid #838da3;
    padding: 1.5rem 0;
}

#footer-legals p {
  margin-bottom: 0;
}

/* TARTE AU CITRON */

#tarteaucitronRoot #tarteaucitronAlertBig {
    background-color: #8f393e;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
#tarteaucitronPrivacyUrlDialog:hover,
.tarteaucitronDeny:hover {
    background-color: #423e3c !important;
}

#tarteaucitronPrivacyUrl:hover {
    color: #c4c2c1 !important;
}

div#tarteaucitronAlertBig:before {
    display: none !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    background: #22355e;
    color: #fff;
    display: none;
    font-size: 15px !important;
    bottom: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: auto;
    width: 100% !important;
}

/* FIN TARTE AU CITRON */

/* ARIANE */

#ariane {
    padding: 1.5rem 0;
    list-style: none;
    margin: 1.5rem 0 2rem;
}

#ariane .fa-home {
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 10;
}

#ariane>li {
    display: inline-block;
    color: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    margin-right: .5rem;
    position: relative;
}

#ariane > li.item + li.item {
  padding-left: 1.2rem;
}

#ariane>li.item+li.item::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
}

#ariane>li a {
    color: var(--color-blue);
    font-weight: 400;
}

#ariane>li:last-child a {
    font-weight: 600;
}

#ariane>li a:hover {
    text-decoration: underline;
    color: var(--color-orange);
}

/* FIN ARIANE */

.text-epart {
    color: #ff0000;
}

.text-bleu {
    color: var(--color-blue);
}

.text-white {
    color: var(--color-white);
}

.text-blanc {
    color: var(--color-white);
}

.text-orange {
    color: var(--color-orange);
}

.text-noir {
    color: var(--color-black);
}

.text-med {
    font-weight: 500;
    color: var(--color-black);
    line-height: 2.4;
}

.bg-noir {
    background-color: var(--color-black);
}

.bg-light-gray {
    background-color: var(--color-light-gray);
}

.bg-white {
    background-color: var(--color-white);
}

.bg-blue {
    background-color: var(--color-blue);
}

.bg-blue-thick {
    background-color: #01214b;
}

.bg-blue-thick .bg-blue-thick-container {
    padding-right:1%;
    max-width:inherit;
}

.bg-gray {
    background-color: var(--color-gray);
}

.p-5p {
    padding: 2%;
}

.pt-2p {
    padding-top:2%;
}

.pt-3p {
    padding-top:3%;
}

.pt-5p {
    padding-top:5%;
}

.pt-7p {
    padding-top:7%;
}

.pb-2p {
    padding-bottom: 2%;
}

.pb-3p {
    padding-bottom: 3%;
}

.pb-4p {
    padding-bottom: 4%;
}

.pb-5p {
    padding-bottom: 5%;
}

.pb-7p {
    padding-bottom: 7%;
}

.px-5p {
    padding-left: 5%;
    padding-right: 5%;
}

.py-3p {
    padding-top: 3%;
    padding-bottom: 3%;
}

.py-5p {
    padding-top: 5%;
    padding-bottom: 5%;
}

.mb-2p {
    margin-bottom: 2%;
}

.mt-2p {
    margin-top: 2%;
}

.mb-3p {
    margin-bottom: 3%;
}

.mt-3p {
    margin-top:3%;
}

.cont-actu figcaption {
    color: var(--color-black);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1.rem;
}

.cont-actu .actu-date {
    /* position: absolute;
    left: 0;
    bottom: 100%; */
    background-color: var(--color-blue);
    color: #fff;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    width: 141px;
}

.cont-inner-actu {
    left: 3rem;
    padding: 7rem 3rem 3rem;
    position: relative;
    width: calc(100% - 3rem);
    margin-top: -18%;
    word-break: break-word;
    display: block;
    height:300px;
}

.cont-inner-actu:hover {
    transform: translateX(-3rem) !important;
}

.cont-inner-actu:hover .cta-plus {
    color: var(--color-blue);
}

.cont-inner-actu:hover .cta-plus::after {
    background-color: var(--color-blue);
}

.cont-inner-actu>p {
    color: var(--color-main);
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
}

.cta-plus {
    color: var(--color-black);
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    letter-spacing: 1px;
}

.cta-plus::after {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: var(--color-black);
    bottom: -5px;
}

.list-custom {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list-custom > li {
  margin-bottom: 5rem;
  text-align: center;
  border-right: 1.5px solid var(--color-black);
}

.list-custom > li > figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0;
  position: relative;
  padding: 2rem 1rem;
}

.list-custom > li > figure .cont-visuel {
  display: flex;
  align-items: center;
  height: 100%;
}

.list-custom > li > figure figcaption {
  text-transform: uppercase;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.6rem;
  margin: 1.5rem 0;
}

.list-custom .button-2 {padding: 1rem 2rem;}

.forme-hexagon,
.hexagon-cont::before {
    clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
}

.hexagon-cont {
  position: relative;
}

.hexagon-cont::before {
  content: '';
  background: var(--color-orange);
  width: 85%;
  height: 85%;
  display: block;
  position: absolute;
  bottom: 0;
  left: -2rem;
}

.label-blue {
  background-color: var(--color-blue);
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: .5rem .8rem;
  display: inline-block;
  margin-bottom: 1rem;
}

/*
.bloc-plus {
  max-height: 8.4rem;
  overflow-y: hidden;
  line-height: 2.1rem;
  position: relative;
  transition: all .3s ease-out;
}

.bloc-plus.open {max-height: 100vh;}

.bloc-plus:not(.open)::after {
  content: '[...]';
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 2.1rem;
  width: 100%;
  background-color: #fff;
  font-weight: 600;
}
*/

.bloc-plus {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease-out;
}

.btn-plus-toggler {
  margin-bottom: 2.5rem;
  display: none;
  background: none;
  border: 0;
  padding: 0;
  color: var(--color-blue);
}

.btn-plus-toggler:hover {color: var(--color-orange);}

.bloc-plus + .btn-plus-toggler {
  display: block;
}

.btn-plus-toggler::after {
  content: '\f107';
  font-family: fontAwesome;
  margin-left: .5rem;
}

.bloc-plus.open + .btn-plus-toggler::after {
    content: '\f106';
}

.cont-table-caracts {
  font-size: 1.3rem;
}

.cont-table-caracts > table {width: 100%;}

.cont-table-caracts tr {
  border-bottom: 2px solid var(--color-gray);
}

.cont-table-caracts th,
.cont-table-caracts td {
  text-align: center;
  padding: 1rem .5rem;
}

.cont-table-caracts th:first-child,
.cont-table-caracts td:first-child {
    padding-left: 0;
}

.picto-download:hover {color: var(--color-orange);}

.picto-download::before {
  content: '';
  background: url('/media/img/picto-telecharger.png') no-repeat;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin-right: 1.5rem;
  transition: all .3s ease-out;
}

.picto-download:hover::before {
  margin-left: .75rem;
  margin-right: .75rem;
}

.list-picto > li {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding-right: 2rem;
  margin: .5rem 0;
}

.list-picto > li::before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 40px;
  margin-right: 1rem;
}

.picto-vente {color: #5e2b7e;}
.picto-location {color: #2b6864;}

.picto-vente::before {background: url('/media/img/picto-vente.png') no-repeat;}
.picto-location::before {background: url('/media/img/picto-location.png') no-repeat;}

#listQuestion {
    list-style: none;
    padding: 0;
    margin: 3% 0;
}
#listQuestion select {
    background-color: #fff;
    border: 1px solid #9c9e9f;
    border-radius: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}
#listQuestion select:hover{border-color: #f4981b; cursor: pointer;}
#listQuestion li + li{margin-top: 30px;}
#listQuestion .cont-answer-star {
    display: flex;
    justify-content: center;
}
#listQuestion .fa.fa-star-o, #listQuestion .fa.fa-star{
    color: var(--color-orange);
    font-size: 36px;
    padding: 0 10px;
}
#listQuestion .fa.fa-star-o:hover, #listQuestion .fa.fa-star:hover{cursor: pointer;}
#listQuestion .cont-answer-star{
    margin: 2% -10px;
}
#logo-Atec {
        display: block;
        margin: 0 auto;
        height: 150px;            
}

#form-contact{
    width: 100%;
    max-width: 320px;
    margin: 45px auto;
}

#form-contact input, #form-contact textarea{
    width: 100%;
    border: 1px solid #9c9e9f;
    border-radius: 15px;
    padding: 10px 20px;
    outline: none;
    font-family: Lato,sans-serif;
    font-size: 13px;
}
#form-contact input:focus, #form-contact textarea:focus, #form-contact input[type="submit"]:hover {border-color: #f4981b;}
#form-contact input::placeholder, #form-contact textarea::placeholder {
    font-style: italic;
    font-family: Lato,sans-serif;
    font-size: 13px;
}
#form-contact textarea{
    margin-bottom: 3%;
    resize: vertical;
    min-height: 100px;
    resize: none;

}
#form-contact input[type="submit"] {
    width: auto;
    margin-top: 10px;
}
#form-contact input[type="submit"]:hover {cursor: pointer;}

.google-text{
    font-size:18px;
    display: block;
    margin-top: 20px;
}

    

/* MEDIA QUERRIES */

@media screen and (min-width:460px) {
    .header-text-nowrap {white-space: nowrap;}
}

@media screen and (max-width:575px) {
    #header-home {
        background-size: 90% 100%;
    }
    #header-home h2 {
        text-align: center;
        font-size: 2.5rem;
    }
}

@media screen and (max-width:767px) {
    #header-home {
        background-size: 90% 100%;
    }
    
    #section-introduction {
        border-bottom-left-radius: 5rem;
        border-bottom-right-radius: 5rem;
    }
    
    .section-partenaires-logos {
        width:220px;
        justify-content: center;
    }
    
    #nav-footer-sitemap h4:hover {cursor: pointer;}
    
    #nav-footer-sitemap ul {
        overflow: hidden;
        max-height: 0;
        transition: all .5s ease-out;
    }
    
    #nav-footer-sitemap ul.open {
        max-height: 100vh;
    }
    
    .list-custom {display: block;}
    .list-custom > li {
      border: 0;
      margin-bottom: 0;
    }
    .list-custom > li + li {border-top: 1px solid var(--color-black) !important;}
    .list-custom > li > figure {margin-bottom: 0;}
}


@media screen and (max-width:991px) {
    body {padding-top: var(--nav-mob-height);}
    
    #main-nav {height: var(--nav-mob-height);}
    #main-nav .navbar-brand img {max-height: 40px;}
    #main-nav #nav-principal {height: var(--nav-mob-height);}
    
    .list-custom {grid-template-columns: 1fr 1fr 1fr;}
    .list-custom > li:nth-child(3n) {border: 0;}
}

@media screen and (min-width:1200px) {
    #section-partenaires {background: url('/media/img/background-partenaires-accueil.png') top center/auto 100% no-repeat;}
}

@media screen and (min-width:992px) {
    .navbar-brand {
      margin-right: 5rem;
    }
    
    .list-custom > li:nth-child(4n) {border: 0;}
}

@media screen and (max-width: 991px) {
    h1 {margin: 15px 0 45px;}
    #listQuestion {margin: 45px 0;}
}