/*
Theme Name: 24 | PRESSE
Author: C2 Studios
Author URI: http://c2-studios.fr
Description: Thème sur mesure pour 24 | PRESSE.
Version: 1.1
License: © C2 Studios

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
test edition
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900i,900i');


 

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}



figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

 
hr {
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #efefef;
    border: medium none;
    box-sizing: content-box;
    color: #efefef;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    overflow: visible;
}


pre {
	font-family: roboto, roboto;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 900;
}

code,
kbd,
samp {
	font-family: roboto, roboto;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "roboto",sans-serif;
	font-size: 100%;
	line-height: 20px;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

 


/* Style du thème */


body {
	font-family: 'roboto', sans-serif;

	font-weight: 300;
	color:#666;
}


body .communique_txt {
	font-family: arial,helvetica,sans-serif;
 
}

body .communique_txt  b, body .communique_txt strong {
	font-weight: bold;
 
}


#content_cp h1 {
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
}


h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 20px;
}




h2, h3 {
	font-weight:800;
}


a {
	color:#666;
}
a:hover {
	color:indianred;
}


h3 {
    font-size: 16px;
    margin: 0 0 10px;
}

.accroche_home h2 {
    display: block;
    font-size: 54px;
    font-weight: 800;
    line-height: 54px;
    margin: 0 0 30px;
	 text-shadow: 0 1px 3px #000;
}


h2 {
    display: block;
    font-size: 34px;
    font-weight: 800;
    line-height: 54px;
    margin: 0 0 30px;
}

h2 strong {
	font-weight: bold;

}
 
 
.content_page .article h2, .content_page .article h2 a {
    color: indianred;
	text-decoration: none;
	
}
p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}
 
.content_page ul:not(.qq-upload-list) li:not(.block_cp) {
    font-size: 16px;
	padding: 0 0 0 17px;
    line-height: 20px;
}


.content_page ol:not(.qq-upload-list) li:not(.block_cp) {
    list-style: inside none outside;
	 font-size: 16px;
	line-height: 20px;
	 margin-bottom: 10px;
}

.content_page ol:not(.qq-upload-list) {
    list-style: outside none none;
    padding: 0;
}



.text_page  ul { 
	list-style-type: none; 
    margin: 0 0 20px;
    padding: 0;
}

.text_page ul:not(.qq-upload-list) li:not(.block_cp) {
    display: block;
    margin-bottom: 10px;
	position: relative;
}
.text_page ul:not(.qq-upload-list) li:not(.block_cp):before {
    content: "\e91f";
    color: green;
    display: inline-block;
    float: left;
    font-family: "icomoon";
    font-size: 9px;
    left: 0;
    line-height: 18px;
    margin-right: 5px;
    position: absolute;
    top: 2px;
    vertical-align: middle;
}


.wp-block-quote > * {
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
}
.wp-block-quote {
	display: inline-block;

}

.box {
    border: 1px solid #efefef;
    padding: 30px 20px!important;
}


.small {
	font-size: 12px;
}
.big {
    font-size: 38px!important;
    line-height: 41px!important;
	text-align: left;
}
.btn, #content .elementor-button, .wpforms-container button[type="submit"], #content .wp-block-button__link {    
	background-color: transparent;
	color: #666;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: 20px auto;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
	border: 1px solid;
	transition:border-radius ease-out 0.3s;
	margin: 0 0 30px;
	border-radius: 30px;
	cursor: pointer;
	
}




.btn_small, #content .elementor-size-md, .wpforms-container button[type="submit"], #content .wp-block-button__link {
    font-size: 14px;
    padding: 10px 34px;
	-webkit-transition: all ease-out 0.3s;
    transition:all ease-out 0.3s;
	
}




.btn:hover, #content .wp-block-button__link:hover, .qq-gallery .qq-upload-button-selector:hover, .step_box.btn:hover {
	background-color:#666 ;
	color: #FFF!important;
	border-color: #666;
	/* transform: scale(1.02); */
	-webkit-transition: all ease-out 0.3s;
    transition:all ease-out 0.3s;
}


.btn.color_1:hover {
	background-color:#ad9f8c ;
	color: #FFF!important;
	border-color: #ad9f8c;
}


.btn.white:hover {
	background-color:#fff;
	color: indianred!important;
	border-color: #fff;
}



#content .elementor-size-sm {
    font-size: 12px;
    padding: 8px 18px;
}

.btn_fill {
	background-color: transparent;
}

.btn_nomarge {

margin-bottom: 0;}


 
.btn_border {    border: 1px solid;    }


.wrap {
	max-width: 1280px;
	margin: auto;
	position: relative;
	width: 90%;
	
}

 
#content .black .wp-block-button__link  {
	color: #FFF!important;
	background-color: #666;
}
#content .black .wp-block-button__link:hover  {
	background-color: #FFF;
	color: #666!important;
}



#content .red .wp-block-button__link, #content .wp-block-button__link  {
	color: #FFF!important;
	background-color: indianred!important;
}
#content .red .wp-block-button__link:hover, #content .wp-block-button__link:hover  {
	background-color: #FFF!important;
	color: indianred!important;
}






.accrossche_home:before {
	background-color: #ad9f8c;
    content: " ";
    display: block;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    width: 110%;
    z-index: 4;
}

.color_1 {
	color:#ad9f8c;
}

.bg_color_1 {
	background-color:#ad9f8c;
}

color_2 {
   color: indianred;
}
.bg_color_2 {
    background-color: indianred;
}



.home #top .principal_menu {
    height: 80px;
	padding-top: 20px;
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	
}


.home #logo_top, .home #top .first_menu p.infos   {
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.home #top.active .principal_menu {
	opacity: 1;
	height: 60px;
	padding-top: 0px;
	-webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home #top {
	opacity: 0;
}

.home #top.active {
	opacity: 1;
}
.home #top.active #logo_top {
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home #top.active .first_menu p.infos {
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section {
    background-color: #fff;
    padding: 60px 0;
}


.white {	color:#FFF; }

.white > *, .white a, .white div {	color:#FFF!important; border-color: #444!important; }

.black {	color:#000;}

.green {	color:#c02932!important;}

.blue {	color:#002F3B!important;}

.grey { 	color:#999!important; }

.bg_white {	#FFF; }

.bg_grey {	background-color:#F6F6F6;}

.bg_color_green {	background-color:#c02932!important;} 

.bg_blue {	background-color:#002F3B!important;} 
.bg_light_blue {background-color:#6ac8ee!important; color: #FFF; } 

.bg_ocre {	background-color:#d0b79e!important;  color: #FFF;  } 



 
#team {
    background-color: #333;
    background-image: url("https://static.education.francetv.fr/images/966x585/1463143555/au-plus-pres-de-la-coulee-de-lave.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
	position: relative;
}

#team::before {
    background-color: #222;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: normal;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
}
 

.menu_post {
	margin-bottom: 20px;
	display: block;
}

.menu_post li {
    margin-bottom: 10px;
    text-decoration: none;
}

.menu_post li a {
	text-decoration: none;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	
}

.table-row {
	display: table-row;
}



.flex {
	display: flex;
}

.transition {
	display: block;
    height: 100vh;
    right: 0;
    position: absolute;
    top: 0;
    width: 0vw;
    z-index: 1030;
}

.menu_principal_simple, .menu_principal {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	position: relative;
	
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu_principal {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 280px);
}


.menu_principal_simple {
	left: -180px;
}

.menu_principal_simple a {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 40px;
    text-decoration: none;
    width: 160px;
	
	
}



.menu_principal_simple a:before {
	background-color: #C5C5C5;
    content: "";
    display: inline-block;
    height: 16px;
    left: -11px;
    position: relative;
    vertical-align: middle;
    width: 2px;
}


.menu_principal_simple a:hover:before {
	background-color: indianred;
	 
}



#menu_home.active .menu_principal_simple {
	left: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu_home {
    background-color: #fff;
    height: 100vh;
    left: -400px;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    top: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}


#menu_home.active {
 	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)0.1s;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)0.1s;
    left: 0px;
    
}

#menu_burger_home {
	display: block;
    height: 40px;
    left: 15%;
    position: absolute;
    top: 40%;
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}



#menu_burger_home.active {
	  left: 370px;
	
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) ;
}
#menu_burger_home span {
    background-image: url("images/menu-burger.png");
    background-size: cover;
    display: inline-block;
    height: 70px;
    vertical-align: middle;
    width: 70px;
}

#menu_burger_home a {
    font-weight: 800;
    line-height: 38px;
    text-decoration: none;
	color: #FFF;
}

.sub-menu  {
  	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) ;
	overflow: hidden;
    list-style: outside none none;
    padding: 0;
	display: none;
}


.sub-menu li a {
    color: #999;
    font-size: 14px;
}

.sub-menu.active  {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) ;
	/* display: block;*/
 
}


img {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.logo {
    background-image: url("images/logo-24-presse-white-red.png");
    background-position: center center;
    background-size: cover;
    display: block;
    height: 30px;
    line-height: 110px;
    overflow: hidden;
    width: 200px;
	margin-bottom: 30px;
}

#logo_top {
    background-image: url("images/logo-24-presse-white-red.png");
    height: 22px;
    margin: 0;
    width: 150px;
	float: left;
}


.accroche_home {
    color: #fff;
    height: 100vh;
    left: 50vw;
    position: relative;
    width: 50vw;
}

#top {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 12;
}

.page-id-70 #top, .page-id-964 #top {
	width: auto;
}
.first_menu {
    background-color: #1a1a1a;
    height: 20px;
    padding: 10px 0;
}


.first_menu p.infos {
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0 50px 0 0;
}

#menu-lang {
    float: right;
    position: absolute;
    right: 0;
    top: 2px;
}

#menu-lang ul {
    height: auto;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    /* padding: 28px 0 0;*/
    position: relative;
    text-align: center;
    z-index: 2;
}
#menu-lang ul li {
    /*  background-color: #fff; */
    text-align: center;
}
#menu-lang ul li img {
    margin: 3px 6px;
}


#menu-lang ul li.current-lang {
    left: 0;
    position: absolute;
    top: 0;
	background-color:transparent;
	display: none;
}


.first_menu .infos span {
    font-size: 10px;
    margin-right: 10px;
	border-color: #444;
}



.principal_menu {
    background-color: #fbfbfb;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    height: 60px;
	
}



.principal_menu #menu-principal-1 li,
.principal_menu .menu_principal li{
	display: inline-block;
	position: relative;
}


.principal_menu #menu-principal-1 li a,
.principal_menu .menu_principal  li a{
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    padding: 0 5px;
    text-decoration: none;
	position: relative;
}

