/* =Reset
-------------------------------------------------------------- */
 
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Roboto Condensed, monospace;
    font-size: 100%;
    font-style: inherit;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
    font-size: 16px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: 0;
    
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}

/* =Global
----------------------------------------------- */

.only_mobile{
	display: none;
}
 
body,
button,
input,
select,
textarea {
    color: #444444;
    font-family: sans-serif;
    line-height: 1.5;
}
 
/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
hr {
    background-color: #c6c6c6;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
 
/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #c6c6c6;
    border-color: #c6c6c6 #c6c6c6 #bbb #c6c6c6;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    color: rgba(0,0,0,.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #c6c6c6 #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
textarea {
    color: #666;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #444444;
}
input[type=text],
input[type=email] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}
 
/* Links */
a {
    color: #444444;
    text-decoration: none;
}
a:visited {
    /*color: purple;*/
}
a:hover,
a:focus,
a:active {
    /*color: midnightblue;*/
}
.underlined_link{
	text-decoration: underline;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
 
/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
 
/* =Menu
----------------------------------------------- */

#menu_mobile {
	display: none;
}
#menu_mobile {
    background-color: #464646;
    position: absolute;
    width: 252px;
    z-index: 9999;
    height: 100%;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(36,36,36,1);
	-moz-box-shadow: 0px 2px 14px 0px rgba(36,36,36,1);
	box-shadow: 0px 2px 14px 0px rgba(36,36,36,1);
}

#close_mobile_menu {
    background-color: #464646;
    height: 63px !important;
}

#menu_mobile_close_icon {
    float: right;
    margin-right: 14px;
    margin-top: 12px;
}

	#menu_mobile ul {
	    list-style: outside none none;
	    margin: 0;
	}
	
		#menu_mobile ul li{
			display: inline-block;
			min-height: 48px;
			width: 100%;
			border-bottom: 1px solid #7e7c7e;
			border-top: none;
			text-align: left;
			padding-left: 15px;
			box-sizing: border-box;
		}
		
			#menu_mobile ul li a{
				display: inline-block;
				font-size: 19px;
				line-height: 1.1;
				text-decoration: none;
				vertical-align: middle;
				color: white;
				padding-left: 14px;
				padding-top: 12px;
				text-transform: uppercase;
				text-align: left;
			}
			
			#menu_mobile ul li.current-menu-item a{
				color: #b5d700;
			}
			
			#menu_mobile .sub-menu {
			    padding-left: 12px;
			    padding-top: 0;
			}
			
			#menu_mobile .sub-menu li{
				border: 0;
			}

 
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
        top: 1.5em;
        left: 0;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
 
/* Small menu */
.menu-toggle {
    cursor: pointer;
}
.main-small-navigation .menu {
    display: none;
}
 
/* =Content
----------------------------------------------- */
 
.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
 
/* =Asides
----------------------------------------------- */
 
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
 
/* =Media
----------------------------------------------- */
 
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #c6c6c6;
    max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
 
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
 
/* =Navigation
----------------------------------------------- */
 
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
 
/* =Comments
----------------------------------------------- */
 
.bypostauthor {
}
 
/* =Widgets
----------------------------------------------- */
 
.widget {
    margin: 0 0 1.5em;
}
 
/* Search widget */
#searchsubmit {
    display: none;
}


/* Classes à réutiliser dans tout le site
*********************************************** */
.center_content{
	width: 1170px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

/* HEADER
*********************************************** */
#wpadminbar {
    display: none;
}

#masthead{
	width: 100%;
	display: inline-block;
	background-color: #444444;
	height: 63px;
}

.menu-main-menu-container {
    text-align: center;
    display: inline;
    float: left;
    max-width: 82%;
}

.main-navigation ul {
    display: inline-block;
    margin: 16px auto 0;
}

.main-navigation a {
    color: white;
    font-size: 118.8%;
    text-transform: uppercase;
    float: left;
}
.main-navigation li.current-menu-item a, .main-navigation li.current-menu-ancestor a{
	color: #B7D600;
	font-weight: bold;
}
.main-navigation li.current-menu-ancestor .sub-menu a{
	font-weight: normal;
}
.main-navigation li.current-menu-ancestor .sub-menu .current-menu-item a{
	font-weight: bold;
}


.menu_separator {
    color: white;
    float: left;
    font-size: 5px;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 10px;
}

.menu_not_connected .menu_separator {
    margin-left: 22px;
    margin-right: 22px;
}
.espace_membre_bouton_container.inscription_link {
    margin-right: 10px;
}

.menu li .menu_separator_before{
	display: none;
}
.menu li:first-child .menu_separator_before{
	display: block;
}
.menu.menu_not_connected li:first-child .menu_separator_before{
	margin-left: 0;
}

.main-navigation li:last-child .menu_separator:not(.menu_separator_before) {
    margin-right: 0;
}

.sub-menu {
    background-color: #444444;
    list-style: outside none none !important;
    margin-top: 0px !important;
    padding-top: 26px;
    box-sizing: border-box;
    max-width: 100%;
    margin-left: -15px !important;
}

.sub-menu li {
    border-bottom: 1px solid #666666;
    margin: 3px 14px;
    text-align: left;
    max-width: 85.5%;
}
.sub-menu li:last-child {
    border: 0 none;
}

.sub-menu li a{
	color: #b7d600;
	text-transform: none;
	max-width: 100%;
}

.sub-menu .menu_separator {
    display: none !important;
}


.espace_membre_bouton {
    background-color: #b7d600;
    border-radius: 3px;
    font-size: 131.3% !important;
    line-height: 1.1;
    margin-top: 7px;
    padding: 0 10px 4px;
    text-transform: none !important;
}
.espace_membre_bouton img {
    float: left;
    margin-bottom: 5px;
    margin-right: 9px;
    margin-top: 10px;
    max-height: 30px;
    max-width: 22px;
}

.espace_membre_texts {
    float: left;
}

.espace_membre_text {
    font-size: 87.5%;
}

.espace_membre_foyer {
    font-weight: bold;
}


#menu-main-menu:first-child .menu_separator.menu_separator_before {
    margin-left: 12px;
}

.site-main {
	background-image: url("images/papier.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.top_background_wrapper {
    background-image: url("images/header_background.png");
    background-position: 0 45px;
    background-repeat: no-repeat;
    margin: 0 auto;
    min-height: 916px;
    width: 1641px;
}

.espace_membre_bouton_container {
    float: right;
    max-height: 56px;
}

/********** F.A.Q ***********/
.wp-editor-container {
    border: 1px solid lightgray;
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px 0;
}


#form_edit_faq > input[type="submit"] {
    float: right;
}

.modifier_contenu_faq{
	background-color: #b7d600;
	border: 0 none;
	box-shadow: none;
	color: white;
	font-family: Roboto Condensed;
	font-size: 150%;
	text-transform: uppercase;
	width: auto;
	float: right;
	padding: 0 30px;
}



/********** Logged in Menu **********/
.site-navigation #logged-in-menu {
    background-color: #dedcdd;
    border-radius: 3px;
    border-width: 0;
    border-top: 1px solid #444444;
    display: none;
    list-style: outside none none;
    position: absolute;
    top: 57px;
    z-index: 999;
}

#logged-in-menu .menu-menu-membre-container {
    margin-bottom: 0;
}

.site-navigation #logged-in-menu ul {
	margin: 0;
	padding: 0;
}

.site-navigation #logged-in-menu li, .logout_link_wrapper {
    border-bottom: 1px solid #c6c6c6;
    clear: both;
    float: none;
    font-size: 81.3%;
    height: 20px;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    padding: 4px 10px;
    position: relative;
    text-align: left;
}

.logout_link_wrapper {
    border: 0 none;
    margin-top: -7px;
}

.site-navigation #logged-in-menu a {
	display: block;
	text-align: left;
	margin: 0;
	height: 20px;
	line-height: 20px;
	font-size: 81.3%;
	color: #373c3c;
	text-decoration: none;
}

.site-navigation #logged-in-menu li:hover, .logout_link_wrapper:hover {
    background-color: #bccf01;
}

