:root {
    font-size: 62.5%;
    --fa-li-margin: 2.5rem;
    --fa-li-width: 2.5rem;
    --bs-link-color: #333;
    --bs-link-hover-color: inherit;
}

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

body {
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    color: #333;
    overflow-x: hidden;
    padding-top: 154px;
    display: flex;
    flex-direction: column;
}
body.mce-content-body{padding-top: 0;}

a{color: inherit;}
a:active, a:visited, a:hover {text-decoration: inherit;}
a.link-reset{
    color: inherit;
    text-decoration: none;
}
a.link-reset:hover{text-decoration: underline;}

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

.mw-25p{max-width: 25%;}
.mb-0-last > :last-child{margin-bottom: 0;}
.overflow-x-hidden{overflow-x: hidden;}
.text-justify{text-align: justify !important;}
.list-number{list-style: decimal;}
.form-control{font-size: inherit;}
.form-floating > label {padding: 1.8rem .75rem;}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {height: calc(6rem + 2px);}
.form-floating > .form-control:not(:placeholder-shown) {padding-top: 2.5rem;}
.form-select {
    padding-left: .75rem;
    font-size: inherit;
}
.form-floating > .form-select{padding-top: 2.5rem;}
.input-group-text {
    font-size: 1.6rem;
    padding: 1rem;
}

.picto-drapeau{max-width: 30px;}

.link-pdf {
    color: inherit;
    text-decoration: none;
    padding: 0 .75rem;
}
.link-pdf:hover {color: #fc5e56;}

.titre-1{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 6rem;
    font-weight: 500;
    margin-bottom: 4.5rem;
}

.titre-2{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 4.5rem;
}

#home header .titre-1::before {
    position: absolute;
    background: url('/media/img/titre-before.png') no-repeat center right;
    max-width: 354px;
    max-height: 372px;
    right: 105%;
    bottom: 35%;
    height: 100%;
    width: 100vw;
    background-size: contain;
}
#home header .slick-slide {overflow: hidden;}

section, .section{padding-top: 3%; padding-bottom: 3%;}

section#home-une{padding-top: 2%;}

.bg-hexagon::before {
    background: url('/media/img/hexagon.png') no-repeat;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-width: 554px;
    max-height: 546px;
    transform: translate(-50%, 10%);
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    border-radius: 50%;
    background-color: rgba(135, 146, 157, 0.5);
    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: rgba(239, 206, 59, 0.84);}

.cta {
    display: inline-block;
    background-color: #16596c;
    padding: 1rem 1.5rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-out;
    box-shadow: 4px 4px 0 #88939e;
    border: 0;
}
.cta:hover {
    color: #fff;
    box-shadow: -4px 4px 0 #88939e;
}

/* NAV */

#nav #menu-btn {
    display: none;
    color: #2a2d2e;
    font-weight: 300;
    text-transform: uppercase;
    border: 0;
    font-size: 1.8rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(143, 57, 62, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat top right;
    padding: 0;
    outline: none;
    width: 40px;
    height: 30px;
    overflow: hidden;
}