.principal_menu #menu-principal-1 li::after,
.principal_menu .menu_principal li::after{
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}


.principal_menu #menu-principal-1 li:hover:after,
.principal_menu .menu_principal li:hover:after{
    background-color: #E9E9E9;
    
}
 
.principal_menu #menu-principal-1 li.current-menu-item:hover:after, .principal_menu #menu-principal-1 li.current-menu-item:after,
.principal_menu #menu-principal-1 li.current-menu-parent:hover:after, .principal_menu #menu-principal-1 li.current-menu-parent:after,
.principal_menu li.current-menu-item:hover:after, .principal_menu  li.current-menu-item:after,
.principal_menu  li.current-menu-parent:hover:after, .principal_menu  li.current-menu-parent:after
 {
    background-color: indianred;
    
}

 


.principal_menu .menu-item:hover .sub-menu {
	display: block;
	position: relative;
}


.principal_menu #menu-principal-1 .sub-menu li:after,
.principal_menu .menu_principal .sub-menu li:after{
	display: none!important;
}
 

.principal_menu #menu-principal-1 .sub-menu,
.principal_menu .menu_principal .sub-menu{
    background-color: #333!important;
    left: 0!important;
    position: absolute!important;
    width: auto!important;
	
}

.principal_menu #menu-principal-1 .sub-menu li,
.principal_menu .menu_principal .sub-menu li{
    display: block;
    width: auto;
	border: none;
	white-space: nowrap;
	
}
.principal_menu #menu-principal-1 .sub-menu li a,
.principal_menu .menu_principal .sub-menu li a{
   display: block!important;
    font-size: 14px!important;
    line-height: 40px!important;
	border:0!important;
	padding: 0 20px!important;
	border-bottom: 1px solid #444!important;
	-webkit-transition: all ease-out 0.3s!important;
    transition:all ease-out 0.3s!important;
	
}

.principal_menu #menu-principal-1 .sub-menu li:last-child a,
.principal_menu .menu_principal .sub-menu li:last-child a{
	border-bottom: 0!important;
	
}

.principal_menu #menu-principal-1 .sub-menu li a:hover, .principal_menu #menu-principal-1 .sub-menu li.current-menu-item a,
.principal_menu .menu_principal.sub-menu li a:hover, .principal_menu .menu_principal .sub-menu li.current-menu-item a {
    background-color: #9999!important;
    color: #efefef!important;
    display: block!important;
	
}



.principal_menu #menu-principal-1 .sub-menu li:hover:after, .principal_menu .menu_principal .sub-menu li:hover:after {
    background-color: #555;
    display: block!important;
    height: 100%;
    left: 0!important;
    position: absolute!important;
    width: 5px!important;
    z-index: 4!important;
}
.principal_menu #menu-principal-1 .sub-menu li.current-menu-item:after, .principal_menu .menu_principal .sub-menu li.current-menu-item:after {
    background-color: indianred!important;
    display: block!important;
    height: 100%!important;
    left: 0!important;
    position: absolute!important;
    width: 5px!important;
    z-index: 4!important;
}


.principal_menu #menu-principal-1 .sub-menu li:hover, .principal_menu .menu_principal .sub-menu li:after {
	text-indent: 6px!important;
	-webkit-transition: all ease-out 0.3s!important;
    transition:all ease-out 0.3s!important;
}


.principal_menu a.btn, footer a.btn {
    font-size: 14px;
    margin: 0;
    padding: 10px 22px;
    position: absolute;
    right: 0;
    top: 10px;
	 text-transform: none;
}

.nav_article {
    display: block;
    flex-flow: row wrap;
    justify-items: center;
    left: 36vw;
    margin-top: -3%;
    position: fixed;
    top: 52vh;
    width: 12px;
	z-index: 1;
}
.nav_article .nav_h2_link {
    background-color: indianred;
    border-radius: 10px;
    display: inline-block;
    float: none;
    height: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 10px;
	opacity: 0.6;
}
.nav_article .nav_h2_link.active {
	opacity: 1;
}
.titre_de_page, h2.titre_de_page, h1.titre_de_page, .titre_de_page h1, .titre_de_page h2 {
    font-size: 22px!important;
    letter-spacing: 5px;
    margin-bottom: 40px!important;
    text-transform: uppercase;
}


h1 , h1.titre_de_page   {
	font-size: 38px!important;
}

h1.titre_de_page_light {
	
	 font-size: 22px!important;
}

.header_page {
    padding: 20px 0;
	padding-bottom: 20px;
}

.no_elementor.header_page {
    padding-top: 70px;
}

.page-id-10829 .no_elementor.header_page {
    padding-top: 100px;
}



/* Template - full-header */
 .full_header .no_elementor.header_page {
    display: flex;
    height: 100vh;
    padding-top: 70px;
    vertical-align: middle;
    width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	 margin-top: -100px;
    padding-top: 0;
	
}

 .full_header .text_page {
	 padding-top: 140px; 
}
 .full_header .no_elementor.header_page .wrap {
    padding-top: 100px;
}

 .full_header .form {
	 width: 33%;
}

.full_header .no_elementor.header_page h1,
.full_header .no_elementor.header_page > * {
	color: #FFF;
}

.full_header .no_elementor.header_page h1 {
	margin-bottom: 10px!important;
	max-width: 50%;
}
.full_header .no_elementor.header_page:before {
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}


/* Template - left-header */

.left_header  {
	position: relative; 
}

.left_header  {
	position: relative; 
	 min-height: 100vh;
}
.left_header .content_right .inner {
	
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 70px;
    width: 90%;

}
.left_header .content_left .inner   {
    color: #fff;
    float: right;
    max-width: 340px;
    padding: 20px 30px 20px 0;
    position: relative;
    width: 90%;
    z-index: 2;
	margin-top: -80px;
}


.content_left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 80vh;
    position: fixed;
    width: 32vw;
}

.content_left:before, .content_left.with_content .table::after {
	background-color: rgb(173, 159, 140);
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
	content: "";
}

.content_left:after {
    background-color: indianred;
    content: "";
    height: 100%;
     right: 390px;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 130px;
}


.content_left.with_content .table::after  {
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: 0.5;
    width: 100%;
    z-index: -1;
}

 
.content_right {
    align-items: center;
    display: flex;
    margin-left: 32vw;
    min-height: 100vh;
    overflow: inherit;
    position: relative;
}


.content_right .form .cat_box {
    width: 100%!important;
}  

.content_right .form #submit.btn, .wpforms-container button[type="submit"] {
    display: block;
    margin: 20px auto;
}


input[type="submit"], .wpforms-container button[type="submit"] {
    background-color: indianred;
    border: medium none;
    color: #fff;
}



.content_right .text_page {
    padding-bottom: 70px;
    width: 90%;
}

.content_right .titre_de_page {
	 width: 90%;
}
.contact_options {
	width: 10%;
	position: absolute;
	right: 20px;
	top: 170px;
	display: none;
}

.contact_options a {
    background-color: indianred;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin: auto 0 20px auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 60px;
}

.content_page .content_right .cat_box_0 h2 , .content_page .content_right  .cat_box_1  h2 {
	font-size: 18px;
	color: #333;
}







.content_page {
    
     padding-top: 69px;
	
	width: 100%;

  
}


.btn_icone_left span {
    font-size: 15px;
    left: -12px;
    line-height: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}



.btn_icone_right span {
    font-size: 15px;
    right: -12px;
    line-height: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}


 

.accroche_home .btn_icone_right span {
    font-size: 28px;
    line-height: 16px;
    position: relative;
    right: -7px;
    top: -2px;
    vertical-align: middle;
}


.icon-circle {
	 border: 1px solid;
    border-radius: 30px;
    padding: 6px;
}

#page {
	
		/* background-color: #f7f7f7;*/
		background-color: #FFF;

}

#page .content_cp_page, #page .content_ap_page {
	background-color: #e9e9e9;
    display: block;
    float: left;
    width: 100%;
}
.content_page_inner {
    padding-top: 40px;
	padding-bottom: 40px;
}


.elementor-default .content_page_inner {
	padding-bottom: 0px;
}


.elementor-default .content_page_inner {
    padding-top: 0px;
}

.content_page h2 {
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 25px;
    margin: 0 0 20px;
}

.wp-block-image figure {
    float: left;
    margin-right: 1em;
    margin-top: 0;
}

.article {
    margin-left: 0;
}

.no_elementor .article p {
    text-align: justify;
}
.no_elementor .article {
    margin-left: 0;
     
	/* max-width: 900px; */
}

.no_elementor .article p, .no_elementor .article hr {
    /* margin-right: 30%; */
}

.no_elementor .article iframe {
	/*  width: 70%; */
}

p.sub_title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

p.sub_title [class^="icon-"], p.sub_title [class*=" icon-"] {
    font-size: 30px;
    margin: 5px;
    vertical-align: middle;
}

.line_agences, .press_room_liste.large .line_pressroom {
    background-color: #fff;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 20px;
}

.press_room_liste.large .line_pressroom .description {
    border-left: 1px solid #efefef;
    display: inline-block;
    height: 100%;
    padding-left: 2%;
}

.logo_agence {
    display: inline-block;
    height: auto;
    margin-right: 2%;
    vertical-align: top;
    width: 120px;
}

.logo_agence img {
    height: auto;
    position: relative;
    width: 100%;
}

.description {
    border-left: 1px solid #efefef;
    display: inline-block;
    height: 100%;
}

#content_ap .line_agences .header {
    align-items: center;
    display: flex;
    flex-direction: unset;
    margin-bottom: 20px;
    padding-top: 0;
}


.line_agences h2 {
	margin-bottom: 0;
}
.line_agences p {
	margin-right: inherit;
}

.line_agences .description {
    padding-left: 20px;
}

.line_agences .right_ap {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    right: 40px;
}
.line_agences .right_ap a {
    font-weight: 500;
    text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.line_agences .right_ap a span {
    margin-right: 1px;
	position: relative;
	top: 2px;
}

.line_agences .region {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 5px;
}

.line_agences h3 {
	color: indianred;
}


.line_agences .description h1{
    margin-bottom: 10px;
}
	
.agence_info, .agence_texte {
    display: flex;
    flex-wrap: nowrap;
}
	


.agence_texte .col_25 {
    border-right: 1px solid #efefef;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
	width: 250px;
}

.agence_texte .col_25 p, .agence_texte .prez_content {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.col_50 {
    width: 48%;
	padding-right: 2%;
}	
	
.col_75 {
    width: 73%;
	padding-right: 2%;
}	
	
.col_33 {
    width: 31%;
	padding-right: 2%;
}	


#content_ap .header, .agence_info{
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    padding-bottom: 40px;
	padding-top: 20px;
}

 

#contact-form, #content_cp #contact-form {
    background-color: indianred;
	color: #FFF;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    height: 100vh;
    margin-bottom: 20px;
    padding: 40px;
    position: fixed;
    right: -60vw;
    top: 0;
    width: 33vw;
    z-index: 47;
	-webkit-transition: all ease-out 0.3s;;
    transition:all ease-out 0.3s;

}