.site-navigation #logged-in-menu li a, .logout_link {
	color: #444444;
	text-decoration: none;
	width: 100%;
}


/********** CONTENT *****************/
.home .content-area {
    margin-bottom: 190px;
}

.content-area {
    margin-bottom: 125px;
}

.content_wrapper {
    padding-top: 304px;
    padding-right: 12px;
}
.site-content {
    margin: 0 15px;
}




/********** Slider ******************/

.flexslider {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	margin-bottom: 42px;
	text-align: center;
}

.flexslider ul{
	list-style: none;
	margin: 0;
}

.flexslider, .flexslider .slides li, .flexslider .slides li .image_slider_wrapper{
	height: 600px;
}

.flexslider li{
	/*position: inherit !important;*/
}

.slides li a {
    position: relative;
    /*z-index: 3;*/
}

.flexslider .slides img {
    display: block;
    height: auto;
    margin: -77px auto 0;
    max-height: none !important;
    max-width: 100%;
    min-height: 500px;
    width: 1140px;
}

.image_slider_wrapper {
    overflow: hidden;
}

.flex-caption {
    color: white;
    left: auto;
    margin: 0 auto;
    padding-bottom: 0;
    padding-right: 12px;
    position: relative;
    top: -185px;
    width: 1140px;
}


.single_slide .flex-direction-nav {
    display: none;
}

