/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*JURA SF - COULEUR*/

.jaune { color:#fece01; }
.bleu { color:#1b223f; }
.bleu2025 { color:#353376; }
.bleuMoyen { color:#476eac; }
.orange { color:#ee4c18; }
.noir { color:#000000; }
.blanc { color:#ffffff; }
.violet { color:#623785; }

.degradeBleuViolet { background: linear-gradient(135deg, #652483, #2d2f85, #2d2f85 ); }


/*JURA SF  - OFF CANVAS MENU*/

/* BUTTON MENU TOOGLE */
.menu-toggle-button  {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
	display: flex;
    align-items: center;
    gap: 2rem;
    border: none!important;
    cursor: pointer;
    padding:0!important;
	margin:0!important;
	background:none;
}
.menu-toggle-button:hover {
    background:none;
}
.menu-toggle-button.hidden {
    display: none;
}

.menu-toggle-icon  {
    width: 80px;
    height: 80px;
    stroke: #1b223f;
	padding:10px;
	margin:0;
	background: #fece01;
}

.menu-toggle-icon:hover  {
	background: #ee4c18;

}
.menu-toggle-text {   display:none;
    font-family: inherit;
    color: #fece01;
	font-weight:400;
	font-size:30px;
	line-height:1.1em;
	text-align:right;
	border: none!important;
	padding-top:0;
}

/*BTN CONTACT*/

#btn-contact {
	position: fixed;
	top: 15px;
	right: 120px;
	z-index: 999;
	font-family: 'Kallisto', sans-serif;
	text-transform:uppercase;
	font-size:20px; 
	font-weight:500;
	padding:8px 20px 8px 50px;
	border-radius: 50px;
	border:none;
	color:#fff; 
	background:#353376; 
}

#btn-contact:hover {
	color:#1b223f;
	background:#fece01; 
}

#btn-contact::before {
	color:#fece01; 
    content: "\f0e0"; 
    font-family: "Font Awesome 5 Free";
	font-size: 20px;
    font-weight: 800;
    position: absolute;
    left:20px;
    top:50%;
    transform: translateY(-50%);
}
#btn-contact:hover::before {
	color:#ffffff; 
}

/*BTN LOGIN*/

#btn-login {
	position: fixed;
	top: 15px;
	right: 310px;
	z-index: 999;
	text-transform:uppercase;
	font-size:20px; 
	font-weight:500;
	padding:25px;
	border-radius: 50px;
	border:0px solid #fece01;
	color:#fff; 
	background:#353376; 
}

#btn-login:hover {
	color:#1b223f;
	background:#fece01; 
}

#btn-login::before {
	color:#fece01; 
    content: "\f007"; 
    font-family: "Font Awesome 5 Free";
	font-size: 25px;
    font-weight: 800;
    position: absolute;
    left:14px;
    top:45%;
    transform: translateY(-50%);
}
#btn-login:hover::before {
	color:#ffffff; 
}

/*BTN CLUB*/

#btn-clubAff, #btn-clubPart {
	position: fixed;
	top: 10px;
	right: 300px;
	z-index: 999;
	color:#1b223f;
	text-transform:uppercase;
	font-size:20px; 
	font-weight:500;
	padding:7px 5px 5px 5px;
	width:60px; 
	border-radius: 50px;
	border:1px solid #1b223f;
	background:#1b223f22;
}
#btn-clubPart { right:370px; }
#btn-clubAff img, #btn-clubPart img { height:45px; }

#btn-clubAff:hover, #btn-clubPart:hover {
	color:#ffffff;
	border:1px solid #353376;
	background:#fece01; 
}


/* STRUCTURE PRINCIPALE */

#offcanvas-menu {
    position: fixed;
	display: flex;
	flex-direction: column;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, #353376 0%, #1b223f 80%)!important;
    color: white;
    transform: translatey(-100%); /* caché en haut */
    transition: transform 0.4s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
	box-shadow : rgba(0,0,0,0.25) 0 0 150px;
}

#offcanvas-menu.active {
    transform: translateY(0); /* slide in */
}

.offcanvas-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.offcanvas-top {
    display: flex;
	flex-direction:row;
    width: 100%;
    height: 10%;
}

/*TOP OFF CANVAS */
/*Login*/
.offcanvas-top #btn-login {
	top:27px;
	left:35px;
	width:60px;
	height:60px;
	margin-left:0;
	border:2px solid #fece01;
	color:#fece01;
}
.offcanvas-top #btn-login:before {
	color:#ffffff;
	font-size:30px;
	top:26px;
	left:15px;
}
.offcanvas-top #btn-login:hover {
	background:#1b223f;
	border:2px solid #ee4c18;
}

/*Logo*/

.site-logo img {
    max-width: 80px;
	position:absolute!important;
	top:20px!important;
	left:50%!important;
	padding:0;
	margin-left:-90px!important;
}
/*Close*/
#menu-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
#menu-close svg {
    width: 60px;
    height: 60px;
    stroke: #fece01;
}
#menu-close:hover svg {
    stroke: #ee4c18;
}

/* COLONNES */
.offcanvas-left,
.offcanvas-right,
.offcanvas-center {
    width: 33.3333%;
	height: 100%;
    padding: 0 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;     /* Vertical */
    align-items: center;         /* Horizontal */
	text-align:left;
	padding-top:0;
}

