/*
Theme Name: Thème Vierge
Theme URI: http://benoit-mislin.fr
Author: Benoit Mislin
Author URI: http://wordpress.org/
Description: 
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://benoit-mislin.fr
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*:focus{outline:none;}input:focus,select:focus,textarea:focus,button:focus{outline:none;}*{box-sizing: border-box;-webkit-appearance:none;-moz-appearance:none;font-weight: normal;}.clearboth:before,.clearboth:after {content:"";display:table;}.clearboth:after{clear:both;}.clearboth{zoom:1;}a{text-decoration: none;}html{-webkit-font-smoothing: antialiased;}
input,textarea {-webkit-appearance: none;border-radius: 0;}input[type="text"],input[type="email"],input[type="password"], textarea, select { outline: none;}

html, body {
position: relative;
height:100%;
}

.center_page {
max-width:1000px;
margin:0px auto;
position: relative;
}

.center_page_menu {
	max-width: 100%;
    padding:0px 15px;
}

header {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}

#menu {
    float: left;
}

.share_box {
    float:right;
}

.menu_principal {
	text-align: center;
}

.menu_principal li {
	display: inline-block;
}

.menu_principal li span.share,
.menu_principal li a.fake {
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding:20px 15px 20px 15px;
    height: 28px;
    line-height: 28px;
    display: block;
    cursor: pointer;
    color:#FFF;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}

.share_container {
    padding: 0px 5px 0px 0px;
    border-radius: 30px;
    background: rgb(105, 103, 91);
    height: 28px;
    margin: 20px 0px;
    vertical-align: top;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}

.share_box li span.share {

    font-family: 'Montserrat';
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    display: block;
    cursor: pointer;
    color:#FFF;
    -webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;

	padding:0px 10px;
    display: block;
    font-size: 12px;
    text-transform: lowercase;
    float: left;
}

.lang {
    color: #FFF;
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 30px 15px;
}

.lang span,
.lang a {
    color: #FFF;
}

.lang span.active {
	border-bottom:1px dotted #fed201;
	color:#fed201;
}

.sharer {
    border: 0px;
    float: left;
    display: block;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    background-image: url(images/icon-social.svg);
    background-color: transparent;
    background-size: auto 28px;
    color: #FFF;
    margin: 0px 0px;
    text-indent: -9999px;
    cursor: pointer;
}

.sharer_tw { background-position: -28px 0px; }
.sharer_fb { background-position: 0px 0px; }
.sharer_lk { background-position: -84px 0px; }
.sharer_gp { background-position: -56px 0px; }
.sharer_ml { background-position: -112px 0px; }

header.sticky {
	border-bottom:1px solid #333;
	background:rgba(0,0,0,0.9);
	/*background:#FFF;*/
}

.menu_principal li a.fake:hover {
	color:#fed201;
}

#slider {
	position: relative;
	padding:0;
}

.slider_visuel {
    position: absolute;
	background-image:url(images/slider_2_4.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
    top: 0;
    bottom: 0;
    width: 40%;
    left: 0px;
}

#slider_footer {
	background-image:url(images/slider_2_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height:200px;
	position: relative;
	text-align: center;
}

#slider .slider_titre {
    left: 40%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    padding: 0px 40px;
    background: #FED201;
}

#slider .btn a {
    color:#1A1A1A;
    display: inline-block;
    padding: 15px 20px;
}

.about_texte {
    width:60%;
    float: left;
}

.about_twitter {
    width:40%;
    float: left;
    background:#333;
}

.about_twitter iframe {
    width: 100% !important;
}

.switch_frama,
.members_btn {
    text-align: center;
}

.switch_frama .btn,
.members_btn .btn a {
    display: inline-block;
    margin: 0px 0px 0px;
    font-family: 'Montserrat';
    color: #1A1A1A;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
    border: 2px solid #1A1A1A;
    padding: 15px 20px;
}

.switch_frama .btn {
    border:0px;
    color:#525659;
}

.switch_frama .btn_1 {
    margin-right:20px;
}

.switch_frama .btn.active {
    background: #525659;
    color:#FFF;
}

.background {
	background-image:url(images/background.png);
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}


#slider .slider_center {
	position: absolute;
    top: 50%;
    bottom: 0px;
    right: 0px;
    left: 50%;
    transform: translate(0%,-50%);
}

