* {
	margin: 0;
	padding: 0;
	border: none;
}
p,
q,
tr,
td {
	line-height: 1.4em;
	padding: 10px;
}

html,
body {
	margin: 0 auto;
	font-size: 100%;
	/*background-color: #f9f9f9;*/
}

#container {
	font-family: Libre Baskerville, serif;
}

#full-header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 10;
}

header {
	height: 120px;
	transition: all 0.5s ease;
	display: flex;
	margin: auto;
	justify-content: space-around; /* aligner les enfants sur l'axe vertical */
	align-items: center; /* aligner les enfants sur l'axe horizontal */
	max-width: 1280px;
}


/*----------menu sticky------------*/

header.sticky {
	height: 80px;
}

header.sticky img.img-logo {
	max-width: 50%;
	transition: all 0.5s ease;
}

/*------FIN----menu sticky-----FIN-------*/

.logo {
	flex: 1;
	text-align: center;
	padding: 1%;
}

.img-logo {
	max-width: 70%;
}

nav {
	flex: 2;
	width: 85%;
}

nav ul {
	display: flex;
}

nav ul li {
	flex: 1 0 auto;
	list-style-type: none;
	text-align: center;
}

nav input[type=checkbox] {
	display: none;
}

nav label {
	display: none;
}

nav a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 20px;
	color: #a4a3a3;
	transition: all .5s ease-out;
}

nav a:hover {
	background-color: #D7C576;
	color: #FFFFFF;
	border-radius: 5px;
}

#onglet_permis_auto> a::before {
	content: url(image/icone-auto.svg);
	width: 22px;
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}

#onglet_permis_auto> a:hover::before {
	content: url(image/icone-auto-blanc.svg);
	width: 22px;
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}

#onglet_permis_moto> a::before {
	content: url(image/icone-moto.svg);
	width: 30px;
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}

#onglet_permis_moto> a:hover::before {
	content: url(image/icone-moto-blanc.svg);
	width: 30px;
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}

.en-cours> a {
	color: #475d50;
	font-weight: bold;
}
#btn1 {display:none;}
#btn2 {display:none;}


/*------- le sous menu -------*/

nav .sousmenu {
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1000;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

nav ul li ul li {
	margin: 2px;
	padding: 2px;
}

nav .sousmenu li {
	text-align: left;
	background-color: #fff;
	margin: 3px 5px;
	padding: 0px 17px;
	font-weight: normal;
}

nav ul li:hover ul {
	border-bottom: 5px solid #87927f;
	max-height: 320px;
}


/*---------------------*/

#full-slider {
	margin-top: 120px;
	display: block;
	padding: 10px;
}

#slider {
 display:flex;
	/* align-items:center;*/
	justify-content:space-around;
	/*max-width: 100%;*/
	/*max-height: 600px;*/
	margin: 3% 10%;
	padding-bottom: 30px;
}

.slider_bloc {

}
#slider_bloc_left {
	width: 70%;
	height: 417px;
	margin: 0px auto;
}

#slider_bloc_right{
	width: 30%;
    margin: auto 55px;
	margin: auto 40px;
    padding: 10px;
}
}

#neon-gm-conduite img {
	position: absolute;
	z-index:1;
	top: 17px;
	left: 160px;
	transition : transform 5s ease-in;
	animation : appearance 5s;
}
#neon-auto-ecole img {
	position: absolute;
	top: 138px;
	left: 500px;
	transition : transform 6s ease-in;
	animation : appearance 6s;
}

@keyframes appearance{
	0% {opacity:0.1; translateX:(10px)}
		100% {opacity:1; translateX:(200px)}
}


/*---------------------*/

#full-main, #full-label, #full-parcours, #full-reglement, #full-forfait, #full-ba_bm, #full-testimonial  {
	display: block;
	/*background-color : #fff;*/
	margin: 0 20px;
	padding: 20px;
}
.bk_gray {
	background: #F9F9F9;
}
.bk_white {
	background: #FFFFFF;
}

#main, #reglement, #forfait{
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	flex-direction: row;
	margin: 0px auto;
	padding-bottom: 20px;
	max-width: 1280px;
}
#ba_bm{
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	flex-direction: column;
	margin: 0px auto;
	padding-bottom: 30px;
	max-width: 1280px;
}
.theme {
	display: flex;
	flex-direction: column;
	flex: 1;
	/*background: #FFFFFF;*/
	text-align: center;
	margin: 20px 20px;
	padding: 20px 20px;
	border-radius: 16px;
	border: solid 4px #ffffff;
	transition-duration: 0.3s;
}