.navbar-custom {
    background-color: #fff;
    box-shadow: 0 0 3px #999;
    height: 154px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-custom .navbar-brand img{z-index: 1001; position: relative;}
.navbar-custom #first-nav {
    height: 80px;
    display: flex;
    align-items: center;

}
.navbar-custom #first-nav > li {margin: 0 10px;}
.navbar-custom .navbar-toggler {
    border: 0;
    font-size: 2.5rem;
    margin-right: 10px;
    box-shadow: none;
}
.navbar-custom .navbar-nav .dropdown-menu.show {
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    background: rgba(255,255,255,.9);
    border-radius: 0;
    padding: 15px 25px 0;
}
.navbar-custom .navbar-nav .dropdown-menu a {
    font-weight: 300;
    color: #000;
    font-size: 1.6rem;
    /*padding: 20px 30px;*/
    padding: 15px;
}
.navbar-custom .navbar-nav .dropdown-menu a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}
.navbar-custom .navbar-nav .dropdown-menu a:hover{
    font-weight: 600;
    color: #16596c;
    background: none;
}
.navbar-custom .navbar-nav .dropdown-menu a + a{border-top: 1px solid #c6c6c6;}
.navbar-custom .navbar-collapse{flex-grow: 0;}
.navbar-custom .dropdown-toggle::after{display: none;}
.navbar-custom .nav-link {
    font-size: 2.4rem;
    color: #164350;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding: 15px 10px !important;
    text-align: center;
    line-height: 3rem;
    outline: none;
}
.navbar-custom .nav-link.show::after {
    content: '';
    background-color: #fbe250;
    display: block;
    position: absolute;
    left: 25px;
    top: 100%;
    border: 0;
    height: 15px;
    right: 25px;
    z-index: 1001;
}
.navbar-custom .nav-link:focus, .navbar-custom .nav-link:hover, .navbar-custom .nav-link.show {color: #7c8895;}

#pre-nav{
    background-color: #16596c;
    padding: 2px 0;
}
#pre-nav #list-pre-nav li{
    display: inline-block;
    margin: 0 15px;
}
#pre-nav #list-pre-nav li.nav-lang, #first-nav li.nav-lang{
    font-size: 1.5rem;
    margin: 0 5px;
}
#pre-nav #list-pre-nav li.nav-lang.nav-lang-space{margin-left: 5%;}
#pre-nav #list-pre-nav a{color:#fff; text-decoration: none; font-size: 1.4rem;}
#pre-nav #list-pre-nav a.actif, #first-nav li.nav-lang a.actif{font-weight: 800;}
#pre-nav #list-pre-nav a:hover{color:#fbe250;}

#nav-fixed-right {
    position: fixed;
    right: 2%;
    top: 40%;
    z-index: 999;
}
#nav-fixed-right a{font-size: 3rem; line-height: 3rem; text-decoration: none; z-index: 999;}
#nav-fixed-right .text-bleu{color: #16596c;}
#nav-fixed-right .text-jaune{color: #e9c42e;}

/* FIN NAV */

/* 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;}

/* FIN TARTE AU CITRON */

/* ARIANE */

#ariane {
    padding: 1.5rem 0;
    list-style: none;
    margin: 0;
}
#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;
}
#ariane>li+li {margin-left: 10px;}
#ariane>li.item+li.item::before {
    content: '>';
    margin-right: 10px;
}
#ariane>li a {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 500;
}
#ariane>li:last-child a {color: #8f393e;}
#ariane>li a:hover{text-decoration: underline;}

/* FIN ARIANE */

/* FOOTER */