#slider .slider_titre_center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


#slider_footer .slider_center {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
    padding-top: 80px;
    width: 70%;
}

#slider_footer .slider_center {
    padding-top: 0px;
}

#slider h1 {
    font-size: 38px;
    line-height: 1.1em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #1A1A1A;
    text-align: left;
    margin-bottom: 20px;
    /* padding-right: 140px; */
    /*max-width: 500px;*/
}

#slider p {
    text-align: left;
    font-size: 18px;
    font-family: 'Lora';
    line-height: 1.4em;
    /* padding-right: 220px; */
    max-width: 440px;
    color: #1A1A1A;
}

#slider_footer .btn {
    display: inline-block;
    margin: 40px 20px 0px 20px;
    font-family: 'Montserrat';
    color: #FED201;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
    border: 2px solid #FED201;
}

#slider .btn {
    display: inline-block;
    margin: 20px 20px 0px 0px;
    font-family: 'Montserrat';
    color: #1A1A1A;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
    border: 2px solid #1A1A1A;
}

#slider_footer .btn{
    margin: 0px 20px 0px 20px;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}

#slider_footer .btn:hover,
#slider .btn:hover {
	background:#fed201;
	color:#1A1A1A;

	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}


.titre_section h2 {
	text-align:left;
	font-size:40px; 
	font-family: 'Montserrat';
	position: relative;
    line-height: 1.4em;
	text-transform: uppercase;
	margin:0px 0px 50px 0px;
}

.titre_section h2:after {
    height: 3px;
    width: 50px;
    background: #000;
    content: '';
    /* margin-left: -25px; */
    left: 0px;
    bottom: -20px;
    position: absolute;
}

.titre_section p {
    text-align: left;
    font-size: 18px;
    font-family: 'Lora';
    line-height: 1.4em;
    color: #656565;
    position: relative;
    /* text-transform: uppercase; */
    margin: 40px 0px 0px 0px;
}

.box_charter {
    background:#525659;
}

section {
	padding:0px 0px;
    position: relative;
}

.form_section {
    background: #FFF;
    border-bottom:1px solid #000;
}