.theme_hover:hover {
    border: solid 4px #b7d6a3;
    transform: scale(1.01);
}
.theme_1 {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: center;
	margin: 20px 10px;
	padding: 20px 10px;
}
.theme_color_1 {
	background: #FFF;
}

.theme_2 {
	flex: 5;
}

.theme_2 button {
	float: right;
	margin: 1% 15% 1% 0%;
}

.theme-texte {
	flex: 1;
	padding: 20px 0px;
}

.theme_3{
    display: flex;
    flex-direction: column;
    flex: 1 1 40%;
    justify-content: space-between;
    margin: 20px;
    padding: 20px 10px;
}

#info {margin: 0% 5% 3%;}

#cocarde {flex: 1;}


.icone img {
	height: 65px;
}

button {
	font-family: 'Libre Baskerville', serif;
	background-color: #D7C576;
	color: #ffffff;
	font-weight: bold;
	width: 120px;
	border-radius: 7px;
	margin: auto;
	padding: 5px 10px;
	font-size: 1em;
	transition: all .5s ease-out;
}

button:hover {
	background-color: #d5b366;
	cursor: pointer;
}


/*--- bandeau BA BM --- */

.blc-ba_bm {
	display: flex;
	flex-direction: column;
	margin: 0px auto;
	max-width: 1280px;
	padding-bottom: 20px;
}
.blc-2col {
	display: flex;
}
.blc-left {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
}
.blc-left-2 {
	display:flex;
	flex-direction:row;
	margin:10px;
}
.blc-right {
	/*flex: 2 0 66%;
	flex-direction: column;*/
	flex: 2 0 auto;
}
.blc-right-2 {
	display:flex;
	flex-direction: column;
	margin:10px 20px;
}
.blc-right-mod {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	height: 50%;
	text-align: center;
}
.txt_1 {
	border: solid 3px #b7d6a3;/*vert*/
	background: #F9F9F9;
	border-radius: 16px;
	padding: 10px;
	margin: 10px;
	transition-duration : 2s;
}

.txt_1:hover /*.txt_2:not(:hover)*/ {
	border: solid 3px #d7b365;/*or*/
	/*transform: scale(1.02);*/
}

.txt_1 img {
	/*/width: 406px;
	max-width: 100%;
	max-height: 462px;*/
}
.txt_2 {
	display: flex;
	align-items: center;
	color: #ffffff;
	width: 38%;
	margin: 10px 20px;
	padding: 10px;
	background: #f2f2f2;
	border: solid 1px #ccc7c7;/*gris*/
    background: #F9F9F9;
    border-radius: 16px;
}
.txt_2 div:nth-child(1) {
	width: 25%;
	margin: 10px;
}
.txt_2 div:nth-child(2) {
	width: 75%;
	margin: 1% 2%;
}
#img_00 {
    background-image : url(/image/img_00.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#img_01 {
    background-image : url(/image/img_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#img_02 {
    background-image : url(/image/img_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#img_03 {
    background-image : url(/image/img_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#img_04 {
    background-image : url(/image/img_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

/*---------------------------------*/


#full_bloc_partenariat {
	display: block;
	background-color: #f9f9f9;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05) inset;
}

#partenariat {
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	flex-direction: row;
	margin: 20px auto;
	max-width: 1280px;
}

.part {
	flex: 1;
	max-width: 360px;
	text-align: center;
	margin: 20px 10px;
	padding: 0 0 25px 0;
}

.part h2 {
	font-size: 2em;
}

.blc_part {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.blc-txt-btn {
	margin-left: 20px;
}

.blc-txt-btn button {
	width: 150px;
	float: right;
	margin-right: 20%;
}

.image {}

.part-texte {
	flex: 1;
	padding: 10px 0px;
}

.image img {
	max-width: 100%;
	height: auto;
}


/*----------Bloc testimonial-----------------------*/

.main-gallery {
	/*background-color: #f9f9f9;*/
	margin: 10px auto;
}

.gallery-cell {
	width: 100%;
}

.testimonial {
	text-align: center;
	max-width: 850px;
	margin: 50px auto;

}

/*.testimonial-avatar {
	width: 100px;
	border-radius: 50%;
}*/

.testimonial-quote {
	display: block;
	font-size: 1.4em;
	font-weight: 300;
	padding: 20px 0;
}

.testimonial-quote:before {
	content: "\201c";
	font-family: FontAwesome;
	font-size: 40px;
	color: #4D4D4D;
	padding-right: 10px;
}

.testimonial-quote:after {
	content: "\201d";
	font-family: FontAwesome;
	font-size: 40px;
	color: #4D4D4D;
	padding-left: 10px;
}

.testimonial-author {
	display: block;
	font-weight: 800;
	color: #b7d6a3;
	margin: 15px auto;
}

.flickity-page-dots {
	bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
	background: #b7d6a3;
}

.rating {/* Le parent global '.rating' positionne le groupe des étoiles et le lien en colonne */
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px auto;
}

.stars { 	/* Le groupe '.stars' positionne les étoiles les unes à côté des autres sans espacements. */
	display: inline-flex;
	Justify-content: center;
	font-size: 3em;
	width:60px;
	padding: 0.0625rem;
}

.star_empty {
    content: url(/image/star-empty.svg);
}

.star_full{
    content: url(/image/star-full.svg);
}


/*-------------------------------*/

#full-secondary {
	display: block;
	background:#FFFFFF;
}

#secondary,
#label {
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	flex-direction: row;
	margin: 0px auto 10px;
	max-width: 1280px;
}

#secondary_col {
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	flex-direction: column;
	margin: 0px auto;
	max-width: 1280px;
}

#full-bandeau {
	display: block;
	background-color: #f2f2f2;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05) inset;
}