#contact-form h2 {
    color: #FFF;
}


#contact-form  input.wpforms-field-medium, #contact-form  select.wpforms-field-medium, #contact-form  .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

.open_contact #contact-form, .open_contact #content_cp #contact-form {
	right: 0;
	-webkit-transition: all ease-out 0.3s;;
    transition:all ease-out 0.3s;
}


#contact-form #s01 {
    margin-top: 100px;
}

#contact-form a.close_form {
    background-color: #000;
    border-radius: 60px;
    color: #fff;
    float: right;
    font-size: 20px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 90px;
    width: 40px;
}


#contact-form  .form #submit.btn, #contact-form  button[type="submit"] {
    display: block;
    margin: 0;
}

.files .icon-cross {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: auto auto auto 10px;
    vertical-align: middle;
	color: indianred;
	cursor: pointer;
	position: relative;
    vertical-align: middle;
    z-index: 223;
}


#help_btn {
    float: right;
    font-size: 20px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 28px;
}

.help {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

.help.viewed {
	display: none;
}

.help .box {
    background-color: #fff;
    box-shadow: 0 0 4px rgb;
    margin: auto;
    width: 740px;
	position: relative;
}

.help .close {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
	cursor: pointer;
}

.help .bg_layer {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.help ul {
    padding-left: 40px;
    padding-right: 40px;
}





.block_cp .description {
    border-left:none;
}
.description p {
    display: inline-block;
	vertical-align: top;
	

}

.description .btn {
	margin-bottom: 0;
    float: right;
    margin-left: 100px;
}
.description p {
    display: inline-block;
    width: 50vw;
	margin-bottom: 10px;
}

 .line_agences.header .description .btn {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
}



.header_page p.sub_title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.top_right_action {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 3px;
}

.top_right_action a {
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;

}





.search_box {
    background-color: transparent;
    display: block;
    margin-bottom: 40px;
    padding: 20px 0;
	 left: 0;
    position: absolute;
    right: 0;
    top: 150px;
    width: 100%;
}
#search_base__ {
    background-color: transparent;
    display: block;
    left: 0;
    margin-bottom: 40px;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: -27px;
    width: 100%;
}



#step-02 #search_base {
    background-color: transparent;
    display: block;
    left: 0;
    margin-bottom: 20px;
    padding: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
	text-align: left;
}

#step-03 .search_box .line {
	display: inline-block;
    margin-right: 20px;
	vertical-align: top;
}
#step-03 .search_box .checkbox_line {
    display: block;
    margin-right: 0;
}
#step-03 .checkbox_line input[type="checkbox"] {
    margin-right: 6px;
}



#select_continent_multiple {
    font-size: 14px;
    text-align: left;
}


#select_continent_multiple .checkbox_line {
    border: 1px solid #efefef;
    border-radius: 3px;
    height: 14px;
    margin-bottom: 5px;
    padding: 12px;
    position: relative;
    top: 2px;
}

input[name="submit"] {
	display: none;
}

#s01 #prev-step {
	display: none;
}
.step_box  .search_box {
    background-color: transparent;
    display: block;
    left: 0;
    margin-bottom: 20px;
    padding: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
}


.search_box {
    background-color:#333;
    display: block;
    left: 0;
    margin-bottom: 40px;
    padding: 30px 0 50px;
    position: inherit;
    right: 0;
    top: 150px;
    width: 100%;
	text-align: center;
	
}


.search_box .col {
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
}
.search_box .col_4  {
    display: inline-block;
	margin-right: 0%;
}
.page-id-90 .search_box .col {
    display: inline-block;
    float: none;
    margin-right: 20px;
    vertical-align: middle;
}
.step_box  .search_box .col {
    float: none;
}
.selectdiv {
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    position: relative;
    width: 210px;
}


#search_theme .selectdiv, #search_theme .search_box .col span {
	float: left;
}

#nav_cp {
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 0;
    position: fixed;
    text-align: center;
    top: 100px;
    z-index: 1;
}


#nav_cp a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav_cp .next {
	margin-left: 20px;
}
#nav_cp .prev {
	margin-right: 20px;
}
#nav_cp .next span, #nav_cp .prev span {
    background-color: indianred;
    border-radius: 26px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    width: 26px;
}

#nav_cp .prev span {
	margin-left: 0px;
    margin-right: 5px;
}
#nav_cp .next span.icon-chevron-right:before {
    position: relative;
    right: -1px;
}

#nav_cp .prev span.icon-chevron-left:before {
    position: relative;
 }

.search_box .col span {
    color: #ad9f8c;
    font-size: 12px;
    font-weight: 900;
    line-height: 36px;
    margin-right: 12px;
    vertical-align: middle;
	display: block;
	height: 36px;
}


.selectdiv:after {
	content:'\e91a';
	font-family:'icomoon';
	display: block;
    float: right;
    font-size: 15px;
    font-style: normal;
    line-height: 36px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 19px;
	 
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	
	
}
.selectdiv:hover:after { 
	opacity: 1;
} 
.selectdiv:focus:after { 
	opacity: 1;
	content:'\e6f8';
	
}



.selectdiv select {
		font-size:14px;
		border:none;
}

.selectdiv div {
    border: 0 solid #000000;
    cursor: pointer;
    font-size: 14px;
    height: 28px;
    line-height: normal;
    max-width: 79%;
    overflow: hidden;
    padding: 10px 0 0 13px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: -1;
}




.align_center {
	text-align: center;
}

 	
	
.selectboxdiv{
    border: medium none;
    cursor: pointer;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	cursor:pointer;
	}	
	



input.search {
	position: relative;
}

input.search:after {
	content:'\e961';
	font-family:'icomoon';
	display: block;
    float: right;
    font-size: 15px;
    font-style: normal;
    line-height: 36px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 19px;
	 
	
	
}












footer .section  {
    padding: 60px 0;
	background-color: #222;
	 position: relative;
}


footer .section  .col {
   display: inline-block;
    vertical-align: top;
    width: 24.7%;
	 font-size: 14px;
	
}

footer .section  .col .inner {
	padding: 0 20px;
}

footer .section  #col_1 .inner {
	padding-left: 0;
}
footer .section  #col_4 .inner {
	padding-right: 0;
}

footer .section  .col .inner img {
    border-style: none;
    height: auto;
    width: 70%;
}


footer .btn {
    font-size: 12px;
}


 footer .section a {
    color: #999;
    margin-bottom: 10px;
    position: inherit;
	text-indent: 0px;
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) ;
}

footer .section a:hover {
   color: #FFF;
	/* text-indent: 8px;*/
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) ;
}

footer .section ul {
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 0;
}

footer .section ul a {
    border-bottom: 1px solid #444;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

footer#colophon h2 {
    color: #ad9f8c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

footer .section {
	
	border-top:  #ad9f8c 4px solid;
	color: #999;
	font-size: 12px;
	padding-bottom: 20px;
}

footer .section p, footer .section ul, footer .section ol, footer .section  {
	z-index: 1;
	color: #999;
	font-size: 14px;
}


#back_to_top {
    display: none;
    height: 40px;
    position: absolute;
    right: 0;
    top: -100px;
    width: 40px;
}

#copyright {
    color: #999!important;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
	background-color: #FFF;
	position: relative;
}





.cp_box {
    margin-bottom: 0px;
    padding-bottom: : 0px;
	display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
	
}
.cp_slider   {
 min-height: 310px;
}

.cp_slider .block_cp {
	margin-left: 0;
    margin-right: 0;
	opacity: 1!important;
	
}

.cp_box ul {
    margin: 0px;
    padding: 0px;
	display: flex;
    flex-flow: row wrap;
	justify-content: left;
	overflow: hidden;
	position: relative;
}
.cp_box.light ul, .cp_box.light {
  
    overflow: inherit;
}

 .ts-controls .ts-paging-btn {
    background-color: rgba(0, 0, 0, 0.2);
    border: medium none;
    border-radius: 32px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    line-height: 0;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    text-indent: 20px;
    width: 10px;
}
.ts-controls .ts-paging-active {
    background-color: rgba(0, 0, 0, 0.7);
}

.ts-controls {
    margin-top: 40px;
    text-align: center;
}



.ts-prev, .ts-next {
    background-color: indianred;
    border: medium none;
    color: #fff;
    display: block;
    height: 40px;
    left: -70px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 40px;
	overflow: hidden;
	padding-top: 40px;
	border-radius: 30px;
	cursor: pointer;
	outline: transparent;
}
.bouton:focus {
outline: transparent!important;
}



iframe {
    max-width: 100%;
}

.ts-next::before, .ts-prev:before {
    content: "\e91f";
    font-family: icomoon;
    font-size: 12px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
	
.ts-next {
	right: -70px;
	left: inherit;
	
}	
	
.ts-prev:before {
	content: "\e91d";
}	

.cp_box h3 {
    display: block;
    font-size: 20px;
    margin: 20px 0;
    width: 100%;
}

.block_cp {
    background-color: #fff;
    border-bottom: 1px solid indianred;
    border-radius: 6px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 2px 1% 28px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    width: 31%;
}

.cp_box_container {
	position: relative;
}

.preview_cp .block_cp {
	opacity: 1!important;
    width: 100%;
	top: 0!important;
	 
}


.preview_cp, .payment {
    display: block;
    width: 47%;
}
#total_box h2 {
	margin-bottom: 0;
	
}
.preview_cp {
	margin-left: 3%;
}
.light .block_cp {
	border: none;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 0px;
    text-align: left;
    vertical-align: top;
    width: 100%;
	border-bottom: 1px solid #999;
	background-color: #FFF;
}

 
.light  .date {
    margin-bottom: 10px!important;
}


 .light  strong a {
    margin-bottom: 10px!important;
	 text-decoration: none;
	 margin-bottom: 10px;
	 display: block;
	 font-weight: 900;
	 
}

#content_cp .light ul    {
    border-bottom: medium none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}


