/* cmsms stylesheet: step-apec modified: 21/11/2025 14:12:01 */
*{
    font-family: 'Roboto', sans-serif;
	padding:0;
	margin:0;
}
#header {
	margin-top:30px;
	text-align:center;	
}
#header h1 {
	width:250px;
		
}
#header .logo-anime {
	height:auto;
	width:80px;	
	margin-bottom:10px;
}
#header .logo-static {
	height:auto;
	width:250px;	
}
.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;		
}
.newsmedias {
	background:transparent url(/img/banner_home.jpg) right top no-repeat;
	background-size: cover;		
}

.top-nav {
	margin:0;
	padding:0;
	overflow:auto;
}
.top-nav ul {
	margin:0;
	padding:0;
	list-style:none;	
}
.top-nav ul li {
	margin-left:10px;
	float:right;
	height:63px;
	overflow:hidden;
}
.top-nav a{
	width: 200px;
	border-radius: 15px 15px 0px 0px;
	padding: 20px;
	display:block;
	color:#fff;
	text-decoration:none;
	background:#004278;	
	font-weight:bold;
	text-align:center;
}
.top-nav a:hover {
	background:#00aeef;	
}

.top-nav a.social {
	width:50px;
	background:#00aeef;
	padding: 10px 0px;
	font-size:30px;
}
.top-nav a.social:hover {
	background:#004278;	
}

	
.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: 20px;
	line-height:35px;
	text-align: justify;
	text-justify: inter-word;
	font-weight:300;
}
.intro strong {
	color:#00aeef;	
}
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:90px;
	margin:0;
	padding:120px 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);	
}

.thematique p {
	margin:40px 0;
	font-size: 20px;
	line-height:35px;
	text-align: justify;
	text-justify: inter-word;
	font-weight:300;
}

.thematique p strong {
	color:#00aeef;	
	
}

  .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; }
  }

.itemNews {
	clear:both;
	overflow:auto;
}
.itemNews h2 {
	color:#004278;
}
.itemNews h2 .date {
	float:right;
	font-size:15px;	
}
.itemNews .image {
	float:left;
	width:50%;	
}

.imageNews {
	max-width:100%;
	height:auto;	
}
footer {
	margin:10px 0;
	padding:5px 0;
	text-align:center;
	font-size:10px;	
}

body#apec-content  {
	background-color:#aed2f1;
}
#apec-content section .container {
	background-color:#fff;	
	padding:50px;
}
#apec-content section {
  margin-bottom: 50px;
}


#apec-content header {
	background-image:linear-gradient(to bottom, #fff 0px, #aed2f1 200%);
	margin-top:0;
	padding-top:15px;
	border-bottom:1px solid #BBE0FF;	
}




#apec-content h1 {
	font-size:2.5rem;
	font-weight:300;
	color:#004278;
	text-shadow: 1px 2px 4px #999;	
	text-align:center;
}
#apec-content h2,
#apec-content h3 {
	color:#003f5a;
	font-weight:300;
}
#apec-content .seance,
#apec-content .document {
	padding:30px;
	margin:0 0 45px;
	border:1px solid #00a6ed;	
}
#apec-content .seance h2,
#apec-content .document h2 {
	margin:0 0 10px;	
}
#apec-content .togglePreavis a{
	display:block;
	border:1px solid #e2d8eb;
	padding:5px 10px;
	border-radius:5px;
	background-image:linear-gradient(to bottom, #e2d8eb 0px, #fff 300%)	
}
#apec-content .seance .item {
	margin-bottom:15px;
}
#apec-content .seance .fichiers {
	/*margin:0 0 15px;	*/
}
#apec-content .seance .item > div{
	border:1px solid #00a6ed;
	padding:15px;
	min-height:180px;	
}
#apec-content .preavis .item h3 {
	font-size:15px;
	margin:0 0 10px;	
	font-weight:500;
}
#apec-content .seance .file a,
#apec-content .document .file a {
	display:block;
	border:1px solid #95d3f6;
	/*background:#95d3f6;	*/
	padding:5px 10px;
	border-radius:5px;
	background-image:linear-gradient(to bottom, #dceffb 0px, #fff 300%)	
}
#apec-content .reco {
	border:1px solid #95d3f6;
	padding:20px 30px;
	background:#dceffb;	
}
#apec-content .newsItem {
	padding:20px;
	margin: 0  0 45px;
	border:1px solid #00a6ed;	
}
#apec-content .news-homepage {
	padding:0;
	margin: 15px 0 0;
	border:1px solid #00a6ed;	
}



#apec-content img {
	max-width:100%;
	height:auto;	
}

#apec-content table.personnes td{
	padding: 0 15px;
}

#apec-content footer {
	border-color:#00a6ed;
	border-top:1px solid #00a6ed;
	background-image:linear-gradient(to bottom, #004278 0px, #fff 200%);
    bottom: 0;
    height: 60px;
    position: fixed;
    width: 100%;	
	padding:0;
	margin:0;
	font-size:1rem;
	color:#fff;
}
#apec-content footer p {
	text-align:center;
	line-height:60px;
}


/* menu: position fixe à droite hors écran */
/* Off-canvas menu */
.offcanvas {
  position: fixed;
  top: 0;
  right: -280px; /* ajustable */
  width: 280px;  /* ou autre largeur selon ton design */
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.3);
  transition: right 0.3s ease;
  z-index: 1001;
  overflow-y: auto;
}

.offcanvas.show {
  right: 0;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1000;
}

.overlay.show {
  opacity: 1;
  pointer-events: all;
}

/* Hamburger / toggle */
#menuToggle {
  z-index: 1100;
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  float:right;
  margin-right:30px;
}

/* Bouton fermer menu dans le panel */
#menuClose {
  background: none;
  border: none;
  font-size: 1.5rem;
  margin: 10px;
  cursor: pointer;
}

/* Liste du menu */

.offcanvas h4 {
	padding:0 20px;
	font-size:2em;
	font-weight:300;
	color:#004278;
}

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

.offcanvas-menu-list li {
 /* margin-bottom: 15px;*/
}

.offcanvas-menu-list li a {
	color: #333;
	text-decoration: none;
	font-size: 1rem;
}
.offcanvas-menu-list li a:hover {
	text-decoration: underline;
}

.offcanvas-menu-list li.current > a {
  font-weight: bold;
}

/* Sous-menus */
.offcanvas-menu-list li ul {
  margin-top: 8px;
  padding-left: 15px;
}

@media screen and (max-width: 767px){ 
.banner h1 {
	font-size:50px;
	margin:0;
	padding:30px 0 15px;
}
.banner h2 {
	font-size:25px;
}
.top-nav ul li {
	margin-left:3px;	
}
.top-nav a {
	width:105px;	
	padding:9px;
	height:65px;
	font-size:15px;
}
iframe {
	width:100%;
	height:250px;	
}
.thematique .thematique_banner h2 {
	font-size:50px;
	padding:95px 0 15px;
}
.thematique .thematique_banner {
	height:250px;
	
}
