﻿.titre1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e80c11;
	font-weight: bold;
}

.titre2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.titre3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.sous-titre1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e80c11;
	font-weight: normal;
}

.sous-titre2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.sous-titre3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}


.text-primaire
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.text-primaire-bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.text-primaire-italic
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style:italic
}


.text-secondaire
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.text-secondaire-bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.text-secondaire-italic
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-style:italic
}

.text-tertiare
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e80c11;
	font-weight: normal;
}

.text-tertiare-bold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e80c11;
	font-weight: bold;
}

.text-tertiare-italic
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e80c11;
	font-style:italic
}

.tarif
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
   	background-color: #e80c11;
    float: right;
    padding: 0 5px;
}


.info-importante
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff0000;
	font-weight: bold;
	text-align:center;
}


.image_border
{
	border:2px solid #714a2b;

}

.image_border1
{
	border:1px solid #666060;
	transition: all 0.3s ease-in-out;
	

}

.image_border2
{
	border:2px solid #714a2b;

	transition: all 0.3s ease-in-out;
	

}

.image_border3
{
	border:2px solid #714a2b;
	transition: all 0.3s ease-in-out;
	

}


.image_border4
{
	border:2px solid #714a2b;

}

.image_left_with_border
{
	border:1px solid #714a2b;
	float:left;
	margin-bottom:25px;
	margin-right:15px;
	margin-left:15px;
}


.image_right_with_border
{
	border:1px solid #714a2b;
	float:right;
	margin-bottom:25px;
	margin-left:25px;
}




.boite_contenus
{
  background-color: #c0ae9f;
    border: 1px solid #603615;
    border-radius: 10px;
    /*margin-bottom: 25px;*/
    padding: 15px;
		text-align:justify;

		color:#603615;
}

.boite_contenus2
{
  background-color: #c0ae9f;
    border: 1px solid #603615;
    border-radius: 10px;
    /*margin-bottom: 25px;*/
    padding: 15px;
	text-align:justify;
	color:#603615;
	float: left;
	width:100%;
}

.boite_photo
{
  background-color: #c0ae9f;
    border: 1px solid #603615;
    border-radius: 10px;
    padding: 15px;
	text-align:center;
	color:#603615;
	height: 690px;
	margin-top:20px;
		transition: all 0.5s ease-in-out;
}

.boite_photo1
{
  background-color: #c0ae9f;
    border: 1px solid #603615;
    border-radius: 10px;
    padding: 15px;
	text-align:center;
	color:#603615;
	height: 525px;
	margin-top:20px;
		transition: all 0.5s ease-in-out;
}

.boite_photo2
{
	background-color:#aa9787;
	border:1px solid #998676;
    border-radius: 10px;
    margin-top: 5px;
    padding: 15px;
	text-align:center;
	color:#603615;
	width:29%;
	margin-left:28px;
	height: 480px;
	float:left;
		transition: all 0.5s ease-in-out;
}

.boite_photo3
{
	background-color:#aa9787;
	margin:1%;
    padding: 15px;
	text-align:center;
	color:#603615;
	float:left;
	width:23%;
	height: 640px;
	border-radius:5px;
	border:1px solid #998676;
		transition: all 0.5s ease-in-out;
}

.boite_contenus p, .boite_contenus2 p
{
	color:#361a01;
	font-size:14px;
}

.texte-center
{
	color:#361a01;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.boite_contenus strong, .boite_contenus2 strong
{
	color:#361a01;
	font-size:14px;
	font-weight:bold;
}

.boite_contenus a, a:visited {
	color:#361a01;
	font-size:14px;
}
.spacer {

   margin: 20px 0;
}


.voir-plus  {
	color:#fff;
	margin-left:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	background-color:#361a01;
	padding:5px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #979494;
	float:right;
	margin-top:10px;
    
}

.voir-plus a {
	color:#fff; 
}



.image_border_bottom  {
	border-bottom:0px
    
}

/***********************************************************************/




    @media only screen and (min-width: 768px) and (max-width: 959px) {
.image_left_with_border
{
	width:19%;
	margin-left:27px;
}
.image_border2
{
	border:2px solid #714a2b;
	width:90%;
	margin-left:3px;
	margin-top:20px;
	height:150px;

}


.boite_photo2
{

	width:30%;
	height: 480px;
	margin-left:15px;
		transition: all 0.5s ease-in-out;
}

.boite_photo
{
	width: 100%;
	height:795px;
		transition: all 0.5s ease-in-out;
}

.boite_photo3
{

	float:left;
	margin-right:6px;
	height:750px;
		transition: all 0.5s ease-in-out;
}

}

    @media only screen and (max-width: 767px) {
.image_border2
{
	border:2px solid #714a2b;
	width:45%;
	margin-left:5px;
	margin-top:20px;
	height:25px;

}

.boite_photo1
{
	height: 1460px;
	margin-bottom:15px;
		transition: all 0.5s ease-in-out;
}


.boite_photo
{

	height:2650px;
		transition: all 0.5s ease-in-out;
}

.boite_photo2
{

	margin-left: 0px;
	transition: all 0.5s ease-in-out;
	width:100%;
	height:460px;
	margin-bottom:15px;
}

.boite_photo3
{

	float:left;
	height:650px;
	width:98%;
		transition: all 0.5s ease-in-out;
}

.image_border
{
	border:2px solid #714a2b;
		transition: all 0.5s ease-in-out;
		margin:0 10px 10px;

}

.image_left_with_border
{
	margin-left:35px;
}

.image_border2
{
	border:1px solid #714a2b;
	width:80%;
	margin-left:0px;
	margin-top:20px;
	height:50px;

}

.texte-center
{
	color:#361a01;
	font-size:11px;
	font-weight: lighter;
	text-align:center;
}

.image_border_bottom  {
	border-bottom: 1px solid;
	transition: all 0.5s ease-in-out;
    
}

}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
.image_left_with_border
{
	margin-left:90px;
}
.image_border2
{
	width:90%;
	margin-left:5px;
	margin-top:20px;
	height:85px;

}
.texte-center
{
	color:#361a01;
	font-size:11px;
	font-weight: lighter;
	text-align:center;
}

.boite_photo
{

	width:100%;
	height:2140px;
		transition: all 0.5s ease-in-out;
}


.boite_photo1
{
	height: 1520px;
		transition: all 0.5s ease-in-out;
}


.boite_photo2
{

	width:100%;
	height: 480px;
		transition: all 0.5s ease-in-out;
		margin-left:0px;
		margin-bottom:15px;
}

.boite_photo3
{

	float:left;
	height:520px;
	width:98%;
		transition: all 0.5s ease-in-out;
}

.image_border
{
	border:2px solid #714a2b;
	margin:0 70px 13px;
		transition: all 0.5s ease-in-out;

}

.boxfour
{
	
	text-align:center;
	transition: all 0.5s ease-in-out;

}

.image_border_bottom  {
	border-bottom: 1px solid;
	transition: all 0.5s ease-in-out;
    
}

}

    @media only screen and (min-width: 320px) and (max-width: 480px {
.image_left_with_border
{
	margin-left:33px;
}

}

    @media only screen and (max-width: 320px) {
.texte-center
{
	color:#361a01;
	font-size:11px;
	font-weight: lighter;
	text-align:center;
}
}