/* CODE EN TOUTE CIRCONSTANCE */

* {
  box-sizing: border-box;
}

html
{
  font-family: sans-serif;
  line-height: 1.15;
  padding: none;
  background-color: #102442;
}

body
{
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: white;
  text-align: left;
}

  #fond
  { 
  	width: 100%;
  	height: 100%;
    /*background-color: rgba(255,255,255,0.10);*/
    padding: 1px;
  }
  

h1
{
  text-align: center;
}

h2
{
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a
{
  color: #00a5db;
}

a:hover
{
  font-weight: bold;
}

a:visited
{
  text-decoration: none;
}
#facebookpost
{
    position: relative;
    text-align: center;
    height: 379px;
}

.bold
{
  font-weight: bold;
}

.justify
{
	text-align: justify;
}

.center
{
  text-align: center;
}

.under
{
	text-decoration: underline;
}

.titrebox
{
    font-size: 130%;
    color: #cea73a;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.titrebox:hover
{
	font-size: 150%;
}

.footer
{
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-image: url('image/footer.png');
  color: black;
}


.mail
{
	font-size: 120%;
	text-decoration: underline ;
}


hr
{
	color: white;
}

.tarif:hover
{
	padding: 10px;
	text-decoration: underline;
	border-radius: 25px;
	box-decoration-break: clone;
	box-shadow: 3px 2px 1px #5ce0e6;
}

.logo
{
	max-width: 30px;
	position: relative;
	top: 10px;
	right: 10px;
}

  #menu
  {
    width: 100%;   
    height: 40px;
    background-color: #5ce0e6;
    text-align: center;
    padding-top: 2px;
    position: sticky;
    top: 0px;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #102442;
    font-size: 20px;
  }
  

  #menu a
  {
  	text-decoration: none;
  	color: black;
  	font-size: 110%;
  	padding: 10px;
  }
  
.image:hover
{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.crea a
{
	color: white;
}

.crea a:hover
{
	font-size: 110%;
}


/*TEST*/
* {
    box-sizing: border-box;
}

.slideshow-container {
    position: relative;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    background-size: cover; /* Ajuste la taille de l'image de fond */
    background-position: center;
    background-image: url("image/image3.png");
    border-radius: 20px;
}

.slide {
    display: none;
    position: relative;
    text-align: center;
    color: white; 
    font-size: 24px;
    padding: 50px; 
    top: 20px;   
}

.fade {
    animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

/* Boutons de navigation */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}





@media only screen and (max-width: 600px) {
  #facebookpost
  {
	display: none;
  }
  
  #menu
  {
	line-height: 1.2;
	height: 35px;
	font-weight: bold;
	
  }
  
  label
  {
	color: black;
  }
  
  #toggle
  {
    display: none;
  }
  
  .main_pages
  {
	display: none;
    flex-direction: column;
    background: #5ce0e6;
    height: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #102442;
    align-items: center;
  }
  
  .main_pages a 
  {
    width: 50%;
  }
 
  #toggle:checked + .main_pages 
  {
    display: flex;
  }

  .corps
  {
	position: relative;
	left: 5%;
	width: 90%;
  }
  
  .fb
{
	width: auto;
	min-width: 85%;
	margin-bottom: 5px;
}

  h2
  {
    text-align: center;
    color: black;
    background-color: #5ce0e6;
   	background-repeat: no-repeat;
  	background-position: center;
  	border-radius: 18px;
  	padding: 4px;
  	box-decoration-break: clone;  	
  }

  #en-tete
  {
    width: 100%;
    height: 150px;
    background-image: url('image/logosite.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #102442;
  }


  [class*="repbox-"]
{
  text-align: center;
  padding: 5px;
  background-color: white;
  box-shadow: 3px 2px 1px #5ce0e6;
  margin-bottom: 30px;
  color: black;
  border-radius: 25px;
}

.image
{
	max-width: auto;
	max-height: 100px;
	border-radius: 10%;
}


.tarif
{
	background-color: white;
	padding: 5px;
	color: black;
	line-height: 1.8;
	border-radius: 20px;
	box-decoration-break: clone;
}


ul
{
	text-align: left;
	list-style-position: inside;
}

.illus
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width : 200px;
	border-radius: 20px;
}

.hidebr
{
	display: none;
}


}


@media screen and (max-width: 1089px) and (min-width: 601px) {

label, #toggle
{
	display: none;
}

  .corps
  {
	position: relative;
	left: 7%;
	width: 90%;
  }
  
  .fb
{
	float: right;
	width: auto;
	min-width: 55%;
	margin-left: 10px;
	margin-bottom: 5px;
}

  h2
  {
    text-align: center;
    color: black;
    background-image: url("image/titre.png");
   	background-repeat: no-repeat;
  	background-position: center;
  	border-radius: 20px;
  	box-decoration-break: clone;
  }

  #en-tete
  {
    width: 100%;
    height: 300px;
    background-image: url('image/logosite.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #102442;
  }

  .main-navigation
  {
    display: none;
  }


  [class*="repbox-"]
{
  text-align: center;
  padding: 5px;
  background-color: white;
  box-shadow: 3px 2px 1px #5ce0e6;
  margin-bottom: 30px;
  color: black;
  border-radius: 25px;
}

.image
{
	max-width: auto;
	max-height: 100px;
	border-radius: 10%;
}


.tarif
{
	background-color: white;
	padding: 5px;
	color: black;
	line-height: 1.8;
	border-radius: 20px;
	box-decoration-break: clone;
	padding: 4px;
}


ul
{
	text-align: left;
	list-style-position: inside;
}

.illus
{
	float: right;
	margin-left: 10px;
	width : 300px;
	border-radius: 20px;
}

.hidebr
{
	display: none;
}

}

@media only screen and (min-width: 1090px) {
 
 label, #toggle
{
	display: none;
}
  
  .corps
  {
	position: relative;
	left: 15%;
	width: 70%;
  }
  
  .fb
{
	float: right;
	width: auto;
	min-width: 25%;
	margin-left: 10px;
	margin-bottom: 5px;
}

  h2
  {
    text-align: center;
    color: black;
    background-image: url("image/titre.png");
   	background-repeat: no-repeat;
  	background-position: center;
  	border-radius: 20px;
  	box-decoration-break: clone;
  }

  #en-tete
  {
    width: 100%;
    height: 300px;
    background-image: url('image/logosite.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #102442;
  }

  .main-navigation
  {
    display: none;
  }


  [class*="repbox-"]
{
  text-align: center;
  padding: 5px;
  background-color: white;
  box-shadow: 3px 2px 1px white;
  margin-bottom: 30px;
}

.repbox-1
{
  width: 32%;
  height: 160px;
  float: left;
  margin-left: 10px;
  color: black;
  border-radius: 20px;
}

.image
{
	max-width: auto;
	max-height: 200px;
	border-radius: 20px;
}


.tarif
{
	background-color: white;
	padding: 8px;
	border-radius: 25px;
	box-decoration-break: clone;
	color: black;
}


ul
{
	text-align: center;
	list-style-position: inside;
}

.illus
{
	float: right;
	margin-left: 10px;
	width : 300px;
	border-radius: 30px;
}




}