#full-footer {
	display: block;
	color: #FFF;
	background-color: #1B1B1B;
}

footer {
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	justify-content: space-evenly;
	flex-direction: row;
	margin: 0px auto;
	max-width: 1520px;
}

.blc_footer {
	margin: 20px;
	font-weight: normal;
}

.blc_footer p {
	padding: 5px 0;
	color: #c9c9c9;
}

.blc_footer ul {
	margin-top: 10px;
}

.blc_footer h4,
a {
	color: #fff;
	text-decoration: none;
	margin: 10px 0;
}

.blc_footer ul li {
	margin: 5px 15px;
    list-style-type: disclosure-closed;
	color: #b7d6a3;
}

.blc_footer ul li a {
	text-decoration: none;
	color: #c9c9c9;
}

.coordonnees img {
	height: 25px;
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

.coordonnees p {
	display: flex;
	text-align: left;
}

.titre {
	margin: 30px;
	flex: 1 0 100%;
}

.titre_2 {
	margin: 30px 30px 0px;
	flex: 1 0 100%;
}

.titre h1:before,
.titre h2:before {
	display: inline-block;
	margin: 0 20px 8px 0;
	height: 3px;
	content: " ";
	text-shadow: none;
	background-color: #b7d6a3;
	width: 10%;
}

.titre h1:after,
.titre h2:after {
	display: inline-block;
	margin: 0 0 8px 20px;
	height: 3px;
	content: " ";
	text-shadow: none;
	background-color: #b7d6a3;
	width: 10%;
}

#h1_accueil{
	font-size: 1.4em;
	line-height: 1.8em;
	text-transform: none; 
	text-align:center;
	/*background-color: rgba(142, 115, 86, 0.76);*/
	padding :10px;
	max-width : 1280px;
}


#h1_accueil{
	transition : transform 6s ease-in;
	animation : moves 6s;
}
@keyframes moves {
	0%{opacity:0; translate : 200px;}
	100%{opacity:1; translate : 0px;}
}

h2, #h1_titre {
	text-align: center;
	color: #000000;
	margin: 2% auto;
	font-size: 2.4em;
}
#h1_sous-titre {
	text-align: center;
	color: #000000;
	margin: 2% auto;
	font-size: 2.0em;
}
.h2_titre_or {
	font-size: 1.5em;
    padding: 10px 0;
    font-weight: bold;
    color: #cc9900;
}

.h2_titre_vert {
	font-size: 1.5em;
    padding: 10px 0;
    font-weight: bold;
    color: #a8d08d;
}

.h2_titre_noir {
    font-weight: normal;
    color: #000000;
}

