
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a{
	cursor: pointer;
}

strong, b{

}

img{
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast; /* éviter rendu flou sur chrome */
	height: auto;
}
iframe{
	max-width: 100%;
}


/* Fonts
----------------- */

body{
	font-family: Calibri, Helvetica, sans-serif;
	font-weight: 400;
}

category article.autre h3,
single-auteur article.autre h3,
single .article-lie h3
{
	font-family: calibri;
}


/*
font-family: "ITC Avant Garde Gothic W01"; (grouping)
100 extralight
200 book
400 medium
500 demi
600 bold
*/


input{
	font-family: "ITC Avant Garde Gothic W01";
}


@font-face {
    font-family: 'Gobold';
    src:url('../fonts/Gobold.ttf.woff') format('woff'),
        url('../fonts/Gobold.ttf.svg#Gobold') format('svg'),
        url('../fonts/Gobold.ttf.eot'),
        url('../fonts/Gobold.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}



/* Structure
------------------------------------ */

/* The main theme structure */
.header-content,
.site-content {
	margin: 0 auto;
	position: relative;
	width: 1062px;
	background-color: white;
	cursor: auto;
	
	padding: 0 10px;
}

#wrapper{
  background-color: white;
  margin: auto;
}
.site-header{
  z-index: 10;
}
.site-content{
  margin-top: 10px;
}

.main-cols{
  display: flex;
}

.main-left{
  width: 750px;
	margin-right: 22px;
}

.main-right{
	width: 270px;
	border-left: 1px solid #ccc;
	padding-left: 22px;
}



/* Global Elements
------------------------------------ */


body,
input,
textarea {
	color: #222;
	font-size: 13px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	margin-top: 15px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

article li{
	margin-bottom: 10px;
}

ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea,
input[type="email"]
 {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
input[type="checkbox"],
input[type="radio"]{

}
input[type="submit"]{
	cursor: pointer;
}


a{
	text-decoration: underline;
	cursor: pointer;
}
a:link {
	color: #222;
}
a:visited {
	color: #222;
}
a:active,
a:hover {
	color: #ff4a00;
}

span.oi{
	color: #ff4a00;
	font-weight: bold;
}
.orange-oi{
	color: #ff4a00;
}

.orange, .orange *{
	color: #ff4a00 !important;
}

input[type="submit"]{
	background-color: #ff4a00;
	border: none;
	color: white;
	font-weight: 600;
	padding: 3px 8px;
	margin-left: 35px;
	font-size: 14px;
	cursor: pointer;
}


/* TinyMCE ADVANCED */
._encadre{
	background-color: #F0F0F0;
}
table._encadre td{
	padding: 10px !important;
}
br.spacer_ {
   line-height: 0;
}

.sc_encadre{
	border: 1px solid #ddd;
	padding: 8px;
	display: block;
	box-shadow: 2px 2px 2px #eee;
	background-color: #e9e9e9;
}
.people .people-portrait .sc_encadre{
	border: 1px solid #666;
	background-color: #444;
	box-shadow: 2px 2px 2px #000;
}






/* =Images
-------------------------------------------------------------- */

.article img, .article_une img {
	margin: 0;
	_max-width: 720px;
	height: auto;
}

.attachment img {
	max-width: 900px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	/*
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
*/
	_background: #f1f1f1;
	margin-bottom: 20px;
	text-align: center;
	_padding: 8px 8px;
	max-width: 100%;
}
.wp-caption img {
	width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #666;
	font-size: 13px;
	_margin: 5px;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #333;
	font-size: 20px;
	overflow: hidden;
	line-height: 1;
	font-weight: 500;
	margin-top: 20px;
	text-align: right;
	margin-bottom: 20px;

}
.navigation .page-numbers{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;

	padding: 3px 7px;
	color: inherit;
	height: 30px;
}

.navigation .current{
	background-color: #ff4a00;
	color: white;
	border: 1px solid #ff4a00;
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev
{
	border: none;
	padding: 0;
}

.navigation a {
	_border: 1px solid #575756;
	background-color: #f0f0f0;
}

.navigation img{
	display: block !important;
	margin: 0;
	padding: 0;
	margin-bottom: -5px;
	width: 30px;
	height: 30px;
}



.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
#nav-single a{
	text-decoration: none;
	font-size: 1.1em;
}




/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color: #ececec;
	margin: auto;
	padding: 5px;
	text-align: center;
	color: #333;
	font-size: 12px;
}




/* Float Properties*/
.cf:after {
	content:"";
	display: table;
	clear: both;
}




/* generalitées frm */
.frm_top_container label{
	display: block !important;
	_cursor: pointer;
}
.frm_blank_field{
	color: red;
}
.frm_error{
	display: none;
}
.frm_message{
	color: #ff4a00;
	background-color: transparent !important;
	font-weight: 400;
}






#devenez{
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}




/* numero de page */
#nums_pages{
	text-align: center;
}