.block_cp a.read_more {
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.block_cp a.read_more span {
    background-color: #ad9f8c;
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    margin-right: 4px;
    padding: 4px;
    text-align: center;
    width: 10px;
}


.block_cp article {
     
    padding: 20px;
}
.block_cp .logo_cp {
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-wrap: nowrap;
    height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.block_cp .logo_cp a {
    background-color: #ad9f8c;
    border-radius: 18px;
    color: #fff;
    float: right;
    font-size: 12px;
    padding: 4px 11px;
    text-decoration: none;
    vertical-align: middle;
	word-break: keep-all;
}
.block_cp .logo_cp img,  .block_cp .logo_cp .icon-file-empty {
    border-right: 1px solid #efefef;
    height: auto;
    max-height: 100%;
    max-width: 90px;
    padding-right: 20px;
    vertical-align: middle;
    width: auto;
	
}

.block_cp .profile_name {
	min-width: 140px;
    font-size: 12px;
    font-weight: 900;
    margin-left: 20px;
    margin-right: 20px;
}

.block_cp h2 {
    display: block;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    margin: 0 0 10px;
    max-width: 100%;
    text-align: left;
}
.block_cp h2 a {
	text-decoration: none;
}
.block_cp .description {
    display: inline-block;
    height: auto;
    width: auto;
}

.block_cp .description p {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
	height: 56px;
}

.block_cp .description p {
    display: block;
    display: -webkit-box;
     
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.block_cp .description .btn {
    float: none;
    margin-left: 0;
}
.date {
    color: #999;
    display: block;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
}


.nav_bottom_page {
    margin-bottom: 40px;
    text-align: center;
}

.nav_bottom_page a {
	 text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    margin: 0 10px;
}



.nav_bottom_page a.active {
    background-color: indianred;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
}



 

textarea.text, textarea {
	resize: none;
}


input.submit {
	margin-top: 20px;
}

#result_base {
    font-size: 12px;
    margin-bottom: 40px;
}
 
#result_base .table_th .table-cell  {
    background-color: #e9e9e9;
    padding: 10px;
}



#result_base .table-cell {
    padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}


	.cat_box_wrap { 
	display:  flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;	
		
}

.cat_box {
    border: 1px solid #efefef;
    flex: 0 0 auto;
	margin-bottom: 20px;
	background-color: #FFF;
	width: 23.8%;
}
.cat_box .cat_box_inner {
    padding: 20px;
	padding-bottom: 30px;
}



.cat_ap .cat_box_inner {
    display: flex;
    flex-wrap: wrap;
}
.cat_ap .cat_box_inner div {
    width: 33%;
}

.cat_box .titre_cat {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
	 text-align: left;
	position: relative;
	 display: flex;
}

.cat_box .titre_cat a {
    font-size: 12px;
    text-align: right;
    width: 28%;
}

.cat_box h3 {
    margin-bottom: 0;
    width: 73%;
}

.cat_box input {
    border: medium none;
    margin-right: 5px;
}


.cat_box_1 h2, .cat_box_0 h2 {
    margin-bottom: 30px;
}



.twice .cat_box {
    background-color: #fff;
    border: 1px solid #efefef;
    flex: 0 0 auto;
    margin-bottom: 20px;
    margin-right: 1%;
    width: 47.8%;
}



.cat_box_1, .cat_box_0 {
	 display: none;
}

.cat_box_0.alone, .cat_box_1.alone {
	 display: inline-block;
}

.box_search_bottom_twice {
	display: none;
}
.cat_box_0.twice .box_search_bottom, .cat_box_1.twice .box_search_bottom  {
	display: none;
}

.cat_box_0.twice, .cat_box_1.twice {
    display: inline-block;
    width: 50%;
	vertical-align: top;
}


#result_base strong {
	display: none;
}

.box_search_bottom {
    background-color: transparent;
    border: medium none;
 	width: 48.7%;
	background-image: url(https://www.24presse.com/wp-content/uploads/2019/01/scenery-2981200_1920_black.jpg);
	background-size: cover;
	position: relative;
}
.box_search_bottom a.tag {
   display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 5px 30px 5px 13px;
    position: relative;
    /* max-width: 130px; text-overflow: ellipsis; */
    white-space: nowrap;
	margin-right: 12px;
	background-color: indianred;
	border: medium none;
}


.box_search_bottom a.tag span {
     font-size: 12px;
    line-height: 10px;
    position: absolute;
    right: 10px;
    top: 6px;
}

.parallax-mirror {
	z-index: 0!important;
}
.box_search_bottom h3 {
    font-size: 48px;
    margin-bottom: 20px;
    text-align: left;
}

.box_search_bottom  .cat_box_inner {
   
     color: #fff;
 	background-size: cover;
	position: relative;
}

.box_search_bottom  .cat_box_inner > * {
	position: relative;
	z-index: 2;
}
.box_search_bottom  .cat_box_inner {
   
     color: #fff;
	
}
.box_search_bottom:after {
    background-color: #ad9f8c;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


#communique {
		background-color: #F4F2F2;
	background-color: #333;
	}
#communique .titre_de_page {
	color: #FFF;
}

#content_cp .left {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    width: 73%;
}
#content_cp .right {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 24%;
	
}

#content_cp ul {
    /* border-bottom: 1px solid #e4e4e4; ¨*/
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}


#content_cp .right .inner {
    background-color: #333;
    border: medium none;
    color: #fff;
    padding: 40px;
    position: relative;
}

#content_cp .right .inner .nom {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 5px;
}
#content_cp .right .inner .fonction {
    color: #999;
    display: inline-block;
    font-size: 14px;
}

#content_cp .right .inner .btn, .top_sign .btn {
    background-color: indianred;
    border: medium none;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 10%;
    width: 80%;
	max-width: 130px;
}

#content_cp .right input.search_press_room {
    background-color: transparent;
    border: 1px solid;
    border-radius: 30px;
    max-width: 100%;
	margin-bottom: 20px;
}


#content_cp .logo_cp {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 78% auto;
    border: 1px solid #efefef;
    border-radius: 80px;
    height: 100px;
    margin: 20px auto;
    overflow: hidden;
    width: 100px;
	background-color: #fff;

}


#website .icon-earth {
    line-height: 22px;
    margin-right: 6px;
    vertical-align: text-top;
}
#website a {
	font-weight: bold;
}
#website a:hover {
    color: indianred;
}

.head_contact h2 span {
    background-color: indianred;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}


 
.call_action_right {
    background-color: indianred;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    text-align: left;
}

.call_action_right a {
    font-size: 12px;
    padding: 10px 22px;
}

.call_action_right strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: left;
}


#content_cp .logo_cp img {
height: auto;
}


#content_cp .theme {
    background-color: #ad9f8c;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.sfsi_widget {
	display: inline-block;
}
.btn.print {
	margin-bottom: 0;
}

.sfsi_wicons {
    height: 30px!important;
    margin-bottom: 0px!important;
    margin-right: 6px;
    padding-top: 5px;
    position: relative;
    width: 30px!important;
}
.sfcm.sfsi_wicon {
	
	height: auto;
}

.apss-social-share {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    width: 70%;
}


.apss-social-share a {
    margin-right: 5px!important;
	min-height: inherit!important;
}



#content_cp h1 {
    margin-bottom: 2px;
    text-align: left;
}

#content_cp .date {
    margin-bottom: 20px;
}

.tools {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;

}

.share_tools {
    align-items: center;
    display: flex;
}

.profile_links {
	margin-bottom: 20px;
}

.profile_links a {
    width: 110px;
}

.social_links {
    margin-bottom: 20px;
}
.social_links a span {
	line-height: 30px;
}
.social_links a {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
	text-align: center;
    text-decoration: none;
    width: 30px;
}


.wpforms-field.hidden {
	position: absolute!important;
	top: -5000px;
}
.info_txt {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#content_cp .accroche {
    border-bottom: 1px solid #efefef;
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-bottom: 30px;
	text-align: justify;
}
#content_cp .inner {
    border-bottom: 1px solid #efefef;
	background-color: #fff;
    padding: 40px;
	margin-bottom: 20px;
}


#content_cp .inner {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    padding: 40px;
	border-radius: 4px;
}

.ombre {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}


 










.communique_txt p span, .communique_txt p, .communique_txt li, .communique_txt li span {
	font-size: 16px;
    line-height: 24px;
}


.wrap.form_wrap {
    max-width: 840px;
}

.content_sign .infos, .content_sign .infos_2 {
	 width: 33%;
}

 
#content_cp .sign .logo_cp {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 78% auto;
    border: 1px solid #efefef;
    border-radius: 80px;
    height: 60px;
    margin: 0;
    overflow: hidden;
    width: 60px;
	display: inline-block;
	margin-right: 20px;
}
.content_sign .profile_links a, .content_sign .profile_links {
	margin-bottom: 10px;
}
.top_sign {
    padding-bottom: 0px;
	display: flex;
	align-items: start;
	margin-bottom: 0px;
	position: relative;
	
}
#content_cp .top_sign .date   {
    margin-bottom: 0px;
}

.top_sign .btn {
	margin-top: 40px;
}


.top_sign p {
	margin-bottom: 0;
}

.content_sign {
    display: flex;
	
	justify-content: space-between;
}
.content_sign .nom {
    font-weight: 900;
}

.content_sign .btn, .content_sign #website {
}
#content_cp .content_sign .logo_cp {
   margin: 0;
}

.sign_inner h3 {
	margin-bottom: 40px;
	
}




 #content_cp .inner .images {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 220px;

}
 


.images {
    transition: all  0.5s ease 0s;

}
.images:hover {
	transform: scale(1.05);
	transition: all  0.5s ease 0s;

}

.post-edit-link {
    background-color: #000;
    bottom: 20px;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    z-index: 2;
}


.page-id-70 #top .principal_menu, .page-id-70 #colophon,
.page-id-964 #top .principal_menu, .page-id-964 #colophon
{
	display: none;
}

.page-id-70 .content_page, .page-id-964 .content_page {
    padding-top: 120px;
}

.page-id-70, .page-id-964 {
    background-attachment: fixed;
    background-color: #fff;
    background-image: url("https://www.24presse.com/wp-content/uploads/2019/02/departure-platform-371218_960_720.jpg");
    background-size: cover;
}
.page-id-70 #page, .page-id-964 #page {
	background-color: transparent;
}
.page-id-70 #logo_top, .page-id-964 #logo_top {
    background-image: url("images/logo-24-presse-red.png");
    float: none;
    height: 22px;
    margin: auto;
    position: absolute;
    top: 21px;
    width: 150px;
	left: 2vw;
}

.page-id-70 #pages:before, .page-id-964 #pages:before {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100vw;
}



