﻿/* ---------------------------------------------------------------------------- */
/* ------------------------------------PASTILLE-------------------------------- */
/* ---------------------------------------------------------------------------- */

body#pastille {background: 
							linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
							url(../images2/bg2023.jpg) #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
    background-color: black;
    display: flex;
    flex-direction: column;
	align-items: center;
    height: 100vh;
    margin: 0;
	font-family: Helvetica, sans-serif; /* Police plus sobre */
}

body#pastilleblack {background: 
							linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
							url(../images2/bg2023black.jpg) #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
    background-color: black;
    display: flex;
    flex-direction: column;
	align-items: center;
    height: 100vh;
    margin: 0;
	font-family: Helvetica, sans-serif; /* Police plus sobre */
}

header#Hpastille {
    width: 100%;
    background-color: transparent; /* Fond du header transparent */
	justify-content: flex-start; /* Alignement du contenu en haut */
    padding: 20px 0; /* Ajustement du padding si nécessaire */
    text-align: center;
}

.wrapperPastille {
    flex: 1; /* Le wrapper prend tout l'espace restant */
    display: flex;
    align-items: center; /* Centrer verticalement les pastilles */
    justify-content: center; /* Centrer horizontalement les pastilles */
	padding: 0 0 300px 0;
}

.wrapperPastilleBottom {
    flex: 1; /* Le wrapper prend tout l'espace restant */
    display: flex;
    align-items: center; /* Centrer verticalement les pastilles */
    justify-content: center; /* Centrer horizontalement les pastilles */
	margin: -260px 0 0px 0;
}

.logo {
    text-align: center;
    margin-top: 20px; /* Ajustement de la marge pour positionner le logo */
}

.logo img {
    max-width: 100%; /* Pour s'assurer que le logo ne dépasse pas de sa container */
    height: auto;
}


.buttons-containerPastille {
    display: flex;
	justify-content: center;
    gap: 40px;
}
/* Styles pour les pastilles en mode mobile */
@media screen and (max-width: 1000px) {
    .buttons-containerPastille {
        flex-direction: column; /* Disposition verticale pour les pastilles en mode mobile */
        align-items: center;
    }

    .buttonPastille2,
    .buttonPastille3,
.buttonPastilleVillage 	{
        width: 100%; /* Largeur pleine pour occuper toute la largeur de l'écran */
        margin-bottom: 20px; /* Espacement entre les pastilles en mode mobile */
    }
}
.buttonPastille2 {
    width: 600px;
    height: 400px;
    background-color: white;
    background-image: url('../images3/aroldpastille.jpeg'); /* Ajout de l'image en arrière-plan */
    background-size: cover; /* Pour couvrir toute la pastille */
    background-position: center; /* Pour centrer l'image */
    border-radius: 30px; /* Augmenté pour un arrondi plus fort */
    display: flex;
    align-items: flex-end; /* Alignement vertical en bas */
    justify-content: center;
    text-decoration: none;
    color: white; /* Modification de la couleur du texte pour qu'il soit visible */
    font-size: 18px;
    font-weight: bold;
	
	    border: 10px solid rgba(173, 216, 230, 0.75); /* Bordure avec % d'opacité */
}
.buttonPastille3 {
    width: 600px;
    height: 400px;
    background-color: white;
    background-image: url('../images3/v4HopitalJan.jpg'); /* Ajout de l'image en arrière-plan */
    background-size: cover; /* Pour couvrir toute la pastille */
    background-position: center; /* Pour centrer l'image */
    border-radius: 30px; /* Augmenté pour un arrondi plus fort */
    display: flex;
    align-items: flex-end; /* Alignement vertical en bas */
    justify-content: center;
    text-decoration: none;
    color: white; /* Modification de la couleur du texte pour qu'il soit visible */
    font-size: 18px;
    font-weight: bold;
	
		border: 10px solid rgba(173, 216, 230, 0.3); /* Bordure avec % d'opacité */

}