footer {
	padding-top: 3%;
	color: #f9fcff;
	font-weight: 300;
}
footer a{color: #f9fcff; text-decoration: none;}
footer a:hover{color: #efce3b;}
footer #logo-footer {max-width: 130px;}
footer .picto-pin, footer .picto-mail {
	position: relative;
	padding-left: 30px;
}
footer .picto-pin::before, footer .picto-mail::before {
	font-family: 'fontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: #f9e454;
}
footer .picto-pin::before{content: '\f3c5';}
footer .picto-mail::before {content: '\f2b6';}
footer .logo-footer{margin-left: 10%; margin-right: 10%;}
footer .list-plan-site > li {margin-bottom: 20px;}
footer #footer-legals {border-top: 1px solid #6d6e6f;}
footer .link-reseau {
	font-size: 2.2rem;
	margin: 0 6px 15px;
}

/* FIN FOOTER */

.bg-jaune{background: linear-gradient(90deg, #f9de50, #e9c42e);}
.bg-gris{background: linear-gradient(120deg, #86919c, #b3bec6);}
.bg-bleu{background-color: #16596c;}

.link-epart:hover{color: #535353;}
.text-epart{color: #ff0000;}
.text-jaune{color: #efce3b;}
.text-bleu{color: #16596c;}

.bloc-bg-bleu{
    padding: 20px 25px;
    background-color: #16596c;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0;
}

.hexagon {
    display: flex;
    position: relative;
    width: 60px;
    height: 67.5px;
    background: #abb6bf;
    align-items: center;
    justify-content: center;
}
.hexagon, .hexagon::before{
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hexagon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: #fff;
}
.hexagon:hover::before {background: #e8edf0;}

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 85%;
    z-index: 10;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #8a959f;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    border: 1px solid #8a959f;
    background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;
    
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* HOME */

#home header {position: relative;}
#home header::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: url('/media/img/bg-circle.png') no-repeat center center;
    background-size: contain;
    z-index: 8;
}
#home header::after {
    content: '';
    clip-path: polygon(100% 56%, 81% 100%, 100% 100%);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
#home header .slick-1-slide .container {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#home header .slide-equipe {
	color: #fff;
	font-size: 2.4rem;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-bottom: 20px;
}
header .slick-1-slide .scrollTo {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 2%;
    font-size: 3rem;
    line-height: 3rem;
    opacity: .85;
}

.bloc-une.une-bleu{background-color: #16596c;}
.bloc-une.une-jaune{background: linear-gradient(#efd54d, #e9c42e); color: #333;}
.bloc-une.une-gris{background: linear-gradient(#b2bdc5, #86919c);}
.bloc-une.une-jaune h3{color: #16596c;}
.bloc-une {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative;
}
.bloc-une figcaption {
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
}
.bloc-une .actu-tag {
  background-color: #b5a41b;
  text-align: center;
  padding: 5px 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.bloc-une h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.bloc-une .link-plus {
    display: inline-block;
    margin: 0 0 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
    transition: all .3s ease-out;
    position: absolute;
    right: 2%;
    bottom: 2%;
}
}
.bloc-une .link-plus:hover {transform: rotateZ(90deg);}

#home-publication .cont-video iframe{max-height: 230px;}

#home-publication .visuel-top-publication {
    display: inline-block;
    position: relative;
}
#home-publication .visuel-top-publication::before {
    content: '';
    position: absolute;
    background: url('/media/img/publication-hexa.png') no-repeat;
    width: 248px;
    height: 217px;
    top: -7%;
    right: -13%;
}

/* FIN HOME */


#home header .titre-1::before{content: '';}

.image, .membre-img {
    width:100%;
    margin-bottom: 7%;
}
.titre-2, #page-membre .html-content h3, .mce-content-body h3 {
    text-align: center;
}

.html-content h3 {
    color: #16596c;
    margin: 2rem 0 3rem;
    font-weight: bold;
}

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

.membre-space, .liste-gris {
    margin: 5%;
    padding-left: 10%;
}
section#thematiques, section#actualites, .liste-gris, .bg-gris-simple {
    background-color: #edf0f2;
}

section#thematiques {
    background: url('/media/img/fond-thematiques.png') no-repeat bottom center #edf0f2;
}

.bg-equipe {
    background: url('/media/img/mandelbrot.png') no-repeat;
    width: 100%;
}

#onglets .row > *{
    text-align: center;
    padding: 1% 2%;
    margin: 2px;
    color: #16596c;
    background-color: #b3bec6;
}
#onglets .col-auto:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%; 
    border-top: 10px solid #16596c;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: translateX(-50%);
    z-index: 2;
}
#onglets .col-auto, #onglets a{
    text-decoration: none;
    color: #16596c;
}

.link-thematique{
    margin-bottom: var(--bs-gutter-x);
    display: block;
    position: relative;
}
.link-thematique .text {
    background-color: #16596c;
    color: white;
    padding: 7px 5px;
    width: 100%;
}
.link-thematique .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
}

.theme:hover .middle {
    opacity: 1;
}

.col-8 .row {
    justify-content: center;
}

.theme {
    position: relative;
}
#projets h3, .html-content h4, .mce-content-body h4 {
    color: #16596c;
    font-weight: bold;
}

.html-content a, .mce-content-body a {color: inherit;}
.html-content h4, .mce-content-body h4{
    margin: 3rem 0 2rem;
    font-size: 2rem;
}

#bandeau .titre1-equipe {
    max-width: 85%;
    margin: 0 15%;
}
.titre1-equipe {
    color: #e9c42e;
    text-shadow: -2px 2px 0 #16596c;
}
h1 {
    font-size:4.5rem;
}

#onglets .col-auto:hover > *, #onglets .col-auto:hover {
    background-color: #16596C;
    color: #fff;
}

section#onglets {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
    z-index: 9;
}
section#bandeau {
    padding-left: 15px;
    padding-right: 15px;
    background: url('/media/upload/bandeau.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}
section#bandeau::after {
    content: '';
    clip-path: polygon(100% 25%, 85% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
section#bandeau.bg-corner-gris::after {background-color: #edf0f2;}
section#bandeau-gris {
    background: url('/media/upload/bandeau.jpg');
    background-size: 100%;
}
section#bandeau-gris::after {
    content:'';
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 25%, 85% 100%, 0 100%, 0 0);
    background-color: #edf0f2;
    z-index: 9;
}

.nb {
    padding: 10%;
    margin-bottom: 10%;
    padding-top: 0%;
}

.projet {
    padding-top: 2%;
}

section#projets {
    background: url('/media/upload/projet/fond-projets.png') no-repeat;
    background-position: 110%;
}

.liste {
    background: #efce3b;
    padding-top: 4%;
    padding-bottom: 4%;
    color: #16596c;
    text-align: center;
    font-weight: bold;
    letter-spacing : 1px;
    width: 100%;

}

#presentation > .container{position: relative;}
#presentation > .container::before {
    content: '';
    position: absolute;
    background: url('/media/img/publication-hexa.png') no-repeat;
    top: 14%;
    left: 0;
    width: 100%;
    background-size: contain;
    height: 100%;
    max-width: min(25%,248px);
    max-height: 217px;
    z-index: 2;
    transform: scaleX(-1);
}