.page-id-70 .first_menu, .page-id-964 .first_menu {
    background-color: transparent;
    height: 20px;
    padding: 10px 0;
}

.page-id-70 .first_menu p.infos, .page-id-964 .first_menu p.infos {
    color: #333;
    display: none;
    float: right;
    font-size: 12px;
    margin: 0 50px 0 0;
}


div.form .navigation_form {
    background-color: #FFF;
    bottom: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 0;
    margin-bottom: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
 z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0px;
    text-align: center;
}

.infos_depot {
    font-size: 18px;
    position: absolute;
    right: 2vw;
    top: 24px;
}
.infos_depot span {
    position: absolute;
     
}
.infos_depot p {
    display: inline-block;
    float: none;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 40px;
    width: 183px;
}

#steps-controls {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    padding: 20px 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
	border-top: 2px solid indianred;
	 z-index: 11;
}
.navigation_form a {
	color: #FFF;
}
.page-id-70 .text_page, .page-id-964 .text_page {
    padding-bottom: 40px;
}

.step-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 490px;
    text-align: center;
}

	 
.step-inner:before {
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 25px;
	background-color: #999;
}

.step {
    padding: 0 6%;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 2;
	text-decoration: none;
	cursor: default;
}


.step span {
    background-color:#DFDFDF ;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: auto auto 5px;
    width: 30px;
}

.step strong {
    color: #DFDFDF;
    font-size: 12px;
    font-weight: 300;
}

.step.active span {
    background-color:indianred ;
    color: #fff;
}
.step.active strong {
	color:  indianred;
}

.step.done span {
    background-color: #333;
    color: #fff;
	cursor: pointer;
}
.step.done strong {
	color:  indianred;
}


.step_content_box {
	 left: -1200px;
	 top: 70px;
	 position: relative;
	 transition: top  0.5s ease 0s;

}
.step_box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin: auto auto 60px;
    max-width: 840px;
    padding: 20px;
    position: relative;
	
	
}
.step_content_box.active {
	left: 0px;
	top: 0;
    transition: top  0.5s ease 0s;
}

.zone_tarifs {
	display: none;
}
.zone_tarifs.active {
	display: block;
}


.part_left {
	padding-right: 5px;
	vertical-align: top;
}

.part_right {
	padding-left: 5px;
	vertical-align: top;
}

.form .line {
    margin-bottom: 10px;
    padding: 10px 0;
	 margin: auto;
    max-width: 840px;
	position: relative;
	
}

.form .line .inner_line {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}


.form .options_line {
    font-size: 14px;
}



.form .coordonnees_box .table {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: space-around;
}

.form .coordonnees_box  .line {
    width: 48%;
}

.form  .coordonnees_box .line_100 {
    
    width: 98%;
}

.form .price_line {
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 0;
}

.form a.forget {
    float: right;
    font-weight: normal;
    letter-spacing: 0;
	font-size: 12px;
    text-transform: none;
}

.message {
	color: #14B876;
}

.error {
	color: indianred;
	font-weight: 400;
}

.form a.back.forget {
	text-align: center;
	float: none;
}

 
.p_tva {
	display: inline-block;
}




.line_cart {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
	position: relative;
	font-size: 12px;
}
.line_total_ttc {
	font-size: 16px;
	border-bottom: 0;
	font-weight: bold;
}

.line_cart .libelle {
    padding-right: 70px;
}

.line_cart .prix {
    
    position: absolute;
    right: 0;
    top: 20px;
 
}



.line_paiement {
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 0;
	position: relative;
}

.line_paiement input {
    margin-right: 10px;
}

.line_paiement span {
    float: right;
    font-size: 14px;
}

#line_cb {
    background-image: url("images/cb-visa.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 22px;
}
#line_paypal {
    background-image: url("images/paypal.jpg");
    background-position: right -6px;
    background-repeat: no-repeat;
    background-size: auto 30px;
	display: none;
}




.no_tva #tva {
	display: none;
}

.no_tva .p_tva  {
	display: none;
}



.payment .picture {
    margin: auto auto 20px;
    width: 100px;
}

.payment .picture .inner {
    border: 1px solid #555;
    border-radius: 100px;
    display: inline-block;
    padding: 3px;
}

.payment .picture img {
    border-radius: 100px;
    height: auto;
    overflow: hidden;
    width: 100%;
}



.payment .flex {
    align-items: start;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.payment .flex .picture {
    margin: 0 20px 20px auto;
    vertical-align: middle;
    width: 150px;
}

.paiement_inner  {
	display: none;
	
}

#box_paypal {
    height: 28px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
	display: block!important;
}

.paiement_inner em  {
    display: inline-block;
    font-weight: 300;
    margin-top: 20px;
}




#payement_box_ h3 {
	color: indianred;
	margin-top: 10px;
	margin-bottom: 20px;
}
 

#step-04 .form .price_line {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    justify-content: space-between;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}



.form .options_line strong {
    border-top: medium none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    text-align: inherit;
    width: auto;
}

.step_content_box h3 {
    font-size: 16px;
    margin:0 0 20px;
}





#box_stripe {
    margin: 20px 0;
}

#btn_cb, #btn_cb_free {
    background-color: #CECECE;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
	cursor: pointer;
	text-decoration: none;
}

.readytopay #btn_cb, #btn_cb_free  {
    background-color:forestgreen;
}

.price_table {
    margin: 70px 0;
}

.price_option {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}


.price_option.free {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    margin-top: 0;
    padding: 20px 60px;
    position: relative;
}


.price_option.free .price_line, .price_option.payant .price_line {
    align-content: space-between;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    width: 45%;
}





.price_option.free .price_line:before {
  content: "\e919";
    color: green;
    display: inline-block;
    float: left;
    font-family: "icomoon";
    font-size: 20px;
    line-height: 18px;
    margin-right: 10px;
    vertical-align: middle;
 
}

.price_option.payant .price_line {
    background-color: #fff;
    font-size: 14px;
    padding: 20px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}


.price_option .prix_right {
    background-color: #333;
    border-left: 1px solid #999;
    border-radius: 40px;
    color: #fff;
    font-weight: 900;
    min-width: auto;
    padding: 7px 14px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 24px;
    width: auto;
}

.prix_left .rouge, .prix_left img {
	display: none;
}
.prix_left .rouge, .prix_left .vert, .prix_left .header {
    border-bottom: 1px solid #ddd;
    display: block;
   
    margin-bottom: 20px;
	padding-right: 90px;
}

.prix_left .rouge strong, .prix_left .vert strong, .prix_left .header h3 {
    display: block;
    font-size: 18px;
}

.prix_left .header p { font-size: 12px; }

 


.article table {
    /* width: 100%; */
}




#step-04 .price_option {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    margin-top: 0;
    padding: 0 0 20px;
    position: relative;
}


#step-04 .free .price_line {
    border-bottom: 1px solid #efefef;
    display: block;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
	margin-bottom: 0;
}


#step-04 .payant .price_line {
    border: medium none;
    display: block;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
}

.price_table .table {
	margin: 1px 0;
	  border-radius: 6px;
}
.table-cell.price {
    height: 35px;
    max-width: 200px;
    min-width: 100px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.prix_left input {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
}



.table-cell.titre {
    display: inline-block;
    padding: 18px 18px;
    width: 350px;
	font-weight: 900;
}

.head .table-cell.titre {
    background-color: transparent;
}
.head span {
	display: block;
	font-size: 12px;
}

.head .table-cell.price  {
	text-align: center;
}


.price_table .table:nth-child(even) {
  background-color: rgba(173,159,140,0.40);
}

.price_table .table .table-cell:nth-child(2) {
  background-color: rgba(173,159,140,1.0);  color: #fff;
}


.head  .table-cell:nth-child(2)  {
    border-radius: 6px 6px 0 0;
}

.table:last-child .table-cell:nth-child(2) {
    border-radius: 0 0 6px 6px ;
}

 
 
#prix_cp_box {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}
 

.prix_right {
    min-width: 100px;
    text-align: right;
}
label,
.form label, 
.wpforms-container .wpforms-field-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	
	
}

.form input.text, .form textarea.text,  
.wpforms-container input[type="date"], .wpforms-container input[type="datetime"], .wpforms-container input[type="datetime-local"], .wpforms-container input[type="email"], .wpforms-container input[type="month"], .wpforms-container input[type="number"], .wpforms-container input[type="password"], .wpforms-container input[type="range"], .wpforms-container input[type="search"], .wpforms-container input[type="tel"], .wpforms-container input[type="text"], .wpforms-container input[type="time"], .wpforms-container input[type="url"], .wpforms-container input[type="week"], .wpforms-container select, .wpforms-container textarea {
	border: 1px solid #e9e9e9;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 15px;
	color: #444;
    outline: 0 none;
    padding: 15px 0;
	border-radius: 3px;
    transition: border-color 0.2s ease 0s;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
 	
	
	
	
}

label.normal {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
}




#step-01 .step_box .selectdiv:after, #payment-form .selectdiv:after {
     
    line-height: 50px;
     
}
#step-01 .selectdiv, #payment-form .selectdiv {
    background-color: #FFF;
    height: 50px;
    line-height: 50px;
	width: 100%;
	margin-bottom: 10px;
}


#step-01 .selectboxdiv, #payment-form .selectboxdiv {
    height: 50px;
    line-height: 30px;
    width: 100%;
 
}

#step-01 .selectdiv div, #payment-form .selectdiv div {
    padding: 16px 0 0 13px;
	
}

.wpforms-container .wpforms-field {
    padding:  0!important;
    position: relative;
	margin-bottom: 24px;
}


.form textarea.text {
    border: 1px solid #e9e9e9;
    line-height: 30px;
    padding: 15px 2%;
    text-indent: 0;
    width: 96%;
}

.qq-gallery.qq-uploader {
	text-align: center!important;
}
.step_box .btn {
    margin-bottom: 0;
    margin-right: 10px;
}
 

.form input.text:focus {
	border: 1px solid #ad9f8c;
}
 
.label.normal {
	font-weight: normal;
}
.corps_form_doc {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.corps_form_doc  {
	display: none;
	position: relative;
}

#s01 #next-step {
	
}

#payment-form {
	display: none;
}
#s04 #payment-form {
	display: block!important;
}
#s04 #next-step {
	visibility: hidden;
}

.corps_form_doc.active  {
	display: block
}
.corps_form_doc iframe {

    height: 400px!important;
}


input.corps_choice {
    margin-bottom: 16px;
    margin-right: 10px;
}

.form .btn {
	margin-bottom: 0;
}