.buttonPastilleVillage {
    width: 600px;
    height: 400px;
    background-color: white;
    background-image: url('../images3/pastilleopenmap.jpg'); /* Ajout de l'image en arrière-plan */
    background-size: cover; /* Pour couvrir toute la pastille */
    background-position: center; /* Pour centrer l'image */
    border-radius: 30px; /* Augmenté pour un arrondi plus fort */
    display: flex;
    align-items: flex-end; /* Alignement vertical en bas */
    justify-content: center;
    text-decoration: none;
    color: white; /* Modification de la couleur du texte pour qu'il soit visible */
    font-size: 18px;
    font-weight: bold;
	
		border: 10px solid rgba(173, 216, 230, 0.75); /* Bordure avec % d'opacité */

}
/* ---------------------------------------------------------------------------- */
/* ------------------------DEUUUUTSCHHHHH                          ------------ */
/* ---------------------------------------------------------------------------- */

.buttonPastilleAroldDE {
    width: 600px;
    height: 400px;
    background-color: white;
    background-image: url('../de/images2/depastilleArold.png'); /* Ajout de l'image en arrière-plan */
    background-size: cover; /* Pour couvrir toute la pastille */
    background-position: center; /* Pour centrer l'image */
    border-radius: 30px; /* Augmenté pour un arrondi plus fort */
    display: flex;
    align-items: flex-end; /* Alignement vertical en bas */
    justify-content: center;
    text-decoration: none;
    color: white; /* Modification de la couleur du texte pour qu'il soit visible */
    font-size: 18px;
    font-weight: bold;
	
	    border: 10px solid rgba(173, 216, 230, 0.75); /* Bordure avec % d'opacité */
}
.buttonPastilleHopitalDE {
    width: 600px;
    height: 400px;
    background-color: white;
    background-image: url('../de/images2/depastilleHopital.png'); /* Ajout de l'image en arrière-plan */
    background-size: cover; /* Pour couvrir toute la pastille */
    background-position: center; /* Pour centrer l'image */
    border-radius: 30px; /* Augmenté pour un arrondi plus fort */
    display: flex;
    align-items: flex-end; /* Alignement vertical en bas */
    justify-content: center;
    text-decoration: none;
    color: white; /* Modification de la couleur du texte pour qu'il soit visible */
    font-size: 18px;
    font-weight: bold;
	
		border: 10px solid rgba(173, 216, 230, 0.3); /* Bordure avec % d'opacité */

}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Bon cadeau 2024 50 et 100 frs------------ */
/* ---------------------------------------------------------------------------- */


.form-select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    background-color: #A3CFEA; /* Couleur de fond */
    color: #333; /* Couleur du texte */
}

.form-selectVillage {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    background-color: white; /* Couleur de fond */
    color: #333; /* Couleur du texte */
}

/* Changer la couleur de fond lors du survol */
.form-select:hover {
    background-color: #e6f7ff; /* Couleur de fond au survol */
}










/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */


a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------RES IMAGE SIDE BY SIDE---------------------------------- */
/* ---------------------------------------------------------------------------- */

.Rescontainer {
  align-items: center; 
  float: left;
}
.Resimage{
    float: left;
  padding: 5px;
}