.pt_h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}
.pt_h2_blanc {
	font-size: 1.5em;
	margin-bottom: 20px;
	color: #ffffff;
}

.h2_vert {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #b7d6a3;
	margin: 2% 0%;
}

.h2_noir {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #000;
	margin: 2% 0%;
}

.h2_blc {
	flex: 1 0 100%;
	padding-left: 15px;
}

h3 {
	font-size: 1.5em;
	padding: 10px;
	font-weight: bold;
}
.h3_vert {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #b7d6a3;
	margin: 2% 0%;
}
h2.h2-css-h3 {
	text-align: left;
	font-size: 1.5em;
	padding: 10px;
	font-weight: bold;
}

.h3_blanc {
	color: #FFFFFF;
}
h4 {
	font-size: 1.2em;
	padding: 10px;
	font-weight: bold;
}
.titre-footer {
	color: #d7c576;
	font-size: 1.2em;
	padding: 10px;
	font-weight: bold;
}

/*-----------  class récurantes  -----------*/

.flex {
	display: flex;
}

.flex_1 {
	flex: 1;
}

.flex_2 {
	flex: 2;
}

.blc_row { /* bug affichage en version smartphone avec flex: 1 0 100%;*/
	flex: 1 1 100%;
	text-align: center;
}

.blc_txt {
	margin: 0% 2% 1%;
}
.blc_col {
	display: flex;
	flex: 1;
	justify-content: space-evenly;
}

.blc_txt_left {
	flex: 1;
	margin: auto;
}
.blc_txt_left2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin: 0 50px 0 20px;
}

.blc_txt_doc {
	padding: 25px;
	background: #F9F9F9;
	box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, .1);
}

.resp_img {
	max-width: 100%;
	height: auto;
}

.para_important {
	font-weight: bold;
	color: #505050;
}

/*----------Les formations et permis B------------*/

.parcours {
	display: flex;
	flex-wrap: wrap; /*les éléments vont à la ligne lorsqu'il n'y a plus la place*/
	margin: 0px auto;
	max-width: 1280px;
}

#pack-note {
	text-align: center;
	padding: 10px;
	line-height: 2em;
}

.pack-text {
	flex: 1 1 0;
	position: relative;
	font-size: 1.5em;
	margin: auto 14%;
}
.pack-text ul li {
	font-weight: bold;
	list-style-type: none;
	line-height: 2;
	text-align: left;
}
.pack-text ul ul li{
	position: relative;
	font-weight: normal;
}
.pack-text ul li.true::before {
	content: url(image/case-coche.svg);
	width: 24px;
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

.pack-text ul li.false::before {
	content: url(image/case-decoche.svg);
	width: 24px;
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.pack-tarif {
    font-weight: bold;
    list-style-type: none;
    line-height: 2;
    text-align: center;
}
.tarif_ba {
	color: #cc9900;
	font-size: 3em;
	padding-left: 10px;
}
.tarif_bm, .tarif_code {
	color: #a8d08d;
	font-size : 3em;
	padding-left: 10px;
}
.tarif_code_noir {
	color: #000000;
	font-size : 3em;
	padding-left: 10px;
}
.pack{
    display: flex;
    flex-direction: column;
    flex: 1 1 40%;
	justify-content: space-between;
	border-radius: 2%;
	border: 1px solid black;
	background-image : url(../image/peugeot-208-blanche.png);
	background-position: center;
	background-repeat: no-repeat;
    text-align: center;
    margin: 20px;
    padding: 20px 10px;
}
.pack_vacances{
	flex: 0.2 1 auto;
	background-image : none;
}

.pack_perf{
    display: flex;
	flex-wrap: wrap;
	border-radius: 2%;
	border: 1px solid black;
	background-image : url(../image/peugeot-208-blanche.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: bottom;
    margin: 0 auto;
    padding: 5% 10%;
}
.pack_sans_or{
	display: flex;
    justify-content:center;
	border-radius: 2%;
	border: 1px solid #f4ebcd;
    /*background-color: rgba(135, 146, 127, 0.1);*/
	background-color: rgba(204, 153, 0, 0.1);
	margin: 10px;
    padding: 10px;
}
.pack_sans_vert{
	display: flex;
    justify-content:center;
	border-radius: 3%;
	border: 1px solid #dbedce;
	background-color: rgba(168, 208, 141, 0.1);
	margin: 10px;
    padding: 10px;
}


.pack-theme {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 5px 5px;
    padding: 5px 5px;
}
.blc_txt ul li {
    padding: 5px 0 5px 20px;
    list-style-position: inside;
	/*list-style-type : none;*/
}

.blc_txt ul ul li{
    padding-left: 42px;
	list-style-type : none;
}
	
/*----------Toggle------------*/
input {
	display: none;
}

.toggle {
	display: block;
	position: relative;
	padding: 0 8px;
	margin: 0.5% 1%;
}

.toggle:before {
	display: inline-block;
	content: url(image/caret-right.png);
	width: 9px;
	margin: 0 10px;
	transition: all 0.3s ease-in-out;
}

.toggle:hover:before {
	transform: rotate(90deg);
}

input:checked+ label::before {
	transform: rotate(90deg);
}

.tog {
	overflow: hidden;
	opacity: 0;
	padding: 0;
	max-height: 0;
	transition: all 1s ease-out;
	margin: 10px 10px 10px 20px;
}

div input[type=checkbox]:checked~ .tog {
	max-height: 300px;
	transition: all 2s ease-out;
	opacity: 1;
	margin: 10px 10px 10px 30px;
}

/*---   page contact   ---*/
#icone_aide {
	border: 1px solid #F4F4F4;
	margin: 20px 2%;
}

#icone_aide img {
	height:65px;
	width:65px;
}
.blc-main {
	display: flex;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	margin: 0px auto;
	max-width: 1280px;
	/*padding-bottom: 20px;*/
}
#map {
    height: 400px;
    width: 100%;
}