.flex-nav-next a {
	background: url("../images/fleche_slider_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background-size: cover !important;
	height: 45px !important;
	width: 45px !important;
}
.flex-nav-prev a {
	background: url("../images/fleche_slider_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	background-size: cover !important;
	height: 45px !important;
	width: 45px !important;
}

.flex-direction-nav a {
    z-index: 2 !important;
}

.flexslider:hover .flex-next {
    opacity: 1 !important;
    right: 17px !important;
}

.flexslider:hover .flex-prev {
    opacity: 1 !important;
    left: 17px !important;
}


.slide_title, .slide_description {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    width: 53.3%;
    padding: 0 15px;
    text-align: left;
}
.slide_title {
    display: block;
    margin-bottom: 2px !important;
}
.slide_description {
    padding: 4px 15px;
}

.lire_la_suite_slider {
    background-color: #b5d700;
    color: #444444;
    font-size: 100%;
    margin: 4px auto 0;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 109px;
}


.small_text{
	font-size: 100%;
}

.title_text{
	font-size: 206.3%;
}


.flex-direction-nav{
	display: none;
}

.flex-control-nav {
    background-color: white;
    border-radius: 6px;
    bottom: -414px;
    clear: both;
    display: inline-block;
    height: 30px;
    margin: 159px auto 0;
    min-width: 45px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 9999;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    border-radius: 32px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.flex-control-paging li a.flex-active {
    background: #B8D600 none repeat scroll 0 0;
    cursor: default;
}

/********** Fin Slider **************/

.defis_wrapper {
    margin: 0;
}

.defis_wrapper .home_subtitle {
    background-image: url("images/defi_actuels_background.png");
    font-family: Pacifico;
    font-size: 281.3%;
    height: 69px;
    margin: 0 auto;
    padding-left: 14px;
    padding-top: 35px;
    text-align: center;
    width: 547px;
}


.defis_actuels_wrapper {
    background-color: #f6f6f6;
    border: 1px solid #B0B0B0;
    padding: 20px 32px 40px;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.lancer_defi_wrapper {
	background-color: #71BB1C;
	color: white;
	padding: 32px 32px 40px;
	text-align: center;
}
    .lancer_defi_wrapper .pas_defi {
        font-size: 26px;
        margin-bottom: 0px;
        font-weight: bold;
    }
    .lancer_defi_wrapper .pouvons_accompagner {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .lancer_defi_wrapper .lancer_defi {
        font-size: 18px;
        text-transform: uppercase;
        color: black;
        background-color: #FD7D00;
        padding: 8px 24px 6px;
    }

.shadow_wrapper {
    display: inline-block;
    float: left;
    margin-top: -25px;
    position: absolute;
    width: 50%;
}

.top_left_shadow {
    padding-left: 30px;
}

.top_right_shadow{
    right: 30px;
}

.defi_location {
    font-size: 237.5%;
    clear: both;
}

.defis_actuels_wrapper hr {
    background-color: #444444;
    height: 2px;
    margin-top: 0;
}

.defis_liste {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}


.defis_liste li::before {
    color: #b5d700;
    content: "• ";
    font-size: 275%;
    line-height: 30px;
    margin-right: -10px;
    vertical-align: calc(-13px);
}
.defis_liste li {
    float: left;
    font-size: 118.8%;
    padding-left: 1em;
    text-indent: -0.7em;
    width: 33%;
    box-sizing: border-box;
}

.accroche {
    margin: -51px 0;
    position: relative;
    z-index: 40;
}

.accroche_left {
    margin-left: 35px;
    float: left;
}
.accroche_right {
    float: right;
    margin-right: 35px;
}

.defis_passes_wrapper {
    background-color: #9d9d9d;
    border: 1px solid #B0B0B0;
    color: white;
    padding: 40px 32px;
    position: relative;
    z-index: 10;
}

.defi_passes_title {
    background-image: url("images/defi_passe_background.png");
    background-position: 0 100%;
    color: #444444;
    font-family: Pacifico;
    font-size: 187.5%;
    height: 86px;
    margin: -40px auto 0;
    padding-left: 14px;
    text-align: center;
    width: 342px;
}

.defis_passes_wrapper hr {
    background-color: white;
    height: 2px;
    margin-top: 0px;
}

.defis_passes_wrapper .defi_location {
    font-size: 187.5%;
}

.defis_passes_wrapper a {
    color: white;
}

.bottom_shadow_wrapper {
    float: left;
    margin-top: -55px;
    position: relative;
    z-index: 0;
    max-width: 50%;
}

.bottom_shadow_wrapper.defis_actuels{
	margin-top:-71px;
}

.bottom_left_shadow {
    left: 15px;
}

.bottom_left_shadow img{
	margin-left: 15px;
}


.bottom_right_shadow img{
	margin-right: -15px;
}

/*********** FOOTER *****************/
.whatsadefi_wrapper {
	background-image: url("images/papier.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}

.presentation_video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.presentation_video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.whatsadefi_wrapper .center_content, .footer_top_wrapper .center_content, .footer_middle_wrapper .center_content {
    padding-right: 12px;
}

.whatsadefi_image_wrapper{
	text-align: center;
}


.whatsadefi_title {
    font-family: pacifico;
    font-size: 287.5%;
    margin-top: -21px;
    margin-bottom: 20px;
    text-align: center;
}

.whatsadefi_image_wrapper > img {
    margin-top: -136px;
    margin-right: 32px;
}

.whatsadefi_content {
    float: left;
    padding-right: 2%;
    width: 48%;
    margin-bottom: 24px;
}

.whatsadefi_subtitle {
    font-size: 137.5%;;
    font-weight: bold;
}

.whatsadefi_content p{
	font-size: 100%;
}


.whatsadefi_savoir_plus {
    background: #b7d600 none repeat scroll 0 0;
    clear: both;
    font-size: 87.5%;
    margin: 40px auto 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 126px;
}


.footer_top_wrapper {
    background: #6cc300 none repeat scroll 0 0;
    color: white;
    padding: 35px 0;
}


.footer_top_title {
    font-family: pacifico;
    font-size: 275%;;
    margin-bottom: 30px;
    text-align: center;
}

.actualites_footer {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
}

.actualites_footer li {
    float: left;
    padding-right: 2%;
    width: 31%;
}

.actualites_footer_title {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    min-height: 44px;
}
.actualites_footer .wp-post-image {
	max-width: 100%;
	height: 219px;
	border-radius: 10px;
	object-fit: cover;
}
.actualites_footer_title a{
	color: white;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1;
}

.actualites_footer_suite {
    background-color: white;
    color: #444444;
    font-size: 87.5%;
    padding: 8px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
}

.footer_middle_wrapper {
    background-color: #444444;
    color: white;
    margin-top: 1px;
}

.footer_middle_content_wrapper {
    display: inline-block;
    width: 100%;
}

.footer_middle_content {
    float: left;
    width: 33%;
    padding-top: 20px;
}

.footer_middle_content img {
    float: left;
    margin-right: 15px;
}

.footer_middle_content:first-child > p {
    margin-top: -2px;
}
.footer_middle_content p {
    font-size: 137.5%;;
    font-weight: bold;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 0;
    color: white;
    display: inline-block;
}

.footer_middle_content.presse_medias p {
    margin-bottom: 2px;
}


.footer_middle_content{
	margin-bottom: 15px;
}

.footer_bottom_content {
    font-size: 87.5%;
    font-style: italic;
    padding: 10px 0;
    text-align: center;
}

.footer_bottom_column{
	float: left;
	width: 33%;
}
.footer_bottom_column.center_column {
	padding-top: 35px;
}

/*.footer_bottom_column:nth-child(2){
    margin-left: 4%;
    margin-right: -7%;
}

.footer_bottom_column:nth-child(3) {
    margin-left: 10%;
    margin-right: -10%;
}*/

.footer_bottom_column img .logo_corabio{
	height: 63px;
}

.footer_bottom_column img.logo_fnab {
    height: 91px;
}

.text_alignleft{
	text-align: left;
}
.text_alignright{
	text-align: right;
}
.notre_partenaire_ra {
    display: block;
    margin: 0 0 -10px 8px;
}

.footer_middle_content:nth-child(2), .footer_middle_content:nth-child(3) {
    margin-left: 7%;
    margin-right: -7%;
}

/*********** COOKIES NOTICE *****************/

#cookie-notice .button.bootstrap {
    background-color: #444444 !important;
    background-image: linear-gradient(to bottom, #444444, #444444) !important;
    box-shadow: none !important;
}


/*********** ACTUALITES PAGE ****************/
.page_title {
    font-size: 243%;
    margin-top: -12px;
}
.page-template #content h2 {
	font-size: 200%;
}
.page-template #content h3 {
	font-size: 150%;
}
.page-template .site-content a {
	text-decoration: underline;
}

.bottom_title_line {
    background-color: #444444;
    color: #444444;
    height: 2px;
    margin-top: -3px;
}

.actualites_liste {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}

	.actualites_liste li{
		float: left;
		margin-bottom: 64px;
		width: 31%;
		padding-right: 2%;		
	}
	.actualites_liste li:nth-child(3n+2){
		width: 32%;
	}
	.actualites_liste li:nth-child(3n){
		width: 33%;
		padding-right: 0;		
	}
	.actualites_liste li:nth-child(3n+1) {
	    clear: both;
	}
		
		.actualite_title {
		    color: #b5d700;
		    font-size: 150%;
		    line-height: 1.1;
		    margin-bottom: 15px;
		    min-height: 52px;
		    text-transform: uppercase;
		}		
		
		.actualites_liste .image_wrapper {
		    height: 265px;
		    overflow: hidden;
		    width: 100%;
		}
		.actualites_liste li img {
		    height: 100%;
		    margin: 0 auto;
		    min-width: 100%;
		    width: auto;
		}
		
		.description_actualites{
			margin-bottom: 15px;
		}

		
		.lire_la_suite_actualite {
		    background-color: #b5d700;
		    color: #444444;
		    font-size: 100%;
		    padding: 4px;
		    text-align: center;
		    text-transform: uppercase;
		    width: 109px;
		}
	
	.pagination_wrapper {
	    text-align: center;
	}
		.pagination_wrapper .page-numbers {
		    padding: 5px 9px;
		}
		.pagination_wrapper .page-numbers.current {
		    background-color: #b5d700;
		    font-weight: bold;
		}
		.pagination_wrapper .next.page-numbers::before {
		    content: " | ";
		    padding-right: 15px;
		}
		.pagination_wrapper .prev.page-numbers::after {
		    content: " | ";
		    padding-left: 15px;
		}
		
/************ ACTUALITE SINGLE *****************/
.actualite_date {
    background-color: #b5d700;
    color: #444444;
    font-size: 112.5%;
    font-weight: bold;
    margin-right: 2px;
    padding: 9px 17px 6px;
    text-align: center;
}
.actualite_defi {
    background-color: #FC7613;
    color: #444444;
    font-size: 112.5%;
    font-weight: bold;
    padding: 9px 17px 6px;
    text-align: center;
}

.actualite_content .actualite_image {
    float: left;
    margin-right: 2%;
    width: 31%;
}

/*Fix margin don't work because ul non floating  */
.actualite_texte > ul {
    overflow: hidden;
}
.actualite_texte li {
    margin-left: 31px;
}		
.actualite_texte h2, .actualite_texte h5 {
    clear: none;
}	

.gallery img {
    height: auto;
    max-width: 100%;
}
		
/************ CONTACT PAGE **********************/
.contact_content .wpcf7-form{
	margin-left: 90px;
	margin-top: 58px;
}

.wpcf7-form input, .wpcf7-form textarea {
	background-color: #f2f2f2;
	box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-webkit-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-moz-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-o-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	padding: 7px;
	font-family: Roboto Condensed;
	width: 456px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .trigger-element, .wpcf7-form .dropdownvisible{
	width: 456px;
}
input.input_error {
	border-color: #fc7613 !important;
	box-shadow: inset -5px 6px 3px -4px #C35F15 !important;
    -webkit-box-shadow: inset -5px 6px 3px -4px #C35F15 !important;
	-moz-box-shadow: inset -5px 6px 3px -4px #C35F15 !important;
	-o-box-shadow: inset -5px 6px 3px -4px #C35F15 !important;
}


.wpcf7-form input[type="submit"] {
    background-color: #b7d600;
    border: 0 none;
    box-shadow: none;
    color: white;
    font-family: Roboto Condensed;
    font-size: 150%;
    text-transform: uppercase;
    width: 160px;
}
#supprimer_mon_compte_wrapper .wpcf7-form input[type="submit"] {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}


.wpcf7-form .wpcf7-file {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
}
.wpcf7-form .wpcf7-file.screenshot {
    margin-top: -11px;
}

.texte_asterisque {
    color: #959595;
    font-size: 87.5%;
    font-style: italic;
}

div.wpcf7-mail-sent-ok {
    border: 0 none !important;
}
div.wpcf7-response-output {
    margin: 2em 0 1em !important;
    padding: 0.2em 0 !important;
}

::-webkit-input-placeholder {
   color: #444444;
   font-style: italic;
   opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444444;
   font-style: italic;
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;
   font-style: italic;
   opacity: 1 !important;
}

:-ms-input-placeholder {  
   color: #444444;
   font-style: italic;
   opacity: 1 !important;
}

.trigger {
	background-color: #f2f2f2;
	box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-webkit-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-moz-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-o-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	padding: 7px;
	font-family: Roboto Condensed;
	font-style: italic;
	width: 472px;
	color: #444444;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}

.trigger::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url("images/arrow_down.png") no-repeat scroll center;
}

.activetrigger {
	background-color: #f2f2f2;
	box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-webkit-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-moz-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-o-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	padding: 7px;
	font-family: Roboto Condensed;
	font-style: italic;
	width: 472px;
	color: #444444;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.activetrigger::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url("images/arrow_down.png") no-repeat scroll center;
}

.dropcontainer {
	position: absolute;
	color: #373c3c;
	z-index: 1;
	margin-top: -1px;
}

.dropcontainer ul {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    height: auto;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 472px;
    z-index: 1000;
}


.dropcontainer ul li {
    border-bottom: 1px solid #c6c6c6;
    min-height: 25px;
    line-height: 25px;
    padding-bottom: 2px;
    padding-top: 5px;
}

.dropcontainer ul li:last-child {
	border-bottom: 0;
}

.dropcontainer ul li:first-child {
	display: none;
}

.dropcontainer ul li:last-child {
	border-bottom: none;
}

.dropcontainer ul li a {
	text-decoration: none;
	display: block;
	color: #373c3c;
	padding-left: 10px;
	padding-right: 10px;
}

.dropcontainer ul li a.selected {
	/*background: #e7e7e7;*/
}


.dropcontainer ul li:hover {
	background: #B5D700;
}
.dropcontainer ul li a:hover {
	outline: none;
	color: white;
}

.dropdownhidden {
	display: none;
}

.dropdownvisible {
	height: auto;
}

/************* SINGLE DÉFI *******************/
.defi_a_propos {
    background-color: #444444;
    color: white;
    font-size: 137.5%;
    font-weight: bold;
    margin-right: 2px;
    padding: 9px 17px 6px;
    text-align: center;
}


.defi_texte ul {
    list-style: none;
    position: relative;
    margin-left: 21px;
    margin-top: 16px;
}

.defi_texte ul:before {
    content: ' ';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width: 4px;
    border-radius: 2px;
    background-color: #b5d700;
    margin-left: 0;
}

.defi_texte li {
    margin-left: 14px;
}
.defi_texte li::before {
    color: #444444;
    content: "• ";
    font-size: 93.8%;
    line-height: 14px;
    margin-right: 0;
}

.defi_content .actualites_liste{
	margin-bottom: -64px;
}

/************* LOGIN ***************/

/*** LIGHTBOX ***/
	
#lightbox-wrapper {
	width: 100%;
	position: fixed;
	z-index: 9999;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	display: none;
}

#lightbox {
	background: rgba(251, 251, 251, 0.3);
	position: fixed;
	left: 50%;
	z-index: 10000;
	padding: 14px;
	border-radius: 3px;
}

#lightbox_inner {
    background-color: white;
    border-radius: 3px;
}

.small-lightbox {
    margin-left: -166px;
    top: 300px;
    width: 332px;
}

.middle-lightbox {
	top: 300px;
	width: 480px;
	margin-left: -240px;
}

#lightbox.fullwidth-lightbox {
	width: 80%;
	left: 0;
	margin-left: 10%;
	top: 20%;
	height: 60%;
}

#lightbox-header {
	height: 40px;
	padding: 0 10px;
}

#lightbox-header #close-lightbox {
    background-image: url("images/croix_rouge.png");
    background-repeat: no-repeat;
    float: right;
    height: 15px;
    margin-top: 10px;
    text-indent: -9999px;
    width: 16px;
}