input.error, textarea.error {
    background-color: seashell;
    border-color: indianred!important;
}


.step_box p.error {
    position: absolute;
    right: 10px;
    top: 52px;
}
#step-02 .step_box p.error,
#step-03 .step_box p.error {
    margin-bottom: 0;
    position: inherit;
    right: 0px;
    top: 0;
}

.content_page .form h2 {
    margin: 0 0 20px;
    text-align: left;
}


.step_box .search_box {
    background-color: transparent;
    display: block;
    margin-bottom: 40px;
    padding: 0;
}

.step_box .wrap {
    margin: 0;
}
.step_box .search_box .col span {
    color: #000;
    
	
}

.step_box .cat_box_0  h2,
.step_box .cat_box_1 h2 {
    font-size: 20px;
    line-height: 20px;
}

 

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    bottom: -8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 2px;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
 

.files p {
	 
    padding: 10px 0;
	margin: 0;
}

.files {
    display: inline-block;
    float: none;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
	position: relative;
    z-index: 10;
}
#files {
    display: inline-block;
    margin-left: 20px;
}


.files img {
    border-style: none;
    display: inline-block;
    float: left;
	width: auto!important;
    margin: 0;
    vertical-align: middle;
	height: 40px !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: indianred none repeat scroll 0 0!important;
    border: 1px solid indianred!important;
    color: #ffffff;
    font-weight: normal;
}


.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar {
    background-color: #337ab7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}


input.invisible {
    height: 40px;
    opacity: 0;
    position: absolute;
    width: 300px;
	cursor: pointer; z-index: 10;
}

.upload_btn_line {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.form .cat_box {
    width: 48%;
}

.form  .twice .cat_box {
    width: 93.8%;
}


.line_radio {
	display: table;
	width: 100%;
}

.line_radio div {
    display: table-cell;
    vertical-align: top;
    width: 90%;
}

 



.team_box .social_links a span {
    line-height: 30px;
    position: relative;
    top: -5px;
}


.team_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}


.page-template-page-left-header .team_box {
	 justify-content: center;
}


.profile {
    flex: 0 0 auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0 0;
    position: relative;
    text-align: center;
    width: 180px;
}
.profile .social_links a {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

.profile .citation {
    color: #999;
    display: block;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}



.profile .picture {
    margin: auto auto 20px;
    width: 100px;
}
.profile .picture .inner {
    border: 1px solid #555;
    border-radius: 100px;
    display: inline-block;
    padding: 3px;
}



.profile .picture img {
    border-radius: 100px;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.profile .about {
    display: inline-block;
    margin-left: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}



.profile .about p {
	text-align: center;
	margin-right: 0px;
	font-size: 12px;
}


/*
.profile .about .footer {
    border-left: 2px solid indianred;
    padding-left: 10px;
} */

.profile .about .footer {
    border-left: medium none;
    padding-left: 0;
}

.profile .accroche {
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    margin: 10px 0 20px;
}

.profile h3 {
    font-size: 18px;
    margin: 0;
}


.profile .function {
    font-size: 12px;
}


 

.profile .function {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
 
.profile .footer strong {
    display: none;
}

#results {
	 background-image: url(images/bg_result_2.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center bottom;
}

#results  .press_room_liste {
    margin: auto;
    width: 60%;
}

.press_room_liste a {
	text-decoration: none;
}
.press_room_liste.small {
    padding: 40px;
    width: 50%;
}
.press_room_liste.large {
    padding: 0;
    width: 100%;
}



.press_room_liste.small .line_pressroom {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 26px;
    padding: 10px 19px 10px 0;
    position: relative;
    vertical-align: top;
    width: 42%;
}

.press_room_liste.small .line_pressroom a {
    border: medium none;
    font-size: 18px;
    text-decoration: none;
}
.press_room_liste.large .line_pressroom h2 a {
    border: medium none;
    font-size: 22px;
    text-decoration: none;
}

.press_room_liste.small .line_pressroom a span {
    border-radius: 20px;
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-right: 17px;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
}



.press_room_liste.medium .line_pressroom {
    align-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 1%;
    padding-bottom: 20px;
	width: 100%;
   
}
.press_room_liste.col_3 .line_pressroom {
 width: 32%; 
}
.press_room_liste.col_2 .line_pressroom {
 width: 49%; 
}
.press_room_liste.col_1 .line_pressroom, .press_room_liste.col_ .line_pressroom {
 width: 100%;
 margin-right:0;
}
.press_room_liste.medium .line_pressroom a {
    display: inline-block;
    width: 100%;
}

.press_room_liste .line_pressroom a span.more {
    float: right;
	opacity: 0.2;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.press_room_liste .line_pressroom a:hover span.more {
    float: right;
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.press_room_liste.medium .line_pressroom a strong {
    position: relative;
	left: 0px;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}



.press_room_liste.medium .line_pressroom a:hover strong {
    position: relative;
	left: 10px;
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #ad9f8c;
}


.press_room_liste.medium .line_pressroom a span {
    margin-right: 10px;
}

body.press_room footer#colophon, body.press_room #top {
	display: none;
}



.presse_room_content .header {
    background-color: indianred;
    color: #fff;
    margin-bottom: -90px;
    padding:60px 0 120px;
	  text-align: center;
	background-image: url(images/page_bg_blur03.jpg);
	background-size: cover;
}

.presse_room_content .header a {
    color: #fff;
    font-size: 12px;
}
.presse_room_content .header p {
    margin: auto auto 20px;
    max-width: 50%;
    text-align: center;
}

.press_room_subtitle {
    font-size: 14px;
    font-weight: normal;

}


.presse_room_content .header .top {
    left: 0;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 100%;
}
.presse_room_content .header .top .login {
    float: right;
}


.presse_room_content .header .logo_cp {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 78% auto;
    border: 1px solid #efefef;
    border-radius: 80px;
    height: 100px;
    margin: auto auto 20px;
    overflow: hidden;
    width: 100px;
	background-color: #FFF;
	display: block;
}



.presse_room_content #infos {
    margin-right: 40px;
    max-width: 380px;
    min-width: 400px;
}


.press_room_cat_box h2 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
	color: indianred;
}

.press_room_cat_box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
    overflow: hidden;
    padding: 30px;
}

.press_room_line {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
body.press_room, body.press_room #page {
    background-color: #efefef;
}

body.press_room #copyright {
	display: none;
}

.press_room_cat_box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: indianred;
}

.press_room_line .social_links {
    display: inline-block;
    margin-top: 10px;
	
}

.press_room_line .media, .press_room_line .article {
    padding-right: 180px;
}

.press_room_line  a {
	text-decoration: none;
	  font-weight: 900;
}

.press_room_line .media  a {
	font-weight: 900;
}

.press_room_line a.btn {
    position: absolute;
    right: 0;
    top: 20px;
}

.media {
    font-size: 18px;
    margin-bottom: 10px;
}



.content_page {
    padding-top: 100px;
}
.press_room .content_page {
    padding-top: 0px;
}


.press_room_cat_box .images img {
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-bottom: 10px;
    margin: 5px;
    padding: 3px;
    vertical-align: top;
}

.press_room_cat_box .video {
    margin-bottom: 10px;
}

.press_room .footer {
    bottom: 0;
    font-size: 12px;
    margin-bottom: -60px;
    margin-top: 0;
    padding: 20px;
    position: relative;
    text-align: center;
}

.wpls-logo-showcase .slick-dots li button {
    border: 1px solid #e9e9e9;
	
}

.wpls-logo-showcase .slick-dots li.slick-active button {
    border: 1px solid #e9e9e9;
    background: #e9e9e9 none repeat scroll 0 0;
}



.only_smart {
	display: none;
}




body .gallery-item {
	vertical-align: middle;
	position: relative;
    display: inline-block!important;
}

body .gallery-item img {
    border: medium none!important;
    mix-blend-mode: multiply;
	
}
body .gallery-item:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: saturation;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0!important;
    width: auto!important;
}

.gsib_a {
    padding-left: 0!important;
    padding-right: 0!important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    background: transparent none repeat scroll 0 0!important;
    border-color: transparent!important;
}
.gsc-control-cse {
    background-color: transparent!important;
    border-color: transparent!important;
}


input.gsc-input {
    border-radius: 40px!important;
    font-size: 18px!important;
    line-height: 40px!important;
    padding-left: 16px!important;
	   text-indent: 50px!important;
	background: #ffffff url("http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") no-repeat scroll 10px center!important;
}

#page .gsc-search-button-v2, #page .gsc-search-button-v2:hover, #page .gsc-search-button-v2:focus {
    background-color: #8d0e0e;
    background-image: none;
    border-color: #990000;
    border-radius: 40px;
    filter: none;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
	cursor: pointer;
}

#page  .gsc-search-button-v2 svg {
    font-size: 30px!important;
    height: 20px!important;
    position: relative!important;
    top: 9px!important;
    width: 20px!important;
}
















.reference_box {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
  	justify-content: space-between;
	margin-top: 20px;
	 
}

.reference_box .reference {
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    width: 10%;
	flex: 0 0 auto;
}





ul.liste_pays {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

ul.liste_pays em {
    background-color: indianred;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    line-height: 13px;
    padding: 2px 6px;
    position: relative;
    top: 0px;
}
.text_page ul.liste_pays li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 2px;
	margin-bottom: 5px;
}






.text_page .wp-block-image {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}




.large-only {
	display: table;
}

.small-only {
	display: none;
}




#cke_114_uiElement  {
	display: none!important;
}




@media screen and (min-width: 200px) and (max-width: 800px) {

ul.liste_pays {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

}

@media screen and (min-width: 200px) and (max-width: 500px) {

ul.liste_pays {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
}

}

@media screen and (min-width: 200px) and (max-width: 900px) {


	
#nav_cp {
 
    top: 60px;
    
}
	
#nav_cp .col {
  
    margin-bottom: 5px;
     
}
	
.press_room_line a {
    display: inline-block;
    font-weight: 900;
    max-width: 90vw;
    overflow: hidden;
    overflow-wrap: break-word;
    text-decoration: none;
    text-overflow: ellipsis;
}
	
	
.bg_layer {
    background-color: #000;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
}
.content_right {
    background-color: #fff;
	}

.large-only {
	display: none;
}

.small-only {
	display: table;
}

	
.only_smart {
	display: block;
}


.no_smart {
	display: none;
}	
h1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    margin: 0 0 20px;
}
	
#content_cp h1 {
    margin-bottom: 9px;
    text-align: left;
}
	
	
.content_page h2 {
	max-width: 100%;
	
	}
h3 {
    font-size: 14px;
}
	