.charter_section .titre_section {
    background-image: url(images/slider_x_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.charter_section .titre_section h2,
.form_section h2 {
	color:#FFF;
    text-align: center;
}


.section_members .titre_section h2 {
    text-align: center;
}
.section_members .titre_section h2:after {
    left:50%;
    margin-left:-25px;
}

.section_members {
    background:#fed201;
    padding:40px 0px;
}

.list_support {
	padding:40px 0px;
}
.list_support h2 {
	text-align: center;
}
.list_support h2:after {
	margin-left:-25px;
	left:50%;
}


.charter_section .titre_section h2 {
	margin-top: 0px !important;
}

.charter_section .titre_section p,
.form_section p {
	color: #FFF
}

/*
#charter_pdf_en,
#charter_pdf_fr,
#charter_pdf_es,
#charter_pdf_ar {
    display: none;
}*/

#charter_pdf_en { background-image: url(pdf/charte_en.png); }
#charter_pdf_fr { background-image: url(pdf/charte_fr.png); }
#charter_pdf_es { background-image: url(pdf/charte_es.png); }
#charter_pdf_ar { background-image: url(pdf/charte_ar.png); }

.contenu_section {
	padding:0px 0px;
}

.section_about {
    border-top: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
}

.section_about .contenu_section .center_page {
    font-family: 'Lora', Arial;
    font-size: 15px;
    line-height: 1.6em;
    color: #333;
    text-align: left;
}

.section_about_center {
    text-align: center !important;
}

.section_about_center .about_texte {
    width: 100% !important;
    float: none !important;
}

.section_about_center .box_atout {
    float: none !important;
    max-width:60%;
    margin:0 auto;
}

.section_members .contenu_section .center_page {
    font-family: 'Lora', Arial;
    font-size: 15px;
    line-height: 1.6em;
    color: #333;
    text-align: center;
}

.section_members .contenu_section .center_page {
    font-family: 'Lora', Arial;
    font-size: 15px;
    line-height: 1.6em;
    color: #333;
    text-align: center;
}

.box_about {
	width:100%;
	padding:40px 40px;
}

.box_about_graph {
	width:30%;
	background-image:url(images/background.png);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-left:1px solid #1A1A1A;
}

.contenu_section .center_page p {
	margin-bottom:20px;
}

section.page {
    padding-top:100px;
}

.page h1 {
    font-size: 38px;
    line-height: 1.1em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page h1:after {
    height: 3px;
    width: 50px;
    background: #000;
    content: '';
    left: 50%;
    margin-left:-25px;
    bottom: -20px;
    position: absolute;
}

.page .texte p {
    font-family: 'Lora', Arial;
    font-size: 15px;
    line-height: 1.6em;
    color: #333;
    text-align: center;
    margin-bottom:15px;
}

.page .texte p a {
    color: #333;
    border-bottom:1px dotted #333;
}

.page .texte {
    padding-bottom:30px;
}

.contenu_section_frama_c {
    padding:50px 20px;
    background-color:#525659;
}

.center_page_frama {
    max-width:95%;
    margin:0 auto;
    background: #FFF
}


.page-template-page-charter-php .contenu_section .center_page {
	max-width: 800px;
    font-family: 'Lora', Arial;
    font-size: 15px;
    line-height: 1.6em;
    color: #333;
}


.page-template-page-charter-php .btn a {
	color:#fed201;
}

.page-template-page-charter-php .btn:hover {
	background:#fed201;
}
.page-template-page-charter-php .btn:hover a {
	color:#1A1A1A;
}

.page-template-page-charter-php .contenu_section .center_page h1 {
	
    font-family: 'Montserrat', Arial;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom:30px;
}

.page-template-page-charter-php .contenu_section .center_page h2 {
	
    font-family: 'Montserrat', Arial;
    font-size: 25px;
    line-height: 1.1em;
    margin-bottom:30px;
}

.page-template-page-charter-php .contenu_section .center_page p {
	margin-bottom:20px;
}

.page-template-page-charter-php .contenu_section .center_page ul li,
.page-template-page-charter-php .contenu_section .center_page ol li {
	margin-bottom:20px;
}

.page-template-page-charter-php .contenu_section .center_page ul li {
    list-style: disc;
    margin-left: 20px;
}

.page-template-page-charter-php .contenu_section .center_page ol li {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

.page-template-page-charter-php #main {
    padding-top:150px;
}

.div_pdf_charter {
    height: 450px;
    width: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.pdf {
	text-align: center;
    padding-bottom:20px;
}

.pdf .btn {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    font-family: 'Montserrat';
    color: #FED201;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
    border:2px solid #FED201;

	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}

.pdf .btn a {color:#FED201;
    padding: 15px 20px;
    display: inline-block;}

.pdf .btn:hover {
    background: #fed201;
    color: #1A1A1A;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}

.pdf .btn:hover a {
	color:#1A1A1A;
}

.pdf .btn a {color:#FED201;}

.charter_section .titre_section p {
	margin-bottom:0px;
}

.charter_section .titre_section h2:after,
.form_section h2:after {
	background-color: #FFF;
}

.charter_section .titre_section h2:after {
	margin-left:-25px;
	left:50%;
}

.supporter_liste {padding-top:80px;}

#gform_wrapper_2 select,
#gform_wrapper_2 input[type=text],
#gform_wrapper_2 input[type=email],
#gform_wrapper_2 textarea,
#gform_wrapper_1 select,
#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=email],
#gform_wrapper_1 textarea {
	border-radius: 3px;
    border: 1px solid #35342D;
    background: #FFF;
    border-bottom: 2px solid #35342D;
    font-family: 'Open Sans' !important;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    height:45px;
	-webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
}

#gform_wrapper_2 textarea,
#gform_wrapper_1 textarea {
    height:150px;
}

#gform_wrapper_2 input[type=file],
#gform_wrapper_1 input[type=file] {
    border-radius: 3px;
    border: 1px solid #35342D;
    background: #FFF;
    border-bottom: 2px solid #35342D;
    font-family: 'Open Sans' !important;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    height:45px;
    -webkit-transition: all 200ms linear; /* Safari */
    transition: all 200ms linear;
    position: relative;
}

.form_show_message > label.gfield_label {
    display: none !important;
}

.comment_icon {
    background-image: url(images/comment.svg);
    background-position: 0px 2px;
    background-size: 16px;
    background-repeat: no-repeat;
    height: 25px;
    width: 16px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
}
.popup_masque {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}
.popup_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    padding: 40px;
    font-family: 'Open Sans';
    line-height: 1.4em;
    display: none;
}
.popup .fermer {}
.popup_contenu {
    text-align: center;
    min-width: 550px;
}

.popup .author {
    font-family: 'Montserrat';
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
}

.popup .author .flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height:25px;
    width:25px;
    margin-right:10px;
    display: inline-block;
    vertical-align: top;
}

.gform_wrapper ul.gfield_checkbox li label {
    padding-left: 15px;
}

#gform_wrapper_2 input[type=file]::-webkit-input-placeholder:before,
#gform_wrapper_2 input[type=file]::before,
#gform_wrapper_1 input[type=file]::-webkit-input-placeholder:before,
#gform_wrapper_1 input[type=file]::before {
    content: 'Select a picture';
    background: #FFF;
    position: absolute;
    top: 1px;
    line-height: 40px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0px 10px;
}