/*-----light-box (image plein écran)-----------*/


/* Modifie la lightbox, la supprime de la vue et ajoute la transition de fondu entrant*/

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}


/* Modifie l'image de la visionneuse, la centre verticalement et horizontalement, ajoute la transition de zoom et la rend sensible en utilisant une combinaison de marge et de positionnement absolu */

.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


/* Modifie le lien étroit, ajoute la transition vers le bas */

a.lightbox-close {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}


/* Fournit une partie du "X" pour éliminer une image du lien proche */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Fournit une partie du "X" pour éliminer une image du lien proche */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Utilise la pseudo-classe cible pour effectuer les animations en cliquant sur l'ancre .lightbox-target */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}

a.lightbox {
	color: #89b56a;
	font-weight: bold;
}


/*-----Boutton retour vers le haut -----*/

.scrollToTop {
	z-index: 1000;
	width: 56px;
	height: 57px;
	position: fixed;
	top: 80%;
	right: 5%;
	display: none;
	background: url('image/haut.svg') no-repeat 0px 0px;
}

.scrollToTop:hover {
	text-decoration: none;
}


/*--Carte Google Map --*/

#map {
	height: 400px;
	width: 100%;
}

/* Formulaire d'inscription */

.txt-defaut{
	line-height: 1.4em;
	padding: 5px 10px;
	color:#a4a3a3;
	padding-left: 64px;
    text-indent: -20px;
}
.txt-defaut:before {
	display: inline-block;
	content: url(image/case-decoche.svg);
	width: 18px;
	margin: 0;
}
.txt-select{
	line-height: 1.4em;
	color:#000;
	font-weight:bold;
	padding-left: 64px;
    text-indent: -20px;
}
.txt-select:before {
	display: inline-block;
	content: url(image/case-coche.svg);
	width: 18px;
	margin: 0;
}
#sarl_gmc{
	position: relative;
    text-align: center;
    bottom: -350px;
    margin: 0 auto;
	
}


/* Masquer le bouton radio d'origine */
input[type=radio]{
    display: none;
}
.inscription label{
  display:block;
  position: relative;
  margin: 10px;
  padding: 10px 20px 10px 50px;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  color: #a4a3a3;
  font-weight:bold;
  background-color: #f9f9f9;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
}

/* Affichage par défaut du bouton radio personnalisé */
.inscription input[type=radio] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 14px;
  border: 3px solid #bdbcbc;
  border-radius: 14px;
  transition: background-color .2s;
}

.inscription label:hover, input:focus + label {
  background-color: #b7d6a3;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.inscription input[type=radio]:checked + label {
  background-color: #b7d6a3;
  color: #fff;
}

/* Affichage du bouton radio personnalisé quand il est sélectionné */
.inscription input[type=radio]:checked + label:before {
  background-color: #fff;
}

