@font-face {
  font-family: "Moon Flower";
  src: 	url('./fonts/Moon Flower.otf') format('opentype');
		url('./fonts/Moon Flower.ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "Sacramento";
  src: 	url('./fonts/Sacramento-Regular.ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "GreatVibes";
  src: 	url('./fonts/GreatVibes-Regular.ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "Giamatti";
  src: 	url('./fonts/Giamatti.ttf') format('opentype');
  font-style: normal;
}


@font-face {
  font-family: "AlexBrush";
  src: 	url('./fonts/AlexBrush-Regular.ttf') format('opentype');
  font-style: normal;
}



@font-face {
  font-family: "DancingScript";
  src: 	url('./fonts/DancingScript-VariableFont_wght.ttf') format('opentype');
  font-style: normal;
}


@font-face {
  font-family: "CyanRegular";
  src: 	url('./fonts/Cyan Regular.ttf') format('opentype');
  font-style: normal;
}


@font-face {
  font-family: "Macarons";
  src: 	url('./fonts/Macarons.otf') format('opentype');
  font-style: normal;
}


@font-face {
  font-family: "FuturaLight";
  src: 	url('./fonts/Futura Light.otf') format('opentype');
  font-style: normal;
}


body {
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	/**background-image: url("../img-arch/fond.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: repeat-x;**/
        background-color:#F8F5F2;
text-align:center;
}

.footer {
      display: flex; /* Active Flexbox */
      justify-content: center; /* Centre le contenu horizontalement */
      align-items: center; /* Centre le contenu verticalement */
      margin-top: auto; /* S'assure que le footer reste en bas si mt-auto est nécessaire */
    }

    .footer img {
      max-width: 100%; /* Assure que l'image ne dépasse pas la largeur du footer */
      height: auto; /* Maintient le ratio d'aspect de l'image */
    }

a {
	color: inherit;
	text-decoration:underline;
}
a:hover, a:focus, a:active {
	font-weight:bold;
	color: inherit;
}

#btn-back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

#btn-back-to-top:hover {
  background-color: #555;
}

/****** DEBUT Header **********/

nav 
{
    width: 100%;
    height: 100px;	
	
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	
}
 
nav .main_pages 
{
    display: flex;
}
 
nav .main_pages a 
{
	margin-left:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-decoration: none;
    color: black;
    font-size : 16px;
    font-family: Macarons;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    background-color:#F8F5F2;
}

nav .main_pages .obligation 
{
    font-style: italic;
    font-weight: 100;
    font-size: 14px;
}
    

 
nav a:hover 
{
	text-decoration: underline;
}


nav > #menu-toggle  {
	text-decoration: none;
}



.menu-label {
    display: none;
	text-decoration: none;
}


/****** FIN Header **********/

.titre {
	font-family: "Macarons";
    font-size: 35px;
}

.titre-2 {
	font-family: "Macarons", cursive;
	font-weight: bold;
    font-size: 25px;
	color: #eb4e8a;
}

.titre-3 {
	font-family:'Giamatti';
	font-size:80px;
	color: #f51e5d;
}
	
.signature {
	font-style: italic;
	font-size: 70px;
	font-weight: 500;
	font-family: "Giamatti", cursive;
}

.info-importante {
	font-weight: bold;
    font-size: 18px;
	color: #eb4e8a;
}

.adresse {
    font-size: 18px; /* Taille de la police */
    color: #333; /* Couleur du texte */
    padding: 10px; /* Espacement interne */
}

.adresse-ligne {
    margin: 0; /* Enlever les marges par défaut */
    padding: 5px 0; /* Espacement interne vertical */
    font-family: "DancingScript", cursive; /* Police personnalisée pour les lignes d'adresse */
    font-size: 20px; /* Taille de la police */
}


button {
    background-color: #f7a8a8;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 25px !important;
    padding: 15px 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

button:hover {
    background-color: #fa7d7d;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

button:active {
    background-color: #f56565;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

form {

    text-align:left;

}

.unite2 {
	display:none;
}

h1 {
	font-size: 70px;
}

hr {
	width: 50%;
	font-weight: bold;
	margin: 40px auto;
	border-color: #e7e7e7 transparent transparent transparent;
}

button {    
    font-family: "Macarons", sans-serif;
}

.container {
	position:relative;
    width: 95% !important;
	max-width: none !important;
	background-color: transparent;
}

.container-flex {
	display: flex;
}

.bloc {
	margin: auto;
}

.bloc-cgu, .bloc-menu-cgu {
     margin: auto;
     display: flex;            /* Active le mode flexbox */
  justify-content: center;  /* Centre horizontalement */
  align-items: center;      /* Centre verticalement */
}


.bloc-menu-cgu ul li {
  cursor: pointer;
  padding: 8px;
  margin-bottom: 5px;
}

.bloc-menu-cgu ul li:hover {
  text-decoration:underline;
}

.bloc-accueil {
	
}

.container-presentation {
	margin-left: 50px;
    margin-right: 50px;
    padding: 15px;
    width: 100%;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.container-photo {
	width: 100%; 
    padding-left: 100px;
    padding-right: 100px;

}

.container-photo-carousel img {
	object-fit: cover;
	 width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);

}

.container-photo > img {
	object-fit: cover;
	 width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}


.container-photo > video {
	object-fit: cover;
	 width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.container-photo > img.color-theme {
	object-fit: cover;
	 width: 100%;
	 box-shadow: none;
}

.googlemap {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	width:100%;
	height:450px;
}

.programme-photo {
	text-align:center;
}

.img-prog {
	box-shadow: none !important;
}

.svg-icone {
	width: 40px;
	display: inline-block;
	
}

.signature svg {
	margin-left:30px;
	width: 100px;
}

a {
	cursor: pointer;
}

fieldset {
	display: block;
	margin 2px;
	padding: 2px;
	border: 2px solid #888888;
}

legend {
	display: block;
	width: initial;
	color: #888888;
	font-size: 21px;
	margin: 5px;
	padding: 5px;
}

.ajust-container {
	margin-left:40px;
}

.form-control-sm {
	padding: 0rem 0rem;
	text-align: center;
}

.btn-xs {
	padding: .12rem .25rem;
    font-size: .7rem;
    border-radius: .2rem;
}

.btn-primary {
	background-color: #98bba4;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 0.875em;
	line-height: 1.4;
	background-image: none;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: inherit;
	border: 0 none transparent;
	padding: 10px 30px;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #84ae92;
}

.btn-primary:active:hover {
	background-color: #84ae92;
}

.btn-primary > a:hover, .btn-primary > a:focus, .btn-primary > a:active {
	text-decoration: none !important;
	font-style: normal !important;
	font-weight:normal !important;
}

.btn-group-label {
	font-size: 14px;
	margin-right: 10px;
	display:inline-block; 
}

.presence, .presence-enfant {
	display: none;
}

.carousel{
	width: 100%;
	height: 33rem;
}

.carousel-slide:nth-child(1){
}

.carousel-slide:nth-child(2){
}

.carousel-slide:nth-child(3){
}

.carousel-slide:nth-child(4){
}

.presentation-membres {
	text-align: center;
}

table, th {
	margin-left: auto;
	margin-right: auto;
	padding: 20 5 20 5;
	text-align:center;
}

td {
	margin-left: auto;
	margin-right: auto;
	padding: 5 5 5 5;
	text-align:center;
}

th  > img {
	width:150px;
	height: 150px;
	border-radius: 50% !important;
}

/****** Programme *********/
.programme-container {
    text-align: center;
    max-width: 800px;
    padding: 10px;
}

.programme-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.programme-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    width: 33.33%; /* Assigne la même largeur à chaque colonne (100% / 3 colonnes) */
}


.icon {
    font-size: 40px !important;
}

.time {
    font-family:'Giamatti';
    font-size: 60px !important;
    color: #f26d6d; /* Rouge pâle */
}

.title {
    font-size: 18px;
    color: #5a5a5a;
}

.description {
    font-size: 16px;
    color: #5a5a5a;
    font-style:italic;
}

.color-theme-container {
    text-align: center;
    margin: 30px auto;
    padding: 20px;
}

.color-palette {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Espace entre les pastilles */
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* Permet aux pastilles de passer à la ligne suivante */
}

.color-dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.color-heart {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: red; /* Couleur de fond par défaut si besoin */
    transform: rotate(-45deg);
    margin: 15px;
}

.color-heart::before,
.color-heart::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: inherit; /* Hérite de la couleur de fond de l'élément parent */
}

.color-heart::before {
    top: -25px;
    left: 0;
}

.color-heart::after {
    left: 25px;
    top: 0;
}


/****** Sidebar animation *********/


#sidebar-wrapper {
	width: 250px;		
	display:none;
	background: #FFFFFF;
}

#wrapper.toggled #sidebar-wrapper {
	width: 0;
}

#page-content-wrapper {
	position: relative;
}

