:root {
  --brand-blue: #206471;
  --brand-blue-dark: #206471;
  --brand-red: #ff0000;
  --brand-yellow: #a1e5b4;
  --brand-cyan: #a1e5b4;
  --shadow-soft: 0 8px 24px rgba(0, 32, 96, 0.12);
}

body {
  background-color:#fff;
  /*font-family: Montserrat,sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color : #206471;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--brand-blue-dark);
  line-height: 1.25;
}
p {
  margin-bottom: 1rem;
}
a{	
	text-decoration: none;
	color:#fff;
	transition: color 0.2s ease, opacity 0.2s ease;
}
a:hover { 
	color:#fff;
	opacity: 0.92;
}
.list-group-item {
   border: unset;
}
.liste-erreur {
   color:#fd1013;
}
.erreuranim{
    text-align: center!important;
}
.text-center {
    text-align: center!important;
}
.majuscule{
	text-transform:uppercase;
	font-weight: 600;
}
.gras{
	font-weight: 600;
}
.title{
	font-weight: 600;
	letter-spacing:0.17em;
}
.jaune{	
	color:#a1e5b4;  /*rgb(253,185,19) */
}
.rouge{	
	color:#f00;  /*rgb(253,16,19)*/
}
.bleu{	
	color:#206471;  /*rgb(0,73,100)*/
}
.taille16 {
	font-size: 16px;
}



/*-----------------------------------------------------------------------------------*/
/*	Navigation
/*-----------------------------------------------------------------------------------*/

nav ul li {
	margin:0 15px; 
}
.navbar{    
	padding:1px 0; 
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	background-color: rgba(161,229,180, 0.92) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(0, 32, 96, 0.08);
	z-index: 1030;
}

/* NAVBAR - hover moderne + glow + micro zoom */

.navbar .nav-link {    
	color:#206471;
	position: relative;
	transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

/* Ligne animée centrée */
.navbar .nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color: var(--brand-blue);
	transition: all 0.25s ease;
	transform: translateX(-50%);
}

/* état hover / actif */
.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .nav-link:focus {
	color:#fff;
	font-weight: 700;

	/* micro zoom */
	transform: scale(1.05);

	/* glow léger */
	/*text-shadow: 0 0 6px rgba(161, 229, 180, 0.55);*/
}

/* animation underline */
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
	width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* LEVEL 0 */
/*-----------------------------------------------------------------------------------*/

#level0 {
    display: block;
    height: 250px;

    background-image: url("../images/bandeau-top.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* faire "remonter" la hauteur dans Bootstrap */
#level0 .container,
#level0 .row,
#level0 .col-12 {
    height: 100%;
}

/* centrer le contenu dans la colonne */
/* #level0 .col-12 { */
    /* display: flex; */
    /* align-items: center;      /* vertical */ */
    /* justify-content: center;  /* horizontal */ */
/* } */

#level0 .col-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 12%;
}

@media (max-width: 768px) {

    #level0 .col-12 {
        justify-content: center;
        padding-left: 0;
    }

    .logo-top {
        height: 140px;
        max-height: 140px;
    }
}

.logo-top {
    height: 200px;
    max-height: 200px;
    width: auto;
    object-fit: contain;
}

/*-----------------------------------------------------------------------------------*/
/*	LEVEL 1
/*-----------------------------------------------------------------------------------*/

#level1{
	margin : 0 0;
	padding : 44px 0;
	text-align:center;
}
#level1 h5{
	padding:0 0 0 0;
	color: #a1e5b4; 
}
#level1 a{
	color: #206471;
}
#level1 a.attest{
	color:#a1e5b4;
	font-weight: 600;
	font-size: 16px;
}
.debutat {
	font-size: 16px;
}
#level1 a.btn-bd-primary {
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	LEVEL 2
/*-----------------------------------------------------------------------------------*/
#level2{
	margin : 0 0;
	padding : 44px 0;
	text-align:center;
}
#level2 h5{
	padding:0 0 50px 0;
	color: #a1e5b4;
}
#level2 a{
	color: white;
}
#level2 select {  
  background-color:#fff;
  background-size: auto 50%;
  border-radius: 2px;
  border-style: solid;
  border-color: #206471;
  color: #000;
  padding: 10px 80px 10px 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	LEVEL 3
/*-----------------------------------------------------------------------------------*/
#level3{
	padding : 44px 0;
	background-color : #eee;
	text-align:center;		
}
#level3 h6{
	letter-spacing:0.15em;
	padding : 0 0 15px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	LEVEL 4
/*-----------------------------------------------------------------------------------*/
#level4{
	padding : 44px 0;
	text-align:center;	
}
#level4 h6{
	letter-spacing:0.15em;
	padding : 0 0 15px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	LEVEL 5