/* superb slideshow gallery */
.gallerylayer{
	background-color: white !important;
}
.gallerylayer img{
	max-width: 300px;
	max-height: 300px;
}



#fancybox-close{
	top: -25px !important;
	right: -25px !important;
}




/* Bloc marraines et parrains */
#content-bloc-mp{
	background-color: #f3f3f3;
	position: relative;
	height: 145px;
	margin-bottom: 20px;
}
#content-bloc-mp .images {
	position: relative;

}
#content-bloc-mp .images > div{

	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#content-bloc-mp .images div img {
	margin: 0 2px 0 3px;
}


/* Basic slider */
#banner-grey{
	margin-bottom: 10px;
}



/* Plugins
---------------------------------- */

.royalSlider *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}


/* Facebook
--------------------------------------*/
.fb-comments{
	margin-bottom: 20px;
}




/* Recherche
--------------------------------------------------*/

.recherche-tri{
	text-align: right;
	color: #ccc;
}
.recherche-tri strong{
	color: black !important;
}
.recherche-tri a{
	color: #555;
}
.recherche-tri span{
	color: #333;
}

.search .termes{
	font-size: 25px;
	color: #555;
	color: #ff4a00;
	margin-bottom: 40px;
}
.search .termes span{
	font-style: italic;
}

.search div.breve{
	float: right;
	display: block;
	background-color: #dadada;
	color: #575756;
	font-weight: 500;
	padding: 3px 5px;
	font-size: 15px;
	margin-top: 5px;
}

article.search{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}

article.search:after
{
  content: "";
  display: table;
  clear: both;
}

article.search .date{
	color: #565657;
}
article.search h3
{
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 900;
}


article.search h3 a
{
	text-decoration: none;
	color: #575756;
}


article.search .image
{
	float: left;
	display: block;
	position: relative;
}


article.search .lang_list{
	position: absolute;
	right: 8px;
	bottom: 10px;
}

article.search .lang_list img{
	height: 12px;
}


article.search .content
{
	margin-left: 200px;
	height: 108px;
	font-size: 13px;
	text-align: justify;
}

article.search .auteur
{
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 150px;
}

article.search .auteur img
{
	float: left;
	margin-right: 10px;
}

article.search .auteur-content
{
	display: inline-block;
	position: absolute;
	bottom: 0px;
}

article.search .auteur-nom
{
	color: #ff4a00;
	font-weight: 500;
	font-size: 14px;
}

article.search .auteur-fonction
{
	font-size: 11px;
}

.search .no_results{
	font-size: 16px;
	color: #575756;
}


p.titre-souligne{
	font-size: 24px;
	color: #999;
	border-bottom: 3px solid #ff4a00;
	display: inline-block;
	padding: 0 10px 2px 2px;
	font-weight: ;
	line-height: 1;
}


.post-password-form input[type="password"]{
	border: 1px solid #ccc;
}


/* Video-JS - overwrite les styles par defaut
------------------------------------------*/

.video-js .vjs-big-play-button{
	border: 0;
	border-radius: 0;
	font-size: 6em;
	background-color: rgba(50, 50, 50, 0.7);
	width: 2.5em;
}
.video-js:hover .vjs-big-play-button{
	background-color: rgba(237, 110, 40, 0.5);
}

/* Youtube mobile */
.youtube_mobile{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 55%;
	display: block;
	margin: 15px 0;
}
.youtube_mobile:after{
	content: '';
	background-image: url(../images/2016/youtube_mobile_play.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 200px;
	height: 144px;
	background-repeat: no-repeat;
	opacity: 0.8;
}
.youtube_mobile img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: auto;
}


#sf-Email0{
	direction: ltr !important;
}