#lightbox-header #chat-lightbox {
	width: 40px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 40px;
	display: block;
	border-right: 1px solid white;
	color: white;
	background: url('images/chat-lightbox-picto.png') 50px center no-repeat;
	padding: 0 40px 0 0;
	text-align: center;
}

#lightbox-header #wizz-lightbox {
	width: 40px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 130px;
	display: block;
	border-right: 1px solid white;
	color: white;
	background: url('images/wizz-lightbox-picto.png') 50px center no-repeat;
	padding: 0 40px 0 0;
	text-align: center;
}

#lightbox-header #chat-lightbox:hover, #lightbox-header #wizz-lightbox:hover {
	text-decoration: none;
	font-weight: 600;
}


#lightbox-content {
    padding: 20px 23px;
}

.fullwidth-lightbox #lightbox-content {
	padding: 0;
	height: calc(100% - 40px);
}

/*** connexion ***/

#login h1 {
	display: none;
}

.login_title {
    font-size: 187.5%;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

#login a {
	color: #373c3c;
}

#loginform label {
    color: transparent;
}

#login .input {
    background-color: #f2f2f2;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    box-shadow: -5px 6px 3px -4px #c2c2c2 inset !important;
    font-family: Roboto Condensed;
    padding: 7px 7px 7px 26px;
    width: 250px;
    padding-left: 26px !important;
    background-position: 7px 8px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}
.wp-hide-pw {
	display: none;
	margin-bottom: 10px;
}

#user_login {
    background-image: url("images/picto_user.png");
    display: block;
    margin-top: -17px;
}

#user_pass {
    background-image: url("images/picto_cadenas.png");
    display: block;
    margin-top: -39px;
}


#login .checkbox-wrapper {
	width: 150px;
}

#login .checkbox-wrapper label {
	cursor: pointer
}

#login .forgetmenot{
	display: none;
}

#login .button {
	cursor: pointer;
	background-color: #b7d600;
	border: 0 none;
	box-shadow: none;
	color: white;
	font-family: Roboto Condensed;
	font-size: 150%;
	text-transform: uppercase;
	width: 100%;
	padding: 8px;
}

#login .button:hover {
	background: #373c3c;
}

#login #nav {
    /*display: none;*/
    font-size: 75%;
}

#login #backtoblog {
	display: none;
}

/********INSCRIPTION PAGE**************/

.inscription_first_part, .inscription_second_part, .inscription_equipe_part {
    min-width: 252px;
    width: 42%;
}

.inscription_form .gfield_label {
  clear:both;
  display:inline-block;
  font-weight:700;
  line-height:1.3;
  margin:0.625em 0 0.5em;
}

.inscription_form select {
    display: block;
}


		
/********ESPACE MEMBRE***************/

.espace_membre .page_title {
    float: left;
}
.espace_membre .bottom_title_line {
    width: 100%;
    clear: both;
}

.aide_link {
    background-color: #DCDCDC;
    border-radius: 31px;
    box-sizing: border-box;
    float: right;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 5px 5px 14px;
    width: 37px;
    margin-top: -5px;
}

.aide_link:hover + .aide_link_over{
    visibility: visible;
}

.aide_link_over {
    visibility: hidden;
    background-color: #FF7E00;
    box-sizing: border-box;
    color: white;
    float: right;
    font-weight: bold;
    padding: 10px;
    position: relative;
    right: -192px;
    top: -14px;
    margin-bottom: -24px;
}
.info_bulle{
	position: absolute;
	right: auto;
}
.aide_link_over::before {
    background-color: #ff7e00;
    content: "\A ";
    height: 15px;
    left: -7px;
    margin-left: 0;
    position: absolute;
    top: 21px;
    transform: rotate(45deg);
    width: 15px;
}
.info_bulle:before{
	top: 15px;
}

/********MON DÉFI*************/
.menu-menu-membre-mobile-container{
	display: none;
}

.menu-menu-membre-container, .menu-menu-membre-mobile-container {
    /*display: inline-block;*/
    margin-bottom: 21px;
    width: 100%;
}


.espace_membre .menu-menu-membre-container ul, .espace_membre .menu-menu-membre-mobile-container ul {
    list-style: outside none none;
    margin-left: 0;
    width: 100%;
}

	.espace_membre .menu-menu-membre-container ul li, .espace_membre .menu-menu-membre-mobile-container ul li{
		float: left;
		background-color: #444444;
		border-left: 1px solid #c6c6c6;
		padding: 13px 21px;
		text-align: center;
	}
	.espace_membre .menu-menu-membre-container ul li:first-child, .espace_membre .menu-menu-membre-mobile-container ul li:first-child{
		border-left: 0;
	}
	.espace_membre .menu-menu-membre-container ul li:last-child, .espace_membre .menu-menu-membre-mobile-container ul li:last-child{
	    float: none;
	    overflow: hidden;
	}
	.espace_membre .menu-menu-membre-container ul li.current-menu-item, .espace_membre .menu-menu-membre-container ul li:hover, .espace_membre .menu-menu-membre-mobile-container ul li.current-menu-item, .espace_membre .menu-menu-membre-mobile-container ul li:hover{
		background-color: #B7D600;
	}
		.espace_membre .menu-menu-membre-container ul li a, .espace_membre .menu-menu-membre-mobile-container ul li a{
			color: white;
			font-size: 125%;
            text-decoration: none;
		}
		