/*CSS du Test icones d'information fixes positionnés latéralement*/

.socials-container{
	/*display: flex;
	gap: 20px;*/
    z-index: 1000;
    position: fixed;
    top: 30%;
    right: 3%;
}
.socials-container a{
  background-color: white;
  padding: 1em;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  box-sizing: border-box;
  flex-shrink: 0;
  display: grid;
  place-items: center end;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.socials-container a svg{
  height: 32px;
}
.socials-container a::before{ /* ETIQUETTE */
  visibility: hidden;
  content: attr(data-social);
  position: absolute;
  /*height: 0;
  width: 0;*/
  background-color: var(--accent-color);
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transform: translateX(-0px) rotate(0deg); /*Position de départ de l'étiquette avant le survol - Elle est transparente*/
  opacity: 0;
  transition: 900ms cubic-bezier(.42,0,.44,1.68);
}
.socials-container a:hover{
  background-color: var(--accent-color);
  fill: white;
}
.socials-container a::after{ /* TRIANGLE */
  content: '';
  position: absolute;
  /*height: 0;
  width: 0;*/
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--accent-color);
  opacity: 0;
  transform: translateX(0px) rotate(-90deg);   /*Position de départ de la puce "triangle" de l'étiquette avant le survol*/
  opacity: 0;
  transition: 900ms cubic-bezier(.42,0,.44,1.68);
}

.socials-container a:hover::before{
  visibility: visible;
  height: auto;
  width: auto;
  transform: translateX(-65px) rotate(0deg); /*Position finale de l'étiquette au survol*/
  opacity: 1;
}
.socials-container a:hover::after{
   visibility: visible;
  /*transform: translateY(-42px) rotate(0);*/
  transform: translateX(-48px) rotate(-90deg); /*Position de la puce "triangle" associé à l'étiquette lors du survol*/
  opacity: 1;
}


/*taille standard et média query*/


/*------       > 1024px  ***  PC FIXE (Grand écran)-XL     -------------*/

@media screen and (min-width:1280px) {}


/*------   entre 768px et 1023px  *** PC PORTABLE (Normal)     ---------------*/

@media screen and (min-width:768px) and (max-width:1279px) {
	header {
		flex-direction: column;
		height: 140px;
	}
	header.sticky {
		flex-direction: column;
		height: 120px;
	}
	#full-slider {
		margin-top: 140px;
	}
	#slider {
    flex-direction: column;
    margin: 0 auto;
}
#slider_bloc_right {
    width: 87%;
	}
#h1_accueil {
    font-size: 1.4em;
    line-height: 1.8em;
    padding: 10px;
    max-width: 860px;
}
	.logo {
    flex: 1;
	padding: 0;
	}
	.img-logo {
		max-width: 60%;
		padding-top: 1%;
	}
	nav a {
		font-size: 18px;
		margin: 4px;
	}
	nav {
		/*padding: 1%;*/
	}
	#main{
		flex-wrap: wrap;
		/*flex-direction: column;*/
	}
	.theme {
		/*flex-direction: row;*/
	}
	p,
	tr,
	td {
		/*font-size: 80%;*/
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.3em;
	}
.testimonial-quote {
    font-size: 1.2em;
}

/* pages Spécifiques aux formations : Permis B,AAC,BSR...*/
	
	/*.flex_2 {
  	  flex: 1 0 90%;
	}*/
	
	.blc_txt_left {
		flex: 1 0 83%;
		margin: 0% 6% 2%;
		/*margin: auto;
		padding: 25px;
		background: #F9F9F9;
		box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, .1);*/
	}
		.blc-2col{
	margin: 10px 30px;
	}
	.blc-left {
		display: none;
	}
	.txt_2 {
		width: 35%;
		margin: 10px;
	}
	.txt_2 div:nth-child(1) {
		width: 30%;
		margin: 10px 20px;
	}
	
/* pages Code de la route ...*/
.pack_vacances{
	flex: 1 1 40%;
	background-image : none;
}


}


/*----    entre 480px et 767px    ***    TABLETTE-(M)    -----*/