#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align:left;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: black;
	font-size: 15px;
	font-weight: 600;
}



.sidebar-nav .obligation 
{
    font-style: italic;
    font-weight: 100;
    font-size: 14px;
}

.sidebar-nav li a:hover {
    text-decoration: underline;
    background-color:#F8F5F2;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background-color:#F8F5F2;
}

.sidebar-label {
	margin-top: -12px;
	margin-left: -10px;
}
 
@media all and (max-width: 1600px) {
    .titre {
        font-size:35px;
    }
}

 
@media all and (max-width: 1400px) {
    
	.container-flex {
		flex-direction: column-reverse;
	}
	
	nav {
        height: 40px;
		background-position: center;
    }
 
    nav .main_pages  {
        display: none;
    }
 
    .menu-label  {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
		padding-top:2px;
        font-size: 40px;
        color: #d73408;
        cursor: pointer;
		font-size : 25px !important;
		text-align: left;
		text-decoration: none;
		
    }
	
	body {
		font-size: 15px;
	}
	
	.signature svg {
		margin-left:15px;
		width: 50px;
	}
	.carousel {
		height: 17em;
	}
	
	.titre {
		font-size: 28px;
	}

	.titre-2 {
		font-size: 25px;
	}
	
	.titre-3 {
		font-size:70px;
	}
	
	.signature {
		font-style: italic;
		font-size: 65px;
		font-weight: 500;
	}
	
	.container {
		width: 95% !important;
		padding:10px;
	}
	.footer {
		font-size:10px;
	}
	.container-flex {
		flex-direction: column-reverse;
	}
	.container-no-flex {
		flex-direction: column !important;
	}	
	.container-photo {
		padding-left: inherit;
		padding-right: inherit;

	}

	.ajust-container {
		margin-left:0px;
	}
	
	.svg-icone {
		width: 5%;
		display: inline-block;
		
	}
	
	.div-geoloc {
		margin-left:0;
	}

        #compteur {
                height:auto !important;
        }
	
	#minuteur {
		grid-template-columns: repeat(4, 70px);
	}
	
	.box > div:first-child {
		font-size: 35px;
	}
	
	.unite2 {
		display:block;
	}
	
	.unite {
		display:none;
	}
	
	#wrapper {
		padding-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled {
		padding-left: 250px;
	}

	#sidebar-wrapper {
		font-family: Macarons;
		z-index: 1000;
		position: fixed;
		left: 250px;
		width: 0;
		height: 100%;
		margin-left: -250px;
		overflow-y: auto;
                background-color:#F8F5F2;;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		display:flex;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 250px;
	}

	#page-content-wrapper {
		width: 100%;
		position: absolute;
	}

	#wrapper.toggled #page-content-wrapper {
		position: absolute;
		margin-right: -250px;
	}

	#wrapper {
		padding-left: 250px;
	}

	#wrapper.toggled {
		padding-left: 0;
	}
}


@media all and (max-width: 400px) {
	
	.titre {
		font-size: 25px;
	}

	.titre-2 {
		font-size: 22px;
	}
	
	.titre-3 {
		font-size:65px;
	}
	
	.signature {
		font-style: italic;
		font-size: 60px;
		font-weight: 500;
	}
	.box > div:first-child {
		font-size: 25px;
	}
	
	#minuteur {
		grid-template-columns: repeat(4, 50px);
	}
}