.information_wrapper{
	background-color: #FC7613;
	width: 100%;
	margin: 0 0 30px;
	display: inline-block;
}
.information_wrapper img{
	margin: 22px;
	float: left;
}
.information_inner {
    background-color: white;
    margin-right: 6px;
    margin-top: 6px;
    overflow: hidden;
    padding: 24px;
    width: auto;
    margin-bottom: 6px;
}
	.information_wrapper .information_title {
	    font-size: 131.3%;
	    font-weight: bold;
	    text-transform: uppercase;
	}
        .information_wrapper .defi_informations_title {
            font-weight: bold;
        }
        .information_wrapper .information_texte {
            font-size: 118.8%;
        }
        .information_wrapper .information_texte > a {
            color: #fc7613;
        }
    .information_texte em {
        margin-bottom: 1.5em;
        display: block;
        color: #959595;
    }
	
/*** CALENDRIER ***/
#calendar-wrapper {
    float: left;
    margin-right: 56px;
}
#calendar-wrapper-leftbar {
    padding: 0 !important;
}

#calendar-wrapper .tooltip{
	/*position: relative;*/
}

#calendar .ui-datepicker {
    background-color: #dbdbdb;
    color: #444444;
    /*font-size: 62.5%;*/
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 262px;
}

#calendar .ui-datepicker a {
    color: #666666;
    text-decoration: none;
}

#calendar .ui-datepicker table {
	width: 100%;
	background: white;
	margin: 0;
}


#calendar .ui-datepicker-header {
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding: 11px 0;
}

#calendar .ui-datepicker-title {  
	text-align: center; 
	font-size: 100%; 
}

#calendar .ui-datepicker-header span {
    font-weight: bold;
    color: #4c4c4c;
}

#calendar .ui-datepicker-prev, .ui-datepicker-next {  
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#calendar .ui-datepicker-prev {  
	float: left;  
}  

#calendar .ui-datepicker-next {  
	float: right;
	text-align: right;
}

#calendar .ui-datepicker-prev:hover {  
}  

#calendar .ui-datepicker-next:hover {  
}

	.ui-datepicker-prev span, .ui-datepicker-next span {
	    color: #444444;
	    margin: 0 10px;
	}


#calendar .ui-datepicker th {
    background: white none repeat scroll 0 0;
    color: #444444;
    font-size: 75%;
    font-weight: bold;
    height: 18px;
    padding-top: 5px;
    text-align: center;
}

#calendar .ui-datepicker th span {
    color: #666666;
    font-weight: bold;
}

#calendar .ui-datepicker tbody td {
	text-align: center;
	padding: 7px 5px 5px;
}


#calendar .ui-datepicker tbody td a, #calendar .ui-datepicker tbody td span {
    display: block;
    font-size: 100%;
    height: 24px;
    line-height: 24px;
    width: 27px;
}

#calendar .ui-datepicker tbody td.event {
	/* background: #b6004c; */
	background: #FC7613;
}

#calendar .ui-datepicker tbody td.event a {
	color: white;
}

.ui-datepicker-week-end {
    /*background: none repeat scroll 0 0 #ffe6e7;*/
}

.tooltip{
	background: #DBDBDB;
	border: 0px;
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
	left: 150px;
	position: absolute;
	top: 0;
	width: 115px;
	padding: 12px;
	text-transform: uppercase;
}

.tooltip a {
    width: auto !important;
    color: #4c4c4c !important;
    display: inline-block !important;
    font-weight: bold;
}

.tooltip::before {
    background-color: #DBDBDB;
    content: "\A ";
    height: 15px;
    left: -7px;
    margin-left: 0;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
    width: 15px;
}

/****END CALENDAR***********/

.mon_defi_actualites {
    overflow: hidden;
    margin-bottom: -64px;
}	
	
.espace_membre_subtitle {
    font-size: 206.3%;
    margin-bottom: 11px;
}

	.mon_defi_actualites .actualites_liste > li {
	    padding-right: 4%;
	    width: 46%;
	}

.filtre_foyer_par_defi {
    margin-bottom: 3px !important;
    display: inline-block;
}

.liste_membre_equipe {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}

.membre_equipe {
    background-color: #e3e3e3;
    border-radius: 3px;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 20px 2.5%;
    width: 31.2%;
    box-sizing: border-box;
}
.membre_equipe:nth-child(3n){
	margin-right: 0px;
}
.membre_equipe:nth-child(3n+1) {
    clear: both;
}

.membre_equipe.nchild1 {
    clear: both;
    margin-right: 3%;
}
.membre_equipe.nchild2 {
    clear: none;
    margin-right: 3%;
}
.membre_equipe.nchild3 {
    clear: none;
    margin-right: 0px;
}

hidden {
	display: none;
}

.membre_equipe .zero_saisie {
    color: #fc7613;
}
.membre_equipe .connect {
    background-color: #b7d600;
    background-image: url("images/picto_cadenas.png");
    background-position: 8px 10px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 8px 8px 8px 30px;
    float: right;
    cursor: pointer;
}
.user .confirm_inscription {
	background-color: #b7d600;
	background-image: url("images/picto_valider_noir.png");
	background-position: 9px 11px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px;
	float: left;
	cursor: pointer;
	height: 25px;
	width: 25px;
	border-radius: 3px;
    margin-bottom: 4px;
}
.user .cancel_inscription {
    background-color: #EE0047;
    background-image: url("images/picto_supprimer_noir.png");
    background-position: 11px 11px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px;
	float: right;
	cursor: pointer;
	height: 25px;
	width: 25px;
	border-radius: 3px;
}

.membre_equipe .sendmail {
    background-color: #b7d600;
    background-image: url("images/picto_enveloppe.png");
    background-position: 8px 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    margin: 0 15px 0;
    padding: 8px 8px 8px 30px;
}

.membre_equipe .see_achats {
	background-color: #b7d600;
	background-image: url("images/picto_fruits.png");
	background-position: 9px 8px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 15px 15px 0;
	padding: 8px 8px 8px 43px;
	background-size: 28px;
}
td.user_button {
	text-align: center;
}
.see_achats.button, .see_convives.button, .connect.button, .sendmail.button, .edit_user.button {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 8px;
}
.edit_user.button{
    margin-right: 0;
}

    .see_achats.button img,
    .see_convives.button img,
    .connect.button img,
    .sendmail.button img {
        max-width: 100%;
    }
.membre_equipe .see_convives {
	background-color: #b7d600;
	background-image: url("images/picto_adultes.png");
	background-position: 9px 8px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	margin: 0 0px 15px 0;
	padding: 8px 8px 8px 32px;
	background-size: 16px;
}
.membre_equipe .see_resultats {
	background-color: #b7d600;
	background-image: url("images/picto_stats.png");
	background-position: 9px 8px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 15px 15px 0;
	padding: 8px 8px 8px 37px;
	background-size: 21px;
}

.table_users .membre_equipe {
	width: 100%;
	margin-bottom: 3px;
	border-radius: 0;
	padding: 10px 2.5%;
}
    .table_users .user_name, .table_users .user_email, .table_users .user_telephone, .table_users .user_role, .table_users .user_defi, .table_users .user_equipe {
        display: block;
        float: left;
        margin-right: 10px;
    }
    .table_users .membre_equipe .sendmail,
    .table_users .membre_equipe .connect,
    .table_users .membre_equipe .see_achats,
    .table_users .membre_equipe .see_convives {
        float: right;
        margin-right: 10px;
        margin-bottom: 0;
    }
    
    .table_users br {
        display: none;
    }
    .table_users .user_button {
        float: right;
    }


.confirm_inscription_list .membre_equipe {
	width: 100%;
	margin-bottom: 3px;
	border-radius: 0;
	padding: 10px 2.5%;
}


/*DataTables*/
table.dataTable tbody tr.user.odd {
	background-color: #F0F0F0;
}