/* ---------------------------------------------------------------------------- */
/* ------------------------------------CENTER---------------------------------- */
/* ---------------------------------------------------------------------------- */
.centersomething {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html { -webkit-text-size-adjust: none;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #fff;text-decoration: none;}
a:hover {opacity: 0.9; text-decoration: none;}

h1, h2 , h3	{font-size: 25px;line-height: 25px;font-family: 'Goudy Bookletter 1911',Georgia,serif;margin: 20px 0;}
h4, h5, h6	{font-size: 16px;line-height: 16px;}


p{margin: 10px 0;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-right{float: right;}
.f-left{float: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}




.center-divGAL {margin: 0 auto; max-width: 825px; }
.center-divNORMAL {margin: 0 auto; max-width: 1400px; }

/* ---------------------------------------------------------------------------- */
/* ------------------------------------video bg ------------------------------- */
/* ---------------------------------------------------------------------------- */

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------button INDEX---------------------------- */
/* ---------------------------------------------------------------------------- */

.bluebutton {
			color: #ffffff;
			background-color: #0a274e;
			font-size: 19px;
			border: 5px solid #0E84CF;
			border-radius: 20px;
			padding: 15px 50px;
			letter-spacing: 1px;
			cursor: pointer;
			display: block;
			margin-left: auto;
			margin-right: auto;
			
		}
.bluebutton:hover {
			color: #000;
			background-color: #00acfc;
		}
		
.redbutton {
			color: #ffffff;
			background-color: #490604;
			font-size: 19px;
			border: 5px solid #930C08;
			border-radius: 20px;
			padding: 15px 50px;
			letter-spacing: 1px;
			cursor: pointer;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
.redbutton:hover {
			color: #000;
			background-color: #b80f0a;
		}


/* ---------------------------------------------------------------------------- */
/* ------------------------------------VIDEO MAIN------------------------------ */
/* ---------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .video-containerBIG {
    display: none;
  }
}

@media (min-width: 768px) {
  .video-containerMINI {
    display: none;
  }
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {width:100%; height:100vh; padding:0; margin:0;}
	
	
body#bg23 {background: url(../images2/bg2023.jpg)  #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	
	}
	
body#bg23-levillage {background: url(../images2/levillage.png)  #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	
	}
	
	
	
	
	
body .wrap-body{}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header{margin-top: 0px;}
header .wrap-header{padding: 5px 0 0; margin-top: -1.0em;} img .MH {width: 400px;} 



/* ---------------------------------------------------------------------------- */
/* ------------------------------------NEW H2 --------------------------------- */
/* ---------------------------------------------------------------------------- */
.wrap-header h2 {
	font-family: 'Zeyada';
	color: #0384cf; 
	display: block;
	padding-bottom: 1.0em;
	font-size: 2.6em;
	font-weight: 600;
	text-align: center;
	margin-top: -0.100em;
}

h5{
	font-family: 'Petit Formal Script', cursive;
	color: #0E84CF;
	display: block;
	padding-bottom: 1.0em;
	font-size: 1.5em;
	margin-left: 2em;
	font-weight: 600;
	text-align: left;
	margin-top: -0.5em;
}

span.spanWhite{
color:white;
}



h6{
	font-family: 'Petit Formal Script', cursive;
	color: #FFF;
	display: block;
	padding-bottom: 1.0em;
	font-size: 1.1em;
	margin-left: 1em;
	font-weight: 600;
	text-align: left;
	margin-top: -0.5em;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------FORM CONTACT-------------------------------- */
/* ---------------------------------------------------------------------------- */
#ffVillage input {background-color:white/*white village*/;display:block;width:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #0f0a78;padding:13px;margin: 5px 0 8px 0;font-size: 12px;max-height: 45px;max-width: 450px;}
#ffnewinputVillage input {background-color:white/*white village*/;display:inline-block;color:#000;	border:1px solid #0f0a78;padding:3px;margin: 5px 0 8px 0;font-size: 12px;max-height: 45px;max-width: 450px;}
#ffnewinputVillage label {padding:6px;margin: 13px 6px 7px 0;display:inline-block;}
#ffVillage textarea {background-color:white/*white village*/; display:block;width:100%;height:100px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px; color:#000;	border:1px solid #0f0a78;padding:10px;margin: 5px 0 25px 0; max-width: 450px;}
#ffVillage label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}
#ffVillage .sendButton {margin-left:10px; cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:100%;color:#000;}
#ffVillage .sendButton:hover {opacity: 0.6;}

#ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}

#ff input {background-color:#0E84CF;display:block;width:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #0f0a78;padding:13px;margin: 5px 0 8px 0;font-size: 12px;max-height: 45px;max-width: 450px;}
#ffnewinput label {padding:6px;margin: 13px 6px 7px 0;display:inline-block;}
#ffnewinput input {background-color:#0E84CF;display:inline-block;color:#000;	border:1px solid #0f0a78;padding:3px;margin: 5px 0 8px 0;font-size: 12px;max-height: 45px;max-width: 450px;}

#ff textarea {background-color:#0E84CF; display:block;width:100%;height:100px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px; color:#000;	border:1px solid #0f0a78;padding:10px;margin: 5px 0 25px 0; max-width: 450px;}

#ff .sendButton {margin-left:10px; cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:100%;color:#000;}
#ff .sendButton:hover {opacity: 0.6;}


div .contact {
	font-size: 19px;
	font-family: 'Petit Formal Script', cursive;
}


#contact_form *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.contact h3{margin-left: 30px;}
#contact_form {padding:0px;}

#adjustRES {margin-left:17px;}

::-webkit-input-placeholder { /* Chrome */
  color: black;
  opacity:.6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
  opacity:.6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: .6;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
  opacity: .6;
}
/* ---------------------------------------------------------------------------- */
/* ----------------------------------CADEAU-------------------------------- */
/* ---------------------------------------------------------------------------- */

.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #0f0a78;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}

@media only screen and (min-width: 220px) {
.gap{display:none;}

}

@media only screen and (max-width: 220px) {
	.gap{clear:both;display:block;}
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------Fake Table --------------------------------- */
/* ---------------------------------------------------------------------------- */

.row{min-height: 1px; height: auto; margin: 0;}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {}
#container .wrap-container{}


/* ---MainContent-Article--- */
#main-content{}
#main-content .wrap-content{padding: 30px 0; margin: 0 auto -142px;}


article{color: white; margin-bottom: 40px; }

article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

article .art-header{}
article .art-content{position: center; padding: 40px 10px 30px 10px;}
/* ---------------------------------------------------------------------------- */
/* --------------------------------------^^^^-------------------------------- */
/* ---------------------------------------------------------------------------- */
article .entry-title {margin: 0 0 8px;text-align: center;}
article .entry-horreur {margin: 0 0 20px;text-align: center;}
article  h1.entry-title{line-height: 1;font-size:38px; font-family: 'Petit Formal Script', cursive;margin-top: -0.800em;}
article  h1.entry-horreur{line-height: 1;font-size:23px; font-family: 'Petit Formal Script', cursive;margin-top: -0.800em;}

/* ---------------------------------------------------------------------------- */
/* --------------------------------------Footer-------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{padding: 10px 0; position: center;}




p.basicmessage {
	margin-top: 0.3em;
	font-size: 18px;
	line-height: 23px;
	font-family: 'Petit Formal Script', cursive;
}

p.basicmessage111 {
	margin-top: -20px;
	font-size: 2vh;
	line-height: 20px;
	font-family: 'Petit Formal Script', cursive;
	
}

.tableConcept {
	border-spacing: 5px 4px;
	text-align: center;
	margin:-35px auto; 
	max-width:490px;"
	
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------new H's---------------------------------- */
/* ---------------------------------------------------------------------------- */
p {
	font-family: verdana;
	font-size: .8em;
	padding-bottom: 1em;
	
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------Old Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */

.footer {
position: fixed;
position: bottom;
margin: auto;

opacity: 0.5;
bottom: 0;
font-size: 1px;
width: 400px;
}


.footer p {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	display: block;
	opacity: .5;
	font-size: 0.9em;
	font-weight: 100;
	line-height: 1.8em;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255, 250, 250, 0.09);
	margin-top: 0.5em;
	padding-top: 20px;
	padding-bottom: 2em;
}
