/* cmsms stylesheet: step-apec modified: 09/24/25 09:13:35 */
*{
    font-family: 'Roboto', sans-serif;
	padding:0;
	margin:0;
}
.banner {
	height:410px;
	overvlow:hidden;
	margin-bottom:50px;
}
.banner h1 {
	font-family: "santelia-script", sans-serif;
	text-align:center;
	color:#fff;
	font-size:85px;
	margin:0;
	padding:130px 0 15px;
	/*text-shadow: 1px 1px 3px #888;*/
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
}
.banner h2 {
	text-align:center;
	color:#fff;
	font-size:25px;
	padding:15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
}
.homepage {
	background:transparent url(/img/banner_home.jpg) right top no-repeat;
	background-size: cover;		
}
.old-web {
	margin:0;
	padding:0;
	overflow:auto;
}
.old-web a{
	float:right;	
	border-radius: 15px 15px 0px 0px;
	padding: 20px;
	width: 200px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	background:#004278;	
	font-weight:bold;
	text-align:center;
}
.old-web a:hover {
	background:#00aeef;	
}

.intro {
	margin:40px 0;
	font-size: 18px;
	line-height:22px;
	text-align: justify;
	text-justify: inter-word;
}

iframe {
	width:100%;
	height:643px;	
}

  .carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    touch-action: pan-y;
    font-family: sans-serif;
  }

.carousel h2 {
}
.carousel p {
	text-align:center;
	color:#fff;
	font-size:25px;
	padding:15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
}


.thematique {
	margin:50px 0;	
}
.thematique .thematique_banner {
	height:380px;
	overvlow:hidden;
	margin-bottom:50px;
	background:transparent url(/img/banner_home.jpg) right center no-repeat;
	background-size: cover;		
	
}
.thematique .thematique_banner h2 {
 	font-family: "santelia-script", sans-serif;
	text-align:center;
	color:#fff;
	font-size:75px;
	margin:0;
	padding:100px 0 15px;
	/*text-shadow: 1px 1px 3px #888;*/
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
	
}
.thematique .thematique_banner p {
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);	
}




  .carousel-track {
    display: flex;
    transition: transform 400ms ease;
    will-change: transform;
  }

  .carousel-slide {
    min-width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
  }

  /* superposition sombre pour lisibilité du texte */
  .carousel-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
  }

  .carousel-content {
    position: relative;
    max-width: 80%;
    text-align: center;
    z-index: 1;
  }

  .carousel-content h2 {
 
 	font-family: "santelia-script", sans-serif;
	text-align:center;
	color:#fff;
	font-size:75px;
	margin:0;
	padding:80px 0 15px;
	/*text-shadow: 1px 1px 3px #888;*/
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
  }

  .carousel-content p {
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:15px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
  }

  .carousel-content a {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: #009fe3;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
  }

  .carousel-content a:hover {
    background: #59c6f2;
  }

  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    border: none;
    color: white;
    padding: 10px 12px;
    cursor: pointer;
    z-index: 10;
    border-radius: 6px;
  }
  .carousel-btn.prev { left: 10px; }
  .carousel-btn.next { right: 10px; }

  .carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 11;
  }
  .carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
  }
  .carousel-dots button.active {
    background: white;
    transform: scale(1.15);
  }

  @media (max-width: 600px) {
    .carousel-slide { height: 260px; }
    .carousel-content h2 { font-size: 1.4rem; }
  }



footer {
	margin:10px 0;
	padding:5px 0;
	text-align:center;
	font-size:10px;	
}


@media screen and (max-width: 767px){ 
.banner h1 {
	font-size:50px;
	margin:0;
	padding:30px 0 15px;
}
.banner h2 {
	font-size:25px;
}
iframe {
	width:100%;
	height:250px;	
}
