/*******************************************

	Theme Name: RetraitesSansFrontières
	Author: Carasea

*******************************************/

/*******************************************

	0. Bootstrap
	1. General
	2. Header
	3. Content
	4. Sidebar
	5. Footer
		
*******************************************/

/*******************************************
	
	Références couleurs :
	. 

*******************************************/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,600);

/**************  0. Bootstrap   *****************/

a 
{
	color: #3366ff;
}

.btn-retraite, .mailpoet_paragraph input[type="submit"]
{
	padding: 3px 10px;
	background-image: none !important;
	background: #4db7f4 !important;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4db7f4), color-stop(100%, #028edf)) !important;
    background: -webkit-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -moz-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -o-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -ms-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    border: 2px solid #028edf !important;
    color: #fff;
}
.mailpoet_paragraph {
	text-align:center;
}
.mailpoet_paragraph .mailpoet_text_label {
	text-align:left;
}
.mailpoet_paragraph input[type="submit"] {
	display:inline-block;
	border-radius:4px;
}

.form-group
{
	margin-bottom: 5px;
}

.form-group .control-label
{
	margin-top: 7px !important;
}

.navbar
{
	min-height: none;
	margin-bottom: 0px;
}

.size-full
{
	display: block;
	max-width: 100%;
	height: auto;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
	padding: 0 8px 8px 0;
}

.alignright
{
	float: right;
	padding: 0 0 8px 8px;
}

/**************  1. General   *******************/