@media screen and (min-width:50px) and (max-width:767px) {
	#full-header {
	/*	position: static;*/
		position: sticky;
	}
	header {
		height: 192px;
		flex-direction: column;
		align-items: stretch;
	}
	header.sticky {
		/*display:none;*/
		/*height: auto;*/
		height: 30px;
		transition: all 0.5s ease;
	}
 header.sticky img.img-logo {

    max-width: 0px;
    transition: all 1s ease;
	padding:0px;
}
	#full-slider {
	margin-top: 20px;
	}
	#slider {
	flex-direction: column;
	margin: 3% 10%;
	padding: 0;
	}
	#slider_bloc_left, #slider_bloc_right {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0;
	}
 header.sticky .logo{
		padding: 0px;
		height: 0px;
		flex: auto;
	}
	.img-logo {
		width: 50%;
		margin: 0 auto;
		padding: 1% 0%;
		transition: all 1s ease;
	}
	nav {
		flex: 0;
		position: relative;
		background-color: #b7d6a3;
		width:100%;	
		/*top: 18px;*/
	}
	.menu {
   		display: block;
		position: absolute;
		height: 100vh;
		width: 85%;
		margin-left: -100%;
		transition: all 1s ease-out;
	}
/* Hamburger Styling */
	.hamburger {
      display: block;
	  position: relative;
	  width: 40px;
	  height: 40px;
	  left: 86%;
	  z-index: 5;
	  border: 2px solid #FFF;
	  border-radius: 5px;
      padding: 1px;
	  margin:10px;
	  cursor:pointer;
	  transition: all 0.4s ease-out;
	}
	.hamburger div {
	  position: relative;
	  width: 35px;
	  height: 4px;
	  background-color: #FFF;
	  margin: 7px 3px;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	}
	#chk-burger {
	  display: none;
	}
	/* Hamburger Animation */

	#chk-burger:checked + .hamburger {
	  border-radius: 30px;
	  transition: all 0.4s ease-out;
	}
	#chk-burger:checked + .hamburger .top {
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	  margin-top: 19px;
	  width: 35px;
	}

	#chk-burger:checked + .hamburger .meat {
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	  margin-top: -11px;
	  width: 35px;
	}

	#chk-burger:checked + .hamburger .bottom {
	  -webkit-transform: scale(0);
			  transform: scale(0);
	}
	
	.lbl-nav{
		display: inline-block;
		padding: 8px 0 12px 10px;
	}
	.lbl-nav:before {
		padding: 2% 3%;
		content: url(image/chevron-green-down.png);
		position: relative;
		top: 5px;
	}

	nav ul li {background-color: #000;}
	nav ul li ul li {background-color: #3D3B3B;}
	nav ul li ul li a {background-color: #3D3B3B;}
	
	.chk-nav:checked ~ .menu {
   		display: block;
		position: absolute;
		height: 100vh;
		width: 100%;
		margin-left: 0;
		transition: all 1s ease-out;
		}
		
	nav .sousmenu {
		max-height: none;
        display: block;
		position: relative;
		overflow: hidden;
		height: 0px;
		width: 100%;
		transition: all 1s ease-out;
		}
	.chk-nav:checked ~ .sousmenu{
        display: block;
		position: relative;
		overflow: hidden;
		height: 216px;
		width: 100%;
		transition: all 1s ease-out;
          }
	
	nav .sousmenu li {
		text-align: center;
		margin: 0;
		padding: 0;
		background-color: #3d3b3b;
	}
	
	nav ul li:hover ul {
		border-bottom: none;
		max-height: 0px;
		max-height: none;
	}

	nav a:hover{
    	color: #FFF;
    	border-radius: 0px;
		background-color: transparent;
		}

	nav #onglet_permis_auto {
		position: relative;/* Pour bouton btn1...*/
	}

	#onglet_permis_auto > a:before {
    display: none;
	}

	.en-cours > a {color: #b7d6a3;}
	
	#main, #forfait, #parcours{
	flex-direction: column;
	justify-content: space-around;
	padding-bottom: 0px;
	}

	.theme {

		flex-direction: row;
		align-items: center; /* aligner les enfants sur l'axe horizontal */
		margin: 0 10px;
		padding: 0 20px;
	}
	.bk_gray {
   
    margin: 20px;
    padding: 20px;
}
	.icone {
		flex: 1;
		text-align: center;
		padding: 1%;
	}
	.theme-texte {
		flex: 4;
		text-align: left;
	}
	.blc-2col{
	/*flex-wrap: wrap;*/
	flex-direction: column;
	margin: 0 auto;
	}
	.blc-left {
	display: none;
	}
	.blc-right-mod {
    /*align-items: center;*/ /*casse la hauteur sur les image foraltion de la page d'accueil*/
}
	#partenariat {
		flex-direction: column;
		justify-content: space-around;
	}
	.blc_part {
		flex-direction: column;
	}
	.part {
		flex-direction: row;
		align-items: center;
		max-width:none;
	}


	/*----------------------*/
	.titre {
		margin: 20px 30px;
	}
	h1 {
		font-size: 1.8em;
	}
	h2, #h1_titre {
		font-size: 1.5em;
	}
	#h1_sous-titre {
	font-size: 1.3em;
}
	h3 {
		text-align: left;
		font-size: 1.2em;
	}
	.icone img {
		height: 60px;
	}
	.theme-texte {
		padding: 10px 0px;
	}
