@CHARSET "ISO-8859-1";

.contentHeaderWrapper img{
	width: initial;
}

.rightColumnList.col-md-9{
	float: left;
}

.leftColumnTitle {
	color: #0082AE;
	text-align: center;
}

.sejourPrice {
	font-size: 16px !important;
	margin-top: 5px !important;
	width: 110px;
}

.articleTitle {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold !important;
	vertical-align: baseline;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	border: 0;
	text-align: center;
}

.h2title {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.pageMainColMain {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}
/* @media screen (min-width: 550px) */
/* { */
/* 	.pageMainColMain { */
/* 		padding-left: 100px; */
/* 		padding-right: 100px; */
/* 	} */
/* } */

.rubriqueHref, .rubrique-child, .dest-child  {
	margin-left: 10%;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #002A3F;
}

.rubrique-child, .dest-recherche {
	margin-left: 15%;
	display: none;
}

.dest-child {
	margin-left: 20%;
	display: none;
}

.deploy-inactive-rubrique, .deploy-inactive-dest, .deploy-inactive-dest-child {
	cursor: pointer;
}

.rubriqueHref i {
	margin-left: -4%;
}

.blog-separation-div {
	border-bottom: 1px solid #808080;
	width: 70%;
	margin: auto;
}
.desc-text-div {
	margin-left: 10%;
	margin-right: 10%;
}

.suggestion-articles {
	margin: auto;
	float: none;
	line-height: 100%;
}

.blog-suggestions-title {
	margin-right: 10%;
	margin-left: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 100%;
}

.singleProductOtherSection {
	background-color: white;
}

.clearfix .singleProductOtherSection {
	background-color: #CBE6EE;
}


/* .desc-text-div h2 { */
/* 	font-size: 1.3em; */
/* 	line-height: 1.3em; */
/* } */

/* .desc-text-div p { */
/* 	font-size: 1.3em; */
/* 	line-height: 1.3em; */
/* } */

div.desc-text-div > p {
	padding: 5px 0;
}


/*TEMPLATE POUR MISE EN FORME SUR LES ARTICLE */

.tplte38 .contains-images {
  display: grid;
  width : 117%;
  grid-template-columns:auto auto auto;
  list-style: none;
  margin: 0px;
}



.icon-container {
}
.icon-container a {
	float: right;
	margin-left: 20%;
	margin-bottom: 2%;
}
.icon-container a span {
    display: block;
    width: 40px;
    height: 40px;
    background: url('//www.exotismes.fr/images/logo/social_media/social-sprite-small.png') no-repeat;
}
.icon-container a span {
    border-radius: 10px;
}
.icon-container a.blog-aFacebook span{
	background-position: -80px -80px;
	background-color: #3b5998;
}
.icon-container a.blog-aLinkedIn span{
	background-position: -240px -80px;
	background-color: #0077B5;
}
.icon-container a.blog-aGooglePlus span{
	background-position: -200px -160px;
	background-color: #DC483C;
}
.icon-container a.blog-aTwitter span{
	background-position: -200px -120px;
	background-color: #00b6f3;
}
.icon-container a.blog-aMail span{
	background-position: -200px -240px;
	background-color: #F8BE03;
}

#return-button {
	background: #305AA1;
	color: white;
	font-weight: bold;
	cursor: pointer;
	line-height: 40px;
	display: inline;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#return-button:hover {
	color: #00A9D5;
}

.icon-container table{
	display: inline;
	float: right;
	padding-bottom: 20px;
}
.icon-container table td{
	text-align:center; 
    vertical-align:middle;
}

@media (max-width: 450px) {
	#return-button{
		display: block;
		text-align: center;
		margin-bottom: 30px;
		clear: both;
	}
	.icon-container {
		margin-bottom: 2em;
		height: 40px;
	}
	.icon-container a{
		float: none;
		margin-left: 0;
		margin-bottom: 0;
	}
	.icon-container table{
		display: table;
		float: none;
		margin-left: 4%;
		width: 100%;
		padding-bottom: 0;
	}
}

@media (max-width: 350px) {
	.contentHeaderWrapper img{
		width: 100%;
	}
	.pageMainColMain {
		padding-left: 4%;
		padding-right: 4%;
	}
	.icon-container table{
		margin-left: 0;
	}
}