/*-----------------------------------------------------------------------------------*/
#level5{
	margin : 0 0;
	padding : 44px 0;
	text-align:center;
	background-color:rgba(0,73,100,0.8); /*rgba(0,73,100,1);*/
	color: white;
}
#level5 a{
	color: white;
}
/*-----------------------------------------------------------------------------------*/
/*	LEVEL 6
/*-----------------------------------------------------------------------------------*/
#level6{	
	padding : 44px 0;
	text-align:center;
}
#level6 p{
	text-align:center;
}
#level6 h5{
	padding:0 0 0 0;
	color: #a1e5b4; 
}
tr.listedate{
    border-bottom : 2px solid;
	border-color:  #003d93;
}  
td{
    width: 25px;
    padding : 8px;
}
td.orient {
	color:  #003d93;
	font-weight: bold;
	writing-mode: vertical-rl;
}
td.listepart{
    width : 300px;
    text-align : left;
	letter-spacing:0.1em;
}
td.presences{
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	LEVEL 7
/*-----------------------------------------------------------------------------------*/
#level7{
	margin : 0 0;
	padding : 44px 0;
}
#level7 h5{
	padding:0 0 20px 0;
	color: #a1e5b4;
	text-align: center;
}
#level7 h6{	
	font-weight: bold;
}
#level7 a{
	color: white;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	ATELIERS
/*-----------------------------------------------------------------------------------*/
#mainatelier{
    margin : 10px 0;
}

#mainatelier img{
	display:block;
	margin:auto;
	padding : 0 0 0 0;  
	height:auto;
}

#mainatelier h6{
	padding : 15px 0 0 0;
	color: #a1e5b4;  
}

#mainatelier a{
    color: #a1e5b4;  
	transition: color 0.2s ease;
}
#mainatelier a:hover{
	color: #a1e5b4;
}

#titre_ateliers{
	padding:1em 0;
	background-color: #fff;
}

#ateliers{
	padding : 1em 0;
    background-color: #fff;
}

#ateliers ul{
	list-style-type: none;
}

#ateliers ul li {	
	padding:1em 0 0 0;
}
#ateliers  ul li a{	
	font-size:16px;
	letter-spacing:0.1em;
	font-weight:600;
	text-transform:uppercase;
}
/*
#ateliers  ul li.pp{	
	font-weight:400;
}
#ateliers  ul li span.pj{	
	text-transform:lowercase;
}
*/

#ateliers ul p.pp{	
	font-weight:400;
	color : white;
}
#ateliers ul p.pj{	
	font-weight:400;
	color : white;
	text-transform:lowercase;
}

.activite1{	
	background-color: rgba(255,255,255,0.85);	
	color :#606060;
	padding:50px 50px;
	text-align:center;
	border-radius: 12px;
	box-shadow: var(--shadow-soft);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid rgba(0, 32, 96, 0.08);
}

p.entete{		
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	letter-spacing:0.1em;
	color:#206471;
}	
p.retour a{
	color:#206471; 	
}
p.retour a:hover{
	font-weight:600; 	
}
.ateliersimage img {
	margin:0 0 1em 0 ;	
}

.atelier-carousel{
	max-width: 980px;
	margin: 1.5rem auto;
	background-color: transparent;
	border-radius: 12px;
	    overflow: hidden;
}
.atelier-carousel .carousel-inner{
	height: 560px;
}
.atelier-carousel .activite1,
.atelier-carousel .activite2{
	padding: 32px 36px;
	height: 100%;
	overflow-y: auto;
}
.atelier-carousel .activite1:hover,
.atelier-carousel .activite2:hover{
	transform: none;
	box-shadow: var(--shadow-soft);
}

.atelier-carousel .carousel-item{
	height: 100%;
	padding: 0 52px;
	background-color: transparent;
	overflow: hidden;
}

.atelier-carousel .carousel-control-prev,
.atelier-carousel .carousel-control-next{
	width: 48px;
}
.atelier-carousel .carousel-control-prev-icon,
.atelier-carousel .carousel-control-next-icon{
	background-color: rgba(0, 73, 100, 0.85);
	border-radius: 50%;
	background-size: 58% 58%;
	padding: 18px;
}
.atelier-carousel .carousel-indicators [data-bs-target]{
	background-color: #004964;
}

.atelier-slide{
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* voile estompé */
.atelier-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.10);
    z-index: 1;
}

/* contenu au-dessus */
.atelier-slide > * {
    position: relative;
    z-index: 2;
}

/*-----------------------------------------------------------------------------------*/
/*	INSCRIPTION
/*-----------------------------------------------------------------------------------*/