.dataTables_wrapper td.details-control {
    background: url('images/croix_noire.png') no-repeat center center;
    cursor: pointer;
}
.dataTables_wrapper tr.details td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}
    
    .dataTables_wrapper .connect.button{
        background-color: #FF7E00;
        padding-top: 12px;
        padding-bottom: 4px;
    }
    .dataTables_wrapper .sendmail.button {
        background-color: #91B3E5;
        padding-top: 12px;
        padding-bottom: 4px;
    }


    /*.confirm_inscription_list .user_name, 
    .confirm_inscription_list .user_email, 
    .confirm_inscription_list .user_telephone, 
    .confirm_inscription_list .user_role, 
    .confirm_inscription_list .user_defi, 
    .confirm_inscription_list .user_equipe,
    .confirm_inscription_list .conso_bio{
        display: block;
        float: left;
        margin-right: 10px;
    }
    .confirm_inscription_list .membre_equipe .confirm_inscription,
    .confirm_inscription_list .membre_equipe .cancel_inscription {
        float: right;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .confirm_inscription_list br {
        display: none;
    }
    .confirm_inscription_list .user_button {
        float: right;
    }
    */

.button {
    background-color: #b7d600;
    background-repeat: no-repeat;
    margin: 0;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    text-transform: uppercase;
}

.wpcf7-form .mail_content_textarea {
	background-image: url("images/picto_mail.png");
	background-position: 10px 12px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
    margin-bottom: 10px;
}
.wpcf7-form .mail_content_textarea.readonly {
	background-color: #fafafa;
	font-style: italic;
	box-shadow: none;
}



/********SAISIE ACHATS*********/

.info_user_id {
	padding: 10px 12px;
	border: 7px solid #FC7613;
}

.text_link{
	color: #fc7613;
}

.saisie_achat_form {
    display: inline-block;
    margin-bottom: 2px;
    width: 100%;
}

