/*-------------- MENU ----------------*/
#menu, #menu .sousMenu{
    background-color: var(--violet);
}

.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    transition: .4s;
    padding: 6px 0;
    height: 250px;
}

.logoSpace{
    width: 40%;
}

.globalMenu{
    width: 60%;
    position: relative;
}

.menu .spareMenu{
    /*width: 25%;*/
    color: var(--white);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

nav .topMenu span{
    font-weight: bold;
    padding: 0 5px;
    cursor: pointer;
}

nav .topMenu .sousMenu{
    position: absolute;
    line-height: 35px;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    top: 30px;
}

nav .topMenu .sousMenu.connect{
    width: 300px;
}

nav .topMenu:hover > .sousMenu, nav .topMenu .sousMenu:hover{
    opacity: 1;
    visibility: visible;
}



nav .topMenu .sousMenu div{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(15,27,56), rgba(255,0,0), rgba(15,27,56,0));
	border-image-slice: 1;
    padding: 5px;
}

nav .topMenu .sousMenu span{
    font-size: 16px;
    font-weight: bold;
}

.topMenu .menuChevron{
    width: 17px;
    height: auto;
    margin-left: 10px;
    transition: transform .7s ease-in-out;
}

.topMenu:hover .menuChevron.rotate{
    transform: rotate(-270deg);
}

#imgClub, #imgPerso{
    height: 25px;
    width: 25px;
    transition: transform .4s;
    margin-top: 15px;
}

#imgClub.rotate, #imgPerso.rotate{
    transform: rotate(-270deg);
}

.topMenu a{
    display: flex;
    align-items: center;
}

.sousMenu img{
    width: 17px;
    height: auto;
    margin-right: 10px;
    margin-left: 0;
}

.globalMenu #marker{
    position: absolute;
    left: 0;
    height: 33px;
    width: 0;
    background-color: var(--pink);
    bottom: -5px;
    border-radius: 2px;
    transition: 0.5s;
    z-index: -100;
}

.partnairs{
	padding-bottom: 30px;
}

.partnairs .title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(15,27,56), rgba(255,0,0), rgba(15,27,56,0));
	border-image-slice: 1;
}

.listPartnairs{
	text-transform: capitalize;
	margin-top: 5px;
}

.listPartnairs p{
    font-size: 15px;
    margin-bottom: 5px;
}

#menu .identity{
    transition: .4s;
}

#marker .logoFlex{
    width: 290px;
    margin: 0 20px;
}

#markerToggle input:checked ~ .logoImage p
{
    color: var(--white);
    transition: 1s;
}

    /*-------------- #marker ----------------*/
#marker{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    transition: .4s;
    padding: 6px 0;
}

#marker nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logoSpace{
    width: 40%;
}

.global#marker{
    width: 60%;
    position: relative;
}

#marker .spare#marker{
    width: 25%;
    color: var(--white);
}

nav .top#marker span{
    font-size: 23px;
    font-weight: bold;
    padding: 0 5px;
    cursor: pointer;
}

nav .top#marker .sous#marker{
    position: absolute;
    line-height: 35px;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

nav .top#marker:hover > .sous#marker, nav .top#marker .sous#marker:hover{
    opacity: 1;
    visibility: visible;
}



nav .top#marker .sous#marker div{
    border-bottom: 2px solid var(--pink) ;
    padding: 5px;
}

nav .top#marker .sous#marker span{
    font-size: 16px;
    font-weight: bold;
}

.top#marker #markerChevron{
    width: 17px;
    height: auto;
    margin-left: 10px;
    transition: transform .7s ease-in-out;
}

.top#marker:hover #markerChevron{
    transform: rotate(-270deg);
}

.top#marker a{
    display: flex;
    align-items: center;
}

.sous#marker img{
    width: 17px;
    height: auto;
    margin-right: 10px;
    margin-left: 0;
}

#marker{
    position: absolute;
    left: 0;
    height: 33px;
    width: 0;
    background-color: var(--red);
    bottom: -5px;
    border-radius: 2px;
    transition: 0.5s;
    z-index: -100;
}

.publi_link{
    bottom: 20px;
    right: 20px;
}

.contact .form form .check{
    border: 1px solid var(--grey);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-right: 30px;
}

.contact .form form input[type="checkbox"]{
    margin-bottom: 0;
}

.contact .form form input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    background: var(--grey);
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    
}

.contact .form form input[type="checkbox"]::after{
    content: url("../_img/imgAdmin/check.png");
    display: none;
}

.contact .form form input[type="checkbox"]:hover{
    background-color: #a5a5a5;
}

.contact .form form input[type="checkbox"]:checked{
    background: var(--red);
}

.contact .form form input[type="checkbox"]:checked::after{
    display: block;
}

.cookiesBody{
	padding: 0 90px 50px 90px !important;
}

.cookiesBody ul{
    margin-left: 15px;
}

.cookiesBody li{
    margin-left: 30px;
}

.cookie-alert{
	width: 100%;
	height: 230px;
	bottom: 0;
	background: var(--white);
	position: fixed;
	padding: 30px 50px;
	text-align: justify;
    z-index: 1000;
}

.cookie-alert .logo{
    height: 200px;
    padding: 10px;   
}

.cookie-alert #text{
    width: calc(100% - 200px);
}

.cookie-alert .logo img{
    height: 100%;
    width: auto;
}

.cookie-alert p{
	color: var(--violet);
}

.cookie-alert .lien-cookie{
	text-align: right;
}

.cookie-alert .lien-cookie a{
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
	border-radius: 4px;
}

.cookie-alert .lien-cookie .ok{
	background: #3050EC;
}

.cookie-alert .lien-cookie .error{
	background: var(--red);
}

@media only screen and (max-device-width : 820px){
    #marker{
        display: none;
    }

    .cookie-alert {
        height: 530px;
        padding: 30px 15px;
    }

    .cookie-alert .logo{
        height: 100px;
        padding: 5px;   
    }

    .cookie-alert #text{
        width: 100%;
    }

    .cookiesBody{
        padding: 0 10px !important;
    }

    .cookiesBody ul {
        margin-left: 0;
        padding-left: 0;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1023px){
    #marker{
        display: none;
    }
}

@media only screen and (min-device-width : 1024px){
    #marker_burger{
        display: none;
    }
}

@media only screen and (min-width : 821px) and (max-width : 1400px){

    .menu{
        padding: 0 10px;
    }

    nav .topMenu span{
        font-size: 18px;
    }

    .menuBar{
        top: 125px;
        width: calc(100% - 20px);
    }

    .cookie-alert {
        height: 330px;
    }

}

@media only screen and (min-device-width : 1401px){

    .menu{
        padding: 0 75px;
    }

    nav .topMenu span{
        font-size: 23px;
    }

    .menuBar{
        top: 125px;
        width: 100%;
    }

}

@media only screen and (min-width : 821px) and (max-width : 1700px){

	.listPartnairs p {
		font-size: 12px;
		margin-bottom: 8px;
	}

    #identity img{
        width: 80px;
        height: 80px;
        margin-right: 20px;
        margin-top: 30px;
    }

    .society p{
        font-size: 30px;
        font-weight: 500;
        line-height: 35px;
        margin-top: 30px;
    }

    #menu nav{
        width: 77%;
        margin-top: 30px;
    }



}

@media only screen and (min-device-width : 1701px){

    #identity img{
        width: auto;
        height: auto;
        margin-right: 20px;
    }

    .society p{
        font-size: 40px;
        font-weight: 500;
        line-height: 50px;
    }

    #menu nav{
        width: 70%;
    }

}