@charset "UTF-8";
/*
Theme Name: NSI

*/

:root {
	font-size:16px;
--bleu:#0c1fbf;
--bleuc:#304aff;
--vert:#00cc88;
--vertf:#045c66;
--saumon:#ff8278;
--dore: #93835E;
--dark:#000000; 
--creme:#E2DFD9;	
--darklight:#081b35;
--white:#FFF;
--gray:#666666;
--gray2: #777;
--graylight:#ddd;
--bluegray :#eef0f7;
--header-height: 5rem; /* Valeur initiale estimée */
--content-padding-top: calc(var(--header-height));
}

/*ADMIN */
.acf-flexible-content .layout .acf-fc-layout-handle {background:#1d2327;font-weight: 600;color: #fff;}

.bluegray {color: var(--bluegray);} .bg-bluegray {background: var(--bluegray);}
.dore {color:var(--dore)} a.dore {color:var(--dore)} .bg-dore {background-color:var(--dore)}
.creme {color:var(--creme)} a.creme {color:var(--creme)} .bg-creme {background-color:var(--creme)}
.bleu {color:var(--bleu)} a.bleu {color:var(--bleu)} .bg-bleu {background-color:var(--bleu)}
.bleuc {color:var(--bleuc)} a.bleuc {color:var(--bleuc)} .bg-bleuc {background-color:var(--bleuc)}
.vert {color:var(--vert)} a.vert {color:var(--vert)} .bg-vert {background-color:var(--vert)}
.vertf {color:var(--vertf)} a.vertf {color:var(--vertf)} .bg-vertf {background-color:var(--vertf)}
.saumon {color:var(--saumon)} a.saumon {color:var(--saumon)} .bg-saumon {background-color:var(--saumon)}
.dark {color: var(--dark)} a.dark {color: var(--dark)} .bg-dark {background-color:var(--dark);} a.dark:hover {color:var(--dark); text-decoration:underline} 
.darklight {color: var(--darklight)} a.darklight {color: var(--darklight)} a.darklight:hover {color: var(--darklight);} .bg-darklight {background-color:var(--darklight)} 
.white {color:var(--white)} a.white {color:var(--white)} a.bg-white {background-color:var(--white)} .bg-white {background-color:var(--white)} a.white:hover {color:var(--white)} a.bg-white:hover {background-color:var(--white)}
.gray {color:var(--gray)} .bg-gray {background-color:var(--gray)}
.graylight {color:var(--graylight)} .bg-gray {background-color:var(--graylight)}
.gray2 {color:var(--gray2)}


.bt {border-top: 1px solid var(--graylight)}
.bb {border-bottom: 1px solid var(--graylight)}
.b-dore {border:1px solid var(--dore)}

strong {font-weight:700}


.pt { font-family: "neue-haas-grotesk-display",sans-serif; }

/*gestion picto texte*/
.picto-text {display: flex;align-items: center;justify-content: flex-start;}
.text-picto {display: flex;align-items:flex-end;justify-content: flex-start;}
.picto-text svg { margin-right: 0.5rem;}
.text-picto svg { margin-left: 0.5rem;}
.read-more-sb {display: flex;align-items: center; justify-content:space-between;}
.read-more-fs {display: flex;align-items: center; justify-content:flex-start;}
.picto-size-big-u {width: 2rem;height: 2rem;margin-left:0.7rem}
.picto-size-small-u {width: 1.2rem;height: 1.2rem;}

.picto-size-big {width: 1.7rem;height: 1.7rem;}
.picto-size-medium {width: 1.5rem;height: 1.5rem;position: relative;top: -0.35rem;}
.picto-size-small {width: 1.2rem;height: 1.2rem; position: relative;top: -0.35rem;}

svg.white {fill:var(--white)}
svg.bleu {fill:var(--bleu)}
svg.saumon {fill:var(--saumon)}
svg.vertf {fill:var(--vertf)}
svg.vert {fill:var(--vert)}
svg.chevron.dark {stroke:var(--dark)}
svg.flecherond.bleu {stroke:var(--bleu); fill:var(--white)}
svg.flecherond.white-bgvert {stroke:var(--white); fill:var(--vert)}
svg.flecherond.white-bgbleu {stroke:var(--white); fill:var(--bleu)}
svg.flecherond.white-bgdarklight {stroke:var(--white); fill:var(--darklight)}

svg#deco-map {stroke: var(--dore);}

.custom-text p:first-of-type {font-size:1.6rem;font-weight:600;font-family: "neue-haas-grotesk-display",sans-serif;line-height: 1.3;}
.custom-text.margin-content p:first-of-type {margin-left:-8rem;margin-bottom:3rem;font-weight: 600;
    line-height: 1.3;}

.custom-content h2 {font-family: "neue-haas-grotesk-display",sans-serif;font-size:2rem; font-weight:700; margin-top:1.875rem; margin-bottom:1.875rem;line-height:1.2}
.custom-content ul {margin-bottom:1.875rem; margin-left:3rem}
.custom-content li {list-style:disc;margin-bottom: 0.8rem;line-height: 1.4;}




/*cookies*/
#cookie-notice .cookie-notice-container {font-size:1rem;font-family: "Inter", sans-serif!important}
.cn-close-icon {display:none !important}


/*headers*/
.header2col {display:flex;justify-content:space-between;align-items:flex-end}
.header2col .main-title {width:50%;order:2}
.introduction {width:30%;order:1}
.page-image img {width:100%}

.section-header-2col {display:flex;flex-wrap:wrap; justify-content:space-between;align-items:center}
.animimg-container
 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 25rem;
	  -moz-transition: all 1s ease;-webkit-transition: all 1s ease;transition: all 1s ease;
}
.animimg
 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    padding: 0;
	
	
	 
}