.saisie_achat_form .trigger-element, .saisie_achat_form input {
    float: left;
    font-size: 87.5%;
    font-style: normal;
    margin-right: 1.4%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.invalid_input {
	border-color: #fc7613 !important;
}

.saisie_achat_form .trigger::after {
    background-position: center 12px;
}

.saisie_achat_form input{
    padding: 7px;
    height: 37px;
    font-family: Roboto Condensed;
    background-color: #F2F2F2;
}

.saisie_achat_form ::-webkit-input-placeholder {
   font-style: normal;
}

.saisie_achat_form :-moz-placeholder { /* Firefox 18- */
   font-style: normal;
}

.saisie_achat_form ::-moz-placeholder {  /* Firefox 19+ */
   font-style: normal;
}

.saisie_achat_form :-ms-input-placeholder {  
   font-style: normal;
}

.saisie_achat_form .select_gamme_produit, .saisie_achat_form .select_gamme_produit .dropdownvisible {
    width: 13.3%;
}

.saisie_achat_form .select_produit, .saisie_achat_form .select_produit .dropdownvisible {
    width: 12.3%;
}

.saisie_achat_form .select_qualite, .saisie_achat_form .select_qualite .dropdownvisible {
    width: 11.5%;
}

.saisie_achat_form .select_lieu, .saisie_achat_form .select_lieu .dropdownvisible {
    width: 18%;
}

.saisie_achat_form .prix {
    width: 8.5%;
}
	
.saisie_achat_form .select_origine, .saisie_achat_form .select_origine .dropdownvisible {
    width: 14.3%;
}

.saisie_achat_form .button {
    border-radius: 3px;
    display: block;
    float: left;
    height: 37px;
    margin-right: 8px;
    padding-top: 9px;
    text-align: center;
    width: 4.4%;
    cursor: pointer !important;
    box-sizing: border-box;
}

.saisie_achat_form .button_validate {
    background-color: #b7d600 !important;
    background-image: url("images/picto_valider.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    border: 0 none;
}

.saisie_achat_form .button_validate:hover {
    border: 0;
    box-shadow: none;
}

.saisie_achat_form .button_edit{
	background-color: #767676;
	padding-top: 7px;
	height: 37px;
}
.saisie_achat_form .button_delete{
	background-color: #EE0047;
}


.saisie_achat_form.saisie_non_active .trigger::after {
    background-image: none;
}
.saisie_achat_form .trigger::after {
    background-position: center 12px;
}
.trigger::after, .activetrigger::after {
    width: 28px;
}
.trigger::after {
    background: rgba(0, 0, 0, 0) url("images/arrow_down.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.saisie_achat_form.saisie_non_active .trigger, .saisie_achat_form.saisie_non_active input {
    background-color: white;
    cursor: default;
    height: 36px;
    line-height: 1.8;
    overflow: hidden;
}
.saisie_achat_form.saisie_non_active .trigger:after{
	background-image: none;
}
.saisie_achat_form.saisie_non_active .button_validate{
	display: none;
}

.saisie_achat_periode_separation, .saisie_convive_periode_separation {
    background-color: #c5c5c5;
    border-radius: 3px;
    height: 10px;
    margin-bottom: 30px;
    margin-top: 90px;
    width: 100%;
    display: inline-block;
}

.saisie_archive_image{
	float: left;
	margin-right: 21px;
}
.saisie_achat_archive_section_title .archive_title {
    color: #444444;
    font-size: 225%;
    font-weight: bold;
    margin-top: -10px;
    text-transform: uppercase;
}
.archive_subtitle {
    color: #444444;    
    font-size: 137.5%;
    font-weight: bold;
    margin-top: -15px;
    text-transform: uppercase;
}
.archive_subsubtitle{
	float: left;
}
.edit_archive {
    border-radius: 3px;
    float: right;
    padding-bottom: 2px;
}
.saisie_achat_archive_section_title {
    margin-bottom: 30px;
}
.saisie_achat_subtitle {
    color: #444444;
    font-size: 137.5%;
    font-weight: bold;
}

.saisie_achat_subtitle.button{
	font-weight: normal;
}
.saisie_achat_subtitle.button.active{
	font-weight: bold;
}

.saisie_achat_form.saisie_archive .button{
	display: none;
}

.lightbox_confirm_button {
    background-color: #fc7613 !important;
    box-shadow: none !important;
    color: white !important;
    font-family: Roboto Condensed;
    font-size: 150% !important;
    margin: 0 auto;
    padding: 5px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    width: 100px;
}
.envoyer_button {
    width: 120px;
}

/*********** SAISIE CONVIVES **************/

/*Calculatrice*/
p.text_intro_calculatrice{
	float: left; 
	margin-right: 20px;
}
form.calculatrice_convives {
    background-color: #f2f2f2;
    float: left;
    margin-top: 0;
    margin-right: 80px;
    margin-bottom: 40px;
    padding: 15px 20px;
    width: 219px;
    border-radius: 8px;
    border: 3px solid #444444;
}
	
	form.calculatrice_convives > h2 {
	    font-weight: bold;
	    text-align: center;
	}
	.calculatrice_convives > p {
	    margin-bottom: 10px;
	}
	form.calculatrice_convives input[type="submit"] {
	    background-color: #fc7613;
	    margin: 0 auto;
	    border: 0 none;
	    box-shadow: none;
	    color: white;
	    font-family: Roboto Condensed;
	    font-size: 150%;
	    text-transform: uppercase;
	    width: 160px;
	    display: block;
	    padding: 10px;
	}
	form.calculatrice_convives input[type="text"] {
	    height: 33px;
	    margin-right: 15px;
	    width: 40px;
	}
	.calculatrice_convives .convives_text {
	    display: block;
	    float: left;
	    width: 141px;
	}

.saisie_convive_form {
    background-color: #f2f2f2;
    float: left;
    margin-right: 80px;
    padding: 15px 20px;
    width: 219px;
}

.saisie_convive_form_title {
    text-align: center;
}

.saisie_convive_form_title > img {
    display: inline-block;
    margin-right: 2px;
}

.dupliquer_nombre_convives {
    background-color: #fc7613;
    background-image: url("images/picto_duplicate.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    float: right;
    height: 32px;
    margin-bottom: 7px;
    margin-left: -20px;
    padding-left: 12px;
    width: 19px;
}

.saisie_convive_form_title_text {
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
}

.saisie_convive_form_bottom_title {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    height: 6px;
    margin: 12px 0 14px;
    width: 100%;
    display: inline-block;
}

.saisie_convive_scroll {
    float: left;
    height: 146px;
    padding-top: 104px;
    text-align: center;
    width: 8.4%;
    margin-bottom: 35px;
}
.saisie_convive_scroll img{
	cursor: pointer;
}

.saisie_convive_wrapper{
    float: left;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 83.2%;
}

.saisie_convive_wrapper_inner{
    width: 600%;
    position: absolute;
    left: 0;
}

.saisie_convive_form > p {
    clear: both;
    margin-left: 10px;
    margin-bottom: 15px;
}

.nom_repas {
    float: left;
    font-size: 87.5%;
    font-weight: bold;
    width: 93px;
}
.convives_text {
    font-size: 87.5%;
}

.input_convive {
	float: left;
	height: 27px;
	margin: -7px 10px 0 0;
	text-align: center;
	width: 46px;
    	background-color: white;
	box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-webkit-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-moz-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-o-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	font-family: Roboto Condensed;
}
.saisie_archive .input_convive {
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
    cursor: default;
}

#confirmation_saisie_nombre_convive{
	float: right;
	margin-bottom: -49px;
	margin-right: 9.4%;
	margin-top: 25px;
}

/**********ESPACE MEMBRE NOTRE PROFIL************/
.mon_profil_coordonnes {
    background-color: #e3e3e3;
    border-radius: 3px;
    float: left;
    margin-right: 3%;
    padding: 20px 2.5%;
    width: 26%;
}
	.mon_profil_coordonnes > img, .mon_profil_defi > img, .mon_profil_liste_image {
	    float: left;
	    margin-right: 12px;
	}
	
	.mon_profil_coordonnes_title {
	    color: #444444;
	    display: block;
	    font-size: 137.5%;
	    font-weight: bold;
	    margin-top: -3px;
	}
	
	.mon_profil_coordonnes_hr {
	    margin-bottom: 11px;
	}
	
	.mon_profil_coordonnes_name{
		font-size: 112.5%;
		font-weight: bold;
		color: #444444;
	}
	.mon_profil_coordonnes_email{
		text-transform: lowercase;
	}
	.mon_profil_coordonnes_text {
	    font-size: 87.5%;
	}
	.mon_profil_coordonnes_sub_title {
	    font-size: 93.8%;
	    font-weight: bold;
	    color: #444444;
	}

.mon_profil_defi, .mon_profil_coordonnes {
    margin-bottom: 50px;
}
.mon_profil_defi {
    overflow: hidden;
}	
	.mon_defi_coordonnes_hr {
	    margin-bottom: 11px;
	    margin-top: 13px;
	}

	.mon_profil_coordonnes_title.title_informations {
	    display: block;
	    margin-bottom: -4px;
	    margin-top: 10px;
	    padding-top: 6px;
	}

	.first_column, .second_column {
	    float: left;
	    margin-right: 11%;
	    width: 39%;
	}

	.mon_profil_form input, .mon_profil_form textarea, .mon_profil_form .trigger {
	    margin-bottom: 7px;
	    width: 100%;
	    display: block;
	}
	
	.password_form input[type="text"] {
		margin-bottom: 7px;
		width: 50%;
		display: block;
		background-image: url("images/picto_cadenas.png");
		background-position: 7px 8px;
		background-repeat: no-repeat;
		display: block;
		padding-left: 30px;
	}
	
	#change_password_form{
		margin-bottom: 50px;
	}
	
	
	.mon_profil_form .activetrigger, .mon_profil_form .dropdownvisible{
		width: 100%;
	}

	.mon_profil_form .texte_asterisque {
	    clear: both;
	    padding-top: 47px;
	    text-align: center;
	}
	
	.mon_profil_form input[type="submit"] {
	    background-color: #fc7613;
	    margin: -9px auto 0;
	}
	
	input, textarea{
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Old Firefox, other Gecko */
		box-sizing: border-box;         /* Old Opera/IE 8+ */
	}
	
	
	input.prenom, input.nom {
	    background-image: url("images/picto_user.png");
	    background-position: 11px 7px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}
	
	input.email {
	    background-image: url("images/picto_mail.png");
	    background-position: 10px 7px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}
	
	input.adresse, input.codepostal, input.commune {
	    background-image: url("images/picto_home.png");
	    background-position: 9px 7px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}
	
	input.telephone {
	    background-image: url("images/picto_telephone.png");
	    background-position: 13px 7px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}
	
	input.nombre_adultes {
	    background-image: url("images/picto_adultes.png");
	    background-position: 10px 7px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}	

	input.nombre_enfants {
	    background-image: url("images/picto_enfants.png");
	    background-position: 6px 7px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}
	input.nombre_enfants.petit {
	    background-size: 12px 10px;
	    background-position: 12px 12px;	
	}
	input.nombre_enfants.moyen {
	    background-size: 18px 15px;
	    background-position: 9px 9px;	
	}
	
	a.subject {
	    background-image: url("images/picto_votre_demande.png");
	    background-position: 10px 11px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	}		
	
	.wpcf7-form textarea, textarea.raisons_participation {
	    background-image: url("images/picto_question.png");
	    background-position: 9px 11px;
	    background-repeat: no-repeat;
	    display: block;
	    padding-left: 35px;
	    padding-top: 11px;
	    height: 278px;
	}
	
	
	
	/* Cachons la case à cocher */
	.mon_profil_form input[type="checkbox"]:not(:checked),
	.mon_profil_form input[type="checkbox"]:checked {
	  position: absolute;
	  left: -9999px;
	}
	 
	/* on prépare le label */
	.mon_profil_form input[type="checkbox"]:not(:checked) + label,
	.mon_profil_form input[type="checkbox"]:checked + label {
	  position: relative; /* permet de positionner les pseudo-éléments */
	  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
	  cursor: pointer;    /* affiche un curseur adapté */
	}			
	
	/* Aspect des checkboxes */
	/* :before sert à créer la case à cocher */
	.mon_profil_form input[type="checkbox"]:not(:checked) + label:before,
	.mon_profil_form input[type="checkbox"]:checked + label:before {
	  content: '';
	  position: absolute;
	  left:0; top: 2px;
	  width: 17px; height: 17px; /* dim. de la case */
	  border: 1px solid #aaa;
	  background: #f8f8f8;
	  border-radius: 3px; /* angles arrondis */
	  box-shadow: inset 0 1px 3px rgba(0,0,0,.3) /* légère ombre interne */
	}
	 
	/* Aspect général de la coche */
	.mon_profil_form input[type="checkbox"]:not(:checked) + label:after,
	.mon_profil_form input[type="checkbox"]:checked + label:after {
	  content: '✔';
	  position: absolute;
	  top: 0; left: 4px;
	  font-size: 14px;
	  color: #b7d600;
	  transition: all .2s; /* on prévoit une animation */
	}
	/* Aspect si "pas cochée" */
	.mon_profil_form input[type="checkbox"]:not(:checked) + label:after {
	  opacity: 0; /* coche invisible */
	  transform: scale(0); /* mise à l'échelle à 0 */
	}
	/* Aspect si "cochée" */
	.mon_profil_form input[type="checkbox"]:checked + label:after {
	  opacity: 1; /* coche opaque */
	  transform: scale(1); /* mise à l'échelle 1:1 */
	}
	
	.trigger.readonly::after {
	    background-image: none;
	}
	.trigger.readonly {
	    font-style: normal;
	}
	
	.read_only_input {
	    border: 1px solid #c6c6c6;
	    border-radius: 3px;
	}
/************RESULTATS******************/
.resultats_subtitle {
    color: #444444;
    font-size: 137.5%;
    font-weight: bold;
}

.resultats_main_titles{
	color: #444444;
	font-size: 225%;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.resultats_selection {
    background-color: #f0f0f0;
    padding: 5px 13px;
    margin-bottom: 13px;
}

.resultats_selection .selection_button {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.resultats_selection .selection_button.active{
    background-color: #b7d600;
}

.resultats_tableau table td, #recapitulatif_section table td {
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 0 1px 1px 0;
    font-size: 87.5%;
    padding: 10px 14px;
    text-align: center;
}	

.resultats_tableau table, #recapitulatif_section table {
	border-color: #c6c6c6;
	border-style: solid;
	background-color: white;
	padding: 10px 10px 10px 0;
}

.resultats_tableau table tr:first-child td, #recapitulatif_section table tr:first-child td{
    border-width: 1px 1px 1px 0;
    font-weight: bold;
}
.resultats_tableau table tr:first-child td:first-child, #recapitulatif_section table tr:first-child td:first-child {
    border-width: 1px 1px 1px 1px;
}