.btnActu {
    text-align: center;
    background-color: #b3bec6;
    color: #16596c;
    padding: 4% 0;
    border: none;
    display: block;
    text-decoration: none;
}
.btnActu:hover {
    background-color: #16596C;
    color: #fff;
}

/* PUBLICATION */

#page-publication{color: #6e6c5e;}

.bloc-filtre {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 15px;
}
.bloc-filtre.open .filtre-content{height: auto;}
.bloc-filtre.open .filtre-titre{
    border-bottom: 1px solid #ebebeb;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bloc-filtre.open .filtre-titre::after{content: '\f077';}

.filtre-titre {
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 5px 30px 5px 15px;
    border-radius: 5px;
    position: relative;
}
.filtre-titre:hover {cursor: pointer;}
.filtre-titre::after {
    content: '\f078';
    font-family: 'fontAwesome';
    position: absolute;
    right: 10px;
}

.filtre-content {
    font-size: 1.2rem;
    height: 0;
    overflow: hidden;
}
.filtre-content .filtre-content-inner {
    padding: 10px 15px;
}
.filtre-content .filtre-content-inner > p:last-child{margin-bottom: 0;}

#listResult {
    margin: 2.5rem 0;
    font-size: 1.2rem;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}
#listResult > li {
    display: flex;
    align-items: start;
    padding: 1rem;
}
#listResult > li:hover{background-color: #f5f5f5;}
#listResult > li + li {border-top: 1px solid #dddddd;}
#listResult > li p{margin-bottom: 0;}
#listResult > li a{color: inherit; text-decoration: none;}
#listResult > li a:hover{text-decoration: underline;}
#listResult .img-thumbnail {width: 50px;}
#listResult .doctype {
    border-radius: 2.25px;
    padding: 2px 5px;
    color: #fff;
    font-size: .9rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.pagination > li:first-child > a{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination > li:last-child > a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination > li > a {
    color: #807e75;
    text-decoration: none;
    padding: 2px 5px;
    margin-left: -1px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    min-width: 30px;
    display: block;
    text-align: center;
}
.pagination > li.active > a {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.pagination > li:not(.active) > a:hover {background-color: #eee;}

.type-publication {
    color: #47525e;
    padding: 5px 15px;
    margin: 3rem 0 2rem;
    font-size: 1.6rem;
    box-shadow: 3px 3px 0px #47525e;
    font-weight: bold;
}
.list-publication {
    font-size: 1.5rem;
    margin-left: 3%;
}
.list-publication a{
    color: inherit;
    text-decoration: none;
}
.list-publication a:hover{text-decoration: underline;}
                   
/* FIN PUBLICATION */

.select-year {
    display : flex;
    justify-content: end;
}

select {
    width : 20%;
    text-align : center;
    margin-bottom: 5px;
}

.title-year {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom : 10px;
    font-weight : 600;
}

option:hover {background-color: #16596c;}

.picto-pdf{max-width: 65px;}

.bloc-delete{position: relative; margin-bottom: 1.5rem;}
.bloc-delete > .fa-trash-can {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    padding: 3px;
    border-radius: 3px;
    font-size: 1.3rem;
    color: #262525;
    border: 2px solid #ff2116;
}
.bloc-delete > .fa-trash-can:hover{cursor: pointer;}
.bloc-delete.border-gray > .fa-trash-can{border-color: #86919c;}

.list-initiale > li > a{border-radius: 0;}

.list-membre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-membre > div {
    margin: 0 2.5rem;
    padding: 2rem 0;
}
.list-membre a {
    color: #333;
    text-decoration: none;
    line-height: 2.5rem;
}
.list-membre a:hover{text-decoration: underline;}
.list-membre .annuaire-letter {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #16596c;
    padding: 0 0 5px;
}

#list-membre-equipe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#list-membre-equipe .cont-img-membre{
    max-width: 172px;
    max-height: 200px;
    overflow: hidden;
    margin: 0 .75rem 1.5rem;
}
#list-membre-equipe .cont-img-membre > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
}
#list-membre-equipe .cont-img-membre > a::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    background: rgba(22,89,108,.75);
    z-index: 3;
    color: #fff;
    padding: 2px 5px;
    border-radius: 15px;
    top: 100%;
    text-align: center;
    width: 100%;
    display: inline;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s ease-out;
}
#list-membre-equipe .cont-img-membre:hover > a::before {transform: translateY(-100%);}
#list-membre-equipe .cont-img-membre:hover img{transform: scale(1.1);}
#list-membre-equipe .cont-img-membre img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
}

#multi-select > option:hover {background-color: #eaeaea;}
#multi-select > option::after {
    content: attr(data-statut);
    display: block;
    font-size: 1.4rem;
    font-style: italic;
    color: #16596c;
}
#multi-select:not(:focus) > option:checked::after {color: #16596c;}
#multi-select > option:checked::after {color: #efce3b;}