.testimonial-quote {
    font-size: 1.2em;
    padding : 2% 10%;
	margin: 10px;
}
.star {
    width: 80%;
}


	
/* pages Spécifiques aux formations : Permis B,AAC,BSR...*/
	
	.flex {
	 flex-direction: column;
	}
	.blc_txt_left {
		flex: 1 0 83%;
		margin: 0% 6% 2%;
	}
	.pack{
	flex: 1 1 auto;
	align-items: center;
	margin: 20px 10%;
	}
	.txt_2 {
	/*width: 100%;*/
	width: 70%;/**accueil 4_formation */
	}
	.txt_2 div:nth-child(1) {
		width: 15%;
		margin: 5px;
	}
	.blc-right {
		flex-basis: 100%;
	}
	.blc-right-mod {
		/*flex-direction: column;*/
	}
	.bk_white {
    flex-direction: column;
	margin: 10px;
}
}


/*----    entre 50px et 479px  ---    PORTABLE-(S)   ----*/

@media screen and (min-width:50px) and (max-width:479px) {
	
	.img-logo {
		width: 80%;
        max-width: 80%;
        margin: 3% auto;
		padding-bottom: 0;
    }
	
	#h1_accueil {
    font-size: 1em;
    }
	
	#h1_titre {
		font-size: 1.4em;
	}
	#h1_sous-titre {
	font-size: 1.2em;
}
	.titre h2:before, .titre h2:after {
		width: 3%;
		margin: 5px 10px;
		} 

	#secondary {
		flex-direction: column;
	}
	#partenariat {
		flex-wrap: wrap;
		display: flex;
	}
	#label{
		text-align: center;
	}
	#label div.theme.theme_color_1{ /*-- supprimer le bloc avec la cocarde --*/
		display: none;
	}
	.theme_2 button{
		float: none;
		display: block;
		margin: 10px auto 30px;
	}
	.blc_line {
		flex-wrap: wrap;
		display: flex;
	}
	.part {
		flex-direction: column;
	}
	.blc_part {
		flex-direction: column;
	}
	.image {
		width: 100%;
	}
	.icone img {
		height: 50px;
	}
	.theme {
		flex-direction: column;
		text-align: center;
        /*flex: 1 1 auto;*/
   	}
	.theme-texte {
		text-align: center;
	}
	/*.txt_2 {
		flex-direction: column;
		text-align: center;
	}*/
	h2 {
		font-size: 1.4em;
	}
	.blc-right-mod {
	flex-direction: column;
	align-items: center;
	}
	
/*-- les formationes auto/moto --*/
	.h2_noir, .h2_noir > p {
	text-align: center;
	}
	.blc-right button {
    float: none;
    margin: 10px;
	}
	.txt_2 div:nth-child(1) {
    width: 20%;
    margin: 15px;
	}
/*--***** --*/
	h3 {
		text-align: center;
		font-size: 1.3em;
	}
	
/* pages Spécifiques aux formations : Permis B,AAC,BSR...*/
	
	.blc_txt_left {
		display:none;
	}
	.puce_h3 {
	text-align:left;
	}
	.txt_2 {
	flex-direction: column;
	text-align: center;
	width: 80%;
	}
	.txt_2 div:nth-child(1) {
    width: 80%;
    margin: 15px;
	}	
	.blc-right button {
    float: none;
    margin: 10px;
	}
	.pack {
     margin: 10px;
    }
	.pack-text {
    margin: 0 1%;
	}
	.blc_col {
    flex-direction: column;
}
}