#gform_wrapper_1 textarea:focus,
#gform_wrapper_1 input:focus,
#gform_wrapper_2 textarea:focus,
#gform_wrapper_2 input:focus {
    border-bottom: 2px solid #FED201;
}

#gform_wrapper_2 label,
#gform_wrapper_1 label {
    font-family: 'Montserrat';
    color: #000;
    margin: 0px 0px 10px 0px;
    width: 100%;
    line-height: 1.4em;
    font-size: 16px;
}

.switch_frama_tab {
    overflow: hidden;
    height:0px;
}

.switch_frama_tab.active {
    height: auto;

}

#gform_wrapper_2 .ginput_container,
#gform_wrapper_1 .ginput_container {
	margin-top:0px;
}

.form_section .titre_section {
	padding:40px 0px;
}

.form_section h2 {
    color: #000;
    text-align: center;
}
.form_section h2:after {
    background-color: #000;
    margin-left:-25px;
    left:50%;
}

.box_form {
    width: 100%;
    padding: 0px 40px 40px 40px;
}

.box_form_graph {
    background-image: url(images/background.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    bottom: 0px;
    border-right: 1px solid #1A1A1A;
}

#gform_wrapper_1 .form_left_1,
#gform_wrapper_1 .form_left_2 {
	float:left;
	clear: inherit;
    margin-bottom: 40px;
    margin-left: 2% !important;
	width:49%;
}

#gform_wrapper_1 .form_left_1 {
	margin-left:0% !important;
}



#gform_wrapper_2 .form_left_11,
#gform_wrapper_2 .form_left_12,
#gform_wrapper_2 .form_left_13 {
    float:left;
    clear: inherit;
    margin-bottom: 40px;
    margin-left: 2% !important;
    width:32%;
    padding-right: 0px;
}

#gform_wrapper_2 .form_left_11 {
    margin-left:0% !important;
}

@media screen and (max-width: 700px) {

header {
    display: none
}

#slider {
    height: inherit !important;
}

.slider_visuel {
    position: relative;
    background-image: url(images/slider_2_4.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    width: 100%;
    height:200px;
    display: none;
}

#slider .slider_titre {
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: relative;
    padding: 40px 40px;
    background: #FED201;
}

#slider .slider_titre_center {
    position: relative;
    top: 0%;
    transform: inherit;
}

#gform_wrapper_1 .form_left_1,
#gform_wrapper_1 .form_left_2 {
    float:none !important;
    clear: inherit;
    margin-bottom: 40px;
    width:100% !important;
    margin-right:0px !important;
    padding-right: 0px;
}


}

#gform_wrapper_1 .form_left_2 {

}

#gform_wrapper_2 .gform_footer,
#gform_wrapper_1 .gform_footer {
	text-align: center;
}

#gform_wrapper_2 input[type=submit],
#gform_wrapper_1 input[type=submit] {
    border-radius: 0px;
    border: 0px;
    font-family: 'Montserrat' !important;
    text-transform: Uppercase;
    display: inline-block;
    width: inherit;
    padding: 10px 30px;
    font-size: 18px;
    color: #000;
    background: #fed201;
    border: 2px solid #fed201;
}

#gform_wrapper_2 input[type=submit]:hover,
#gform_wrapper_1 input[type=submit]:hover {
    background: #fed201;
    border:2px solid #fed201;
    color:#1A1A1A;
}