/*header video*/
#header-video {position: relative;width: 100%;height:90vh;overflow: hidden;}
#background-video {position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;object-fit: cover;transform: translate(-50%, -50%);z-index: -1;}
.video-text {position: absolute;top: 50%;right:3.75rem;transform: translateY(-50%);z-index: 2;text-align: right;max-width:70%;}
.scroll-down {position: absolute;bottom:10%;left: 50%;transform: translateX(-50%);z-index: 2;cursor: pointer;}
#header-video svg.chevron {width: 1.8rem;height: 1.8rem;stroke: var(--white);transform: rotate(90deg);}

/*section contenu*/
.margin-content {margin-left:8rem}

.titre-deco {
    display: inline-flex;
    align-items: center;
    gap:0.2rem;
   
}
.titre-deco svg {
    vertical-align: middle;
	fill:var(--bleu);
	width: 1em;
	height:1.125rem
}

/*Home*/
/*home actu*/

/*home manifeste*/
.manifeste-bg {background-image: url("assets/img/bg-manifeste.webp");background-size:40vw;background-repeat:no-repeat; background-position:center right}
/*home qui sommes-nous*/
.fullwidth-container-content-2col {display:flex;flex-wrap:wrap; align-items:center}
.fullwidth-left-content-2col {width:50%}
.fullwidth-right-content-2col {width:50%}

.profilteam-container-content-2col {display:flex;flex-wrap:wrap; align-items:flex-start}
.profilteam-left-content-2col {width:50%}
.profilteam-right-content-2col {width:50%}
.profilteam-left-content-2col a {color: var(--white);text-decoration: underline;}
.profilteam-left-content-2col a:hover {color: var(--saumon);}

