@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
}
a {
    cursor: pointer;
}
ul{
    padding: 1rem;
}

quote {
  quotes: "«" "»";
}

quote::before {
  content: open-quote;
}

quote::after {
  content: close-quote;
}
emph{
    font-weight: 700;
}
#navbarSupportedContent {
    text-align: center;
}

.navlink_footer {
    color: #000;
    text-align: center;
    font-family: Khand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.168px;
}

.navlink_footer:hover {
    color: #5a5a5a;
}

.leaflet-control-attribution{
    display: none;
}

.popupstyle {
    max-width: 700px;
    width: 90%;
    position: relative;
    padding:2em;
    margin:0;
    border: 2px solid #000;
    border-radius: 15px;
    align-content: center;
}
.popupstyle p{
    text-align: justify;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#nav2 {
    margin-bottom: 20px;
    background-color: #EEF2FF;
}


.cta {
    color: #000000;
    background-color: #FFD700;
    border: none;
    width: 300px;
    /* text-transform: capitalize; */
    font-size: 1em;
    padding: 10 80;
    border-radius: 40px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.105px;
}
.cta span{
    display: block;
    font-size: 0.7em;
}
@media (max-width: 768px) {
    .formu{
        padding:10px 20px;
        margin:0;
    }
    .narrow{
        padding:10px 10px;
        margin:0;
        white-space: nowrap;
    }
}

#filtre-container{
    padding:0;
}

.cta:hover {
    color: #000000;
    background-color: #ECECEC;
    border: none;
}

#avatar {
    border-radius: 25px;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

#signin, #login{
    font-weight: 700;
}
#signin {
    color: rgb(246, 246, 246);
    width: 180px;
}

#signin:hover {
    color: rgb(216, 216, 216);
}

#login {
    width: 150px;
    background-color: var(--goldcolor);
    border-radius: 30px;
    color: black;
}

@media all and (max-width: 768px) {
    #signin{
        width: 160px;
    }
    #login{
        width: 140px;;
    }
    #signin, #login{
        padding: .5rem!important;
    }
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--goldcolor);
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
  }













/*
DESCRIPTION

*/


body {
    margin: 0;
    padding: 0;
    background-color: white;
    --goldcolor: #FFD700;
    --griscolor: #ECECEC;
    --graycolor: #3C3C3C;
    --redcolor: red;
    cursor: default;

    --pad-btn: 1vh 0.5vw 1vh 0.5vw;

    --header-height : 100px;

    min-width: 200px;
    overflow-x: hidden;
    width: 100%;
}


/* NAVIGATION BAR */
.navigation-bar {
    position: fixed;
    display: flex;
    z-index: 99999;
    /* display: block ; */
    width: 100%;
    height: 15vh;
    top: 0%;
    left: 0%;
    right: 0%;
    align-items: center;
    transition: background-color 1s ease-out;
    background: white;
    margin-bottom: 10%;
}

.navigation-bar-accueil {
    height: 15%;
    position: absolute !important;
}

.zone-logo {
    position: absolute;
    left: 1%;
    align-items: center;
    height: 100%;
    width: auto;
    justify-content: center;
    /* width: 50%; */
    /* top: 0; */

}



.nav-bar-contact {
    height: 10.5vh;
}

.menu-droite {
    margin-left: auto;
    display: flex;

}

.avatar-pseudo {
    display: flex;
    margin-right: calc(min(40px, 4vw) + 10px);
}

.logo-marque {
    display: flex;
    height: 55%;
}

/*
.zone-logo a {
    justify-content: flex-start;
    align-items: center;
    width:fit-content;
    height:100%; */
    /* filter:brightness(1);
}
*/

.logo-bar {
    height: max(min(7vw, 90%), 50px);
    /*max-width: 40%;
    align-self: end;
    margin-top: auto; */
}

.marque-bar {

    height: calc(max(min(7vw, 90%), 50px) / 1.7);
}

.nomPage {

    font-family: var(--calibri);
    color: var(--graycolor);
    align-items: flex-end;
    font-size: max(1.5vw, 20px);
    margin-left: 3.3vw;
    margin-bottom: 1%;
    width: 200%;
}

