@charset "utf-8";

header {
	/*position:absolute;*/
	left:0px;
	/*top:10px;*/
	z-index:1;
}


#more {display: none;}

<!--- fin de read more read less ATT: CETTE FONCTION NE SUPPORTE PAS QUE LE 'Id' SOIT PRÉCÉDÉ D'UNE ANNOTATION :(  --->


/*entête reste là sous les slides */
.sticky {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
	width:100%;
	padding:0px;
		
}


body {
	font:font-family: "Arima Madurai"; /*100% MV Boli*/
	top:11px;
	margin:0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding:0;
	/*text-align:center;  ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color:#600;
}
.oneColLiqCtr #container {
	width: 100%;  /* ce paramétrage crée un conteneur dont la largeur est 100 % de celle du navigateur */
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	/*border: 0px solid #FFFFFF;
	border-right-color: #FFF;*/
	
}
.oneColLiqCtr #mainContent {
	padding: 0px 0px; /* Ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	text-align:justify;
	font:font-family: "MV Boli";

}
.Panel #PanelContent{
	background:none;
	border:none; 
	text-align:left;
	width:100%;
	margin-bottom:50px;
}


p{
	margin-bottom:30px;
	margin-left:30px;
	margin-right:30px;	
	padding-top:5px;
	font-weight:normal;
	font-size:20px;
	line-height:30px;
	text-align:justify;
	font-family:"Arima Madurai";
	color: #132959;

}
h1 {
	font-family:"Arima Madurai";
	font-size: 28px;
	color:#060;
	
}
h2 {
	font-family:"Arima Madurai";
	font-size: 26px;
	color:#060;
	/*margin-bottom:20px;*/
}
h3 {
	font-family:"Arima Madurai";
	font-size: 24px;
	color: #0000FF;
}
h4 {
	font-family:"Arima Madurai";
	font-size: 22px;
	margin-bottom:20px;
}
h5 {
	font-family:"Arima Madurai";
	font-size: 20px;
	margin-bottom:20px;
}

/*bloc pour slides automatiques*/

* {box-sizing: border-box;}
body {font-family: Cambria;}
img {vertical-align: middle;}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/*hide the images by default*/
.mySlides {display: none;}

/*next & previous buttons */
.prev, .next {
	cursor: pointer;
	position:absolute;
	top: 50%;
	width:auto;
	margin-top:-22px;
	padding:16px;
	color:white;
	font-weight: bold;
	font-size:18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/*position the 'next button' to the right*/
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

	
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.2s;
  animation-name: fade;
  animation-duration: 1.2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size 
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}*/

/*fin du bloc slides automatiques */

/*bloc pour layout */

/* Create two unequal or three equal ? try.... columns that floats next to each other */
/* Left column */
.leftcolumn {   
    float: left;
    width: 33%;
	padding-left: 20px;

}

/* Right column */
.rightcolumn {
    float: left;
    width: 33%;
    padding-left: 20px;
}

/* Fond ruby */
.ruby {
    
	box-sizing:content-box;
	background-color:#B72033;
    width: 97.3%;
    padding: 20px;
}

/*Fond gris */
.gris {
    
	box-sizing:content-box;
	background-color:#51484B;
    width: 97.3%;
    padding: 20px;
}

/* debut menu vertical tab */

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
	background-image: url(images/Background-Gris-Terre-50pc.png);
	background-repeat: no-repeat; 
	width: 30%;
    /*height: 358px;*/
	height:auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: auto;
	color:#FFFFFF;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
	font-size: auto;
	color:#000000;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
	color:#000000;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
	height:auto;
    border-left: none;
}
/* fin menu vertical tab */

/* test flip */

/* Fake image */
.fakeimg1 {
    box-sizing:content-box;
	/*border-color:#060;
	border-style:ridge;*/
    width: 97%;
	height:auto;
    padding: 20px;
}

.fakeimg2 {
    box-sizing:content-box;
    width: 97%;
	height:auto;
    padding: 20px;
}

.fakeimg3 {
    
	box-sizing:content-box;
	background-color:#FFF;
    width: 97%;
	height:auto;
    padding: 20px;
}


<!--- test pour flip irait dans css - fonctionne super sur mon pc pas du tout au serveur --->
/*.flip-card {
  /*background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-front {
  transform: rotateY(0deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  color:black;
}

.flip-card-back { 
  background-color: #555;
  color:white;
  
}*/



/* fin test flip */





/* bloc pour la section forfaits */

.forfait {
  position: relative;
  width: 100%;
}

.imageforfait {
  display: block;
  width: 100%;
  height: auto;
}

.overlayforfait {
  position: absolute ;
  top: 125px;
  bottom: 0;
  left: 0;
  right: 0;*/
  height: auto;
  width: 100%;
  opacity: 0;
  background-color: #B72033;
  transition: .5s ease;
  
}

.forfait:hover .overlayforfait {
  opacity: 1;
}

.overlayforfait2 {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #B72033;
}

.forfait:hover .overlayforfait2 {
  opacity: 1;
}


.forfaitext {
  color: white;
  font-size: 25px;*/
  position: relative;
  top: 30%;
  left: 30%;
  -webkit-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);*/
  text-align: left;
  padding: 35px;

}

/* fin bloc section forfaits */

/*nouveau bloc pour forfait avec flip - espacement - ici '.range' remplace .row proposé dans le css de w3 school, j'ai déjà un .row pour la partie blog*/

* {
   box-sizing:border-box;
 }
 .range { 
 display:flex;
 height:420px;
 }
 
 .column {
	 float: left;
	 flex: 33.33%;
	 padding: 5px;
}	


/*clearfix (clear floats)*/ 
.range:after{ 
    content: "";
    display: table;
    clear: both;
}

/*CA NE FONCTIONNE PAS responsive layout makes the 3 services stack each other instead next to each other = le jumelage avec l'autre pour left et rightcolumn ne fonctionne pas*/
@media screen and (max-width: 500px) {
.column {
		width:100%;
	}	
} 



/*fin bloc forfait avec flip pour bon espace entre les deux blocs*/

/* Add a card effect for articles */
.card {
     /*background-color: #FF9;*/
     padding: 20px;
     margin-top: 20px;
	 height:auto;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
	
}

/* fin du bloc layout */




.pied {
	padding-top:20px;
	font-family:"Arima Madurai Light";
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#132959;
	padding-bottom:20px;
}