.container-content-2col {display:flex;flex-wrap:wrap; align-items:center}
.left-content-2col {width:50%}
.right-content-2col {width:50%;margin: auto;text-align: center;}
/*home expertises*/
.home-expertises-container {display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}
.home-expertise-item {width:33.333%;display: flex;align-items: center;flex-wrap: wrap;}
.home-expertise-item:hover .home-expertise-item-inner svg.chevron, .expertise-item:hover .home-expertise-item-inner svg.chevron {opacity:1;transform:translateX(4rem);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
.home-expertise-item-inner{ width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;align-items:center}
.home-expertise-item-inner svg.chevron {stroke:var(--white);width:1.5rem;height:1.5rem;opacity:0;transform:translateX(0rem);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}



.bg-exp1 {background:#0C1FBF;}
.bg-exp2 {background:#2E42E6;}
.bg-exp3 {background: #0417B7;}
.bg-exp4 {background: #5465F0;}
.bg-exp5 {background: #202FAC;}

.button-rounded {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;color:var(--darklight);padding:0.5rem 1rem; border:1px solid; border-radius:50px;column-gap:0.5rem}
.button-rounded svg.chevron {width: 1.4rem;height: 1.4rem;stroke: var(--darklight);}
.button-rounded:hover svg.chevron {stroke: var(--bleu);}

/*events*/
.item-event {width:31%;margin-right: 2.66%;margin-top: -5rem;}
.event-content-container {outline:1px solid var(--white);color:var(--white); height:20rem;
    overflow: hidden;-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}

 .item-event:hover .event-img {transform: translateY(6rem) !important;}
.item-event:hover .event-content-container {outline:1px solid var(--white);color:var(--bleu);background:var(--white)}
.event-img {position:relative;transform: translateY(8rem);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
.event-img img {margin-left:auto;margin-right:auto;width: 80%;}
.date-event {position:relative; z-index:1}
#events .flickity-prev-next-button {left:0;bottom:-4rem;top:inherit}

#events .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
#events .flickity-prev-next-button.previous {left:1rem;}
#events .flickity-prev-next-button.next {left:4rem;}

#events .flickity-prev-next-button {
    background: transparent;
    width:2.2rem; /* Taille de ton SVG */
    height:2.2rem;
    background-image: url('data:image/svg+xml;utf8,<svg id="fleche-rond" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3972 2.13211C21.2109 2.13211 26.7563 7.67521 26.7563 14.4912C26.7563 21.3072 21.2132 26.8503 14.3972 26.8503C7.58122 26.8503 2.03811 21.3049 2.03811 14.4912C2.03811 7.67748 7.58122 2.13211 14.3972 2.13211ZM14.3972 1.45142C7.19549 1.45142 1.35742 7.28949 1.35742 14.4912C1.35742 21.6929 7.19549 27.531 14.3972 27.531C21.5989 27.531 27.437 21.6929 27.437 14.4912C27.437 7.28949 21.5989 1.45142 14.3972 1.45142Z" fill="white" stroke="white"/><path d="M14.3428 8.13824L20.6959 14.4914L14.3428 20.8445" stroke="white" stroke-width="2" stroke-miterlimit="10"/><path d="M20.6961 14.4912H6.60352" stroke="white" stroke-width="2" stroke-miterlimit="10"/></svg>');
    background-size: cover;
}
#events .flickity-prev-next-button.previous {
    transform: rotate(180deg); /* Inverse pour la flèche droite */
}
#events .flickity-prev-next-button.next {
    transform: rotate(360deg); /* Inverse pour la flèche droite */
}
#events .flickity-prev-next-button .arrow {
    display: none; /* Cache la flèche par défaut de Flickity */
}

/*Section nous rejoindre*/
#nous-rejoindre, #contact, #contenu, #primary {max-width: 120rem;width:100%;margin-left:auto;margin-right:auto}
.joinus-container {display:flex;flex-wrap:wrap;}
.joinus-left {width:50%}
.joinus-right {width:50%;display:flex;align-items:center;justify-content: center;}
.section-bg {background-image: url("assets/img/bg-section.webp");background-size:cover;background-repeat:no-repeat; background-position:top right}

.section-bg1 {background-image: url("assets/img/section-bg-bleu.webp");background-size:45vw;background-repeat:no-repeat; background-position:center right;}
.section-bg2 {background-image: url("assets/img/section-bg-white.webp");background-size:45vw;background-repeat:no-repeat; background-position:center right}
.section-bg3 {background-image: url("assets/img/section-bg-creme.webp");background-size:50vw;background-repeat:no-repeat; background-position:center right;}
.section-bg4 {background-image: url("assets/img/section-bg-dore.webp");background-size:45vw;background-repeat:no-repeat; background-position:center right;}

.section-bg-comite {background-image: url("assets/img/section-bg-comite.webp");background-size:auto 100%;background-repeat:no-repeat; background-position:center right;}
.section-bg-marques {background-image: url("assets/img/section-bg-marques.webp");background-size:auto 100%;background-repeat:no-repeat; background-position:center right;}
/*engagement*/
.engagements-container {display: flex;flex-wrap: wrap;justify-content: space-between;}
.item-engagement {width:30%}
/*Team grid*/
.team-grid {display:flex;flex-wrap:wrap;justify-content: flex-start;
    row-gap: 5rem;
    }
.team-item {width:19%;margin-left:3%;margin-right:3%}
.team-item img, .team-img img {border-radius:50%}
#team .team-container {color:var(--dark)} #team .team-container h3 a {color:var(--bleu)}
.team-container, .team-container h3 a {color:var(--white)}

 
.team-item-inner{ width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;align-items:center}
.team-item:hover .team-item-inner svg.chevron {opacity:1;transform:translateX(4rem);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
.team-item-inner svg.chevron {stroke:var(--white);width:1.5rem;height:1.5rem;opacity:0;transform:translateX(0rem);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
#team .team-item-inner svg.chevron {stroke:var(--bleu);}

.parent-center {display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  }
.team-button-more {display: inline-block;}
.team-button-more svg.chevron, .team-button-more:hover svg.chevron {
    stroke: var(--white);
}
.team-post {text-transform: capitalize;}
/*Page Nos expertises*/

/*.expertise-container {}
.expertise-item {/*width:28%*//*;margin-bottom:2.5rem;width: calc(31.5% - 2.5rem);}*/
.expertise-container {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    /*font-size: 0; /* Supprime les espaces inline-block */
}
.intro-expertise {font-size:1rem;line-height:1.3rem}

@media (min-width: 981px) {
    .expertise-item {
        width: calc((100% - 3.6%) / 3); /* 3 colonnes, 2 gutters de 1.8% */
        margin-bottom: 2%; /* Espacement vertical */
        margin-right: 0; /* Géré par Masonry */
        margin-left: 0;
        box-sizing: border-box;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
		-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out
    }

    .expertise-item:nth-child(3n) {
        margin-right: 0; /* Pas d’espace à droite du 3ème item */
    }
}

.expertise-item:hover {background-color: var(--dore); color:var(--darklight);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
.expertise-item:hover a {color: var(--darklight);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
.expertise-item:hover .home-expertise-item-inner svg.chevron {stroke: var(--darklight);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out}
#offres .expertise-item:hover {background-color:inherit; color:inherit}
#offres .expertise-item:hover a {color:inherit}
/*Fiche expertise*/
.fiche-expertise-container-content-2col {display:flex;flex-wrap:wrap;justify-content:flex-start}
.fiche-expertise-left-content-2col {width:50%}
.fiche-expertise-right-content-2col {width:50%}
.fiche-expertise-right-content-2col .team-grid {display:none}
.logged-in .fiche-expertise-right-content-2col .team-grid {display:flex}
.fiche-expertise-right-content-2col .team-grid .team-item {
    width: 30%;
    margin-left: 20%;
    margin-right: 0%;
}

#fiche-expertise p:first-of-type {font-family: "neue-haas-grotesk-display",sans-serif;font-size:2rem;line-height:1.3;font-weight:600}
#fiche-expertise {position:relative;}

/* Page Nos implantation*/
#map {position:relative}
.map-button {position: relative;z-index: 10;display: block;margin: auto;}
.map-button .button-rounded {border:0}
.map-button svg.chevron, .map-button:hover svg.chevron {stroke:var(--white)}
svg.deco-map {width:100VW;height:100VH;position:absolute; top:0;bottom:0;margin:auto;left:0;right:0;z-index:0;}
svg#world-map {position:relative;z-index:10}
/* Dans ton template ou style.css */

.map-point {
    position: absolute;
    padding: 0.2rem 0.8rem;
    background: var(--dore);
    border: 0;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 0.9rem;
    transition: width 0.4s ease-in-out, background 0.4s ease-in-out;
    z-index: 10;
    display: inline-flex;
    align-items: center;
}

.map-point a {
    color: var(--white);
    text-decoration: none;
	transition: all 0.4s ease-in-out
}

.map-point a:hover,
.map-point:hover a {
    color: var(--dore);
    text-decoration: none;
	transition: all 0.4s ease-in-out
}

.map-point:hover {
    background: var(--white);
    width: var(--total-width); /* Utilise la largeur dynamique calculée */
	transition: all 0.4s ease-in-out
}

.map-point .arrow {
    
    width: 0;
    height: 1.3rem;
	transition: all 0.4s ease-in-out
}

.map-point:hover .arrow {
    width:1.3rem;
	transition: all 0.4s ease-in-out
}
/*Stats*/
.stats-container{display: flex;justify-content:space-around;align-items: center;text-align: center;}
.item-stat div:first-child {color:var(--dore)}

/*Implantation*/
/*.implantations-container {display:flex;flex-wrap:wrap;justify-content:flex-start;border-left:1px solid var(--bleu)}*/
/*.item-implantation {width:33.2%;border-bottom:1px solid var(--bleu);border-right:1px solid var(--bleu);border-top:1px solid var(--bleu);}*/
.implantations-container {display:flex;flex-wrap:wrap;justify-content:flex-start;column-gap:1px;row-gap:1px;}
	.item-implantation {width:33.2%;}
/* Marques */
.item-marque-2col {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border: 1px solid var(--darklight);}
.marques-left {width:30%;} .marques-left img {margin:auto}
.marques-right {width:69.9%;border-left: 1px solid var(--darklight);}
.item-marque-2col:last-of-type {margin-bottom:0 !important}

/*Page contact*/
.contact-container {display:flex;flex-wrap:wrap}
.contact-left {width:50%}
.contact-right {width:50%}

.sujets-container {width:60%; margin:auto}
.item-sujet {border-bottom:1px solid var(--dore);padding: 2rem 0} .item-sujet:last-of-type {border-bottom:0px;}
.item-sujet-container {margin-left:6rem}

.implantations-container-contact {width:70%; margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between}
.item-implantation-contact {width:40%; border-bottom:1px solid var(--dark);padding: 2rem 0;}
.item-implantation-contact:last-of-type, .item-implantation-contact:nth-last-of-type(2) {border-bottom:0;}

/* Page nous rejoindre*/
.item-sujet-container-small {margin-left:3rem;position: relative;
    z-index: 2;}
#offre-more {position:relative;overflow:hidden}
#offre-more svg.deco-map {
    width: 100%;
    height: 130%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30%;
    z-index: 0;
}

/*Newsletter*/
#newsletter input[type="email"] {width: 100%;padding: 1rem 0;border-bottom: 1px solid var(--white);margin-bottom: 1.5rem;font-size:1.2rem;color: var(---white);}
#newsletter input[type="submit"] {background: var(--white);width: 100%;color: var(--dore);font-weight: 900; font-size: 1.5rem;}
#newsletter a, #newsletter a:hover {color:var(--white);text-decoration:underline}
#newsletter p {margin-bottom:1.5rem}
#newsletter ul {margin-left:1rem}
#newsletter li {list-style:disc;line-height:1.6}

#newsletter .nl-container {display:flex;flex-wrap:wrap;}
#newsletter .nl-left {width:50%}
#newsletter .nl-right {width:50%;display:flex;align-items:center;justify-content: center;}

.mc4wp-alert p {font-size: 1.2rem;width: 70%;margin-left: auto;margin-right: auto;margin-bottom:0;text-align: center;}


#home-block #postslider4 .flickity-prev-next-button {right:0;top:-4rem;width:2rem;
  height:2rem;}
#home-block #postslider4 .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
#home-block #postslider4 .flickity-prev-next-button.previous {left:inherit;right:2rem}
  


/*1 colonne */
#firstpost.image-texte .firstpost-image {order:1}
#firstpost.image-texte .firstpost-container {order:2}
#firstpost.texte-image .firstpost-image {order:2}
#firstpost.texte-image .firstpost-container {order:1}

/* 2 colonnes */
#gridlist.block-2col {column-gap: 5%;}
#gridlist.block-2col #post-grid {width: 47.5%;}

/* 3 colonnes */
#gridlist.block-3col {column-gap: 5%;}
#gridlist.block-3col #post-grid {width: 30%;}

.height-fix {height:10rem;}

/*Page contact*/
.page2col {display: flex;
  justify-content: space-between;}
.page2col-left {width: 50%;border-right: 1px solid var(--graylight);padding-right: 5%;}
.page2col-right {width:50%}
/* =Header Image
-------------------------------------------------------------- */

.custom-bg {position:relative;background-attachment:scroll;background-repeat: no-repeat;background-size: cover;background-position: center;top: 0;left: 0;width:100%;}
.custom-bg::after {content: ""; top: 0;left: 0;bottom: 0;right: 0;position: absolute;z-index: 1;}
.height50 {height:50vh} .height75 {height:75vh} .height100 {height:100vh}


#title-content-zone {position:absolute;z-index:2;left:0;top:0;right:0;bottom:0;margin:auto;display: flex;
justify-content: center;
align-items: center;}

.custom-bg.height100 .scrollcontainer {display:block;}
.scrollcontainer {
  display:none;	
  position: absolute;
  left: 0;
  bottom: 90px;
  right: 0;
  z-index: 10;
  margin: auto;
}
/*load-more*/
.load-more-wrapper {
    text-align: center;
    margin-top: 2rem;
}

.load-more-button {
    background-color: #0073aa;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.load-more-button:hover {
    background-color: #005177;
}

.load-more-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.load-more-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #0073aa;
    border-top: 3px solid transparent;
    border-radius: 50%;
    margin-left: 1rem;
    animation: spin 1s linear infinite;
    opacity: 0;
}

.load-more-spinner.active {
    opacity: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.pagination-fallback {
    margin-top: 2rem;
    text-align: center;
}

.pagination-fallback a,
.pagination-fallback span {
    margin: 0 0.5rem;
    text-decoration: none;
    color: #0073aa;
}

.pagination-fallback .current {
    font-weight: bold;
    color: #000;
}

/* =Featured Image
-------------------------------------------------------------- */
.post-thumbnail {position:relative}
.picto-format {position:absolute;z-index:1;left: 0.6rem;
  bottom: 0.6rem;
  background: rgba(255,255,255, 0.8);
  padding: 0.5rem;
  border-radius: 50px;}
.picto-format svg {fill:var(--dark)}
.post-thumbnail img {width:100%;height:auto}

.post-thumbnail.animated {overflow:hidden;  }
.post-thumbnail.animated img:hover {
transform: scale(1.02);
}
	.post-thumbnail.animated img {border-radius: 2px;transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;}

p.thumbnail-caption {color: var(--gray);
  font-size: 1rem !important;
  font-weight: 400 !important;
  background: var(--white);
  padding: 0.8rem 0 1rem 0;
  margin-bottom: 0 !important;}

.twitter-tweet {text-align: center !important;margin: 3.75rem auto !important;}

.fb-embed-container {
   display: flex;
  justify-content: center;
  margin: 3.75rem auto;
}
.tiktok-embed {}

/* Auteurs*/

.the-author {display:flex;flew-wrap:wrap; justify-content:space-between;align-items:flex-start;}
.author-image {width:20%}
.author-bio {width:70%}
.author-social {display: flex;flex-wrap: wrap;justify-content: center;column-gap: 0.5rem;}
.archive .author-social {justify-content:flex-start}
/* = Posts grid
-------------------------------------------------------------- */
#slide-post-grid {width:23%;margin: 0 1.5%;border-radius:2px;background: var(--white);}
.bg-darklight .flickity-button-icon {
  fill: var(--white);
}

#gridlist {display: flex;
flex-wrap: wrap;
justify-content: flex-start;
row-gap:2.5rem;
column-gap: 3%;
}
#post-grid {
  background:var(--white);
 width: 22.75%; /*width: 30%;*/
	border-radius:2px;
}

.entry-meta {color:var(--gray2)}

.metabox {display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: flex-start;}

.metabox a {padding:0.2rem 0.5rem;background:var(--darklight);color:var(--white);font-size: 0.8rem;border-radius:0.2rem;margin-right: 0.3rem;margin-bottom: 0.2rem; -moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.metabox a:hover {color:var(--white);background:var(--darklight);}

.metabox-post {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.metabox-post a {padding:0.4rem 0.8rem;background:var(--darklight);color:var(--white);font-size: 1rem;border-radius:0.2rem;margin-right: 0.3rem;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.metabox-post a:hover {color:var(--white);background:var(--orange);}

.date-clendar {
color:var(--gray2);
  font-size: 0.8rem;
 margin-right: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;}
.home .date-clendar {display:none}
.date-clendar svg {width: 1rem;
  fill: var(--gray2);
  margin-right: 0.5rem;
  height: 1rem;position: relative;
  top: -1px;
}
.meta-cat {display:flex}

.read-more {display: flex;
  align-items: center;
	justify-content: flex-start;}

.read-more .picto-arrow {
width: 1.4rem;
  height: 1.4rem;
  background: var(--bluegray);
  border-radius: 50px;
  margin-right: 0.5rem;
	padding: 0.2rem;
}


svg.picto-clock {fill:var(--gray2)}
.firstpost-image .picto-size-small {
  width: 1.6rem;
  height: 1.6rem;
}
.firstpost-image .picto-format {padding: 1rem;}

/*switch color*/
.bg-darklight .firstpost-container {color:var(--white)}
.bg-darklight .firstpost-container a {color:var(--white)}
.bg-darklight .firstpost-container svg {fill: var(--white)}
.bg-darklight .firstpost-container .read-more svg {fill: var(--darklight)}
.bg-darklight .firstpost-container .entry-meta {color:var(--white)}
.bg-darklight .firstpost-container .metabox a {background: var(--white); color:var(--darklight)}
.bg-darklight .firstpost-container .date-clendar {color: var(--white);}


/* = Posts & pages basics
-------------------------------------------------------------- */

/*format video*/
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*single*/


.postheader {margin-left:20%}
.postheader a {color:var(--dark);}
.headerbar {display:flex;flex-wrap:wrap;justify-content: space-between;align-items:center;border-top: 1px solid var(--graylight)}
.post-time, .post-cat {display:inline-block}
/*fist post*/
#firstpost {display: flex;flex-wrap: wrap;justify-content: space-between;}
.archive #firstpost {padding:2.5rem 0;border-bottom: 1px solid var(--graylight);
  border-top: 1px solid var(--graylight);}
.archive #firstpost:first-of-type {border-top:0 !important;padding-top:0 !important}
.firstpost-image {width:50%;position:relative}
.firstpost-image img {width:100%;border-radius:2px;}
.firstpost-container {width:45%}


.post-featured-img img {width:100%;border-radius:2px;}
.post-container {display:flex}
#secondary {width:300px}
.post-date {color: var(--gray2);
  display: block;
  font-size: 0.9rem;
	margin-top: 0.4rem;}
.sharers {padding: 0.875rem; background:var(--darklight);border-radius: 50px;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.sharers:hover {background:var(--orange);-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.a2a_kit a {margin-right: 0.5rem;}
/*.sharers.facebook {background:#1877f2}
.sharers.twitter {background:#1da1f2}
.sharers.linkedin {background:#0a66c2}
.sharers.whatsapp {background:#25d366}
.sharers.telegram {background:#0088cc}
.sharers.sharemail {background:var(--dark)}*/



.sharers svg {width: 1.5rem;height: 1.5rem;fill: var(--white);-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
/*.sharers:hover svg {fill: var(--white);}*/

.comment-notes{font-weight: 400 !important;
    font-size: 1rem !important;
    text-align: center;}
.comment-notes .required-field-message {display:block}
.single .entry-content p:first-of-type {font-size:1.5rem;font-weight:700}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {color: var(--dark);
  font-size: 1.7rem;line-height:1.2;font-weight:700; margin-bottom:1.875rem;text-align:left}

/* Sidebar*/
#secondary section {background: var(--white);margin-bottom:1.875rem} #secondary section:last-of-type {/*margin-bottom:0 !important*/}
#secondary .widget-title {font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
  font-style: italic;
  color: var(--darklight);}
#secondary li {border-bottom: 1px solid var(--white);margin-bottom:1.25rem;padding-bottom: 1.25rem;} #secondary li:last-of-type {margin-bottom:0;padding-bottom:0;border-bottom:none}
#secondary li a {color:var(--dark);font-weight:600;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
#secondary li a:hover {color:var(--bleu)}

.widget_sib_subscribe_form {background: var(--darklight) !important;
  outline: 1px solid var(--darklight);
  margin-bottom: 1.875rem;padding:1.25rem}
#sib_subscribe_form-2 h3 {color: var(--white) !important;
	}
.newsletterhome {overflow:hidden }
.widget_sib_subscribe_form input[type="email"]{padding: 1rem 0;
  width: 90%;
  margin: 1.25rem auto;
  background: transparent;
  border: #fff;
  border-bottom: 1px solid var(--white);
  border-radius: 0 !important;
color:var(--white);}

#secondary input[type="button"], #secondary input[type="submit"] {padding: 1rem 2rem !important;font-size: 0.9rem;}

/*tags*/
.post-tags {text-align:left;}
.post-tags a {display:inline-block;background:var(--white); padding:0.5rem 0.7rem;font-weight:600; margin-right:0.9rem;margin-bottom:0.9rem;color:var(--dark);-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.post-tags a:hover {color:var(--bleu)}



/* = Related Posts 
-------------------------------------------------------------- */

#related-posts #post-grid {background: var(--white);}
#related-posts {border-top:1px solid var(--graylight);border-bottom:1px solid var(--graylight)}

/* = Comments
-------------------------------------------------------------- */
#comments-post {}
.comment-list {margin-bottom:3.75rem}
.comment-list article {background:var(--bluegray);padding:2rem;margin-bottom:2rem;border-radius:8px}
.comment-list .children {margin-left:2rem}
.comment-list a {color:var(--gray)}
.comment-respond label {display: none;}
#commentform textarea, #commentform input[type="text"], #commentform input[type="email"] { width: 80%;margin: auto;color: var(--darklight);}
#commentform textarea {height:10rem;}
#commentform input[type="submit"] {background:var(--darklight)}
.form-submit {text-align:center}
.comment-author img {float:left;margin-right:2rem;margin-bottom:2rem}
.comment-author {margin-bottom:0.5rem}
.comment-metadata {margin-bottom:1rem;font-size: 0.8rem}
.reply {font-size: 0.8rem;text-align:right}
.email-notes, .required-field-message {font-size:1rem}

#reply-title small{font-size: 1.4rem;display: block;
    line-height: 1.6;
}
/* = Carousel
-------------------------------------------------------------- */



button.flickity-prev-next-button {width:5.625rem;height:5.625rem; padding:0;outline: none !important;background: none;}

/* icon color */
.flickity-button-icon {fill: var(--darklight);}

.flickity-prev-next-button.next {right: -15%;} .flickity-prev-next-button.previous {left: -15%;}
.flickity-page-dots {bottom:-4rem;}
.flickity-button:disabled {opacity: 0 !important}

.flickity-enabled:focus .flickity-viewport {outline: none !important;}
button.flickity-button, button.flickity-button:hover, button.flickity-button:focus { box-shadow: none!important;}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	color:var(--dark);
	background: var(--white);
	font-family: 'Inter', sans-serif;
	overflow:hidden;
}
input {font-family: 'Inter', sans-serif !important;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
#hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {color:var(--bleu);text-decoration:none;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
a:focus {outline:none;}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
	color:var(--bleu)
}
a img {
	border: 0;
}

/* =Structure
----------------------------------------------- */


.container {
    margin: 0 auto;
    position: relative;
	max-width:100rem;
}
.container90 {
	margin: 0 auto;
    position: relative;
	width:90%;
	max-width:1920px;
}
.container70 {margin: 0 auto;
    position: relative;
	width:70%;
	max-width:1920px;}

p {margin-bottom:1.875rem}
p:last-of-type {margin-bottom:10px}

/* =Genericons
----------------------------------------------- */

.social-circle {width:2.2rem;height:2.2rem; background:var(--darklight); border-radius:50%; display:flex;align-items:center;justify-content:center;border:0px solid #fff; -moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}

.social-burger .social-circle {background:var(--white);}
.social-burger .rs-set svg {fill:var(--bleu)}
/*.social-header {padding-left: 1rem;}
.social-header .social-item {display:inline;vertical-align:middle;margin-left:0.25rem}*/

.social-footer {text-align:center}
.social-footer .social-circle {width:2.5rem;height:2.5rem;}
.social-footer .social-item {display:inline-block;margin: 0.2rem;}

.social-header {text-align:center;border-left: 1px solid var(--dark);padding-left: 0.2rem;height:2rem}
.social-header .social-item {display:inline-block;margin: 0px 0.4rem;}
.social-header .social-item:last-of-type {margin-right:0}
.social-header .social-circle {justify-content:flex-end}
.rs-set {}

.social-header .rs-set:hover svg {fill:var(--jaune);-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out}
.social-footer .rs-set svg {width:1.5rem; height:1.5rem; fill:var(--white)}
.rs-set svg {width:1.3rem; height:1.3rem; fill:var(--white)}
/* Contact Form */

.wpcf7 {text-align:center}
.grecaptcha-badge {display:none}
.wpcf7 br {display:none}
.wpcf7 input[type="text"], input[type="url"], .wpcf7 input[type="email"] {width:80%;margin-left: auto;
margin-right: auto; margin-bottom: 1.875rem;} .wpcf7 textarea {width:80%;margin-left: auto;
margin-right: auto; margin-bottom: 1.875rem;}
.wpcf7-list-item {display:block;font-size:1rem;margin-bottom:1.875rem;font-weight:400;width: 80%;margin-left: auto !important;margin-right: auto !important;text-align:left}
.wpcf7 input[type="submit"] {background:var(--darklight)}
.wpcf7-list-item-label {padding-left:6px;font-weight:300;font-size: 0.9rem;}
.wpcf7-spinner {display:none}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem;
}
.wpcf7-form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9em;
  font-weight: normal;
  display: block;
  position: relative;
  top: -1.2rem;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}


/* GALLERIES */

.gallery {
	width:100%;
	height:50vh;
	overflow:hidden;
	background:var(--dark);
	margin-bottom:20px
}

.gallery-item {
	
	width: 100%;
	
}

.gallery-item img {margin:auto;height:50vh;width:auto;display:block}
.gallery-caption {
	display: block;
	margin-top: 0.8em;
}
.gallery-item .gallery-caption {position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  color: var(--white) !important;
  font-size: 0.7rem !important;
  line-height: 1 !important;
  background: rgb(0, 0, 0,0.8);
  padding:2%;
padding: 0.5rem 1rem;
  margin-top: 0;opacity:0;transition: ease-in-out 0.4s;}
.gallery-item:hover .gallery-caption {opacity:1}

.gallery .flickity-prev-next-button.previous {left: 0%;}
.gallery .flickity-prev-next-button.next {right: 0%;}

.gallery .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
text-align: center;}
.gallery button.flickity-button, button.flickity-button:hover, .gallery button.flickity-button:focus {background: transparent;}
.gallery .flickity-button-icon {fill: var(--white);}

/*fancy*/
.fancybox__nav button {background:transparent !important}

/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	
	line-height: 1;
}



input,
textarea {
	border-color: #999;
	
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background:transparent;
	border-radius: 0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid;
	box-shadow: none;
	display: block;
	font-size:1rem;
	margin: 0;
	max-width: 100%;
	padding: 1rem 0rem;
	
}

select {
	font-size: 1em;
}

textarea {
	font-family:inherit;
	height: 12rem;
	line-height: 1.5;
	width: 80%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	line-height: normal;
	font-style:italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	line-height: normal;
	font-style:italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	line-height: normal;
	font-style:italic;
}
#newsletter input::-webkit-input-placeholder {
	color:var(--white);
	opacity:0.8;
}