#gform_wrapper_2 input[type=file],
#gform_wrapper_1 input[type=file] {
    color: #1A1A1A;
    font-size: 12px;
    font-family: 'Open Sans' !important;
    /*height: 42px;*/
    background: #FFF;
}

#gform_wrapper_2 #extensions_message,
#gform_wrapper_1 #extensions_message {
    color: #FFF;
    font-family: 'Open Sans', Arial;
    font-size: 11px;
    padding: 0px 0px 0px 3px;
    display: none;
}

#gform_confirmation_message_2,
#gform_confirmation_message_1 {
    text-align: center;
    font-family: Montserrat;
    color: #000;
    line-height: 1.3em;
    max-width: 460px;
    margin-bottom: 50px;
    margin: 0 auto 50px auto;
    font-size: 20px;
}

#gform_wrapper_2 .gfield_description,
#gform_wrapper_1 .gfield_description {
    color: #35342D;
    font-family: 'Open Sans', Arial;
    font-size: 11px;
    padding: 0px 0px 0px 3px;
}

.form_doc {
    background:#FFF;
    padding:40px;
    margin-bottom: 50px;
}

.liste_docs {
    background:#FFF;
    padding:40px;    
}

.liste_docs h3 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.liste_docs ul {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:2px solid #EEE;
}

.liste_docs ul li {
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px dotted #EEE;
}

.liste_docs ul li a {
    font-family: 'Lora';
    color:#333;
}

.liste_docs ul li:last-child {
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom:0px solid #EEE;
}

.supporter_liste {
	text-align: center;
}

#filters {
	text-align: center;
}

#filters li {
	display: inline-block;
    font-family: 'Open sans';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px;
    padding: 5px 10px;
    cursor: pointer;
}

#filters li.active {
    background: #fed201;
}

.btn_lang {
    text-align: center;
}

.btn_lang a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px 15px;
    font-family: "Montserrat";
}

.btn_lang a.active {
    color:#FED201;
    border-bottom:1px dotted #FED201;
}

.btn_lang a.btn_arabe {
    text-indent: -9999px;
    height:12px;
    width:113px;
    background-image:url(images/btn_arabe.png);
    background-position: top center;
    background-repeat:no-repeat;
}

.btn_lang a.btn_arabe.active {
    background-position: bottom center;

}

.div_pdf_charter {
    display: none;
}

.div_pdf_charter.active {
    display: block;
}

.item_support {
	display: none;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin:30px;
}

.item_support_state {
    margin: 30px 30px 60px 30px;
}

.item_support .container {
    width: 180px;
    min-height: 120px;
    position: relative;
}

.item_support .container .titre {
	top:50%;
	left:50%;
	position: absolute;
    font-family: 'Montserrat';
    font-size: 22px;
    transform: translate(-50%,-50%);
}

.item_support_state .container .titre_state {

    position: absolute;
    width: 100%;
    line-height: 25px;
    bottom: -30px;
    font-family: 'Montserrat';
}

.item_support .container img {
	width: 100% !important;
	height:auto;
	display:block;
}

.supporter_liste h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    position: relative;
    margin: 40px 0px;
}

.supporter_liste h3 span {
	background-color: #FFF;
	padding:0px 15px;
}

.supporter_liste h3:before {
    content: '';
    border-bottom: 1px solid #EEE;
    width: 100%;
    bottom: 12px;
    left: 0;
    z-index: -1;
    position: absolute;
    right: 0;
}

footer.page {
    padding: 20px;
    text-align: center;
    font-family: 'Open Sans', Arial;
    font-size: 12px;
    color: #FFF;
    background: #333;
    line-height: 1.4em;
}

footer.page a {
	color:#FFF;
    text-decoration: none;
    border-bottom:1 dotted #FFF;
}


/* selectboxit */

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100% !important; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 42px; /* Height of the drop down */
  line-height: 40px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  margin-right: 40px;
    margin-left: 10px;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
  display: none;
}

/* Options List */
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    max-height: 106px !important;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 3;
    border-radius: 0px 0px 3px 3px;
    top: 40px !important;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
 }

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}


/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 40px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #FFF;
  border: 1px solid #35342D;
  border-bottom: 2px solid #35342D;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #FFF;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #ffffff;
    background-color: #009CDE;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); */
    /* background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); */
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    /* background-image: linear-gradient(to bottom, #0088cc, #0077b3); */
    /* background-repeat: repeat-x; */
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