body
{
	height: 100%;
	background-image: url('img/retraite-background3-LD.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
}

#main-page
{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

strong
{
	font-weight: 600;
}

h5, .h5,
h6, .h6
{
	margin-top: 15px !important;
	margin-bottom: 7px !important;
}

/**************  2. Header   *******************/


@media (min-width: 992px)
{
	header
	{
		margin-top:180px;
	}
}

@media (max-width: 991px)
{
	header
	{
		margin-top:15px;
	}
}

@media (min-width: 992px)
{
	#title
	{
		position: absolute;
		top: 30px;
		display: block;
		left: 100px;
		width: 30%;
	}
}

@media (max-width: 991px)
{
	#title
	{
		margin-top: 15px;
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

#namesite,
#baseline
{
	color: #FFF;
}

#namesite
{
	margin: 0;
	padding: 0;
}

#namesite a,
#namesite a:hover
{
	color: #FFF;
	text-decoration: none;
}

#baseline
{
	font-size: 19px;
	margin-top: 7px;
	font-family: 'Tahoma';
	position: relative;
	text-align: center;
}

#top-header
{
	margin: 0;
	padding: 3px 10px;
	width: 100%;
	background-image: none !important;
	background: #4db7f4 !important;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4db7f4), color-stop(100%, #028edf)) !important;
    background: -webkit-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -moz-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -o-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -ms-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    font-size: 1.05em;
}

#menu-slide
{
	color: #fff;
	padding: 10px;
	display: block;
}

#menu-slide:hover
{
	text-decoration: none;
}

#menu-menu-principal,
#menu-menu-principal li,
#bottom-menu,
#bottom-menu li
{
	margin: 0;
	padding: 0;
}

@media (min-width: 992px)
{
	#menu-menu-principal li,
	#bottom-menu li
	{
		display: block;
		float: left;
	}

	#menu-menu-principal li a,
	#bottom-menu li a
	{
		display: block;
		padding: 5px 25px 3px 0;
		color: #fff;
	}
}

@media (max-width: 991px)
{
	#menu-menu-principal li,
	#bottom-menu li
	{
		display: block;
	}
	
	#menu-menu-principal li a,
	#bottom-menu li a
	{
		display: block;
		padding: 5px 25px 10px 15px;
		color: #fff;
	}
}

@media (max-width: 991px)
{
	#social
	{
		color: #fff;
	}
	
	#social ul
	{
		margin: 0;
		padding: 0;
	}
	
	#social li
	{
		display: block;
		float: left;
		width: 25%;
		text-align: center;
	}
	
	#social li a
	{
		display: block;
		padding: 20px;
		color: #fff;
		font-size: 1.7em;
	}
}

@media (min-width: 992px)
{
	#social
	{
		float: right;
		color: #fff;
		margin-right: 20px;
	}
	
	#social li
	{
		display: block;
		float: left;
	}
	
	#social li a
	{
		display: block;
		padding: 6px 10px 2px 0;
		color: #fff;
	}
}

#search
{
	float: right;
	margin-top: 2px;
}

#search input,
#search input:focus
{
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding-left: 5px;
	height: 26px;
	width: 100px;
}

#search input::-moz-placeholder
{
  color: #fff !important
}

#search input::-webkit-input-placeholder
{
  	color: #fff;
}

#submitsearch
{
	float: right;
	background-color: #fff;
	color: #028edf;
	border: 0;
	border-top: 1px solid #fff;
	height: 26px;
}








@media (min-width: 992px)
{

	#menu-menu-principal li:hover .dropdown-menu
	{
	    display: block !important;  
	}
	
	.dropdown-menu
	{
		border-radius: 0 !important;
		border: none;
		padding: 0 !important;
		margin: 0 !important;
		width: 480px;
		z-index: 10000 !important;
		
		background-image: none !important;
		background: #4db7f4 !important;
	    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4db7f4), color-stop(100%, #028edf)) !important;
	    background: -webkit-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
	    background: -moz-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
	    background: -o-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
	    background: -ms-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
	    background: linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
	    
	    -webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
		-o-column-count: 3; 
	    column-count: 3;
	}
	
	.dropdown-menu .colonne-menu
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.dropdown-menu .colonne-menu:first-child
	{
		padding-left: 15px !important;
	}
	
	.dropdown-menu .colonne-menu:last-child
	{
		padding-right: 15px !important;
	}
	
	#menu-menu-principal .dropdown-menu li
	{
		display: block;
		border-bottom: 1px solid #f400ab;
		width:100%;
		position: relative;
		float: none !important;
	}
	
	#menu-menu-principal .dropdown-menu li:hover
	{
		color: #f400ab;
		cursor: hand;
		background-color: #fff;
	}
	
	#menu-menu-principal .dropdown-menu li a
	{
		padding: 7px 10px !important;
		text-decoration: none;
		color: #fff;
		background: none;
	}
	
	#menu-menu-principal .dropdown-menu li a:hover
	{
		text-decoration: none;
		color: #f400ab;
		background: none;	
	}

}


@media (max-width: 991px)
{

	#menu-menu-principal li:hover .dropdown-menu
	{
	    display: block !important;  
	}
	
	.dropdown-menu
	{
		border-radius: 0 !important;
		border: none;
		background: none !important;
		position: relative;
		float: none;
	    
	    -webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
		-o-column-count: 3; 
	    column-count: 3;
	    
	    box-shadow: 0px 0px 0px black;
	}
	
	#menu-menu-principal .dropdown-menu li
	{
		display: block;
		border-bottom: 1px solid #f400ab;
		width:100%;
		position: relative;
		float: none !important;
	}
	
	#menu-menu-principal .dropdown-menu li:hover
	{
		color: #f400ab;
		cursor: hand;
		background-color: #fff;
	}
	
	#menu-menu-principal .dropdown-menu li a
	{
		padding: 7px 5px !important;
		text-decoration: none;
		color: #fff;
		background: none;
	}
	
	#menu-menu-principal .dropdown-menu li a:hover
	{
		text-decoration: none;
		color: #f400ab;
		background: none;	
	}

}


/**************  3. Content   *******************/

#main-content
{
	background-color: #fff;
	color: #000;
	padding: 16px;
}

#main-content #content ul
{
	font-size: 16px;
}

.page_accueil h1
{
	font-size: 24px;
	text-align: center;
	margin: 50px 0 30px 0;	
}

#titlepays
{
	font-size: 24px;
	color: #3366ff;
}

@media (min-width: 992px)
{
	#content
	{
		padding-right: 0 !important;
	}
	
	#mapGoogle
	{
		padding-left: 0 !important;
	}
}

#content h1
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#content h3
{
	margin: 20px 0 10px 0;
}

#content p
{
	color: #000;
}

#content p.sansinterligne
{
	margin: 0;
}

#content p.pinterligne10
{
	padding-bottom: 10px;
}

#content p.pinterligne20
{
	padding-bottom: 20px;
}

#content p.pinterligne30
{
	padding-bottom: 30px;
}

#sidebar .h2right,
#content h4
{
	margin: 0 0 10px 0;
}

#content #actutitle
{
	margin: 30px 0 10px 0;
}

#sidebar .widget,
#content .widget
{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	padding: 15px;
    border-bottom: 2px solid #f400ab;
    margin-bottom: 30px;
	text-align:justify;
}

#sidebar .widget img
{
	padding: 0 5%;
	width: 100%;
}

#sidebar .widget .centerbutton
{
	text-align: center;
	margin-top: 15px;
}

#sidebar .widget form
{
	display: block;
}

.list-box ul,
.list-box ul li
{
	margin: 0;
	padding: 0;
}

.list-box a,
.list-box a:hover
{
	color: #3366ff;
}

@media (min-width: 992px)
{
	.list-box li.first-news
	{
	    width: 50%;
	    float: left;
	}
	
	li.other-news
	{
	    border-left: 3px solid #EAEAEA;
	}
	
	.list-box li
	{
	    overflow: hidden;
	    width: 47%;
	    margin-right: 3%;
	    float: right;
	    clear: right;
	}
}

@media (max-width: 991px)
{
	.list-box li.first-news
	{
	    margin-bottom: 10px;
	}
	
	.list-box li
	{
	    overflow: hidden;
	    width: 100%;
	    margin-right: 3%;
	    float: right;
	    clear: right;
	}
}

li.other-news
{
    background: none repeat scroll 0% 0% #F7F7F7;
    overflow: hidden;
    padding: 5px 15px !important;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.4s ease 0s;
}

li.all-news
{
	width: 100%;
    background: none repeat scroll 0% 0% #F7F7F7;
    overflow: hidden;
    padding: 15px !important;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.4s ease 0s;
}

#countryslidemap
{
	margin-bottom: 30px;
}

.morecountry
{
	margin: 0 0 0 20px;
	padding: 0;
}

.morecountry li
{
	list-style: circle;
	list-style-type: circle;
}

@media (min-width: 992px)
{
	.linkinterpage
	{
		border-right: 1px solid #999;
		padding: 0 7px;
	}
	
	.linkinterpage:first-child
	{
		padding-left: 0 !important;
	}
	
	.linkinterpage:last-child
	{
		padding-right: 0;
		border: 0;
	}
}

@media (max-width: 991px)
{
	.linkinterpage
	{
		width: 100%;
		display: block;
		text-align: center;
		padding: 5px;
	}
}

/**************  4. Sidebar   *******************/

.listdestination
{
	font-size: 14px;
}

.listdestination ul
{
	display: none;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}

.listdestination ul li
{
	background: none;
}

.listdestination ul li a
{
	color: #e95ca2;
}

.listdestination i
{
	color:#e95ca2;
	margin-bottom: 5px;
	margin-right: 6px;
}

.listdestination a.titledestination:hover i,
.listdestination .dashicons:hover
{
	text-decoration: none;
}

.listdestination a.titledestination
{
	line-height: 21px;
	color: #3366ff;
}

#listapropos
{
	margin: 0;
	padding: 0;
	list-style : none;
}

#desticol
{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/**************  5. Footer   *******************/

footer
{
	padding: 15px;
	background-image: none !important;
	background: #4db7f4 !important;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4db7f4), color-stop(100%, #028edf)) !important;
    background: -webkit-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -moz-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -o-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: -ms-linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    background: linear-gradient(top, #4db7f4 0, #028edf 100%) !important;
    color: #fff;
}

footer a,
footer a:hover
{
	color: #FFF;
}

#menu-menu-pied-de-page,
#menu-menu-pied-de-page li
{
	margin: 0;
	padding: 0;
}

@media (min-width: 992px)
{
	#menu-menu-pied-de-page li
	{
		display: block;
		float: left;
	}
	
	#menu-menu-pied-de-page li a
	{
		display: block;
		padding: 0 20px 2px 0;
		color: #fff;
	}
}

@media (max-width: 991px)
{
	#menu-menu-pied-de-page li
	{
		display: block;
	}
	
	#menu-menu-pied-de-page li a
	{
		display: block;
		padding: 0 20px 10px 0;
		color: #fff;
	}
}

#copyright
{
	font-weight: 300;
	font-size: 12px;
}

@media (min-width: 1200px)
{
	#googleMap
	{
		height:280px;
	}
}

@media (max-width: 1199px)
{
	#googleMap
	{
		height:234px;
	}
}

#googleMap .gmnoprint
{
	display: none;
}




ul.table_content
{
	width: 100%;
	margin: 15px auto;
	padding: 0;
	list-style: none;
}

ul.table_content li
{
	margin: 0;
	padding: 10px 0;
	text-align:left;
	border-bottom: 1px dotted #000;
}

ul.table_content li.childul
{
	border: 0;
}

ul.table_content li em {
	float: right !important;
	padding: 0 10px; /*--Combined Property with 'li em'--*/
}

ul.table_content li em {
	float: none;
}

ul.table_content li ul
{
	border-top: 1px dotted #000;
	margin-top: 10px;
}

ul.table_content li ul li
{
	border-bottom: 0;
	padding: 5px;
}

ul.table_content li ul li:first-child
{
	padding-top: 15px;
}

.search_result li
{
	margin-bottom: 8px;
}

table
{
	width: 100%;
}

table td
{
	padding: 0 20px;
}

.imgtab10
{
	margin: 10px 0;
}

.imgtab20
{
	margin: 20px 0;
}

.imgtab30
{
	margin: 30px 0;
}

table.imgtab30
{
	width: 100% !important;
}

.yellowtable li
{
	list-style-type: circle;
}

.yellowtable form
{
	text-align: center;
}

.formError
{
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.menu-menu-pied-de-page-container
{
	font-size: 1.15em;
}

.wpcf7-mail-sent-ok
{
	font-size: 16px !important;
	border: 2px solid #f400ab !important;
}

.widget_wysija_cont .updated
{
	font-size: 16px !important;
	background-color: #fff !important;
	border: 2px solid #f400ab !important;
}

.widget_wysija_cont .wysija-submit
{
	margin-top: 10px !important;
	margin-left: auto;
	margin-right: auto;
}
#content .widget_wysija_cont {
	text-align: center;
    background: #3366ff;
    padding: 20px;
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid black;
}
#content .widget_wysija_cont .wysija-paragraph {
	color:#fff;
}

@media (min-width: 992px)
{
   .collapse
   {
       display: block !important;
       visibility: visible;
   }
}
@media (max-width:768px) {
	h1 span {
		display:block;
	}	
	table {
		width:100% !important;
	}
}

.liste-livres {
	display: flex;
	flex-direction: column;
}
.liste-livres .livre {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.liste-livres .livre .photo img {
	width: 100%;
}
@media (min-width:768px) {
	.liste-livres {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.liste-livres .livre {
		width: calc( 33% - 16px);
		margin-left: 27px;
	}
	.liste-livres .livre:nth-child(3n+1) {
		margin-left: 0;
	}
}

#content #actutitle {
	text-align: center;
}
#content .date {
	text-align: center;
	color: #038fdf;
}