#newsletter input:-ms-input-placeholder {
	color:var(--white);
	opacity:0.8;
}

#newsletter input::-moz-placeholder {
	color:var(--white);
	opacity:0.8;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var(--orange);
	border: none;
	color: var(--white);
	cursor: pointer;
	padding: 1.2rem 2.5rem;
	font-weight: 500;
	font-size:1rem;
	line-height: 1;
	margin: 0;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	transition: ease-in-out 0.4s;;
}

.button.bbig {padding: 1.5rem 5rem;}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: none;
	background:var(--orange);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: none;
	
}

/* = Pagination
----------------------------------------------- */
.navigation {
margin-top:5rem;
text-align: center;
	}

.navigation ul {display: flex;
  justify-content: center;
  flex-wrap: wrap;
	align-items: center;
column-gap: 0.5rem;}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: var(--white);
    text-decoration:none;
}
.navigation li a.prev-page, .navigation li a.next-page  {border:0 !important;padding: 0;}
.navigation li a.prev-page:hover, .navigation li a.next-page:hover {background:var(--white);color:var(--orange)} 

.navigation li {display: flex;}
  
.navigation li a,

.navigation li.disabled {
    background-color: var(--white);
	color:var(--darklight);
	border:1px solid var(--darklight);
    border-radius: 3px;
    cursor: pointer;
    padding: 0.37rem 0.8rem;
	-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color:var(--darklight);
	color:var(--white)
}

