:root {
  --primary-h: 217; /* hue */
  --primary-s: 39%; /* saturation */
  --primary-l: 33%; /* lightness */

  --accent-h: 39; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 56%; /* lightness */

  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 24%; /* lightness */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 98%; /* lightness */


  --titre-color :#232F48; /* footer background site */

  --white-color:#fff; /* --white-color */
  --background-footer :#5F98D2; /* footer background site */
  --bg:#F2F7FC; /*  background blocs accueil */
  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Plus Jakarta Sans', sans-serif;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;

  --h1-font-size-s: 1.8rem;
  --h2-font-size-s: 1.4rem;
  --h3-font-size-s: 1.2rem;


  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 20px;
  --button-border-radius: 80px;
  --margebloc: 120px;

  --transition: 0.6s all ease-in-out;
}

html{
  cursor: url('../assets/gifs/cursor.png'), auto;
}

html a{
cursor: url('../assets/gifs/cursor-pointer.png'), auto;
}


/* BRAND */
/* ===== */

.brand a {
  display: inline-block;
  transition: opacity .3s;
}
.brand a:hover {
  opacity: .75;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

[class*="btn"] a.btn {
  font-size: 15px;
  line-height: 24px;
  padding: 13px 22.5px;
  border: 2px solid;
  color: #461502;
  font-weight: 600;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
[class*="btn"] .accent.btn:hover {
  background-color: #334c75;
  color: #fff;
  border: 2px solid #334c75;
}

a.btn.accent svg{
  margin-left: 22px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent), .index-page [id*="formulaire"] .btn.primary {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}


h1, h2, h3, h4, h5, h6,[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
}
.title-1 i {
  font-style: inherit;
  background: #FFC94A;
  padding: 5px 13px 16px 16px;
  border-radius: var(--button-border-radius);
  color: #7A2D0D;
  line-height: 100%;
  display: inline-block;
}

 .title-2 i{
  font-style: inherit;
  background: #FFC94A;
  padding: 5px 13px 16px 16px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  display: inline-block;
}


h1 span, .title-1 span {
  margin: 0px;
}
.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin: 3em 0em 3em 0em;
  font-size: 0.8rem;
}




.card img {
  width: 100%;
}


/** titre mobile**/

h1, .title-1 {
  font-size: var(--h1-font-size-s);
  font-weight: 600;
}
h2, .title-2 {
  font-size: var(--h2-font-size-s);
}
h3, .point-fort-card-title {
  font-size: var(--h3-font-size-s);
}

header .title-1 span {  font-size: var(--h1-font-size-s);}

.contact-page h1.title-2 {
  color: #fff;
}

.contact-page .row.s-start.s-middle {
  flex-wrap: nowrap;
}

.contact-page .row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.menu-mobile .menu-title {
  color: #fff;
}
.header-content .nav#topbar-nav li:not(.opened) a {
  border-bottom: solid 1px #ebebeb;
}
/*** end titre mobile***/


/** titre mobile**/
@media screen and (min-width: 993px) {
  .header-content .nav#topbar-nav li:not(.opened) a {
    border-bottom: solid 0px #ebebeb;
    color: #fff;
}
h1, .title-1 {
  font-size: var(--h1-font-size);
}
h2, .title-2 {
  font-size: var(--h2-font-size);
}
h3, .point-fort-card-title {
  font-size: var(--h3-font-size);
}
header .title-1 span {  font-size: var(--h1-font-size);}
}

/* SLIDER */
/* ====== */

.slider-slick {
  width: 100%;
  background-color: #334C75;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-image: url('../assets/gifs/slider/slide-01.jpg');
}
.slide-img.slide-02 {
  background-image: url('../assets/gifs/slider/slide-02.jpg');
}
.slide-img.slide-03 {
  background-image: url('../assets/gifs/slider/slide-03.jpg');
}


.header-content {
  background: transparent;
}

.slide-content {
  padding-block: 40px;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 993px) {
.slide-content {
  padding-block: 404px 296px;

}
}

/**************end slid**************/

/******************header  elements************/
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
  color: #1E1E1E;
}