#levelinscr{	
	padding : 30px 0;
	background-color: #eee;
}
#levelinscr h6{
	padding : 15px 0 0 0;	
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.15em;
}
#levelinscr p{
	text-align:center;
}
.btn {
	padding : 0.5em 1em;
}
.btn-bd-primary {
		color : #fff;
	  --bs-btn-font-weight: 500;
	  --bs-btn-color: #fff;
	  --bs-btn-bg: #004964; 
	  --bs-btn-border-color: #004964; 
	  --bs-btn-hover-color: #fff;
	  --bs-btn-hover-bg: #0084aa;
	  --bs-btn-hover-border-color: #0084aa;
	  --bs-btn-focus-shadow-rgb: #0084aa;
	  --bs-btn-active-color: #0084aa;
	  --bs-btn-active-bg: #0084aa;
	  --bs-btn-active-border-color:#0084aa;   
	  border-radius: 999px;
	  box-shadow: 0 6px 14px rgba(0, 73, 100, 0.22);
	  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-bd-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(0, 73, 100, 0.28);
}
.btn-outline-primary {
	  --bs-btn-font-weight: 500;
	  --bs-btn-color: #004964; 
	  --bs-btn-border-color: #004964; 
	  --bs-btn-border-color: #004964; 
	  --bs-btn-hover-color: #fff;
	  --bs-btn-hover-bg: #0084aa;
	  --bs-btn-hover-border-color: #0084aa;
	  --bs-btn-focus-shadow-rgb: #0084aa;
	  --bs-btn-active-color: #fff;
	  --bs-btn-active-bg: #0084aa;
	  --bs-btn-active-border-color:#0084aa;   


}
form{
	padding : 0 ;
}
.form-control {
    border: 2px solid #206471;
    border-radius: 0;
}
.form-label {
    margin-bottom: 0.5rem;
	font-weight: 600;
}
.form-select { 
    border: 2px solid #206471;
    border-radius: 0;
}
.form-check-input[type=checkbox] {
    border-radius: 0.5em;
}
.footerp{
	padding : 1.5em 0 0 0;
}
.spacelet{	
	letter-spacing:0.1em;
}
/*-----------------------------------------------------------------------------------*/
/*	INFO
/*-----------------------------------------------------------------------------------*/

.hero-info {
    background: linear-gradient(135deg, #a1e5b4, #ffffff);
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.hero-info h2 {
    font-size: 28px;
    font-weight: 700;
}

.lead {
    font-size: 18px;
    opacity: 0.85;
}

.cta-row {
    margin-top: 15px;
}

.badge {
    display: inline-block;
    background: #ffffff;
    padding: 8px 14px;
    margin: 5px;
    border-radius: 8px;
    font-weight: 600;
	color: #206471;
}

.info-card {
    background: #ffffff;
    padding: 28px;
    margin: 30px 0;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.info-card ul {
    text-align: left;
    padding-left: 20px;
}

.info-card li {
    text-align: left;
}

.hero-image img{
    max-width:180px;
    height:auto;
}

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE
/*-----------------------------------------------------------------------------------*/

.feature-card {
    position: relative;   /* indispensable */
    overflow: hidden;     /* évite les débordements */
    
    background: linear-gradient(135deg, #a1e5b4, #ffffff);
    border-radius: 14px;
    padding: 25px;
    padding-left: 140px;  /* réserve la place pour Scopi */

    height: 100%;
    box-shadow: 0 8px 24px rgba(0,32,96,0.08);
}
}

.feature-card h4 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #206471;
	position: relative;

}

.feature-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
    border-bottom: 1px solid rgba(32,100,113,0.15);
	position: relative;

}

.feature-line:last-child {
    border-bottom: none;
}

.feature-line span {
    flex: 1;
}

.feature-line img {
    width: 83px;
    height: 28px;
    object-fit: contain;
    margin-left: 15px;
}

.text-block img {
    margin-bottom: 1px;
}

.scopi-filigrane {
    position: absolute;

    bottom: 5px;
    left: 5px;

    height: 300px;
    width: auto;

    z-index: 5;
    opacity: 0.75;
    pointer-events: none;
}

@media (max-width: 768px) {

    .feature-card {
        padding-left: 100px;
    }

    .scopi-filigrane {
        height: 200px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACT
/*-----------------------------------------------------------------------------------*/
#maincontact{	
	margin:0;
	min-height:300px;
	background-image: url('../images/SCL.png');	
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	display:block;
}
#cadrecontact{
	margin:50px 0;
	color: #fff;
	background-color: rgba(0,73,100,0.7); 
}
#cadrecontact h1,
#cadrecontact h2,
#cadrecontact h3,
#cadrecontact h4,
#cadrecontact h5,
#cadrecontact h6{
	color: #fff;
}
.pcontact{
	padding:30px 0 30px 30px;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#footer{
	margin:0 ;
	min-height:300px;	
	background: linear-gradient(180deg, #206471 0%, #003c53 100%);
	text-align:center;
	padding : 4em 0;
	color:#fff;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer h5{
	padding:0 0 50px 0;
	color: #fff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h6{
	color: #fff;
}
.footerp{
	padding : 1.5em 0 0 0;
}

@media (max-width: 767px) {                  
   .content-to-hide {
      display: none;
   }
}

#footer {
    position: relative;
    z-index: 1;
}