/*
.header_icon {
     display: none;
}
*/
.reseaux_container {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.reseaux_container a {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}

.reseaux_container img {
    display: flex;
    width: 2.5em;
    border-radius: 100%;
}

.reseaux_container img:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.menus {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: auto;
    height: 70%;
    right: 1%;
    align-items: center;
    transform: none;
    font-size: max(1.5vw, 25px);
    background: none;
    color: var(--graycolor);
    top: 10%;
}

.police-nav {
    display: flex;
    height: 50%;
    min-width: max(8vw, 70px);
    min-height: inherit;
    font-size: 2.3vh;
    color: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: normal;
    font-family: var(--calibri);
}

.table-navigation {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    max-width: 70%;
    font-size: 3vh;
    margin-bottom: 2%;
    text-align: center;
    text-decoration: none;
}

.table-navigation h2 {
    margin: auto !important;
    display: flex;
}

.table-navigation .selected {
    color: white;
}

.table-navigation .title-special {
    font-size: 1.5vh;
}

.table-navigation .page-selected {
    background-color: var(--goldcolor);
    color: white;
    border: 1px solid black;

}

.table-navigation a {
    margin: auto;
}

.table-navigation p {
    background-color: red;
    border-radius: 100%;
    margin: auto;
    width: 1em;
    font-size: 1em;
}

.table-navigation th {
    border: 1px solid;
    margin: 0;
    width: 20%;
}

.item-title {
    display: flex;
    min-width: inherit;
    ;
    min-height: inherit;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: inherit;

}

.menus a {
    height: 90% !important;
    font-size: 2.2vh;
    font-family: 'Arial';
    text-transform: none;
}

.bouton-connexion-bar {
    display: flex;
    padding: 0 1vw;
    font-size: 0.7em;

    height: max(30px, 50%) !important;
}


/* BOUTON REMONTER EN HAUT */







/* FONT */
a {
    text-decoration: none;
    color: inherit;
    padding: 0;
}

h2{
    color: #000;
    text-align: center;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
    color: inherit;
    margin: 0;
    padding: 0;
}


.bouton {
    font-family: var(--calibri);
    text-transform: uppercase;
    border-radius: 5px;
    filter: brightness(1);
    box-shadow: 0px 2px 5px var(--graycolor);
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
    font-size: inherit;

}

.bouton:focus {
    outline: none;
}

.bouton-gold {
    background: var(--goldcolor);
    color: white;
}

.bouton-disabled {
    background: var(--griscolor);
    color: var(--graycolor);
    filter: brightness(1.1);
}

.bouton:hover {
    filter: brightness(1.1);
}

.background {
    background-size: cover;
    background-repeat: no-repeat;

}

.bouton-message {
    display: flex;
    font-size: 0.8em;
    padding: 1vh 0.5vw 1vh 0.5vw;
    max-width: min(40%, 200px);
    margin: 1vh auto;
}

.bouton-message:hover {
    filter: brightness(1.1);
}

.center {
    /* position: relative; */
    margin: 0 auto;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.ecritures {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90%;
    justify-content: center;
}

/*.button-inscription {}*/

/* Annimation du logo */
.marque-bar:hover {
    animation: wave-text 1s ease-in-out
}

@keyframes wave-text {
    00% {
        transform: translate(0em, 0em);
    }

    30% {
        transform: translate(+0.3em, -0.3em);
    }

    60% {
        transform: translate(-0.2em, +0.2em);
    }

    100% {
        transform: translate(0em, 0em);
    }
}


.bandeau-gris-template {
    width: 100%;
    background-color: gray;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* top: 130px; */
    opacity: 0.4;
}

.bandeau-gris {
    width: 100%;
    background-color: gray;
    height: 10px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    top: 130px;
    /* margin-top: 100px; */
    opacity: 0.4;
}

.close-button {
    margin-top: 0%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 1%;
}

.titre-maj-profil {
    font-family: var(--calibri) !important;
}

.input-maj-profil {
    margin: 0 auto 1% auto;
    font-size: 0.8em !important;
    width: 50% !important;
}

.alerte-maj-profil {
    font-size: 0.5em !important;
    color: red;
}

.bouton-maj-profil {
    font-size: 0.7em !important;
}

.navigation {
    display: flex;
    width: 50%;
    font-size: max(20px, 3vw);
    min-width: 300px;
    margin-bottom: 1%;
}

/* RESPONSIVE */


.header_icon {
    border-radius: 5px;
    position: absolute;
    display: block;
    float: right;
    height: min(45px, 4vw);
    width: min(45px, 4vw);
    cursor: pointer;
    top: 3px;
    right: 3px;
    z-index: 2;
    align-items: center;
    transition: unset;
    background: url('/contents/logos/Logo-hamburger.png') 100%/100% no-repeat;
}

.avatar-bar {
    position: relative;
    height: 8vh;
    width: 8vh;
    right: 3%;
    margin: 1%;
    float: right;
    border-radius: 100%;

}

.pseudo {
    height: inherit;
    font-family: var(--calibri);
    color: var(--graycolor);
    margin-top: auto;
    margin-right: 4%;
}

.menu-deroulant {
    position: absolute;
    display: none;
    flex-direction: column;
    top: 43px;
    right: 0;
    background-color: var(--goldcolor);
    color: white;
    z-index: 1;
    font-size: 20px;
}

.item-deroulant {
    filter: brightness(0.95);
    padding-left: 5px;
    padding-right: 5px;

}

.item-deroulant:hover {
    filter: brightness(1.1);
}

.navigation h2 p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: -55%;
    left: 85%;
    max-width: max-content;
    max-height: max-content;
    border-radius: 50%;
    background-color: #FF4900;
    color: var(--goldcolor);
    font-weight: bold;
    filter: brightness(1.3);
    padding: 2px;
    font-size: 20px;
}

.cookie {
    font-size: min(1.3vw, 13.377px);
    position: fixed;
    width: 100%;
    bottom: 0%;
    padding: 5%;
    z-index: 999999999999;
    background-color: white;
    /* height: 30%; */
}

.cookie p {
    margin-top: 5px;
    font-size: 15px;
    text-align: justify;
    font-family: Khand;
}

.cookie .button {
    margin-top: 3%;
    font-size: 1em;
}

.button input {
    border: none;
    margin-right: 1%;
}

.cookie #button-no {
    background-color: white;
    border: solid 2px #5a5a5a;
    color: black;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 40px;
    margin-inline: 7px;
}