header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}
nav#fil_ariane, nav.fil_ariane {
  margin: 3em 0em 3em 0em;
  font-size: 0.8rem;
}


#blocHorsLigne {
  z-index: 9999 !important;
}




.header-content .nav ul li a.selected {
  background-color: transparent;
  color: var(--primary-color);
}


#encart-contact .card-title {
  margin-bottom: 15px;
}

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;

}


h2, h3, h4, h5, h6, [class*="title"] {
  color: var(--titre-color);
  font-weight: 600;
  margin-top: 0px;
}

h1 {
  color: #1E1E1E;
  margin-top: 0px;
}
header .title-1 {
  color: #fff;
  position: relative;
}

.slide-img {
  position: relative;
}

.slide-img:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(35, 47, 72, 0.00) 0%, var(--Accent-900, #334C75) 54.12%);
  z-index: 2;
}

.slide-img:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #1E1E1E;
  opacity: 0.5;
  z-index: 0;
}



.titre-marketing .title-1 {
  color: #fff;
  margin-bottom: 0px;
}

.titre-marketing{
  position: relative;
  padding: 40px 20px;
}

.titre-marketing:before {
  background-image: url(../assets/gifs/bg-header.jpg);
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  background-size: cover;
}
.titre-marketing p {
  color: #fff;
}
#bloc-cont-2 {
  margin-top: 2rem;
}
@media screen and (min-width: 993px) {
  .main-header-content {
    max-width: 1642px;
    width: 95%;
    background: #fff;
    margin: auto;
    border-radius: var(--button-border-radius);
    padding-block: 16px;
  }

  
.header-content .nav ul li a {    position: relative; }

.header-content .nav ul li a:hover {  color: var(--primary-color); }

.header-content .nav ul li a.selected:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 3px;
    width: 100%;
    background: var(--accent-color);
}
.header-content .nav ul li a:hover:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 3px;
  width: 90%;
  background: var(--accent-color);
  margin: auto;
}
.top-bar {
  padding: 13px 0px;
  color: #fff;
}

  .index-page .fold.fold-index {
    display: none;
  }

  .fold {
    display: none;
}

  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
}
header .btn-contact {
  margin-top: 0px;
}
.slider-slick {
  margin-top: -160px;
}
.header-content .nav ul li.sous_menu ul.dropdown > li a {
  font-size: 0.875rem;
}

.sticky-active .header-content { background-color:#334C75; padding-bottom:24px;}

.titre-marketing {
  padding-block: 300px 120px;
  margin-top: -187px;
  padding-left: 0px;
  padding-right: 0px;
  margin: -330px auto 0px auto;
}



.titre-marketing:before {
  margin: auto;
  background-image: url(../assets/gifs/bg-header.jpg);
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
  top: 0px;
  right: auto;
}
#bloc-cont-2 {
  margin-top: 0rem;
}
}

@media screen and (min-width: 1400px) {
.titre-marketing {
  margin: -220px auto 0px auto;
}
}
/***end header******************/


/***Blocs ******************/
.encart-resum p {
  display: block;
  background: #E2EDF7;
  padding: 24px;
  border-radius: 0px 24px 24px 24px;
  margin: 0px;
}

.encart-resum span {
  background: #FFF0C6;
  padding: 18px;
  display: inline-block;
  border-radius: 24px 24px 0px 0px;
  font-weight: 600;
}

.encart-resum {
  margin-top: 24px;
  margin-bottom: 24px;
}

main .btn-rdv {
  margin-top: 48px;
}

p {
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}

main img {
  border-radius: var(--border-radius);
}
#bloc-05 img {
  margin-top: 24px;
}
.titre-bloc-accueil p {
  display: block;
  margin-bottom: 48px;
  margin-block-start: 0em;
}

.page-interne .sc-content .ac-doubleColonne .ac-colonne img {
  margin: 20px auto;
}
div[id^="bloc-"] img {
  margin: 20px 0;
}
@media screen and (min-width: 993px) {
  div[id^="bloc-"] img {
    margin: 0px 0;
  }
  #bloc-05 .col + .col img {
    margin-top: 123px;
}