.doc-cont {
    padding: 1.5rem 1.5rem 4rem;
    box-shadow: 0 2rem 2rem #c4c4c4;
    text-align: justify;
}

/* FIX SPIP */

.html-content p{clear:both;}

.spip_documents {
    text-align: center;
    line-height: normal;
}
.spip_documents_left {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.spip_documents_right {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }

/* FIN FIX SPIP */

#cont-portfolio {margin: 0 -2.5px;}
#cont-portfolio > a {margin: 0 2.5px 5px; display: inline-block;}

#projets .cont-puce {position: relative;}
#projets .cont-puce::before {
    content: attr(data-number);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #16596c;
    font-size: 3rem;
    font-family: 'Inter', sans-serif;
}

#candidature .h3 {
    font-size: 3.6rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.label-equipe {
    display: inline-block;
    background-color: #87929d;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 991px) {
     .title-year {font-size: 2rem;}
    body{padding-top: 60px;}
    .navbar-custom{height: 60px;}
    .navbar-custom .navbar-brand img{height: 50px;}
    
    .navbar-custom .nav-link.show::after{display: none;}
    
    #navbarNav {
        position: absolute;
        background-color: #ececec;
        top: 100%;
        left: 50%;
        width: 100vw;
        height: calc(100vh - 60px);
        overflow-y: auto;
        transform: translateX(-50%);
        z-index: 1000;
    }
    .navbar-custom .nav-link{position: relative;}
    .navbar-custom .navbar-nav .dropdown-menu a {white-space: normal;}
    .navbar-custom .navbar-nav .dropdown-menu.show {transform: none; padding-top: 0;}
    
	#home header .titre-1 {font-size: 2.5rem;}
	.titre-2, #page-membre .html-content h3, .mce-content-body h3 {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}
    #home header .titre-1::before {display: none;}
	#home header .titre-1 br, #home header::after, #home header .slick-dots {display: none !important;}
	#home header .slide-equipe{font-size: 1.6rem;}
    
    .hexagon {
        height: 30px;
        width: 27px;
    }
    #nav-fixed-right a {font-size: 1.5rem;}
}

@media screen and (max-width: 576px) {
    .list-membre > div{width: 100%;}
    select {width: 40%;}
}

@media screen and (max-width: 767px) {
    h1 {font-size: 3rem;}
    #home header .titre-1 {font-size: 2rem;}
    
	footer .picto-pin, footer .picto-mail {
		position: relative;
		padding-left: 0;
	}
	footer .picto-pin::before, footer .picto-mail::before {
		position: relative;
		display: block;
	}
    
    #presentation > .container::before{top: 3%;}
    #projets .cont-puce::before{font-weight: 2rem;}
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg{justify-content: space-evenly;}
    .titre-1{line-height: 7rem;}
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}