/* erreurs */
.flex_content .flex_form .flexFormInputErrorBloc {
	display: none;
	color: rgb(239, 114, 26);
	font-size: 1.2em;
	padding: 5px 10px 3px 2px;
}

/* contenu */
.flex_content {
    margin-top: 16px;
    padding: 0 2px;
}
.flex_content .flex_clear {
	clear: both;
}
.flex_content.only-tools {
	margin: 50px 0px 20px 15px;
	float: right;
}
.home .flex_content {
	margin-top: 30px;
}
.flex_content .flex_title {
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 14px;
	font-family: 'Montserrat', sans-serif;
}
.flex_content .flex_text {
    margin-bottom: 15px;
}
.flex_content .flex_bdl_text {
    margin-bottom: 12px;
}
.flex_content .flex_bdl_text .flex_dbl_left {
    width: 46.7%;
    float: left;
}
.flex_content .flex_bdl_text .flex_dbl_right {
    width: 46.7%;
    float: left;
    margin-left: 6.6%;
}
.flex_content .flex_bdl_text .flex_dbl_left .flexFormContent  > h2:first-child,
.flex_content .flex_bdl_text .flex_dbl_right .flexFormContent   > h2:first-child,
.flex_content .flex_bdl_text .flex_dbl_left > h2:first-child,
.flex_content .flex_bdl_text .flex_dbl_right > h2:first-child{
	margin-top: 0;
}
@media (max-width:500px) {
	.flex_content .flex_bdl_text .flex_dbl_left ,
	.flex_content .flex_bdl_text .flex_dbl_right {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
}
.flex_content .flex_slider {
    position: relative;
    margin-bottom: 15px;
}
.flex_content .flex_slider .prev {
	width: 50px;
	height: 50px;
	background: url('../../images/flex/slider-prev.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 33px;
	z-index: 9999;
	cursor: pointer;
	margin-top: -25px;
}
.flex_content .flex_slider .next {
	width: 50px;
	height: 50px;
	background: url('../../images/flex/slider-next.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	z-index: 9999;
	cursor: pointer;
	right: 25px;
	margin-top: -25px;
}
.flex_content .flex_slider .prev.leg ,
.flex_content .flex_slider .next.leg {
	margin-top: -41px;
}
.flex_content .flex_slider .pager {
    position: absolute;
	z-index: 9999;
	bottom: 9px;
	left: 9px;
}
.flex_content .flex_slider .pager.leg {
    bottom: 40px;
}
.flex_content .flex_slider .pager span {
	background-color: #BED600;
	text-indent: -999em;
	overflow: hidden;
	height: 13px;
	width: 13px;
	margin-right: 6px;
	display: block;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.flex_content .flex_slider .pager span:hover ,
.flex_content .flex_slider .pager span.cycle-pager-active {
	background-color: #fff!important;
}
.flex_content .flex_slider .cycle-slideshow {}
.flex_content .flex_slider .cycle-slideshow .flex_slide {
    width: 100%;
    background-color: #E7E7E7;  
	/*height: 281px;*/
	height: 476px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*.flex_content .flex_slider.flex_singleimage .cycle-slideshow .flex_slide {
	background: transparent;
	height: auto;
}
.flex_content .flex_slider.flex_singleimage .cycle-slideshow .flex_slide img {
	max-height: none!important;
	padding-bottom: 31px;
}*/
.flex_content .flex_slider .cycle-slideshow .flex_slide img {
	max-width: 100%;
	/*max-height: 250px;*/
	max-height: 476px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: none;
}
.flex_content .flex_slider .cycle-slideshow .flex_slide.flex_nolegend img {
	max-height: 281px;
}
.flex_content .flex_slider .cycle-slideshow .flex_slide .flex_legend {
    background-color: #BED600;
    font-size: 1.5em;
    padding: 8px 20px;
    text-overflow: ellipsis;
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
}
.flex_content .flex_slider .cycle-slideshow .flex_slide .flex_legend strong {
	font-weight: bold;
}
.flex_content .flex_slider .cycle-slideshow .flex_slide .flex_legend em {
	font-style: italic;
}
.flex_content .flex_slider .cycle-slideshow .flex_slide .flex_legend a {
	color: #000;
}
.flex_content .flex_slider .cycle-slideshow .flex_slide .flex_legend a:hover {
	text-decoration: none;
}
.flex_content .flex_tools {
    margin-bottom: 5px;
}
.flex_content .flex_tools .flex_a_moins {
    font-size: 2em;
    float: right;
    color: #C6C6C5;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.flex_content .flex_tools .flex_a_plus {
    font-size: 2.5em;
    font-weight: bold;
    float: right;
    color: #C6C6C5;
    margin-right: 12px;
    cursor: pointer;
}
.flex_content .flex_tools .flex_print {
	width: 37px;
	height: 36px;
	background: url('../../images/flex/print.png') center center no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	float: right;
	margin-right: 15px;
	cursor: pointer;
	margin-top: -5px;
}
.flex_content .flex_doc_download {
    margin-bottom: 20px;
}
.flex_content .flex_doc_download .flex_doc_left {
	float: left;
	width: 47%;
	margin-left: 2%;
	margin-right: 1%;
}
.flex_content .flex_doc_download .flex_doc_right {
	float: left;
	width: 47%;
	margin-left: 1%;
	margin-right: 2%;
}
.flex_content .flex_doc_download ul {}
.flex_content .flex_doc_download ul li {}
.flex_content .flex_doc_download ul li a, a.link_doc {
    text-decoration: none;
    background-color: #383D0C;
    color: #BED600;
    font-size: 1.3em;
	border: 1px solid #383D0C;
    padding: 7px 8px 8px 8px;
    display: inline-block;
    margin-bottom: 10px;
}
a.link_doc {
	font-size: 1em;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
.flex_content .flex_doc_download ul li a:hover, a.link_doc:hover {
	background-color: #BED600;
    color: #383D0C;
}
.flex_content .flex_doc_download ul li:last-child a {
	margin-bottom: 0px;
}
.flex_content .flex_doc_download_cats {
    width: 50%;
    margin: 10px 0;
}
.flex_content .flex_doc_download_cats .flex_doc_cat {}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_lib {
    background-color: #B8D000;
    font-size: 1.3em;
    font-weight: bold;
    padding: 8px 10px;
	cursor: pointer;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_lib .icon {
	width: 15px;
	height: 14px;
	background: url('../../images/flex/doc_cats_close.png') center center no-repeat;
	float: right;
}
.flex_content .flex_doc_download_cats .flex_doc_cat.open .flex_doc_cat_lib .icon {
	background: url('../../images/flex/doc_cats_open.png') center center no-repeat;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_list {
    margin-bottom: 21px;
    padding-left: 10px;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_list li {
	display: none;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_list li .icon {
	width: 13px;
	height: 14px;
	display: block;
	float: left;
	background: url('../../images/flex/doc_cats.png') center center no-repeat;
	margin-left: 5px;
	margin-right: 15px;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_list li a {
    background-color: #e4e4e4;
    display: block;
    text-decoration: none;
    color: #6F6F6E;
    font-size: 1.2em;
    padding: 8px;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_list li:nth-child(even) a {
    background-color: #fff;
}
.flex_content .flex_doc_download_cats .flex_doc_cat .flex_doc_cat_list li a span {
    font-weight: bold;
}

/* formulaire */
.flex_content .flex_form {}
.flex_content .flex_form .flexFormMsgOK {}
.flex_content .flex_form .flexFormMsgOK .flexFormMsgItem {
	background-color: rgba(184, 208, 0, 0.25)!important;
	border-color: rgba(231, 231, 231, 0.25)!important;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 15px;
	border: 1px solid #F00;
	padding: 5px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
}
.flex_content .flex_form .flexFormMsgError {
    padding: 15px 20px 15px;     
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;
    margin-bottom: 25px;
    background-color: rgba(237, 140, 0, 0.25)!important; 
	border-color: rgba(227, 78, 27, 0.25)!important;
}
.flex_content .flex_form .flexFormMsgError .flexFormMsgItem {
    font-size: 1.3em;  
	line-height: 1.6em;
}
.flex_content .flex_form .flexFormMail ,
.flex_content .flex_form .flexFormText {
    position: relative;
    margin-bottom: 20px;
    padding-right: 2px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);
}
.flex_content .flex_form .flexFormMail label ,
.flex_content .flex_form .flexFormText label {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.flex_content .flex_form .flexFormMail input ,
.flex_content .flex_form .flexFormText input {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #979796;
	background-color: #fff;
	font-size: 1.3em;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;    width: 100%;
}
.flex_content .flex_form .flexFormMail label .flexFormObligatoire ,
.flex_content .flex_form .flexFormText label .flexFormObligatoire ,
.flex_content .flex_form .flexFormTextarea label .flexFormObligatoire ,
.flex_content .flex_form .flexFormFile label .flexFormObligatoire ,
.flex_content .flex_form .flexFormRadio .flexFormRadioLibelle .flexFormObligatoire {
	color: rgba(56, 61, 12, 0.5);
}
.flex_content .flex_form .flexFormTextarea {
    position: relative;
    margin-bottom: 20px;
    padding-right: 2px;
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
}
.flex_content .flex_form .flexFormTextarea label {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.flex_content .flex_form .flexFormTextarea textarea {
	display: block;
	padding: 3px 2%;  
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
	border-radius: 5px;   
	border: 1px solid #979796; 
	background-color: #F9F9F9;  
	font-size: 1.3em;  
	padding: 6px 10px 7px; 
	font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    height: 138px;
	box-sizing: border-box;  
	width: 100%;
}
.flex_content .flex_form .flexFormCheckbox {
    margin-bottom: 20px;
}
.flex_content .flex_form .flexFormCheckbox + .flexFormCheckbox {
    margin-top: -10px;
}
.flex_content .flex_form .flexFormCheckbox .flexFormCheckboxLib {
    font-size: 1.3em;
    text-decoration: underline;
    margin-bottom: 7px;
    margin-top: 10px;
    font-weight: bold;
}
.flex_content .flex_form .flexFormCheckbox .flexFormCheckboxItem {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px 10px 2px 10px;
}
.flex_content .flex_form .flexFormCheckbox .flexFormCheckboxItem input {
    margin: 0;
    height: 17px;
    width: 17px;
    -webkit-border-radius: 0px;  
	-moz-border-radius: 0px; 
	border-radius: 0px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.flex_content .flex_form .flexFormSelect {
    position: relative;  
	margin-bottom: 20px;
    padding-right: 2px;
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
}
.flex_content .flex_form .flexFormSelect select {
	padding: 3px 2%; 
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
	border-radius: 5px;  
	border: 1px solid #979796;    
	font-size: 1.3em;  
    padding: 4px 40px 4px 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
	color: #383D0C;
	background: #fff url('../../images/flex/form_select.png') center right no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	width: 100%;
}
.flex_content .flex_form .flexFormRadio {
    margin-bottom: 20px;
}
.flex_content .flex_form .flexFormRadio .flexFormRadioLibelle {
    font-size: 1.2em;  
	line-height: 1.3em; 
	margin-bottom: 8px;
    font-weight: bold;
}
.flex_content .flex_form .flexFormRadio .flexFormCheckboxItem {
    font-size: 1.3em;  
	font-weight: bold;
    margin-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.7);
	padding: 2px 10px 2px 10px;
}
.flex_content .flex_form .flexFormRadio .flexFormCheckboxItem input {
    margin: 0;
    height: 17px;
    width: 17px;
    position: relative;  
	top: 4px;   
	margin-right: 5px;
}
.flex_content .flex_form .flexFormFile {}
.flex_content .flex_form .flexFormFile label {  
	padding: 3px 2%;  
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
	border-radius: 5px;    
	border: 1px solid #979796; 
	font-size: 1.3em;   
	padding: 8px 34px 8px 10px; 
	font-weight: bold;  
	font-family: 'Open Sans', sans-serif;
    display: inline-block;
	background: #E7E7E7 url('../../images/flex/form_file.png') center right no-repeat;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.flex_content .flex_form .flexFormFile input {
    font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0px;
    left: 0;
    display: block;
    cursor: pointer;
    text-indent: -999em;
	opacity: 0;
    height: 100%;
    width: 100%;
}
.flex_content .flex_form .flexFormFile .flexFormFileName {
	float: left; 
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
	opacity: 0;
	line-height: 31px;
	padding-left: 8px;
	font-family: 'Open Sans', sans-serif;
}
.flex_content .flex_form .flexFormSubmit {
    margin-top: 11px;
    padding-right: 2px;
}
.flex_content .flex_form .flexFormSubmit input {
	border: 0;
	background-color: #B8D000;
	font-size: 1.3em;
	font-weight: bold;
	color: #383D0C;
	text-transform: uppercase;
	padding: 6px 15px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}
.flex_content .flex_form .flexFormSubmit input:hover {
	background-color: #383D0C;
	color: #B8D000;
}
.flex_content .flex_form .flexFormContent {
	margin-bottom: 20px;
}

.flex_content .flexFormInputError input[type=text],
.flex_content .flexFormInputError textarea ,
.flex_content .flexFormInputError select ,
.flex_content .flexFormFile.flexFormInputError label {
	background-color: rgba(237, 140, 0, 0.25)!important;
	border-color: rgba(227, 78, 27, 0.25)!important;
}
.flex_content .flexFormInputValid input[type=text],
.flex_content .flexFormInputValid textarea ,
.flex_content .flexFormInputValid select ,
.flex_content .flexFormFile.flexFormInputValid label {
	background-color: rgba(184, 208, 0, 0.25)!important;
	border-color: rgba(231, 231, 231, 0.25)!important;
}


/* Radio & Check */
.flex_content .flex_form input[type=checkbox]:not(old),
.flex_content .flex_form input[type=radio]:not(old){
	width   : 28px;
	margin  : 0;
	padding : 0;
	opacity : 0;
	display: none;
}
.flex_content .flex_form input[type=checkbox]:not(old) + label{
	display      : inline-block;
	/* margin-left: -25px; */
	padding-left: 25px;
	background   : url('../../images/flex/form_checks_1.png') no-repeat 0px 4px;
	line-height  : 24px;
	cursor: pointer;
	font-weight: normal;
	min-height: 20px;
}
.flex_content .flex_form input[type=radio]:not(old) + label{
	display      : inline-block;
	/* margin-left: -22px;*/
	padding-left: 25px;
	line-height  : 24px;
	background   : url('../../images/flex/form_checks_4.png') no-repeat 0px 4px;
	cursor: pointer;
	font-weight: normal;
}
.flex_content .flex_form input[type=checkbox]:not(old):checked + label{
	background   : url('../../images/flex/form_checks_2.png') no-repeat 0px 4px;
}
.flex_content .flex_form input[type=radio]:not(old):checked + label{
	background   : url('../../images/flex/form_checks_3.png') no-repeat 0px 4px;
}

/* carte */
.flex_content .flex_carte {
	width: 100%;
	height: 262px;
}
.flex_content .flex_carte .flex_the_map {
	width: 100%;
	height: 100%;
}

/* flex_chils_page */
.flex_content .flex_chils_page {}
.flex_content .flex_chils_page li {
    float: left;
    width: 50%;
}
.flex_content .flex_chils_page.flex_chils_page_colored li:nth-child(4n) a,
.flex_content .flex_chils_page.flex_chils_page_colored li:nth-child(4n+1) a {
	background-color: #D60B51!important;
	color: #fff;
}
.flex_content .flex_chils_page.flex_chils_page_colored li:nth-child(4n+2) a,
.flex_content .flex_chils_page.flex_chils_page_colored li:nth-child(4n+3) a {
	background-color: #B8D000!important;
}
.flex_content .flex_chils_page.flex_chils_page_colored li:hover a {
	background-color: #fff!important;
	color: #383D0C!important;
}

.flex_content .flex_chils_page li:nth-child(odd) {
	clear: both;
}
.flex_content .flex_chils_page li .flex_chils_page_title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px 30px 8px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #383D0C;
    text-decoration: none;
    display: block;
    background: #fff url('../../images/flex/arrow_small.png') center right no-repeat;
}
.flex_content .flex_chils_page li a:hover {
	background-color: #FFF!important;
}
.flex_content .flex_chils_page li .the_extrait {
	background-color: #fff;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 8px 15px 8px 15px;
	display: block;
	text-decoration: none;
	color: #383D0C;
}

/* condition */
.flex_content .flexForm_condition {
	display: none;
}

/* field group */
.flex_content .flex_form_group {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 5px;
}
.flex_content .flex_form_group .flex_table_check,
.flex_content .flex_form_group .flexFormChild,
.flex_content .flex_form_group .flexFormContent,
.flex_content .flex_form_group .flexFormRadio,
.flex_content .flex_form_group .flexFormSelect,
.flex_content .flex_form_group .flexFormCheckbox,
.flex_content .flex_form_group .flexFormTextarea,
.flex_content .flex_form_group .flexFormText {
	margin-bottom: 0px;
}
.flex_content .flex_form .flex_form_group .flexFormCheckbox + .flexFormCheckbox {
	margin-top: -5px;
}
.flex_content .flex_form .flex_form_group .flexFormRadio .flexFormRadioLibelle {
	padding-top: 10px;
}

/* TWO COLS */
.flex_content .flex_form .flex_form_dbl > *:nth-child(odd) {
	float: left;
	width: 47%;
}
.flex_content .flex_form .flex_form_dbl > *:nth-child(even) {
	float: right;
	width: 47%;
}
.flex_content .flex_form .flex_form_dbl > *:nth-child(even):after {
	content: ' ';
	display: block;
	clear: both;
}
@media (max-width:500px) {
	.flex_content .flex_form .flex_form_dbl > * {
		float: none!important;
		width: auto!important;
	}
}

/* childs [ETREZ] */
.flex_content .flexFormChild {
    margin-bottom: 20px;
}
.flex_content .flexFormChild select {
	width: auto!important;
	max-width: 100%;
}
.flex_content .flexFormChild .flexFormChildAlready {
	font-size: 1.2em;
	margin-top: 5px;
	display: none;
}
.flex_content .flexFormChild .flexFormChildAlready span {
	font-weight: bold;
}
.flex_content .flexFormChild .flexFormChildTitle {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
}
.flex_content .flexFormChild .flexFormChildTitle select {
    margin-left: 15px;
}
.flex_content .flexFormChild .flexFormChildChild {
    font-size: 1.3em;
    margin-left: 3px;
    display: inline-block;
}
.flex_content .flex_form .flexFormChildChild .flexFormChildAlready { 
	display: none;
	background-color: rgba(237, 140, 0, 0.25)!important;
	border-color: rgba(227, 78, 27, 0.25)!important;
	margin-top: 5px;
	padding: 7px;
	font-size: 1.3em;
	line-height: 1.2em;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* table check */
.flex_content .flex_table_check {
    width: 100%;
	margin-bottom: 20px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.7);
}
.flex_content .flex_table_check thead {}
.flex_content .flex_table_check thead tr {
    border-bottom: 1px solid #383C0B;
    padding-bottom: 3px;
}
.flex_content .flex_table_check thead tr th {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 4px;
    line-height: 1.5em;
}
.flex_content .flex_table_check tbody {}
.flex_content .flex_table_check tbody tr {
    border-bottom: 1px solid #B8D000;
}
.flex_content .flex_table_check tbody tr:last-child {
	border-bottom: 1px solid #383C0B;
}
.flex_content .flex_table_check tbody tr td {
    text-align: center;
    padding-bottom: 7px;
    padding-top: 4px;
}
.flex_content .flex_table_check tbody tr td:first-child {
	text-align: left;
	font-size: 1.2em;
	padding-left: 10px;
	position: relative;
	top: -3px;
}

/* mosaiques */
.flex_content .flex_mosaique_image {}
.flex_content .flex_mosaique_image .flex_mosaique_image_title {
    font-size: 2em;
    font-weight: bold;
    padding-top: 7px;
    color: #383D0C;
    text-decoration: none;
    border-bottom: 1px solid #383D0C;
}
.flex_content .flex_mosaique_image .flex_mosaique_image_list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
    margin-top: 5px;
}
.flex_content .flex_mosaique_image .flex_mosaique_image_list .flex_mosaique_image_list_link {
    display: inline-block;
    width: 33.333%;
    padding: 5px;
    box-sizing: border-box;
}
.flex_content .flex_mosaique_image .flex_mosaique_image_list .flex_mosaique_image_list_link .flex_mosaique_image_list_image {
    display: block;
    width: 100%;
}

.flex_content .flex_mosaique_video {}
.flex_content .flex_mosaique_video .flex_mosaique_video_title {
    font-size: 2em;
    font-weight: bold;
    padding-top: 7px;
    color: #383D0C;
    text-decoration: none;
    border-bottom: 1px solid #383D0C;
}
.flex_content .flex_mosaique_video .flex_mosaique_video_list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
    margin-top: 5px;
}
.flex_content .flex_mosaique_video .flex_mosaique_video_list .flex_mosaique_video_list_link {
    display: inline-block;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
.flex_content .flex_mosaique_video .flex_mosaique_video_list .flex_mosaique_video_list_link .flex_mosaique_video_list_image {
    display: block;
    width: 100%;
}
.flex_content .flex_mosaique_video .flex_mosaique_video_list .flex_mosaique_video_list_link .flex_mosaique_video_list_image_icon {
	width: 52px;
    height: 52px;
    background: url('../../images/flex/video.png') center center no-repeat;
	left: 50%;
	top: 50%;
	margin-top: -26px;
	margin-left: -26px;
	position: absolute;
}
.flex_content .flex_mosaique_video .flex_mosaique_video_list .flex_mosaique_video_list_link:hover .flex_mosaique_video_list_image_icon {
	background: url('../../images/flex/video_hover.png') center center no-repeat;
}

.flex_content .flex_mosaique_audio {}
.flex_content .flex_mosaique_audio .flex_mosaique_audio_title {
    font-size: 2em;
    font-weight: bold;
    padding-top: 7px;
    color: #383D0C;
    text-decoration: none;
    border-bottom: 1px solid #383D0C;
}
.flex_content .flex_mosaique_audio .flex_mosaique_audio_list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
    margin-top: 5px;
}
.flex_content .flex_mosaique_audio .flex_mosaique_audio_list .flex_mosaique_audio_list_link {
    display: inline-block;
    width: 50%;
    border: 5px solid #EFEFEF;
    background-color: #BED600;
    vertical-align: top;
    text-decoration: none;
    box-sizing: border-box;
}
.flex_content .flex_mosaique_audio .flex_mosaique_audio_list .flex_mosaique_audio_list_link .flex_mosaique_audio_list_title {
	display: block;
	font-size: 1.6em;
	padding: 7px 10px 9px;
	color: #2F2F2F;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex_content .flex_mosaique_audio .flex_mosaique_audio_list .flex_mosaique_audio_list_link .flex_mosaique_audio_list_duration {
	/* padding: 0 15px; */
	display: block;
	color: #6F6F6E;
	font-size: 1.3em;
	float: right;
	margin-bottom: 9px;
	margin-top: 9px;
	padding: 0 10px;
}


@media(max-width: 600px) {
	.flex_content .flex_mosaique_image .flex_mosaique_image_list .flex_mosaique_image_list_link {
		width: 50%;
	}
	#expressions .liste .expression,
	.flex_content .flex_mosaique_audio .flex_mosaique_audio_list .flex_mosaique_audio_list_link,
	.flex_content .flex_mosaique_video .flex_mosaique_video_list .flex_mosaique_video_list_link {
		width: 100%;
	}
}
@media(max-width: 450px) {
	.flex_content .flex_mosaique_image .flex_mosaique_image_list .flex_mosaique_image_list_link {
		width: 100%;
	}
}


.flex_content .flex_chils_page_slider {
    width: 100%!important;
	position: relative;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_left {
	position: absolute;
	width: 30%!important;
	top: 0;
	left: 40px;
	overflow: hidden;
	z-index: 1;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center {
	width: 60%!important;
	overflow: hidden;
	position: absolute;
	left: 20%;
	top: 0;
	z-index: 2;
	height: 100%;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item {
	width: 100%;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content {
    background: #FFF;
    clear: both;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content h2 {}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content h2 a {
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 15px 8px 15px;
    margin-right: 10px;
    color: #383D0C;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content h2 a:hover {
	text-decoration: underline;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content p {
    padding: 0 15px 8px 15px;
    font-size: 1.1em;
    line-height: 1.3em;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content a.more {
	font-size: 1.2em;
	color: #D60B51;
	text-decoration: underline;
	display: block;
	padding: 0px 15px 15px 15px;
	text-align: right;
	font-weight: bold;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center .flex_chils_page_slider_center_item .flex_chils_page_slider_center_item_content a.more:hover {
	text-decoration: none;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_right {
	position: absolute;
	width: 30%!important;
	top: 0;
	right: 40px;
	overflow: hidden;
	z-index: 1;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_left img ,
.flex_content .flex_chils_page_slider .flex_chils_page_slider_center img ,
.flex_content .flex_chils_page_slider .flex_chils_page_slider_right img {
	width: 100%;
	height: auto;
	float: left;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_next {
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0px;
	background: url('../../images/flex/slider_child_next.png') center center no-repeat;
	width: 65px;
	height: 65px;
	margin-top: -33px;
	margin-right: 1px;
	cursor: pointer;
	z-index: 222;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_next:hover {
	background: url('../../images/flex/slider_child_next_hover.png') center center no-repeat;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_prev {
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0px;
	background: url('../../images/flex/slider_child_prev.png') center center no-repeat;
	width: 65px;
	height: 65px;
	margin-top: -33px;
	margin-right: 4px;
	cursor: pointer;
	z-index: 222;
}
.flex_content .flex_chils_page_slider .flex_chils_page_slider_prev:hover {
	background: url('../../images/flex/slider_child_prev_hover.png') center center no-repeat;
}

.flex_content .flex_chils_page_slider_3D {
	width: 100%;
	height: 0px;
	overflow: visible!important;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item {
	width: 50%;
	height: auto;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item img {
	width: 100%;
	height: auto;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item .flex_chils_page_slider_item_content {
	background: #FFF;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item .flex_chils_page_slider_item_content h2 a {
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 15px 8px 15px;
    margin-right: 10px;
    color: #383D0C;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item .flex_chils_page_slider_item_content h2 a:hover {
	text-decoration: underline;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item .flex_chils_page_slider_item_content p {
    padding: 0 15px 8px 15px;
    font-size: 1.1em;
    line-height: 1.3em;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item .flex_chils_page_slider_item_content a.more {
	font-size: 1.2em;
	color: #D60B51;
	text-decoration: underline;
	display: block;
	padding: 0px 15px 15px 15px;
	text-align: right;
	font-weight: bold;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_item .flex_chils_page_slider_item_content a.more:hover {
	text-decoration: none;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_3D_prev {
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0px;
	background: url('../../images/flex/slider_child_prev.png') center center no-repeat;
	width: 65px;
	height: 65px;
	margin-top: -33px;
	margin-right: 4px;
	cursor: pointer;
	z-index: 222;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_3D_prev:hover {
	background: url('../../images/flex/slider_child_prev_hover.png') center center no-repeat;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_3D_next {
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0px;
	background: url('../../images/flex/slider_child_next.png') center center no-repeat;
	width: 65px;
	height: 65px;
	margin-top: -33px;
	margin-right: 1px;
	cursor: pointer;
	z-index: 222;
}
.flex_content .flex_chils_page_slider_3D .flex_chils_page_slider_3D_next:hover {
	background: url('../../images/flex/slider_child_next_hover.png') center center no-repeat;
}