.page-interne .sc-content .ac-doubleColonne .ac-colonne img {

  margin: 0px auto;
}
}
/***End Blocs ******************/

/*******encart contact standart***********/
#encart-contact {
  position: relative;
  padding-block: 120px;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
div#zone-contact-bloc {
  background-color: #F2F7FC;
  padding: 40px;
  border-radius: 20px;
}

.titre-bloc-info-cont {
  font-weight: 600;
  margin-bottom: 30px;
}

#encart-contact p span {
  display: block;
}

div#encart-contact .titre-bloc-accueil p {
  margin-bottom: 24px;
}

div#encart-contact .reseaux-sociaux {
  margin-bottom: 24px;
}



.page-interne h1, .page-interne h2 {
  margin-bottom: 24px;
}



.page-interne #encart-contact {
  margin: 40px auto;
}
@media screen and (min-width: 993px) {

  .page-interne #encart-contact {
    margin: 120px auto;
  }

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

  .page-interne #encart-contact {
    width: 200%;
    left: -50%;
  }

}
/*********end encart contact************/


/* ******************************************* ENCART FORMULAIRE ******************************************** */

.bg-formulaire img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
    border-radius: 8px;
 
}

.form {
  box-shadow: 0px 4px 24px 0px #0000001A;
  padding: 48px;
  border-radius: 20px;
  background: #FFFFFF;
  margin-top: 24px;
}
input#field_5 {
  width: 100%;
  color: #461502;
  font-weight: 600;
}

form p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.erreur .erreur, .divGenerateurErreur .erreur {

  font-size: 0.7rem;
}

@media screen and (min-width: 993px) {
.form {
  margin-top: 0px;
}
}
/* *******************************************End  ENCART FORMULAIRE ******************************************** */

/**********************bloc avis mobile***********/



.card.avis-card {
  padding: 21px;
  background: #FFFAEB;
  border-radius: 12px;
  border: 1px solid #FFFAEB;
}

.name.avis-name {
  color: #14181E;
  font-size: 18px;
  font-weight: 700;
}

.date.avis-date {
  color: #14181E;
  font-size: 12px;
}

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 105px;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
 
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFAEB);
}

/********************end avis**************/




/*************************actualites*****************************/
.card {
  position: relative;
  display: block;
}


div#listing-autres-actus-categorie {
  padding: 20px;
  background: var(--background-footer);
  color: #fff;
}
div#listing-autres-actus-categorie a{

  color: #fff;
}

.detail-btn {
  text-align: center;
}

html#facebook {
  position: relative;
  top: 5px;
}





.actualites-card-title a {
  color: #232F48;
  text-decoration: none;
  padding: 10px 0px;
  display: block;
  font-size: var(--h3-font-size);
}

.card-title.actualites-card-title.actualites-encart-card-title.line-clamp-1 {
  height: auto;
}

.voir-act a {
  color: #232F48;
  text-decoration: none;
}

.voir-act {
  text-align: right;
  margin-top: 24px;
}

.actualites-card {
  padding: 24px;
  margin: 20px 0px;
  border-radius: var(--border-radius);
  transition: box-shadow 0.3s ease-in-out;
}

.actualites-card:hover {
  box-shadow: 0px 4px 4px 0px #0000001C;
}

.actualites-card:hover img {
  transform: scale(1.15);
  transition: var(--transition);
  opacity: 0.7;
}

.actualites-card-image {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: #000;
}


.actualites-listing .actualites-card-image {
  margin-bottom: 15px;
}
.titre-bloc-accueil p span {
  display: block;
}
.encart-btn a#gtm-encart-actu-btn {
  background: #334C75;
  border:2px solid #334C75;
  color:#fff;
  
}

.encart-btn a#gtm-encart-actu-btn:hover {
  background-color: var(--accent-color);
  border:2px solid var(--accent-color);
  color:#334C75;
  
}

#container_actualite_listing {
  margin-bottom: 4rem;
}

/*******************************End actualités********************************/



/* ***********************************PRESTATIONS********************************* */

#encart-prestations, .encart-avis, #encart-formulaire {
  background: var(--bg);
}
.prestations-card{
  border-radius: var(--border-radius);
  transition: 0.7s;
  overflow: hidden;
}
.prestations-card a {text-decoration: none;}
.prestations-card-title span {
  display: block;
}