/*COLONNE DROITE*/
.offcanvas-right {
	/*background:#1b223f;*/
}

/* COLONNE CENTRE */
 .offcanvas-center {
	/*background:#1b223f;*/
}

/* COLONNE GAUCHE */
.offcanvas-left {

}

/*OFFCANVAS MENU */

.offcanvas-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-menu li {
    margin: 0.65rem 0;
}

.offcanvas-menu li a {
    color: #ffffff;
    font-size: 0.7rem;
	/*	font-family: "kallisto", Sans-serif; */
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 0.95em;
	display: flex;
    align-items: center;
    gap: 0.5rem;
	position: relative;
    padding-left: 1rem;
}

.offcanvas-menu li a:hover {
	color: #fece01;
}

.offcanvas-menu li a::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free";
	font-size: 1em;
    font-weight: 800;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fece01;
}

.offcanvas-menu li.titreH1Menu {
	padding-top:10px; 
}

.offcanvas-menu li.titreH1Menu a {
	font-family: "kallisto", Sans-serif;
	font-size: 1.1rem;
	color:#fece01;
	font-weight:500;
	padding-left:0;
	line-height:1em;
	letter-spacing:1.5px;
}
.offcanvas-menu li.titreH1Menu:hover a {
	color:#ee4c18;
}
.offcanvas-menu li.titreH1Menu.unused:hover a {
	color:#fece01;
}
.offcanvas-menu li.titreH1Menu a::before {
	display:none; 
}

.offcanvas-menu li.titreH2Menu:first-child {
	padding-top:10px; 
}
.offcanvas-menu li.titreH2Menu a {
	font-family: "kallisto", Sans-serif;
	font-size: 0.9rem;
	padding-left:0;
}
.offcanvas-menu li.titreH2Menu a::before {
	display:none; 
}
.offcanvas-menu li.titreH2Menu.unused:hover a {
	color:#ffffff;
}

.offcanvas-menu li.lienSeparateur {
	border-bottom:1px solid #ffffff88!important;
	padding-top:15px; 
}

.offcanvas-menu li.lienSeparateur a {
	display:none;
}

.offcanvas-menu li.LienRS a{
	padding-left:0;
	font-size:0.8rem;
}
.offcanvas-menu li.LienRS a i {
	font-size:25px;
	padding-right:10px;
	color:#fece01;
}
.offcanvas-menu li.LienRS a:before {
	display:none;
}

.offcanvas-menu li.lienCoordonnee a {
	text-transform:none;
	font-family: "Montserrat", sans-serif!important;
}

.offcanvas-menu li.LogoClub a img {
	max-width:50px;
	padding-right:10px;
	margin-bottom:-10px;
	position:absolute;
	right:0;
	margin-left:0;
}

.offcanvas-menu li.current_page_item a {
	color:#ee4c18; 
}
/*CONTACT*/

.site-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}
.site-contact p {
	display: flex;
    margin: 0.4rem 0;
    color: #2d2f85;
	text-align:left;
	text-transform:uppercase;
	font-size: 22px;
	font-weight:400;
}
.site-contact i {
    margin-right: 20px;
	font-size: 30px;
    color: #652483!important;
}


/* Responsive : empiler et centrer les colonnes --------*/
@media screen and (max-width: 768px) {

	.offcanvas-top {
	position:fixed; 
	}

	.offcanvas-left,
	.offcanvas-right,
	.offcanvas-center {
	width: 100%;
	height: auto;
	padding: 1rem;
	}

	.offcanvas-top #btn-login {
	top: 20px;
	left: 20px;
	width: 35px;
	height:55px;
	margin-left:0;
	}
	.offcanvas-top #btn-login:before {
	font-size:25px;
	left:14px;
	top:23px;
	}

	.site-logo img {
	max-width: 100px;
	margin-left: -60px !important;
	position: absolute !important;
	top: 20px !important;
	left: 50% !important;
	}
	
	#menu-close {
	position: absolute;
	top: 20px;
	right: 25px;
	}
	#menu-close svg {
	width: 50px;
	height: 50px;
	}
	

	#btn-contact {
	height:50px;
	padding: 10px 25px;
	right: 85px;
	}

	#btn-contact:before {
	left:15px
	}

	#btn-contact span {
	display:none!important;
	}

	#btn-login {
	height:50px;
	padding: 10px 25px;
	right: 145px;
	}

	#btn-login:before {
	left:15px
	}

	#btn-login span {
	display:none!important;
	}

	#btn-clubAff,
	#btn-clubPart {
	display:none;
	}

	.offcanvas-content {
	flex-direction: column;
	margin-top:100px;
	}

	.offcanvas-left,
	.offcanvas-center,
	.offcanvas-right {
	width: 100%;
	padding: 0 30px;
	}
	.offcanvas-right {
	padding-bottom: 40px;
	}

	.offcanvas-left nav,
	.offcanvas-center nav,
	.offcanvas-right nav {
	width: 100%;
	}

	.offcanvas-left nav .ast-icon.icon-arrow,
	.offcanvas-center nav .ast-icon.icon-arrow,
	.offcanvas-right nav .ast-icon.icon-arrow {
	display:none;
	}
	
	.offcanvas-menu li.titreH1Menu {
	padding-top:10px;
	margin-top:0 !important;
	}

	.offcanvas-menu li.LogoClub a img {
	position:absolute;
	right:0;
	margin-left:0;
	}	

}