/*breadcrumbs*/
#breadcrumbs {color:var(--gray)}
#breadcrumbs a {color:var(--dark);font-weight:bold;text-decoration:underline}


/*Section Crise*/

.sc-container {display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;}
.sc-left {width:35%;padding-right:15%;}
.sc-right {width:50%;}
.sc-item-data {padding:1rem 2rem}
.crise-contact-container {display: flex;flex-wrap: wrap;justify-content:center;text-align: center;}
.crise-contact-item:last-of-type {margin-left:2rem}


/* =Footer
----------------------------------------------- */
#colophon {position:relative;background-color:var(--darklight);color:var(--white)}
.footer-widget-3 h3 {text-indent: -9999px}
.widget-area.vcentered {display: flex;align-items: center;}
.footer-navigation {text-align:center}
.footer-navigation li {display:inline-block;margin:10px 0;}
.footer-navigation li:after {content:"  -";display:inline-block;vertical-align:top;margin:0 14px}
.footer-navigation li:last-of-type:after {display:none;}
.footer-navigation li a {color:var(--white)}
.footer-navigation li a:hover {color:var(--white)}

#logo-footer svg {width: auto;margin:auto;height: 6rem;
  fill: var(--white);}


#footer-widget {display: flex;flex-wrap: wrap;justify-content:flex-start;column-gap:6.6%;}
#footer-widget .widget-area {width:20%;}
#footer-widget h3 {font-weight:700;margin-bottom:20px;text-transform:uppercase}
#footer-widget a {color:var(--white)}
#footer-widget a:hover {color:var(--white)}
#footer-widget ul {list-style:none}
#footer-widget li {margin-bottom: 0.6rem;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 0.6rem;}