.resultats_tableau table tr td:first-child {
    text-align: left;
    border-width: 0px 1px 1px 1px; 
}
#recapitulatif_section table tr td:first-child {
    text-align: left;
    border-width: 0px 1px 1px 1px; 
}
#recapitulatif_section table .data-equipe-row-details td:first-child{
    border-left: 0;
}


.resultats_tableau table tr.total_line td {
    color: #b7d600;
    font-size: 112.5%;
    font-weight: bold;
    text-transform: uppercase;
}
.resultats_tableau table tr.total_line td:first-child {
    font-size: 87.5%;
}

.resultats_tableau table tr td:last-child{
	color: #fc7613;
	font-size: 112.5%;
	font-weight: bold;
	text-transform: uppercase;
}

.resultats_chart {
  width: 100%;
  height: 500px;
  font-size: 11px;
  margin-bottom: -45px;
  margin-top: 50px;
}
.graph_bio_by_lieu .resultats_chart {
    margin-top: 35px;
}

.resultats_stacked_columns {
    height: 470px;
    padding-bottom: 110px;
    padding-top: 40px;
}

.resultats_graphique {
    border: 1px solid #c6c6c6;
}
.selection_periode_wrapper {
    border-bottom: 1px solid #c6c6c6;
    text-align: center;
    height: 35px;
    padding-top: 10px;
}
.selection_periode.selection_button {
    padding: 10px;
    height: 21px;
    border-radius: 4px;
    cursor: pointer;
}
.selection_periode.selection_button.active {
    background-color: #FC7613;
    font-weight: bold;
}



.amcharts-pie-slice {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition-duration: 0.3s;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  cursor: pointer;
  box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
  transform: scale(1.1);
  filter: url(#shadow);
}							

.amcharts-chart-div > a {
    display: none !important;
}
.amcharts-main-div {
    margin-top: -45px;
}
.resultats_stacked_columns .amcharts-main-div {
    margin-top: -30px;
}

#recapitulatif_section td {
    border: 1px solid lightgray;
}

.resultats_section .evolution_resultat {
    padding: 0 32px;
}

.loading_gif_extract_data {
    float: left;
}
.loading_text {
    display: block;
    float: left;
    margin-top: 21px;
}
.loading_infos {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}


.resultats_lieu_par_gamme_wrapper {
	padding-bottom: 200px;
}
.resultats_lieu_par_gamme_wrapper .amcharts-chart-div,
.resultats_lieu_par_gamme_wrapper .amcharts-chart-div svg {
    height: 600px !important;
}

/********************************
	ENQUETE
*********************************/
.selection_enquete {
    font-size: 110% !important;
}

.enquete_form_wrapper ul{
	list-style: none;
	margin-left: 0;
}

.enquete_form_wrapper .gfield{
	margin-bottom: 30px;
}

.enquete_form_wrapper .gfield_label {
    font-size: 19px;
    font-weight: bold;
}

.enquete_form_wrapper li.gform_hidden{
	display: none;
}	

/*RADIO BUTTONS STYLE*/
.enquete_form_wrapper .gfield_radio li {
    position: relative;
    margin-top: 6px;
    height: 23px !important;
}

.enquete_form_wrapper input[type=radio] {
    display: none;
}
.enquete_form_wrapper .gfield_radio label {
    padding-left: 5px !important;
    cursor: pointer;
}
.enquete_form_wrapper .gfield_radio label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    left: 0;
    bottom: 1px;
    background-color: #F2F2F2;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 11px;
    position: absolute;
}
.enquete_form_wrapper input[type="radio"]:checked + label::before {
    color: #444444;
    content: "•";
    font-size: 50px;
    line-height: 24px;
    text-align: center;
    vertical-align: calc(-12px);
}

/*CHECKBOX***/
.enquete_form_wrapper .gfield_checkbox li {
    position: relative;
    margin-top: 6px;
}

.enquete_form_wrapper input[type=checkbox] {
    display: none;
}
.enquete_form_wrapper .gfield_checkbox label{
    padding-left: 5px !important;
    cursor: pointer;
}
.enquete_form_wrapper .gfield_checkbox label:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    left: 0;
    bottom: 1px;
    background-color: #F2F2F2;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    position: absolute;
}
.enquete_form_wrapper input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 23px;
    line-height: 22px;
    color: #444444;
    text-align: center;
}

.enquete_form_wrapper textarea {
	height: 140px;
}
.enquete_form_wrapper input, .enquete_form_wrapper textarea {
	background-color: #f2f2f2;
	box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-webkit-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-moz-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	-o-box-shadow: inset -5px 6px 3px -4px #C2C2C2;
	padding: 7px;
	font-family: Roboto Condensed;
	width: 100%;
	margin-top: 6px;
}

.enquete_form_wrapper .gform_footer{
	text-align: center;
}

.enquete_form_wrapper .gform_button{
    background-color: #fc7613;
    border: 0 none;
    box-shadow: none;
    color: white;
    font-family: Roboto Condensed;
    font-size: 150% !important;
    text-transform: uppercase;
    min-width: 160px;
    width: auto;
}
.enquete_form_wrapper .gform_button:hover{
    box-shadow: none !important;
}

.texte_cnil {
    color: #fc7613;
    font-size: 12px;
    margin-top: 55px;
}

.wpcf7-form label.error{
    color: #f00 !important;
    display: block;
    font-size: 1em !important;
}   

.grecaptcha-badge {
	display: none !important;
}

/***** PAGE LANCER UN DEFI *****/

.image_map_wrapper{
    text-align: center;
}


.c-accordion__item {} /* The accordion item container */
.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */

.c-accordion__title { /* An accordion item title */
	position: relative;
	padding-right: 2rem;
	cursor: pointer;
	border-bottom: 2px solid;
	font-size: 22px;
} 
.c-accordion__title::after {
	color: #444444;
	font-weight: bold;
}
.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {
	padding-top: 10px;
}
    .c-accordion__content .simple-content {
        padding-top: 5px;
    }
        .page-template-template-lancer-un-defi .c-accordion__item .c-accordion__content h2 {
            font-size: 18px;
            font-weight: bold;
            color: #f60;
        }
        .page-template-template-lancer-un-defi .c-accordion__item .c-accordion__content h3 {
            font-weight: bold;
        }





/********* COMMENT FORM ***********/

#comment_section .subtitle {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 15px;
}

#comment_section h3#comments {
    font-size: 125%;
    margin-bottom: 15px;
}



#comment_section #respond {
    background: #e3e3e3;
    padding: 20px;
    border-radius: 3px;
}
  
/* Highlight active form field */
  
#comment_section #respond input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}  
   
#comment_section #respond input[type=text]:focus,
#comment_section input[type=email]:focus, 
#comment_section input[type=url]:focus,
#comment_section textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
    border: 2px solid rgba(81, 203, 238, 1);
}

#comment_section #author, #comment_section #email { 
    font-family: "Roboto Condensed";
    font-style:italic;
    color:#1d1d1d; 
    letter-spacing:.1em;
} 
  
#comment_section #url  { 
    color: #1d1d1d;
    font-family: "Roboto Condensed"; 
} 

#comment_section #submit {
	background-color: #b7d600;
	border: 0 none;
	box-shadow: none;
	color: white;
	font-family: Roboto Condensed;
	font-size: 125%;
	text-transform: uppercase;
	width: auto;
}

.comment-form-subscriptions a {
    color: #444444;
    text-decoration: underline;
}

#comment_section cite.fn {
    font-weight: bold;
    color: #FC7613;
}

#comment_section a.comment-reply-link {
    text-decoration: underline;
}
#comment_section .reply {
    margin-bottom: 1.5em;
}