.content_page {
    padding-top: 60px;
}
	
	
.communique_txt p span, .communique_txt p, .communique_txt li, .communique_txt li span {
	font-size: 1.2em;
    line-height: 22px;
	text-align: left!important;
	word-break: normal;
}

.communique_txt p a {
	overflow-wrap: break-word;
    word-break: break-all;
}
	
	
	
.no_elementor.header_page {
    padding-bottom: 0;
    padding-top: 30px;
}
	
.titre_de_page, h2.titre_de_page, h1.titre_de_page, .titre_de_page h1, .titre_de_page h2 {
    font-size: 20px!important;
    line-height: 28px;
    margin-bottom: 30px!important;
    text-align: center;
	
}

	#menu-lang {
		display: none;
	}	

	
	.content_right {
  
    min-height: auto;
    
}

	
.full_header .no_elementor.header_page h1 {
    margin-bottom: 10px;
    max-width: 100%;
    text-align: left;
}
	
	
.content_right h1 {
		text-align: left;
}

.content_page h2 {
    font-size: 18px;
	
}

	
	
.price_option.free {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0;
    position: relative;
	
}
	
.price_option.free .price_line, .price_option.payant .price_line {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 0;
	width: 100%;
}	
 
.full_header .text_page {
    padding-top: 80px;
}
	
	
	
.reference_box .reference {
   
    width: 30%;
}
	
.search_box {
    margin-bottom: 20px;
    padding: 20px 0;
}
.search_box .col span {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}	
	
	
.cp_box h3 {
    display: block;
    font-size: 20px;
    margin: 0 0 40px;
    text-align: left;
    width: 100%;
}
	

.sfsi_widget {
    display: inline-block;
    margin-bottom: 20px;
}
	
	
	.left .print {
    display: none;
}
	
	 .first_menu {
    background-color: #1a1a1a;
    height: 21px;
    padding: 20px 0;
}
	
	.first_menu p, #col_2, #col_3, #col_4 {
    display: none;
	}
	
	.principal_menu {
    display: none;
     
}
	
	footer .section .col {
    
    width: 100%;
}
	
	
	footer .section .col  img {
    max-width: 240px;
    
}
	
	
	footer .section .col .inner {
    padding: 0 0px;
}
	
	
	
.accroche_home {
    height: 100vh;
    left: 0vw;
    width: 90%;
	margin: auto;
}
.accroche_home h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 30px;
}	
	
	

.btn {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 12px 26px;
    text-decoration: none;
}


.accroche_home .btn_icone_right span {
    font-size: 20px;
    line-height: 16px;
}

.home video {
    height: 100%!important;
    transform: translateX(-50vw);
    width: auto!important;
}

#menu_burger_home {
    height: 40px;
    left: 5%;
    top: 10px;
	z-index: 2;
}

#menu_burger_home span {
    height: 40px;
    width: 40px;
}

.logo {
    height: 30px;
    margin-bottom: 10px;
    width: 160px;
}


	
	.team_box {
    display: flex;
    flex-flow: row wrap;
}
	
	
	
.profile {
    border: 1px solid #e9e9e9;
    flex: 0 0 auto;
    margin-bottom: 20px;
    margin-right: 3%;
    width: 46%;
}
	
.block_cp {
    display: inline-block;
    flex: 0 0 auto;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
	
 .cp_slider .block_cp {
	 width: 298px;
}
.ts-controls {
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}
	
.ts-controls {
    text-align: center;
}	
	
	.block_cp .profile_name {
		display: none;
	}
	
	
	
	.block_cp .logo_cp {
    justify-content: space-between;
}
	
.block_cp h2 {
    font-size: 20px;
     line-height: 22px;
    text-align: center;
}	
.date {
    text-align: center;
}
	
.description, .line_agences .description {
    border-left: medium none;
    display: inline-block;
    height: 100%;
    padding-left: 0;
}
	
.press_room_liste, .line_agences {
    padding: 0;
    width: 100%;
}
	
.line_pressroom, .line_agences {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
	
.press_room_liste.col_1 .line_pressroom, .press_room_liste.col_ .line_pressroom,
.line_agences  {
    margin-right: 0;
    padding: 30px 5%;
    width: 90%;
	 text-align: center;
}
	
/* #results .line_pressroom a {
    font-size: 16px;
	color: #FFF;
}
	#results  .line_pressroom a span {
		font-size: 14px;
		margin-right: 10px;
		line-height: 24px;
	}	
	
	#results {
		background-image: none;
		background-color: #222;
	}	
	#results h2 {
		text-align: left;
		color: #FFF;
	} */
	
	
	 
 #content_cp .left {
    display: inline-block;
    margin-left: 0%;
    margin-right: 0;
    vertical-align: top;
    width: 100%;
}
#content_cp .inner {
    padding: 5%;
}
	
	
#content_cp .right {
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
    width: 90%;
}
	
	
#content_cp .theme {
    font-size: 12px;
    font-weight: 900;
    margin-top: 10px;
    text-transform: capitalize;
}
#content_cp .accroche {
    font-size: 1.2em;
    line-height: 22px;
	text-align: left;
   
}
	
.info_txt {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 0;
}
	
	
.sfsi_widget {
    display: inline-block;
    margin-bottom: 0;
}
	
	
	
.communique_txt {
    background-color: #fff;
    border-bottom: medium none;
    margin-bottom: 20px;
	
	margin-left: -5%;
    margin-right: 0;
    padding: 5%;
    width: 100%;
}
	
	
	.left .print {
		float: none!important;
	} 
 	
	
	
.communique_txt p span {
    font-size: 16px;
    line-height: 18px;
}
	.communique_txt img {
		max-width: 100%;
		height: auto!important;
	}
	
.profile p {
    font-size: 12px;
    line-height: 14px;
}
	
	
	
	
	.description {
		width: 100%;
		
	}
.logo_agence {
    margin: auto auto 10px;
    vertical-align: top;
    width: 30%;
}
	
.description, .line_agences .description {
    border-left: medium none;
    display: inline-block;
    height: 100%;
    padding-left: 0;
    text-align: center;
}

 .line_agences .header .description {
    border-left: medium none;
    display: inline-block;
    height: 100%;
    padding-left: 0;
    text-align: left;
    width: 100%;
}
.line_agences .description h1 {
    margin-bottom: 10px;
	font-size: 18px!important;
}
.line_agences .right_ap a {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

#content_ap .line_agences .header {
    align-items: flex-start;
    display: block;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
}
	
.agence_info, .agence_texte {
    display: block;
    flex-wrap: nowrap;
}
.agence_texte .col_25 {
    border-right: medium none navy;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: auto;
}
.col_75 {
    padding-right: 0;
    text-align: left;
    width: auto;
}
.top_right_action {
    bottom: 3px;
    float: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: inherit;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
}
	
	.description p {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
	
	
.description .btn {
    float: none;
    margin-bottom: 0;
    margin-left: 0px;
}	
	
	
	

	
#contact-form, #content_cp #contact-form {
    align-items: center;
    background-color: indianred;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    height: 100vh;
    margin-bottom: 20px;
    padding: 0;
    position: fixed;
    right: -130vw;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100vw;
    z-index: 1;
}
	
	
#contact-form .table {
    height: auto;
    margin: 10%;
    width: 80%;
}	

#contact-form a.close_form {
    background-color: #000;
    border-radius: 60px;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 30px;
}
.presse_room_content .flex {
    display: block;
}
	
.presse_room_content #infos {
    margin-right: 0;
    width: 100%;
}
	
	 
	
	.video_box .video {
    display: inline-block;
    flex: 0 0 auto;
    flex-wrap: inherit;
    margin-right: 1%;
    width: 49%;
}

.press_room_line .media, .press_room_line .article {
    padding-right: 0;
}
	
.press_room_line a.btn {
    position: inherit;
}
	
	
	.press_room_line .article .legend {
		display: none;
	}
	
	
	
.ts-paging {
    display: none;
}	
	
.ts-prev, .ts-next {
    left: 0;
    position: relative;
    top: 20px;
	display: inline-block;
	margin: 0 20px;
}
	
	
	 
	
	
	
	
	.press_room .footer {
    font-size: 12px;
    text-align: center;
}
	
a.powered {
    font-size: 12px;
}

	
	.btn_icone_left span {
    margin-left: 3px;
	}
	
	.btn_icone_right span {
    margin-right: 3px;
	}
	
	
	.btn_small {
    font-size: 14px;
    padding: 10px 22px;
	}
	
	
	
	.login .text {
		display: none;
	}
	.login {
	  padding: 12px;
	}
	
	.login.btn_icone_left span {
    left: 0;
    position: relative;
		margin: 0;
	}
	
	.presse_room_content .header {
    padding: 100px 0 120px;
	}
	

	
	.menu_principal_simple li {
		position: relative;
	}	
 
	
#menu_home {
    overflow: auto;
    padding: 0;
    position: fixed;
    width: 100vw;
    z-index: 10;
	left: -200vw;
}
	
#menu_home .table-cell {
    display: block;
    padding: 80px 5vw 20px;
    vertical-align: top;
    width: 90vw;
}
	
.menu_principal_simple a {
		width: auto;
	}
 
.menu_principal_simple a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 40px;
    text-decoration: none;
    width: auto;
}	
	
.menu_principal_simple a::before {
    left: -8px;
}
 
	#menu_burger_smart  {
		float: right
	}	
	
	#menu_burger_smart a {
		color: #FFF;
		text-decoration: none;
		 font-size: 14px;
	}	
	
#menu_burger_smart a span {
    float: none;
    font-size: 24px;
    line-height: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
	
	
#menu_burger_smart.active a span {
	color: indianred;
}

	.close_menu span {
		float: right;
		cursor: pointer;
	}
	
	.titre_menu {
    font-size: 12px;
    margin-bottom: 20px;
}
	
	.menu-item-has-children::after {
    color: #999;
    content: "\e91b";
    float: right;
    font-family: "icomoon";
    position: absolute;
    right: 0;
    top: 6px;
	 font-size: 10px;
}
	
	
	 
	
	.menu-item-has-children.active:after {
		  content: "\e921";
		
	}

.menu_principal_simple .sub-menu a {
    padding-left: 30px;
	
	}
	
	
 	
.call_action_menu {
	position: relative;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 40px 5vw;
    text-align: left;
	background-size: cover;
	background-color: #333;
}
	
	
.call_action_menu strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 20px;
}
	
	
	
	
	
	
.search_box .col span {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
	
	
.search_box .col {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: middle;
	 margin-bottom: 20px;
}
	
p.sub_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
	
.search_box {
	right: inherit;
    left: 0;
    margin-bottom: 40px;
    padding: 20px 0;
    position: inherit;
    top: 140px;
    width: 100%;
	padding-bottom: 0;
	
}	
	

	
#search_theme  .col span {
    margin-bottom: 10px;
    margin-top: 0;
}
	