.prestations-card:hover .prestations-card-title span {
  display: inline-block;
}
.prestations-card:hover .prestations-card-content {
  padding: 1rem 3rem;
}

#encart-prestations .card-title a:before {
    display: none;
    content: "";
}
.slick-prestations {
  margin: 64px 0;
}
.prestations-card-content {
  padding: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  bottom: 0; 
  background: var(--accent-700);
}

.prestations-card-title {
  position: relative;
  left: 0px;
  bottom: 40px;
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.prestations-card-image {
  height: 100%;
}
.prestations-encart-card img {
  height: 100%;
  object-fit: cover;
}
.prestations-card .btn-card {
  display: none;
}
.prestations-card .btn-card p{
  color:var(--gray50);
  margin: 8px 0 10px 0;
}
.prestations-card:hover .prestations-card-title {
  position: relative;
  writing-mode: initial;
  bottom: 0;
  right: 0;
}
.prestations-card:hover .btn-card {
  display: block;
  padding-bottom: 78px;
}

.prestations-card .link-card {
  font-weight: 600;
  padding-top: 24px;
}

.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
@media screen and (min-width: 993px) {
  .index-page main .section {
    padding: 120px 0;
}
  .slick-prestations {
    flex-wrap: nowrap;
  }

  .prestations-card {
    height: 523px;
    overflow: hidden;
  }

  .slick-prestations > .col {
    transition: 0.8s;
  }

  .slick-prestations > .col:hover {
    flex-basis: 90%;
  }
  .prestations-card-content{background: linear-gradient(180deg, rgba(51, 76, 117, 0.00) 0%, var(--Accent-900, rgba(51, 76, 117, 0.60)) 64.24%);}

  
.slick-prestations > .col:hover img {
    transform: scale(1.1);
    transition: var(--transition);
    height: 100%;
    object-fit: cover;
}
.slick-prestations > .col:hover .prestations-card-image a{height: 100%;}

}



/*******************************Points forts********************************/
.card-content.point-fort-card-content {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 20px;
  min-height: 175px;
}

.titre-top-title-2 {
  color: #5F98D2;
  font-weight: 600;
}

.title-2 span {
  display: block;
}

div#bloc-point-forts {
  max-width: 984px;
}

/*******************************End Points forts********************************/

/* *************************************************FOOTER********************************* */
footer {
  background-color: var(--background-footer);
  text-align: center;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer nav li {
  margin: 0px 0px;
}
.footer-row-contact svg {
  fill: var(--white-color);
}

footer .lien-maps span {
  display: block;
}

@media screen and (min-width: 993px) {
  .footer-2 ul {
    border-top: 2px solid  #232F48;
    max-width: 913px;
    margin: auto;
    padding-top: 24px;
}



div#footer-nav ul {
    margin: 0px;
    padding: 0px;
}
  footer {

    text-align: left;
  }

  
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}





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

  footer .reseaux-sociaux .row.s-start {
    justify-content: center;
}

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }
  #footer-nav nav a {
    FONT-SIZE: 14px;
  }
  .footer-2 li{
    margin-bottom: .5rem;
  }
}
.footer-row-contact {
  display: flex;
  gap: 6px;
  justify-content: center;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  font-size: 16px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
  color: #232F48;
}
footer .siret {
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid hsl(0deg 0% 84.06%);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav nav a {
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  margin: 0px;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 24px 0 24px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #232F48;
}
.footer-1 a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
.footer-2 nav a:hover,#footer nav a:hover{
  text-decoration: underline;
}


@media screen and (min-width: 993px) {
.footer-row-contact {
  justify-content: left;
}
}
/***end footer********/

.page-404 footer ul {
  padding: 20px 10px;
}

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

  .page-interne  .ac-doubleColonne h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-interne h1 {
  margin-bottom: 0px;
}
.page-interne  p.intro {
  margin-bottom: 60px;
}

.index-page .section {
  padding-top: var(--margebloc);
  padding-bottom: var(--margebloc);
}

}