.cookie #button-yes {
    color: black;
    padding: 15px 40px;
    cursor: pointer;
    margin-inline-end: 7px;
    font-size: 18px;
}

#button-save {
    color: black;
    background-color: rgb(238, 235, 235);
    padding: 15px 40px;
    cursor: pointer;
    margin-inline-end: 7px;
    font-size: 18px;
}

.cookie #link-pdc {
    color: var(--goldcolor);
}

.cookie-check {
    display: flex;
    margin-bottom: 7px;
}

.cookie-check p {
    margin-top: auto;
    margin-bottom: auto;
}

#cookie-details {
    margin-top: 15px;
}

#cookie-details .switch {
    position: relative;
    display: inline-block;
    width: min(52px, 4.8vw);
    height: min(23px, 2.1vw);
    margin: auto 10px;
}

#cookie-details .switch-checked {
    opacity: 0.5;
}

#cookie-details .switch input {
    opacity: 0.5;
    width: 0;
    height: 0;
    background-color: var(--graycolor);
}

#cookie-details .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    -webkit-transition: .4s;
    transition: .4s;
}

#cookie-details .slider:before {
    position: absolute;
    content: "";
    height: min(14px, 1.3vw);
    width: min(14px, 1.3vw);
    left: 0.2vw;
    bottom: 15%;
    background-color: #F2F25D;
    -webkit-transition: .4s;
    transition: .4s;
}

#cookie-details input:checked+.slider {
    opacity: 1;
}

#cookie-details #cookie-details input:focus+.slider {
    box-shadow: 0 0 1px #F2F25D;
}

#cookie-details input:checked+.slider:before {
    -webkit-transform: translateX(min(28px, 2.6vw));
    -ms-transform: translateX(min(28px, 2.6vw));
    transform: translateX(min(28px, 2.6vw));
}

/* Rounded sliders */
#cookie-details .slider.round {
    border-radius: 34px;
    border: 1px solid #F2F25D;

}

#cookie-details .slider.round:before {
    border-radius: 50%;
}

.termsfeed-com---nb-simple{
    max-width: 100% !important;
    background-color: white !important;
}
.cc-nb-main-container{
    font-family:"Khand";
}
.cc-nb-title-container{
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    }
.cc-nb-okagree {
    color: #000000 !important;
    background-color: var(--goldcolor) !important;
    border: none;
    text-transform: capitalize !important;
    font-size: 1.2em !important;
    padding: 10 80 !important;
    border-radius: 40px !important;
    text-align: center !important;
    font-weight: bolder !important;
    line-height: normal !important;
    letter-spacing: 0.105px !important;
}

.cc-nb-okagree:hover {
    color: #000000 !important;
    background-color: #ECECEC !important;
    border: none !important;
}

.cc-nb-changep {
    color: #000000 !important;
    background-color: var(--goldcolor) !important;
    border: none;
    text-transform: capitalize !important;
    font-size: 1.2em !important;
    padding: 10 80 !important;
    border-radius: 40px !important;
    text-align: center !important;
    font-weight: bolder !important;
    line-height: normal !important;
    letter-spacing: 0.105px !important;
}

.cc-nb-changep:hover {
    color: #000000 !important;
    background-color: #ECECEC !important;
    border: none !important;
}

@media only screen and (max-width:1000px) {
    .header_icon {
        width: 30px;
        height: 30px;
    }

    .avatar-pseudo {
        margin-right: 40px;
    }

    .nomPage {
        font-size: 15px;
    }

    .pseudo {
        font-size: 10px;
    }

    /* .logo-marque {
        height: auto;
    } */

    .navigation-bar {
        height: max(13vw, 15vh);
    }

    .police-nav {
        font-size: max(2vh, 2vw);
    }
}

.mid-align {
    margin-top: 10vh;
}

.message-no-pad-top {
    padding-top: 0 !important;
}

.bulle {
    border: 1px black solid;
    border-radius: 5%;
    background-color: #FFF5EE;
}


.zone-logo-pop-up {
    /* position: absolute; */
    /* left: 1%; */
    align-items: center;
    /* height: 100%; */
    width: auto;
    justify-content: center;
    /* width: 50%; */
    /* top: 0; */

}

.logo-marque-pop-up {
    /* display: flex; */
    height: 2vw;
}

.logo-bar-pop-up {
    height: max(min(7vw, 90%), 50px);
    /*max-width: 40%;
    align-self: end;
    margin-top: auto; */
}

.marque-bar-pop-up {
    height: calc(max(min(7vw, 90%), 50px) / 1.7);
}

/* header */
header{
    z-index: 1000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}
@media all and (max-width:1400px){
    #navbarSupportedContent{
        position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: white;
            z-index: 1000;
    }
}