.step {
    padding: 0 0;
	}

	
	
	.no_elementor .article p, .no_elementor .article hr {
    margin-right: 0%;
}
	

.profile {
    background-color: #fff;
    border: medium none;
    border-radius: 4px;
    flex: 0 0 auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 25px 2%;
    width: 96%;
	
}
#team .profile {
	color: #000;
	}
.profile .picture {
    width: 120px;  
}
	
	.profile .citation {
    display: none;
    
}
	
	.profile .picture .inner  {
    border-color: #ad9f8c;
}
	
	
.profile h3 {
    color: #ad9f8c;
    font-size: 16px;
    margin: 0;
}
	 
	 
.profile .citation {
    color: #999;
    display: block;
    font-size: 16px;
	}
 
	
	.search_box {
    text-align: center;
}

.box_search_bottom h3 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}
	
	
#search_base {
    margin-bottom: 40px;
    padding: 40px 0;
    position: inherit;
    right: 0;
    top: 0;
}
	
	.search_box .col span {
    font-size: 13px;
    height: auto;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
}
	
#search_base.search_box .col {
    float: none;
}
	
#result_base .table-row {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px 0 0;
}
	

	
#result_base .table-cell {
    border-bottom: medium none;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
	
#result_base strong {
    display: inline;
	margin-right: 10px;
}

	
	
#result_base .table_th	{
	display: none!important;
}
	
.cat_box_0.twice, .cat_box_1.twice {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
	
.cat_box, .twice .cat_box {
    width: 100%;
}
 
	
	 
	
	
	.home .content_video {
		/* background-image: url(images/bg_home_smartphone.png);*/
		background-position: center;
		background-size: cover;
	}
	
	#results .press_room_liste {
    margin: auto;
    width: 100%;
}
	
	
	.press_room_liste.col_3 .line_pressroom {
    margin-right: 0;
    width: 100%;
 	border-bottom: 1px solid #444;
}
	
	 
#menu_footer_smart {
	z-index: 10;
     background-color: #fff;
    bottom: 0;
    /* display: flex;*/
	display: none;
    justify-content: space-between;
    padding: 20px 5%;
    position: fixed;
    text-align: center;
    width: 90%;
	border-top: 1px solid #E9E9E9;
}	
	
	
	#menu_footer_smart a {
    text-align: center;
    text-decoration: none;
    width: 33%;
	font-size: 20px;
		
	}
	
	#menu_footer_smart a.center {
		border-left:1px solid #999;
		border-right:1px solid #999;
		
	}
	


#gallery-1 .gallery-item {
    display: inline-block!important;
    float: none!important;
    justify-content: space-between!important;
    margin-top: 10px!important;
    padding: 5px 4%!important;
    text-align: center!important;
    width: 42%!important;
}	
	

	#content_cp  h1{
    font-size: 24px!important;
    line-height: 24px;
    margin-bottom: 9px;
    text-align: left;
		
		
}
	
	 
#content_cp  .date {
    text-align: left;
}	
#content_cp .info_txt p {	
	margin-bottom: 10px;
	}
	
	
.page-id-70 #menu_footer_smart, .page-id-964 #menu_footer_smart {
    display: none;
}
	
	
}




@media screen and (min-width: 200px) and (max-width: 600px) {

	
	
	
	
	.nav_article {
		display: none;
	}
	.video_box .video {
    display: inline-block;
    flex: 0 0 auto;
    flex-wrap: inherit;
    margin-right: 0%;
    width: 100%;
}
	
	
.communique_txt p img {
    display: block!important;
    float: none!important;
    height: auto!important;
    margin: auto auto 30px!important;
    width: auto!important;
}
 
	
 #nav_cp .next span, #nav_cp .prev span {
 
    top: 3px;
	 
	}
	
.nav_bottom_page a {
    font-size: 12px;
    font-weight: 900;
    margin: 0 4px;
    text-decoration: none;
}

	
	
	
	
.wp-block-quote {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 0;
    position: relative;
    width: 89%;
}
.wp-block-quote > * {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
}
	
	.content_left {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
   min-height: 14vh;
    position: relative;
    width: 100%;
		display: flex;
    padding-top: 90px;
		align-items: center;
}
	
	 
	
.content_left::after {
  
    right: auto;
    left: 0;
    top: 0;
    width: 130px;
}
 
.left_header .content_left .inner {
    color: #fff;
    float: left;
    margin-top: -80px;
    max-width: 340px;
    padding: 20px 30px 20px 0;
    position: relative;
    width: 90%;
    z-index: 2;
	padding: 5%;
}	
	.content_right {
      height: inherit;
    margin-left: 0vw;
    min-height: 100vh;
    overflow: auto;
    position: relative;
}
	
	.cat_box .cat_box_inner {
    padding: 10px 10px 20px;
}
	
	.cat_ap .cat_box_inner div {
    font-size: 14px;
    padding: 8px 0;
    width: 50%;
}
	
	
	.content_right .text_page {
    padding-bottom: 70px;
    width: 100%;
}
	
	.left_header .content_right .inner {
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 0;
    width: 90%;
}

	
	footer .section {
    border-top: 4px solid #ad9f8c;
    color: #999;
    font-size: 12px;
    padding-bottom: 60px;
}

	
	
	
	#team {
    background-color: #333;
    background-image:none;
	}
	
.price_table {
    margin: 0;
}	
 	
	
	
.price_table .table {
    display: block;
    margin-bottom: 32px;
    padding: 0;
    width: auto;
}
	
	
	
.price_table .table.head {
    display: none;
}	
	.table-cell.titre {
    display: inline-block;
    font-weight: 900;
    padding: 10px;
    width: inherit;
}
	
	
 
.price_table .table .table-cell:nth-child(2) {
    background-color: transparent;
    color: inherit;
}
	
.price_table .table:nth-child(2n) {
    background-color: transparent;
}
	
	
.table-cell.price {
    display: block;
    height: auto;
    max-width: 200px;
    min-width: 100px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
	
	
.table-cell.price .only_smart {
    display: inline-block;
 }
	
	
	
.table-cell.price:before {
    color: green;
    content: "\e91f";
    display: inline-block;
    float: left;
    font-family: "icomoon";
    font-size: 9px;
    left: 0;
    line-height: 18px;
    margin-right: 5px;
    position: absolute;
    top: 2px;
    vertical-align: middle;
}
.table-cell.price {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.table-cell.price {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 17px;
}
.table-cell.price {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding-bottom: 2px;
	max-width: inherit;
    min-width: auto;
}
	

.table-cell.price .numb {
    background-color: #cd5c5c;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
	
	 
	.share_tools .addthis-smartlayers {
		display: block;
		margin-top: 10px;
	}
	
	.share_tools {
    align-items: center;
    display: block;
}
	
	#content_cp  h1{
    font-size: 24px!important;
    line-height: 24px;
    margin-bottom: 9px;
    text-align: left;
}
#content_cp  .date {
    text-align: left;
}	
#content_cp .info_txt p {	
	margin-bottom: 10px;
	}
	
	
	
	.right .btn.btn_icone_left:not(.profile_links .btn) {
    position: relative;
    text-align: center;
    top: -20px;
}
	
	
	.info_txt {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
	
	
	#content_cp .inner {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
	
	 #content_cp .left .inner {
		text-align: center;
	}
	
	.sign_inner {
		display: none;
	}	
	
	
	.content_cp_page .wrap {
		width: 100%;
	}
	
.page-id-70 .content_page, .page-id-964 .content_page {
    padding-top: 136px;
}
	
#steps-controls {
   
    padding: 52px 0 10px;
	}
#help_btn {
    float: right;
    font-size: 20px;
    position: absolute;
    right: 2%;
    text-decoration: none;
    top: 10px;
}
.page-id-70 #top, .page-id-964 #top {
    border-bottom: 1px solid #efefef;
    width: 100%;
}
	
	.page-id-70 #logo_top, 	.page-id-964 #logo_top {
    float: none;
    height: 17px;
    left: 2vw;
    margin: auto;
    position: absolute;
    top: 5px;
    width: 115px;
}
	
	
	.page-id-70 #menu_burger_smart, .page-id-964 #menu_burger_smart {
		display: none;
	}
.wrap.form_wrap {
    border: medium none;
    border-radius: 0;
    max-width: 840px;
    width: 100%;
}	
	
	.step_box {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    margin: auto auto 0px;
    max-width: 840px;
    padding: 10px;
    position: relative;
		padding-bottom: 20px;
}
	
	
	input.corps_choice {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    top: 10px;
}
	
	label[for="doc"], label[for="no_doc"] {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 10px;
    text-transform: none;
    width: 80%;
}
	
.page-id-70 #menu_footer_smart, .page-id-964 #menu_footer_smart {
 
    display: none;
	}
	
.page-id-70, .page-id-964 {
   
    background-image: none;
 }
	
	.table {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
	
 
.table-cell {
	 display: inline-block;
	}
	
	.form .coordonnees_box .table {
    display: block;
		
	}
	
	.form .coordonnees_box .line {
    width: auto;
}
	
	.cat_box_wrap {
    display: block;
     
}
	.form .cat_box {
    width: auto;
}
	
	
	.accroche_home .table {
    display: table;
}
 
	
	.accroche_home .table-cell {
    display: table-cell;
}
	
.preview_cp, .payment {
    display: block;
    padding-bottom: 40px;
    width: 100%;
}
	
	#payement_box_ .flex {
    display: block;
}
	
	#payement_box_ .payment .flex {
    align-items: start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
	
	.preview_cp {
    margin-left: 0%;
}
	
	sectionview {
    margin-left: 0;
     
}

	.infos_depot {
		display: none;
	}
	
}




@media screen and (min-width: 600px) and (max-width: 900px) {
.block_cp {
 width: 49%;
}

.titre_de_page, h2.titre_de_page, h1.titre_de_page, .titre_de_page h1, .titre_de_page h2 {

    text-align: left;
}
#search_theme .col span {
    margin-top: 10px;
}
	
	
}
/*style de fm */
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#div_ombre{

filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #000000;
box-shadow: 0px 0px 9px #686868;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

/*text-shadow: 0px 0px 0px #C2C2C2;*/

background-color:#ffffff;
margin: 0px auto;
align: center;
}
/*FIN style de fm */
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
