/* cmsms stylesheet: general_css modified: 04/07/2025 14:05:30 */


/*GÉNÉRAL*/

/*MENU HEADER*/
/*premier niveau*/
/*deusième niveau*/
/*troisième niveau*/


/*MENU MOBILE*/
/*premier niveau*/
/*second niveau*/


/*Couleur bloc accueil*/

@font-face {
  font-family: 'Awesome';
  src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Linearicons';
	src:url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Linearicons-Free.eot?w118d');
	src:url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
    font-family: 'Ubuntu';
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Regular.ttf');
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'UbuntuBlack';
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Black.ttf');
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Black.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'Ubuntu';
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Regular.ttf');
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Light.ttf');
    src: url('https://www.easy-4you.fr/uploads/theme_easy_2/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
}

*{
margin:0;
padding:0;
}

p{
margin:0;
}

ul{
padding-left:25px;
}

#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
      -o-box-sizing: content-box;
     -ms-box-sizing: content-box;
         box-sizing: content-box;
}

body{
font-size:14px;
color:#000000;
font-family: 'Ubuntu';
font-weight:normal;
}

.modal-open{
padding-right:0 !important;
overflow:auto;
}

h1,h2,h3,h4,h5,h6{
color:#000000;
font-weight:bold;
text-transform:uppercase;
font-size:2rem;
}

h1{
margin-top:0px;
margin-bottom:20px;
font-size:2em;
font-family: 'Ubuntu';
}
h2{font-size:1.5rem;}
h3{font-size:1.15rem;}
h4,h5,h6{font-size:1rem;}

a, a:active, a:focus{
color:#000000;
text-decoration:none;
}
a:hover, a:focus{
color:#000000;
text-decoration:none;
}

html .row-10{
margin-bottom:-10px;
}

html .row-10 > *{
margin-bottom:10px;
}

.row:not(.row-condensed).row-horizontal-10{
margin-left:-5px;
margin-right:-5px;
}

.row:not(.row-condensed).row-horizontal-10 > [class*="col"]{
padding-left:5px;
padding-right:5px;
}
.overflow{
overflow:hidden;
}
.no-padding {
    padding-right:0;
    padding-left:0;
}

.no-margin{
margin:0;
}

.txt-rgt{
text-align:right;
}

.txt-lft{
text-align:left!important;
}
.display-block{display:block;}
.display-none{display:none;}
.txt-ctr{
text-align:center;
}

.img-size{
width:100%;
height:auto;
}

.margin-top{
margin-top:20px;
}
.margin-bottom{
margin-bottom:40px;
}

.margin-top-25{
margin-top:25px;
}
.margin-bottom-25{
margin-bottom:25px;
}

.margin-top-50{
margin-top:50px;
}
.margin-bottom-50{
margin-bottom:50px;
}

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

.bloc-height-30{
height:30px;
}

.uppercase{
text-transform:uppercase !important;
}
.font-weight-light{
font-weight:lighter !important;
}
.font-weight-normal{
font-weight:normal !important;
}
.font-weight-bold{
font-weight:bold !important;
}

.btn_more{
background-color:#000000;
border-color:#000000;
color:#ffffff;
}

.btn_more:hover{
background-color:#888888;
border-color:#888888;
color:#ffffff;
}

.btn-cookie{
background-color:orange;
border-color:orange;
color:#ffffff;
}

.btn-cookie:hover,.btn-cookie:active{
background-color:darkorange;
border-color:darkorange;
color:#ffffff;
}

.btn-easy{
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 7px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    vertical-align: top;
}

.btn-easy:hover{
    background: #888888 none repeat scroll 0 0;
    border: 1px solid #888888;
    transition: all 0.8s ease 0s;
}

.logo{
display:block;
}

.menu_mobile{
display:none;
}

.breadcrumb{
margin:25px 0 0 0;
background-color:transparent;
border-radius:0;
color:#000000;
text-transform:uppercase;
font-size:14px;
font-weight:600;
padding:0 1rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.bloc_flag{
/*float:right;
position:relative;
bottom:35px;
right:20%;
height:0;*/
margin-left:15px;
}
.bloc_flag a,.bloc_flag span{
margin-right:5px;
display:inline-block;
padding:0 !important;
text-transform:uppercase;
color:#ffffff;
font-size:14px;
font-weight:700;
letter-spacing:1px;
}
.bloc_flag a{
	opacity:0.7;
	text-decoration:none;
}

.bloc_flag a:hover{
	opacity:1;
	text-decoration:none;
}

.bloc_flag_mobile{
		
		display:none;
	}

/*********
* HEADER *
*********/
#header{
background:#000000;
z-index:1100;
width:100%;
transition: all 0.2s ease-in-out 0s;
}

#pseudo_header{
height:94px;
}

.navbar{
padding:0px;
align-items:center;
}

#logo_row{
background:#000000;
text-align:center;
padding:26px 0;
}

.banner_search{
background:#00537f;
color:#000000;
padding:13px 280px 13px 0;
text-align:right;
}

.logo_header_menu{
display:flex;
justify-content:flex-end;
height:auto;
margin-top:15px;
margin-bottom:10px;
align-items:center;
}

.link_menu_header{
position:relative;
/*z-index:1000;*/
/*top:-11px*/
margin-right:25px;
width:100%;
}

.logo_header{
width:185px;
height:auto;
}

.bloc_menu_header{
display:flex;
justify-content: center;
-webkit-justify-content: center;
/*margin-top:9px;
margin-bottom:9px;*/
/*height:121px;*/
align-items:flex-end;
-webkit-align-items:flex-end;
}

.bloc_menu{
/*border-bottom:1px solid #ffffff;*/
background:#000000;
}

.menu_header #icon_logo{
position:relative;
top:3px;
right:-63px;
z-index:0;
width:63px;
height:63px;
-webkit-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
}

.menu_header #icon_logo.menu_logo_left{
right:5px;
}

/* Rotation d'un menu en CSS3*/

/*dl.menu_rot{
     position: absolute;
     top: 20px;
     transform-origin: 50% 115px;
}
dl.menu_rot dd{
     transform: rotate(180deg);
}

dl.menu_rot:hover{
     transform: rotate(-180deg);
}*/

.logo_header_menu dl{
position:relative;
top:-195px;
left:50%;margin-left:-75px;
width:190px;
height:238px;
color:#ffffff;
background:#000000;
border-radius:4px;
-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.7);
box-shadow:0px 0px 6px rgba(0,0,0,0.7);
-webkit-transform-origin:50% 210px;
-moz-transform-origin:50% 210px;
-ms-transform-origin:50% 210px;
-o-transform-origin:50% 210px;
transform-origin:50% 210px; 

z-index:49;
padding-top:5px;
border:1px solid #ffffff;
}

.bounce{
-webkit-animation:bounceOut 0.7s ease-in-out;
-moz-animation:bounceOut 0.7s ease-in-out;
-ms-animation:bounceOut 0.7s ease-in-out;
-o-animation:bounceOut 0.7s ease-in-out;
animation:bounceOut 0.7s ease-in-out;
}

.logo_header_menu dt{
position:absolute;
bottom:0px;
width:100%;
height:30px;
padding-top:5px;
text-align:center;
}

.logo_header_menu dd{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
padding-left:15px;
width:100%;
margin:0;
}

.logo_header_menu dd a{
display:block;
height:24px;
padding:3px 5px;
color:#ffffff;
text-decoration:none;
font-weight:300;
text-align:center;
line-height:24px;
}


.logo_header_menu dd a#portail:hover{
    background-color: #cccccc;
font-weight:900;
transition: all 0.4s ease 0s;
}
.sub_logomenu dd a#site_web:hover{
    background-color: rgba(0,158,224,1);
font-weight:900;
transition: all 0.4s ease 0s;
}
.logo_header_menu dd a#signs:hover{
    background-color: rgba(98,33,129,1);
font-weight:900;
transition: all 0.4s ease 0s;
}
.logo_header_menu dd a#design:hover{
    background-color: rgba(151,191,13,1);
font-weight:900;
transition: all 0.4s ease 0s;
}
.logo_header_menu dd a#print:hover{
    background-color: rgba(226,0,122,1);
font-weight:900;
transition: all 0.4s ease 0s;
}
.logo_header_menu dd a#goodies:hover{
    background-color: rgba(120,105,97,1);
font-weight:900;
transition: all 0.4s ease 0s;
}
.logo_header_menu dd a#photo:hover{
    background-color: rgba(251,186,0,1);
font-weight:900;
transition: all 0.4s ease 0s;
}
.logo_header_menu dd a#boutique:hover{
    background-color: rgba(152,190,15,1);
font-weight:900;
transition: all 0.4s ease 0s;
}


/*.sub_logomenu dd a:hover{
background:rgba(255,255,255,0.1);
}*/
.logo_header_menu dl:hover{
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-mstransform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg);
-webkit-animation:bounceIn 0.7s ease-in-out;
-moz-animation:bounceIn 0.7s ease-in-out;
-ms-animation:bounceIn 0.7s ease-in-out;
-o-animation:bounceIn 0.7s ease-in-out;
animation:bounceIn 0.7s ease-in-out;
}

@-webkit-keyframes bounceIn {
from {-webkit-transform:rotate(0deg);}
75%{-webkit-transform:rotate(-200deg);}
90%{-webkit-transform:rotate(-175deg);}
to {-webkit-transform:rotate(-180deg);}
}
@-webkit-keyframes bounceOut {
from {-webkit-transform:rotate(-360deg);}
0% {-webkit-transform:rotate(-180deg);}
10%{-webkit-transform:rotate(-160deg);}
to {-webkit-transform:rotate(-360deg);}
}
@-moz-keyframes bounceIn {
from {-moz-transform:rotate(0deg);}
75%{-moz-transform:rotate(-200deg);}
90%{-moz-transform:rotate(-175deg);}
to {-moz-transform:rotate(-180deg);}
}
@-moz-keyframes bounceOut {
from {-moz-transform:rotate(-360deg);}
0% {-moz-transform:rotate(-180deg);}
10%{-moz-transform:rotate(-160deg);}
to {-moz-transform:rotate(-360deg);}
}
@-ms-keyframes bounceIn {
from {-ms-transform:rotate(0deg);}
75%{-ms-transform:rotate(-200deg);}
90%{-ms-transform:rotate(-175deg);}
to {-ms-transform:rotate(-180deg);}
}
@-ms-keyframes bounceOut {
from {-ms-transform:rotate(-360deg);}
0% {-ms-transform:rotate(-180deg);}
10%{-ms-transform:rotate(-160deg);}
to {-ms-transform:rotate(-360deg);}
}
@-o-keyframes bounceIn {
from {-o-transform:rotate(0deg);}
75%{-o-transform:rotate(-200deg);}
90%{-o-transform:rotate(-175deg);}
to {-o-transform:rotate(-180deg);}
}
@-o-keyframes bounceOut {
from {-o-transform:rotate(-360deg);}
0% {-o-transform:rotate(-180deg);}
10%{-o-transform:rotate(-160deg);}
to {-o-transform:rotate(-360deg);}
}
@keyframes bounceIn {
from {transform:rotate(0deg);}
75%{transform:rotate(-200deg);}
90%{transform:rotate(-175deg);}
to {transform:rotate(-180deg);}
}
@keyframes bounceOut {
from {transform:rotate(-360deg);}
0% {transform:rotate(-180deg);}
10%{transform:rotate(-160deg);}
to {transform:rotate(-360deg);}
}

.logo_header_menu .masque{
position:absolute;
z-index:50;
width:585px;
height:85px;
top:0;left:0;
background:#000000;
left:-120px;
}

.logo_header_menu .ombre{
/*position:absolute;
z-index:40;
width:300px;
height:6px;
top:133px;
margin-top:-103px;
left:142px;
-webkit-box-shadow:0px 100px 3px black;
box-shadow:0px 100px 3px black;
border-radius:75px 75px 75px 75px / 3px 3px 3px 3px;*/
display:none;
}

/*************rotation menu************/



/**********
RECHERCHE
**********/
.link_search{
display: flex;
align-items: center;
}
.link_search:before{
content: "\f002";
    font-family: Awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ffffff;
    font-size: 22px;
    padding-left: 0.5em;
}
.bloc_search{
position: fixed;
z-index: 1000;
background: rgba(255,255,255,0.8);
padding: 20px 25px;
right: -480px;
top: 93px;
-moz-transition: right 1s ease-out;
-o-transition: right 1s ease-out;
-webkit-transition: right 1s ease-out;
transition: right 1s ease-out;
border: 1px solid #000000;
}
.bloc_search.active_search{
right:0px;
}
.search_fixed{
top:93px;
}

.search_icon{
margin-right:13px;
}

.search_icon:before{
content: "\f002";
    font-family: Awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ffffff;
    font-size: 22px;
    padding-left: 0.5em;}

.search-input{
padding:6px 10px;
width:280px;
}
.search-button{
background:#000000;
border:1px solid #ffffff;
color:#ffffff;
margin-left:13px;
padding:5px 8px;
}
.search-button:hover{
background:#ffffff;
color:#888888;
}
#searchModal{
z-index:10000000;
}
#searchModal .modal-dialog {
max-width: 800px;
}
#searchModal .modal-dialog .modal-content .modal-header{
background-color:#000000;
}
#searchModal .modal-dialog .modal-content .modal-header h4{
color:#ffffff;
font-size:16px;
}
#searchModal .modal-dialog .modal-content .modal-header .close{
color:#ffffff;
opacity: 1;
text-shadow: none;
border: 1px solid #fff;
padding: 5px 8px;
margin: 0;
}
#searchModal .modal-dialog .modal-content .modal-footer{
background-color:#000000;
}
#searchModal .modal-dialog .modal-content .modal-footer a{
color:#ffffff;
border: 1px solid #ffffff;
padding: 5px 10px;
cursor:pointer;
}
.title_res_search{
font-weight:bold;
}
.link_res_search,.link_res_search:hover{
text-decoration:underline;
}

/**************
* MENU HEADER *
**************/
.menu_header{
display:flex;
justify-content:center;
-webkit-justify-content:center;
margin-right:-82px;
align-items:center;
}

#menu_header{
display:flex;
align-items:center;
z-index:1000;
}

.menu_fixed{
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1100 !important;
left:0;
}

.sf-menu li{
/*border-right:1px solid #f9b61e;*/
text-align:left;
/*padding: 0 6px;*/
}
.sf-menu > li:first-child{
/*padding:0 6px 0 0;*/
}
.sf-menu > li:last-child{
/*padding:0 0 0 6px;
border-right:none;*/
}
.sf-menu a, .sf-menu span{
padding:40px 26px;
background:#000000;
color:#ffffff;
font-size:15px;
letter-spacing:1px;
text-transform: uppercase;
/*font-weight:600;*/
}
.sf-menu a.current, 
.sf-menu a:hover, 
li.sfHover a, 
.sf-menu span.current, 
.sf-menu span:hover, 
li.sfHover span{
color:#000000;
/*background:#ffffff*/
}

.sf-menu a::before, 
.sf-menu span::before{
background:#ffffff;
/*border-radius:5px;*/
}

.sf-menu a.current::before, 
.sf-menu a:hover::before, 
.sf-menu li.sfHover a::before, 
.sf-menu span.current::before, 
.sf-menu span:hover::before, 
.sf-menu li.sfHover span::before{
color:#888888;
}

/*.sf-menu > li > a:after, .sf-menu > li > span:after{
position: absolute;
top: 56%;
left: 50%;
display: block;
width: 0;
height: 2px;
content: '';
background: trensparent;
-webkit-transition: width .4s ease-in-out;
transition: width .4s ease-in-out;
-webkit-transform: translate(-50%,10px);
transform: translate(-50%,10px);
}

.sf-menu a.current:after,
.sf-menu span.current:after,
.sf-menu a:hover:after,
.sf-menu span:hover:after{
width: calc(100% - 55px);
}*/

/*MENU fleche*/
/*.sf-menu > li > a.current::after, 
.sf-menu > li > a:hover:after, 
.sf-menu > li.sfHover > a::after, 
.sf-menu > li > span.current::after, 
.sf-menu > li > span:hover:after, 
.sf-menu > li.sfHover > span::after{
content: "\f0d7";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #E31B22;
font-size: 22px;
position:absolute;
bottom:-9px;
left:0;
right:0;
text-align:center;
}*/

/*.sf-menu > li > a.current.sf-with-ul::after, 

.sf-menu > li > a.sf-with-ul:hover:after, 
.sf-menu > li.sfHover > a.sf-with-ul::after, 
.sf-menu > li > span.current.sf-with-ul::after, 
.sf-menu > li > span.parent:hover:after, 
.sf-menu > li > span.sf-with-ul:hover:after, 
.sf-menu > li.sfHover > span.sf-with-ul::after{
content: "\f0d7";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #E31B22;
font-size: 22px;
position:absolute;
top:57px;
left:45%;
}*/

/* Second niveau */
.sf-arrows .sf-with-ul, .sf-menu span{
padding-right:2.5em;
}

.sf-arrows .sf-with-ul::after, .sf-menu span::after{
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
border-top-color: #dFeEFF;
border-top-color: rgba(255,255,255,.5);
}

.sf-menu ul span::after{
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
border-left-color: #dFeEFF;
border-left-color: rgba(255,255,255,.5);
}

.sf-menu ul{
top:101%;
left:0;
min-width:17em;/*Largeure sous menu*/
width:22em;
}

/*.sf-menu ul:before{
content: "\f0d8";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #000000;
font-size: 22px;
position:absolute;
top:-20px;
left:50px;
}*/

.sf-menu ul li{
background:#000000;
}

.sf-menu ul li a::before,.sf-menu ul li span::before{
background:#000000;
}

.sf-menu ul > li > a, .sf-menu ul > li > span{
color:#ffffff;
background:#000000;
font-size:14px;
font-weight:normal;
padding:10px 28px;
line-height:20px;
}

.sf-menu ul > li:hover > a,.sf-menu ul > li:hover > span{
color:#ffffff;
}

.sf-menu ul > li > a.current,.sf-menu ul > li > span.current{
color:#ffffff;
font-size:16px;
background:#000000;
}

.sf-menu ul li a.current::before,.sf-menu ul li span.current::before{
background:#000000;
}

/*.sf-menu ul > li > a.current:after, .sf-menu ul > li > span.current:after{
position: absolute;
display: block;
width: 85%;
height: 1px;
content: '';
background: #E31B22;
}*/

/* Troisième niveau */
.sf-menu ul ul:before{
display:none
}

.sf-menu ul ul{
top:0;
left:100%;
min-width:19em;/*Largeur du menu*/
}

.sf-menu ul ul li a::before{
background:#000000;
}

.sf-menu ul ul li a,.sf-menu ul ul li span{
background:#000000;
}

.sf-menu ul ul li a:hover,.sf-menu ul ul li span:hover{
background:#000000;
}

.sf-menu ul ul li a.current,.sf-menu ul ul li span.current{
background:#000000;
}

.sf-menu ul ul > li > a{
color:#ffffff;
}

.sf-menu ul ul > li:hover > a{
color:#ffffff;
}

/*.sf-menu a.logo_in_menu_link{
padding:0;
z-index:0;
right:-56px;
-webkit-transition: right .4s ease-in-out;
transition: right .4s ease-in-out;
}
.sf-menu a.logo_in_menu_link_active{
right:0;
}
.sf-menu a.logo_in_menu_link img.logo_in_menu_img{
width:55px;
}*/

/**************
* MENU MOBILE *
**************/
.logo_header_mobile{
display:none;
height:0;
width:0;
visibility:hidden;
}
.menu_mobile{
display:none;
height:0;
width:0;
visibility:hidden;
}

.dl-menuwrapper{
margin-bottom:5px;
}

.dl-menuwrapper:first-child{
margin-right:150px;
}

.dl-menuwrapper li a, .dl-menuwrapper li span{
padding:10px 20px;
}

.no-touch .dl-menuwrapper li span:hover{
text-decoration:underline;
}

.dl-menuwrapper button{
background:#000000;
width:50px;
height:50px;
}

.dl-menuwrapper button::after{
width:70%;
top:12px;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul{
background:#000000;
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after{
right:0px;
top:-3px;
color:#ffffff;
}

/* Couleur bouton survole */
.dl-menuwrapper button:hover{

}

/* Couleur bouton menu affiché*/
.dl-menuwrapper button.dl-active{
background:#000000;
}

/* 1er niveau */
/* Couleur menu */
.dl-menuwrapper ul{
background:#000000;
}

/* Couleur text menu */
.dl-menuwrapper li a, 
.dl-menuwrapper li span{
color:#ffffff;
padding:5px 20px 5px 10px;
/*right:10px;*/
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
display:block;
line-height:50px;
height:50px;
}

/* Niveaux suivants */
/* Couleur menu */
.dl-menuwrapper .dl-menu .dl-submenu{
background:#000000;
}

/* Couleur text menu */
.dl-menuwrapper .dl-menu .dl-submenu li a, 
.dl-menuwrapper .dl-menu .dl-submenu li span{
color:#ffffff;
}

/***************
* Bloc accueil *
***************/
#bloc{
z-index:800;
margin-top:-110px;
}

#bloc > div{
z-index:800;
}

.squarbloc_last{
margin-right:0 !important;
}

#bloc section{
min-height:90%;
display:inline-block;
position:relative;
padding:20px 20px;
vertical-align:top;
overflow:hidden;
visibility:hidden;
text-align:center;
margin-bottom:33px;
width:100%;
}

#bloc section:after{
bottom: 0;
content: "";
display: block;
left: 0;
position: absolute;
right: 0;
top: 100%;
transition: all 0.8s ease 0s;
z-index: -1;
background-color:#888888;
}

#bloc section:hover:after{
top:0;
transition: all 0.4s ease 0s;
}

#bloc section:before{
bottom: 0;
content: "";
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
background-color:#000000;
}

.squar_img{

}

.squarbloc_txt{
color:#ffffff;
}

.squarbloc_txt p.title{
font-size:25px;
font-weight:500;
margin:0;
color:#ffffff;
text-transform:initial !important;
}

.squarbloc_txt p.sub_title{
font-size:25px;
font-weight:300;
margin:0 0 5px 0;
color:#ffffff;
text-transform:initial !important;
}

.squarbloc_txt .text{
font-size:13px;
opacity: 1;
transition: all 0.8s ease 0s;
}

#bloc section:hover .text{
opacity:0;
transition: all 0.4s ease 0s;
}

.bouton_squar{
    bottom: -35px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.8s ease 0s;
}

.btn-bloc{
border:1px solid #ffffff;
text-transform:uppercase;
font-weight:bold;
color:#ffffff;
background:transprent;
}

#bloc section:hover .bouton_squar{
bottom:30px;
opacity:1;
transition: all 0.4s ease 0s;
}

#bloc section:hover .bouton_squar .btn-bloc{
border:1px solid #ffffff;
background-color:transparent;
color:#ffffff;
transition: all 0.4s ease 0s;
}

.bouton_squar a{
color:#ffffff;
text-decoration:none;
opacity:0;
transition: all 0.8s ease 0s;
}

#bloc section:hover .bouton_squar a{
opacity:1;
transition: all 0.4s ease 0s;
}

/******
* CORPS *
********/
.menu-corp{
display:flex;
justify-content:center;
}
.accueil_title{
font-size:1em;
text-align:center;
}
#slider_row{
/*border-bottom:2px solid #000000;*/
}

#principal_content{
text-align:center;
margin:10px 0 25px 0;
}

.sitemap_content{
text-align:left !important;
}

.carte_content{
margin:36px 0 0 0 !important;
}
.carte_content h1{
margin-bottom:20px !important;
}

/* Contenu secondaire */
.bg-vert{
background-color:#acab7f;
}
.bg-gray-lighter{
background-color:#f8f8f8;
}

.object-warp{
position:relative;
overflow:hidden;
}
.section-xxl{
padding-top:75px;
padding-bottom:75px;
}
@media (min-width: 1200px) and (min-height:800px){
.section-xxl{
padding-top:165px;
padding-bottom:190px;
}
}
.bg-image{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
@media (max-width: 991px) {
.object-wrap__body {
    height: 33vw;
    min-height: 200px;
}
}
@media (min-width: 992px) {
.object-wrap__body{
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
width: 100vw;
min-width: 1px;
max-width: none;
height: 100%;
min-height: 100%;
max-height: none;
margin: 0;
z-index: 0;
}
.object-wrap__body-sizing-1{
width:50%;
}
}

.object-wrap__body.object-wrap__body-md-right{
right:0;
}
.object-wrap__body.object-wrap__body-md-left{
left:0;
}

/********************
*NOS METIERS ACCUEIL*
********************/
.row_nos_metiers{
background:#000000;
}
.nos_metiers_title{
color:#ffffff;
}
.menu_corps{
list-style:none;
display:inline-block;
margin:0;
padding:0 50px;
text-align:left;
}

.menu_corps li{

}

.menu_corps li a h3{
font-size:18px;
display:block;
color:#ffffff;
text-decoration:none;
padding:10px;
transition: all 0.8s ease 0s;
}

.menu_corps li a h3:hover{
color:#E31B22;
transition: all 0.4s ease 0s;
}

.menu_corps li a h3:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #E31B22;
font-size: 18px;
margin-right:15px;
transition: all 0.8s ease 0s;
}

.menu_corps li a h3:hover:before{
color: #ffffff;
transition: all 0.4s ease 0s;
}

/**********
* ONGLETS *
**********/
.nav-tabs .nav-link{
border-color:#ffffff;
font-weight:bold;
border-radius:0;
background-color:#888888;
color:#ffffff;
border-left:none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
color:#ffffff;
background-color:#000000;
border-color:#ffffff;
font-weight:bold;
}

.nav-tabs .nav-link:hover{
color:#ffffff;
background-color:#000000;
border-color:#ffffff;
}

.nav-tabs .nav-link:focus{
color:#ffffff;
background-color:#000000;
border-color:#ffffff;
}

.tab-content > .tab-pane{
color:#ffffff;
background-color:#888888;
padding:15px;
border:1px solid #888888;
}

.tab-content{
margin-bottom:25px;
text-align:left;
}

/**************Actualités*************/
.bloc-list-actu{order:1;}
.bloc_cat_arch{order:0;}
.news{
list-style:none;
margin:0;
padding:0;
}

.news li{
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    list-style: outside none none;
    margin-right: -5px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 25%;
    border-color: #ddd;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.news li:after{
clear:both;
}

.news li:before, .news li:after{
    content: "";
    display: table;
    line-height: 0;
}

.NewsSummaryField{
    background: #333 none repeat scroll 0 0;
    float: none;
    margin: 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 19px;
    transition: all 0.2s ease-in-out 0s;
}

.NewsSummaryField a{
    display: block;
    position: relative;
    transition: all 0.8s ease 0s;
    outline: medium none;
}

.NewsSummaryField a img{
    opacity: 1;
    width: 100%;
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.NewsSummary{
    bottom: 0;
    /*display: table-cell;*/
display:flex;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    z-index: 2;
justify-content: center;
align-items: center;
}

.NewsSummary:before{
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.8s ease 0s;
    z-index: -1;
}

.news li:hover .NewsSummary:before{
    top: 0;
    transition: all 0.4s ease 0s;
}

.NewsSummary_inner{
    display: inline-block;
    vertical-align: middle;
width:100%;
text-align:center;
}

.NewsSummaryPostdate{
    color: #ffffff;
    display: block;
    font-size: 33px;
    font-weight: 300;
    line-height: 33px;
    margin: 35px 0 6px;
    padding: 0;
font-weight:normal;
    transition: all 0.8s ease 0s;
    overflow: hidden;
    text-transform: uppercase;
}

.news li:hover .NewsSummaryPostdate{
    color: #fff;
    margin-top: 0;
font-weight:bold;
    transition: all 0.4s ease 0s;
}

.NewsSummaryPostdate i{
    display: inline-block;
    font-size: 19px;
    font-style: normal;
    line-height: 19px;
    margin: 1px 0 0;
    vertical-align: top;
}

.NewsSummaryLink{
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    font-weight: 300 !important;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease 0s;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}

.NewsSummaryLink a{
    color: #fff;
    text-decoration: none;
    transition: all 0.8s ease 0s;
}

.NewsSummaryLink a:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.NewsSummary_btn{
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.news li:hover .NewsSummary_btn{
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.NewsSummary_btn a{
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 7px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    vertical-align: top;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ffffff;
    border-color: #fff;
}

.NewsSummary_btn a:hover{
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
color:#000;
    transition: all 0.4s ease 0s;
}

.NewsSummary .aux{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

/* Pagination */
a.news_pagination{
border:1px solid #2e2315;
padding:7px 13px;
font-size:15px;
color:#2e2315;
background:#ffffff;
font-family: 'Ubuntu-Light';
}
a.news_pagination:hover{
background:#acab7f;
color:#ffffff;
}
span.news_pagination{
border:1px solid #2e2315;
background:#acab7f;
color:#ffffff;
padding:7px 13px;
font-size:15px;
cursor: no-drop;
font-family: 'Ubuntu-Light';
}

/*********
* FOOTER *
*********/
footer{
background:#000000;
color:#ffffff;
}

footer h3{
margin-top:20px;
color:#ffffff;
}

#footer_row{
padding-top:25px;
/*padding-bottom:25px;*/
background-image:url(/uploads/theme_easy_2/images/Footer-easy.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position-y:bottom;
}

.bloc_menu_footer{
flex:0 0 23%;
max-width:23%;
}

.bloc_nms_facebook_footer{
flex:0 0 27%;
max-width:27%;
}

.bloc_grenouille_footer{
flex:0 0 27%;
max-width:27%;
display:flex;
position:relative;
top:10px;
}

.bloc_adresse_footer{
flex:0 0 23%;
max-width:23%;
}

.menu_footer{
padding:0;
list-style:none;
margin:0;
text-transform:uppercase;
}
.menu_footer li{
width:75%;
}

.menu_footer li a{
color:#ffffff;
text-decoration:none;
display:block;
text-transform:uppercase;
font-size:14px;
transition: all 0.8s ease 0s;
padding:3px 0;
}

.menu_footer li a:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #666666;
font-size: 14px;
margin-right:15px;
transition: all 0.8s ease 0s;
}

.menu_footer li a:hover{
color:#666666;
transition: all 0.4s ease 0s;
}

.menu_footer li a:hover:before{
color: #ffffff;
transition: all 0.8s ease 0s;
}
.menu_footer li:first-child a{
margin-top:0;
}
.menu_footer li:last-child a{
margin-bottom:0;
}


.bloc_facebook_footer{
text-align:center;
border:1px solid #666666;
padding: 10px;
margin-right: 10px;
width:100%;
background:#000000;
}

.grenouille{
min-height:393px;
}

.sub_grenouille{

}

.grenouille img{
position:absolute;
width:80%;
margin-left:30px;
bottom:0;
}

.logo_footer{
margin-bottom:25px;
}

.bloc_contact_footer{
color:#ffffff;
text-align:center;
}

.bloc_contact_footer img{
margin-top:20px;
margin-bottom:40px;
width:100%;
}

.footer_tel{
font-size:20px;
font-weight:bold;
margin-bottom:0;
color:#ffffff;
}

.footer_tel:before{
content: "\f095";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 18px;
margin-right:5px;
}
.adresse_footer{
/*text-transform:uppercase;*/
font-size:14px;
}
.footer_mail{
margin-bottom:0px;
}

.footer_mail a{
color:#ffffff;
text-decoration:none;
/*text-transform:uppercase;*/
font-size:14px;
}

.footer_mail a:hover{
text-decoration:underline;
}

.footer_mail:before{
content: "\f003";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 18px;
margin-right:5px;
}

.social_footer{
margin-left:10px;
}

.youtube{
position:relative;
top:25px;
text-decoration:none;
left:-10px;
}

.youtube:before{
content: "\f167";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: none;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 37px;
}

.rss_feed_link{
position: relative;
text-decoration: none;
top: 25px;
left:0px;
}

.rss_feed_link:before{
content: "\f09e";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 37px;
}

.instagram{
position:relative;
top:25px;
text-decoration:none;
left:10px;
}

.instagram:before{
content: "\f16d";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: none;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 37px;
}

.linkedin{
position:relative;
top:25px;
text-decoration:none;
left:20px;
}

.linkedin:before{
content: "\f08c";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: none;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 37px;
}

.bloc-copyright{
background:#ffffff;
}

.copyright{
padding-top:25px;
padding-bottom:25px;
color:#000000;
font-size:14px;
}
.copyright a{
color:#000000;
font-weight:bold;
}
/***************
* PAGE ACCUEIL *
****************/
/* Bloc réalisation */
#realisation{
margin-top:50px;
margin-bottom:50px;
}

/*************************
* BOUTON RESEAUX SOCIAUX *
*************************/
.link_social{
margin-top:20px;
}
.fb_iframe_widget{
top:-6px;
}

.link_social .fb_iframe_widget span,
.link_social .fb_iframe_widget span iframe{
/*width:170px !important;*/
}

/******************
* PAGE ACTUALITÉS *
******************/
.content_col_rgt_actu{
visibility:hidden;
margin-left:20px !important;
}

.actualites{
margin-bottom:40px;

}

.actu_hidden{
visibility:hidden;
}

.actualites_titre{
/*text-align:center;*/
display: flex;
justify-content: space-between;
align-items: baseline;
}
.actualites_titre h2{display:inline-block;width:100%;}
.actualites_titre h2 a{
    color: #666666;
    /*display: inline-block;*/
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
    text-decoration: none;
transition: all 0.4s ease 0s;
text-transform:initial;
}
.actualites_titre h2 a:hover{
    color: #000000;
transition: all 0.8s ease 0s;
}
.actualites_titre h3{display:inline;}
.actualites_titre h3 a{
    color: #666666;
    /*display: inline-block;*/
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
    text-decoration: none;
transition: all 0.4s ease 0s;
width:95%;
}

.actualites_titre h3 a:hover{
    color: #000000;
transition: all 0.8s ease 0s;
}

.rss_feed_link_actu{
    text-decoration: none;
width:3% !important;
}

.rss_feed_link_actu:before{
content: "\f09e";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000000;
font-size: 34px;
transition: all 0.8s ease 0s;
}

.rss_feed_link_actu:hover:before{
color: #888888;
transition: all 0.8s ease 0s;
}

.actualites_img{
margin-bottom:15px;
}

.actualites_img a{
display:block;
}

.actualites_img a img{
height:auto;
width:100%;
}

.actualites_txt{
color:#888888;
margin-bottom:15px;
}

.actualites_more{
text-align:right;
}

.actualites_more a{
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 7px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    vertical-align: top;
}

.actualites_more a:hover{
    background: #888888 none repeat scroll 0 0;
    border: 1px solid #888888;
    transition: all 0.8s ease 0s;
}

.NewsPagination{
text-align:center;
margin-bottom:20px;
}

.NewsPaginationSpan{
display:inline-block;
border:1px solid #000000;
text-align:center;
color:#000000;
width:30px;
height:30px;
line-height:30px;
background:#888888
}

.NewsPaginationLink{
display:inline-block;
border:1px solid #000000;
text-align:center;
color:#000000;
width:30px;
height:30px;
line-height:30px;
transition: all 0.8s ease 0s;
text-decoration:none;
background-color:#ffffff;
}

.NewsPaginationLink:hover{
border:1px solid #000000;
color:#ffffff;
background-color:#000000;
transition: all 0.8s ease 0s;
}

.NewsPaginationFirst{
display:inline-block;
border:1px solid #000000;
text-align:center;
color:#000000;
padding:0 5px;
height:30px;
line-height:30px;
transition: all 0.8s ease 0s;
text-decoration:none;
background-color:#ffffff;
}

.NewsPaginationFirst:hover{
border:1px solid #000000;
color:#ffffff;
background-color:#000000;
transition: all 0.8s ease 0s;
}

.NewsPaginationPrev{
display:inline-block;
border:1px solid #000000;
text-align:center;
color:#000000;
padding:0 5px;
height:30px;
line-height:30px;
transition: all 0.8s ease 0s;
text-decoration:none;
background-color:#ffffff;
margin-right:15px;
}

.NewsPaginationPrev:hover{
border:1px solid #000000;
color:#ffffff;
background-color:#000000;
transition: all 0.8s ease 0s;
}

.NewsPaginationNext{
display:inline-block;
border:1px solid #000000;
text-align:center;
color:#000000;
padding:0 5px;
height:30px;
line-height:30px;
transition: all 0.8s ease 0s;
text-decoration:none;
background-color:#ffffff;
margin-left:15px;
}

.NewsPaginationNext:hover{
border:1px solid #000000;
color:#ffffff;
background-color:#000000;
transition: all 0.8s ease 0s;
}

.NewsPaginationLast{
display:inline-block;
border:1px solid #000000;
text-align:center;
color:#000000;
padding:0 5px;
height:30px;
line-height:30px;
transition: all 0.8s ease 0s;
text-decoration:none;
background-color:#ffffff;
}

.NewsPaginationLast:hover{
border:1px solid #000000;
color:#ffffff;
background-color:#000000;
transition: all 0.8s ease 0s;
}

/********Liste catégorie *********/

.content_col_lft{
/*padding-top:30px;*/
}

.content_col_rgt{
margin-left:-1%;
}

.content_col_lft h1{
margin:0 0 10px 0;
}

.news_cat_titre{
/*text-align:center;*/
font-weight:300;
font-size:30px;
}

.news_cat_list{
list-style:none;
padding:0;
margin:0;
}

.news_cat_list .news_cat_list_item{
line-height:30px;
}

.cat_child{

}

.cat_child .news_cat_list_item{

}

.news_cat_list_item h3:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #666666;
font-size: 14px;
transition: all 0.8s ease 0s;
margin-right:10px;
}

.news_cat_list .news_cat_list_item h3,.news_cat_list .news_cat_list_item h3 a, .news_cat_list .news_cat_list_item h3 span{
text-transform:uppercase;
text-decoration:none;
font-size:16px;
color:#000000;
transition: all 0.8s ease 0s;
font-weight:normal;
}

.news_cat_list_item h3:hover:before{
color:#000000;
transition: all 0.8s ease 0s;
}

.news_cat_list_item h3:hover a{
color:#666666;
transition: all 0.8s ease 0s;
}

/*****************Liste archives************/
.news_arch_titre{
/*text-align:center;*/
font-weight:300;
font-size:30px;
margin-top:25px;
}
.news_arch_list{
list-style:none;
padding:0;
margin:0;
}

.news_arch_list_item{
line-height:30px;
}


.news_arch_list_item h3:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #666666;
font-size: 14px;
transition: all 0.8s ease 0s;
margin-right:10px;
}

.news_arch_list_item h3,.news_arch_list_item h3 a{
text-transform:uppercase;
text-decoration:none;
font-size:16px;
color:#000000;
transition: all 0.8s ease 0s;
font-weight:normal;
}

.news_arch_list_item h3:hover:before{
color:#000000;
transition: all 0.8s ease 0s;
}

.news_arch_list_item h3:hover a{
color:#666666;
transition: all 0.8s ease 0s;
}

/********************
* ACTUALITES DETAIL *
********************/
.NewsDetailField img{
margin-bottom:20px;
width:100%;
height:auto;
}

#NewsPostDetailReturnLink{
margin-top:15px;
margin-bottom:15px;
}
/*#NewsPostDetailReturnLink a{
display:block;
background:#96c11f;
padding:10px 15px;
color:#ffffff;
width:200px;
margin:auto;
border-radius:3px;
}*/
/****************PAGE DÉTAIL ACTU***************/
.link_social{
margin:15px 0 15px 0;
text-align:center;
}

.fb-like{
display:inline-block;
}

.NewsDetailField{

}

.NewsDetailField img{
width:100%;
height:auto;
margin:0 0 15px 0;
}

#NewsPostDetailTitle{
font-size:30px;
font-weight:300;
color:#666666;
margin:15px 0;
}

#NewsPostDetailContent{

}

#NewsPostDetailReturnLink{
margin:20px 0;
text-align:center;

}

#NewsPostDetailReturnLink a{
color:#ffffff;
text-decoration:none;
font-size:14px;
text-transform:uppercase;
display:inline-block;
border:1px solid #000000;
background-color:#000000;
border-radius:5px;
padding:0 10px;
line-height:30px;
text-align:center;
transition: all 0.8s ease 0s;
}

#NewsPostDetailReturnLink a:hover{
border:1px solid #888888;
background-color:#888888;
transition: all 0.8s ease 0s;
}

/**********bloc article même catégorie*************/
.NewsSameCatBloc{
margin-bottom:20px;
width:100%;
}

.NewsSameCatTitle{
color:#666666;
font-size:22px;
margin-bottom:15px;
}

.NewsSameCat{
margin-right:20px;
width:22%;
display:inline-block;
vertical-align:top;
}

.NewsSameCatField{

}

.NewsSameCatField a{

}

.NewsSameCatField a img{
width:100%;
height:auto;
}

.NewsSameCatLink{

}

.NewsSameCatLink h3 a{
text-decoration:none;
color:#000000;
transition: all 0.8s ease 0s;
}

.NewsSameCatLink h3 a:hover{
color:#666666;
transition: all 0.8s ease 0s;
}


/****************FIN PAGE DÉTAIL ACTU***************/

/**********
* CONTACT * 
**********/
#contact_content{
text-align:left;
margin:20px 0;
}

.formbuilderform{
text-align:left;
}

.form_label label{
text-transform:uppercase;
margin-bottom:0;
color:#2e2315;
font-family: 'Ubuntu';
font-weight:bold;
}

input#nom_prenom, 
input#societe, 
input#email, 
input#raison_sociale, 
input#raison_social, 
input#adresse, 
input#code_postal, 
input#ville, 
input#formation_ecole_universite, 
input#telephone, 
input#nom, 
input#prenom, 
input#email,
input#cv{
    border: 1px solid #000000;
    border-radius: 2px;
    line-height: 30px;
    padding: 3px 5px;
    width: 318px;
margin-top:5px;
margin-bottom:25px;
}

select#pays, 
select#date_rdv_day, 
select#date_rdv_month, 
select#date_rdv_year,
select#heure_rdv_hour, 
select#heure_rdv_min, 
select#projet, 
select#periode_stage_day, 
select#periode_stage_month, 
select#periode_stage_year, 
select#fin_periode_stage_day, 
select#fin_periode_stage_month, 
select#fin_periode_stage_year{
    border: 1px solid #000000;
    border-radius: 2px;
    line-height: 25px;
    margin: 5px 0;
    padding: 3px 5px;
}

textarea#Message, 
textarea#message, 
textarea.cms_textarea{
    border: 1px solid #000000;
    border-radius: 2px;
    height: 190px;
    margin: 5px 0;
    padding: 5px;
    width: 95%;
}

.formbuilderform .submit input{
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-family: 'Ubuntu';
    margin-right: 3%;
    padding: 10px 40px;
    text-transform: uppercase;
transition: all 0.8s ease 0s;
margin-bottom:20px;
font-weight:bold;
}

/******************* Bouton scroll to top *******************/

#scrollToTop a{
position: fixed;
right: 20px;
bottom: 10px;
background-color: rgb(255,255,255); /** rgba fallback**/
background-color: rgba(255,255,255, 0.7);
padding: 5px 10px;
border: 1px solid #000;
border-radius:8px;
z-index:500;
    text-decoration: none;
}

#scrollToTop a:before{
content:"\f062";
font-family: Awesome;
font-style: normal;
font-weight: bold;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000000;
font-size: 26px;
margin:auto;
    transition: all 0.8s ease 0s;
}

#scrollToTop a:hover:before{
color: #666666;
    transition: all 0.4s ease 0s;
}

#scrollToTop a:hover{
box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-webkit-box-shadow: 0px 0px 5px #222;
}

/*************
* Newsletter *
*************/
.nms_bloc{
border:1px solid #666666;
padding:20px;
margin-top:25px;
}

.nms_titre{
margin:0 0 10px 0;
font-size:18px;
font-weight:bold;
}

.nms_mail{
border:1px solid #666666;
height:30px;
padding:0 10px;
width:210px;
}

.nms_submit{
border:1px solid #ffffff;
height:30px;
width:30px;
background-color:#666666;
transition: all 0.4s ease 0s;
}

.nms_submit span{
display:none;
}

.nms_submit:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 14px;
transition: all 0.4s ease 0s;
}

.nms_submit:hover{
border:1px solid #666666;
background-color:#ffffff;
transition: all 0.8s ease 0s;
}

.nms_submit:hover:before{
color:#666666;
transition: all 0.8s ease 0s;
}

/************
* FORMATION *
************/
.bloc_formation{
margin-bottom:30px;
border: 1px solid #4f6a99;
padding-bottom:15px;
}
.txt_formation{
padding:15px 15px 0 15px;
}
.titre_formation{
text-transform:uppercase;
font-weight:bold;
font-size:17px;
}
.sommaire_formation{
font-size:14px;
padding:0 25px;
}

.lien_formation a{
display:inline-block;
padding:12px 17px;
text-transform:uppercase;
color:#ffffff;
background:#00537f;
font-weight:bold;
font-family:Ubuntu-Black;
}

/*** détail ***/
#FormationDetailTitle{
margin-top:20px;
}
#FormationDetailContent{
margin-bottom:20px;
}
#FormationDocument{
font-weight:bold;
text-align:left;
margin-bottom:25px;
}
.formationSameCat{
width:90%;
margin:auto;
}

.bloc_samecat{
border:1px solid #00537f;
padding:0;
margin:0 44px;
}
.NewsSameCatLink{
margin:25px 0 25px 0;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.NewsSameCatLink h3{
margin:25px 0 25px 0;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.slick-prev::before, .slick-next::before{
color:#00537f;
font-size:33px;
}

.button-formation{
color:#ffffff;
background:#2e2315;
border-color:#2e2315;
}
.button-formation:hover{
color:#ffffff;
background:#2e2315;
border-color:#2e2315;
}

/****************
* QUESTIONNAIRE *
****************/
.list_questionnaire{

}
.list_questionnaire h2{
text-align:center;
border:1px solid #00537f;
}

.list_questionnaire h2 a{
display:block;
padding:20px;
background:#ffffff;
color:#00537f;
}

.list_questionnaire h2 a:hover{
background:#00537f;
color:#ffffff;
}

.btn_questionnaire{
background-color:#00537f;
border-color:#00537f;
color:#ffffff;
}
.btn_questionnaire:hover{
background-color:#4f6a99;
border-color:#4f6a99;
color:#ffffff;
}

.btn_questionnaire:after{
content: "\f054";
    font-family: Awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ffffff;
    position: relative;
    top: 1px;
margin-left:10px;
}

/*** Question ***/
.bloc_question{

}
.bloc_question .question{

}
.bloc_question .reponse{
margin:0 0 0 25px;
}
.bloc_question .reponse label{
margin-left:10px;
}
.bloc_question .next_question{
text-align:center;
}

.progressbar{
border:1px solid #00537f;
border-radius:10px;
height:25px;
margin-bottom:15px;
}
.progression{
width:0;
background:#00537f;
border-radius:7px;
height:25px;
}

.bloc_note_questionnaire{
text-align:center;
}
.bloc_note_questionnaire p{
margin-bottom:3px;
}
.note_questionnaire{
background:#00537f;
color:#ffffff;
font-size:60px;
font-weight:bold;
border-radius:15px;
}
.felicitation .resultat{
margin-top:20px;
}

/**********************
* GESTION UTILISATEUR *
**********************/
.banner_moncompte{
background:#00537f;
color:#000000;
padding:13px 0px 13px 280px;
text-align:left;
}
.btn_mon_compte,.btn_mon_compte:focus{
color:#ffffff;
background:#00537f;
border:1px solid #ffffff;
padding:5px 10px;
display:inline-block;
}
.btn_mon_compte:hover{
background:#ffffff;
color:#00537f;
}

/* Modal connexion - création de compte */
#feuModal{
z-index:100500;
}
#feuModal .modal-dialog{
max-width:800px;
}

#feuModal .modal-dialog .modal-header{
background:#00537f;
color:#ffffff;
text-transform:uppercase;
}

#feuModal .modal-dialog .modal-header .modal-title{
color:#ffffff;
font-size: 15px;
margin-top:3px;
}

#feuModal .modal-dialog .modal-header button.close{
color: #fff;
opacity: 1;
text-shadow: none;
border: 1px solid #fff;
text-align: center;
padding: 2.5px 10px;
font-size: 15px;
color: #ffffff;
font-weight: bold;
text-transform:uppercase;
margin:0;
line-height:1.5;
}
#feuModal .modal-dialog .modal-header button.close:hover{
background: #ffffff;
color: #00537f;
}

#feuModal .modal-dialog .modal-footer{
background: #00537f;
padding:10px 1rem;
}

#feuModal .modal-dialog .modal-footer a{
border: 1px solid #ffffff;
/*width: 200px;*/
text-align: center;
margin: auto 25px;
padding: 2.5px 10px;
font-size: 15px;
color: #ffffff;
font-weight: bold;
text-transform:uppercase;
cursor:pointer;
background: #00537f;
}

#feuModal .modal-dialog .modal-footer a:hover{
background: #ffffff;
color: #00537f;
}

.feu_modal_form_btn{

border: 1px solid #ffffff;
/*width: 200px;*/
text-align: center;
margin: auto 25px;
padding: 2.5px 10px;
font-size: 15px;
color: #ffffff;
font-weight: bold;
text-transform:uppercase;
position:relative;
}
.feu_modal_form_btn:hover,
#feu_form_login.actif,
#feu_form_reg.actif{
background: #ffffff;
color: #00537f;
}
#feu_form_login{
right:-120px;
}
#feu_form_reg{
right:-60px;
}

/* FORMULAIRE CONNEXION DEFAUT */

#form_login_dft{
margin-bottom:25px;
}

#form_login_dft legend{
font-size:15px;
text-transform:uppercase;
color:#cccccc;
font-weight:bold;
}

#form_login_dft label{
font-size:12px;
text-transform:uppercase;
color:#cccccc;
}

#form_login_dft .captcha_label{
font-size:12px;
text-transform:uppercase;
color:#cccccc;
}

#form_login_dft input[type="text"],
#form_login_dft input[type="email"],
#form_login_dft input[type="password"]{
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0px 5px;
    width: 318px;
margin-bottom:.5rem;
}

#form_login_dft button[name$="feu_submit"]{
background:#cccccc;
color:#ffffff;
border-radius:0;
float:right;
margin-right:34%;
text-transform:uppercase;
font-size:15px;
padding: 2.5px 10px;
border:1px solid #cccccc;
font-weight:bold;
}

#form_login_dft .info_forgotpw_lostun{
font-size: 12px;
text-transform: uppercase;
margin-top: 10px;
}

/* FORMULAIRE ENREGISTREMENT */

#form_reg{
/*background:#eeeeee;
padding:15px;*/
}

#form_reg h3{
font-size:15px;
text-transform:uppercase;
color:#cccccc;
font-weight:bold;
}

#form_reg label,
#form_reg .captcha_title{
font-size:12px;
text-transform:uppercase;
color:#cccccc !important;
}

#form_reg p{
margin-bottom:0;
}

#form_reg input[type="text"],
#form_reg input[type="email"],
#form_reg input[type="password"]{
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0px 5px;
    width: 318px;
margin-bottom:.5rem;
}

#form_reg input[type="submit"]{
 background-color: #00537f;
    border: 1px solid #00537f;
    color: #ffffff;
    float: right;
    margin-right: 29%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}

.pre_anotheremail{
width:100%;
text-align:center;
}

#anotheremail{
font-size:12px;
text-transform:uppercase;
}



/* LOGOUT */
.feu_btn_logout{
z-index: 1000;
display: inline-block;
padding: 5px 10px;
border: 1px solid #ffffff;
color: #ffffff;
background:#00537f;
margin-left:20px;
}

.feu_btn_logout:hover{
background:#ffffff;
color:#00537f;
}

/* MON COMPTE */
#content_user_data h1{
margin-bottom:5px;
}

.logout_welcome{
font-weight:bold;
}

.view_user{
margin-top:25px;
margin-bottom:25px;
}

.view_user .title_user_prop{
font-size:17px;
}

.view_user .user_prop{
font-weight:bold;
}

.btn_logout_compte{
width:300px;
display: block;
padding: 2.5px 10px;
border: 1px solid #00537f;
text-transform: uppercase;
font-weight: bold;
font-size:15px;
background:#00537f;
color:#ffffff;
text-align:center;
margin-top:10px;
}

.btn_logout_compte:hover{
background:#ffffff;
color:#00537f;
}

/*  CHANGEMENT PARAMETRES */
#feu_changesettingsform{
margin-bottom:25px;
}

#feu_changesettingsform h4{
font-size:15px;
}

.change_setting_label label{
text-transform:uppercase;
font-size:12px;
color:#cccccc !important;
}
.change_setting_field input[type="text"],
.change_setting_field input[type="email"],
.change_setting_field input[type="password"],
.change_setting_field select{
    border: 1px solid #00537f;
    border-radius: 2px;
    padding: 0px 5px;
    width: 318px;
margin-bottom:.5rem;
}

.change_setting_submit{
 background-color: #00537f;
    border: 1px solid #00537f;
    color: #ffffff;
    float: right;
    margin-right: 29%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}

.change_setting_back{
 background-color: #00537f;
    border: 1px solid #00537f;
    color: #ffffff;
    float: right;
    margin-right: 2%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}
.change_setting_back:hover{
 background-color: #ffffff;
    border: 1px solid #00537f;
    color: #00537f;
}

/* MOT DE PASSE OUBLIE */

.lostpw_form{
margin-bottom:25px;
}

.lostpw_form h4{
font-size:15px;
}

.lostpw_label{
font-size:12px;
text-transform:uppercase;
}

.lostpw_username input[type="email"]{
border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0px 5px;
    width: 318px;
margin-bottom:.5rem;
}
.lostpw_btn input[name$="feu_submit"]{
 background-color: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
    float: right;
    margin-right: 55%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}
.lostpw_btn input[name$="feu_cancel"]{
 background-color: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
    float: right;
    margin-right: 2%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}

/* IDENTIFIANT OUBLIE */

.lostun_form{
margin-bottom:25px;
}

.lostun_form h4{
font-size:15px;
}

.lostun_label{
font-size:12px;
text-transform:uppercase;
}

.lostun_field input[type="text"], 
.lostun_field input[type="password"], 
.lostun_field input[type="email"]{
border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0px 5px;
    width: 318px;
margin-bottom:.5rem;
}

.lostun_help{
font-size:12px;
}

.lostun_btn input[name$="feu_submit"]{
 background-color: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
    float: right;
    margin-right: 55%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}
.lostun_btn input[name$="feu_cancel"]{
 background-color: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
    float: right;
    margin-right: 2%;
    padding: 2.5px 10px;
    text-transform: uppercase;
font-size:15px;
margin-top:10px;
font-weight:bold;
}

/*********************
* MODULE INSCRIPTION *
*********************/
/* PLANNING */
.btn_inscription_planning,.btn_inscription_planning:hover{
background-color:#00537f;
border-color:#00537f;
color:#ffffff;
}
.btn_inscription_planning:focus{
box-shadow:none;
}

.legende p span{
display:inline-block;
width:15px;
height:15px;
border-radius:50%;
margin-left:10px;
margin-right:5px;
}

.legende p span.event-warning{background:#ffed00;}
.legende p span.event-important{background:#ad2121;}
.legende p span.event-success{background:#169f85;}

#cal-slide-content a.event-item{
color:#00537f !important;
}

/* Modal détail évenement */
#events-modal{
z-index:100500;
}
#events-modal .modal-dialog{
max-width:800px;
}

#events-modal .modal-dialog .modal-header{
background:#00537f;
color:#ffffff;
text-transform:uppercase;
}

#events-modal .modal-dialog .modal-header .modal-title{
color:#ffffff;
font-size: 15px;
margin-top:3px;
}

#events-modal .modal-dialog .modal-header button.close{
color: #fff;
opacity: 1;
text-shadow: none;
border: 1px solid #fff;
text-align: center;
padding: 2.5px 10px;
font-size: 15px;
color: #ffffff;
font-weight: bold;
text-transform:uppercase;
margin:0;
line-height:1.5;
}
#events-modal .modal-dialog .modal-header button.close:hover{
background: #ffffff;
color: #00537f;
}

#events-modal .modal-dialog .modal-footer{
background: #00537f;
padding:10px 1rem;
}

#events-modal .modal-dialog .modal-footer a{
border: 1px solid #ffffff;
/*width: 200px;*/
text-align: center;
margin: auto 25px;
padding: 2.5px 10px;
font-size: 15px;
color: #ffffff;
font-weight: bold;
text-transform:uppercase;
cursor:pointer;
background: #00537f;
}

#events-modal .modal-dialog .modal-footer a:hover{
background: #ffffff;
color: #00537f;
}

.btn-detail-event,.btn-detail-event:hover{
background-color:#00537f;
border-color:#00537f;
color:#ffffff;
}

/* INSCRIPTION */
.btn_mon_compte_inscription,.btn_mon_compte_inscription:hover,
.btn-inscription-confirm,.btn-inscription-confirm:hover{
background-color:#00537f;
border-color:#00537f;
color:#ffffff;
}

/***************
* CONVERSATION *
***************/
.btn-conversation, .btn-conversation:hover{
background-color:#00537f;
border-color:#00537f;
color:#ffffff;
}

/*****************Liste archives************/
.block_archive{
margin:15px 0 15px 0;
}

.conversation_arch_titre{
/*text-align:center;*/
font-weight:300;
font-size:30px;
margin-top:25px;
}
.conversation_arch_list{
list-style:none;
padding:0;
margin:15px 0;
width:20%;
display:inline-block;
vertical-align:top;
}

.conversation_arch_list_item{
line-height:30px;
}


.conversation_arch_list_item:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #00537f;
font-size: 14px;
transition: all 0.8s ease 0s;
margin-right:10px;
}

.conversation_arch_list_item a{
text-transform:uppercase;
text-decoration:none;
font-size:16px;
color:#00537f;
transition: all 0.8s ease 0s;
}

.conversation_arch_list_item:hover:before{
color:#00537f;
transition: all 0.8s ease 0s;
}

.conversation_arch_list_item:hover a{
color:#00537f;
transition: all 0.8s ease 0s;
}

/******
* FAQ *
******/
.card_header_faq{
background-color:#00537f;
border-bottom-color:#00537f;
}

.btn_faq,.btn_faq:hover,.btn_faq:focus{
color:#ffffff;
text-decoration:none;
}

/************
* CATALOGUE *
************/

/** Ligne randome page accueil **/
.random_prod_bloc{
border:1px solid #000000;
padding:0;
margin-left:15px;
margin-right:15px;
}

.random_prod_img{
background-size: cover;
background-position-y: center;
background-position-x: center;
width: auto;
height: 12vw;
}

.random_prod_img img{
display:none;
}

.prod_random_txt{
padding:15px;
}
.random_prod_title{
text-align: center;
display: block;
font-weight: bold;
font-size: 20px;
color:#000000;
}
.random_prod_desc{
text-align: center;
}
.random_prod_read_more{
text-align:center;
margin-top:10px;
}

.btn_random{
background-color:#000000;
border-color:#000000;;
color:#ffffff;
}

.btn_random:hover{
background-color:#888888;
border-color:#888888;;
color:#ffffff;
}

.filtre_produit #sort_product,
.filtre_produit #nbr_product,
.filtre_produit #display_product{
display:flex;
}

.filtre_produit #sort_product{
justify-content:flex-start;
}

.filtre_produit #nbr_product{
justify-content:center;
}

.filtre_produit #display_product{
justify-content:flex-end;
}

.btn_catalogue{
background-color:#000000;
border-color:#000000;;
color:#ffffff;
}

.btn_catalogue:hover{
background-color:#888888;
border-color:#888888;;
color:#ffffff;
}

/**************
* REALISATION *
**************/

/** Ligne page accueil **/
#ligne_rea{
}

.item_rea{
color: #fff;
font-size: 13px;
font-weight: 300;
line-height: 19px;
list-style: outside none none;
padding: 0;
position: relative;
vertical-align: top;
border-color: #ddd;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.item_rea:before,.item_rea:after{
content: "";
display: table;
line-height: 0;
}

.item_rea figure{
float: none;
margin: 0;
border: medium none;
border-radius: 0;
box-shadow: none;
padding: 0;
min-height: 36px;
overflow: hidden;
position: relative;
display: block;
line-height: 19px;
transition: all 0.2s ease-in-out 0s;
}

#ligne_rea .thumb-modern {
overflow: hidden;
width: 100%;
margin-top: -1px;
padding-bottom: 75.21%;
transform: translate3d(0, 0, 0);
display: block;
position: relative;
transition: all 0.8s ease 0s;
outline: medium none;
}

#ligne_rea .thumb-modern img{
position: absolute;
top: 50%;
left: 50%;
will-change: transform;
transform: translate3d(-50%, -50%, 0);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
max-width: none;
opacity: 1;
border: 0 none;
vertical-align: middle;
}

.thumb-modern__overlay{
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(0, 0, 0, 0.65);
opacity: 0;
transition: all .4s ease-out;
will-change: opacity, transform;
}

.thumb-modern__overlay a{
display:flex;
width:100%;
height:100%;
justify-content: center;
align-items: center;
text-decoration:none;
}

.thumb-modern__overlay a:before{
position: relative;
display: block;
content: '\e86f';
font-family: 'Linearicons';
font-size: 60px;
color: #fff;
transform: scale(0);
will-change: transform;
transition: all .4s ease-out;
}

#ligne_rea .item_rea:hover .thumb-modern__overlay{
opacity: 1;
}

#ligne_rea .item_rea:hover .thumb-modern__overlay a:before{
transform: scale(1);
}

/****************
* IL NOUS FONT CONFIANCE *
*************************/
.confiance{
background:#cccccc;
}

/**************
* BLOC RAPPEL *
**************/
.rappel_block{
width: 419px;
position: fixed;
right: -364px;
top: 25%;
z-index: 1000;
}
.rappel_btn{
display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-right: -3px;
    background: #000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    position: relative;
    top: 18px;
    right: -3px;
}
.rappel_icon{
position: relative;
width: 45px;
height: 45px;
display: block;
text-align: center;
}
.rappel_icon:before{
content: "\f095";
font-family: Awesome;
font-style: normal;
font-weight: normal;
color: #ffffff;
font-size: 38px;
line-height: 48px;
}
.rappel_form{
position: relative;
right: 0;
width: 362px;
display: inline-block;
background: #fff;
padding: 15px;
border: 4px solid #000000;
}

.rappel_form h3 {
    font-size: 18px;
    font-weight: 300;
}

.rappel_form .formbuilderform .submit input{
margin-bottom:0;
margin-top:11px;
padding: 5px 10px;
font-size: 14px;
background: #000000;
border-color: #000000;
margin-right: 7%;
}

/************
* COMPTEURS *
************/
.row_compteur{
background:#cccccc;
}
.row_compteur_raynata{
background:#1baf90;
}

.compteur{
color:#000000;
text-transform:uppercase;
font-weight:bold;
display:flex;
justify-content:center;
}
.compteur_align{
margin-top:45px;
margin-bottom:45px;
width:200px;
height:200px;
border-radius:50%;
border:2px solid #000000;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.row_compteur_raynata .compteur{
color:#ffffff;
}
.row_compteur_raynata .compteur_align{
border:2px solid #ffffff;
}
.compteur_pre_txt,
.compteur_post_txt{
display:block;
font-size:15px;
font-weight:600;
}
.compteur_post_txt_inline{
font-size:50px;
font-weight:bold;
margin-left:10px;
}
.timer{
font-size:55px;
}

#bloccompteur{
z-index:100;
text-align:center;
/*margin-bottom:50px;
margin-top:50px;*/
background-color:#AC8CC0;
padding:30px 0;
height:200px;
}

/*******
* TEAM *
*******/
.NewsTeam{
    display: inline-block;
    width: 24%;
text-align:center;
margin-bottom:20px;
}

.NewsTeamField{
    text-align: center;
    width: 100%;
}

.NewsTeamField span{
display:block;
width:75%;
margin:auto;
position:relative;
}

.NewsTeamField span.block_img img{
    border-radius: 50%;
    width: 100%;
}

.NewsTeamField span.block_img .icon{
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
background:rgba(0,0,0,0.6);
border-radius:50%;
z-index:2;
width:100%;
height:99%;
line-height: initial;
font-size: 14px;
font-family: Ubuntu;
}

.NewsTeamField span.block_img .icon:before {
    display: block;
    height: 26px;
    left: 50%;
    margin: -13px 0 0 -13px;
    position: absolute;
    top: 50%;
    width: 25px;
/*content: "\f00e";*/
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 30px;
transition: all 0.8s ease 0s;
margin-right:10px;
}
.NewsTeamField span.block_img .icon:before {

    display: block;
    height: 50px;
    margin: -11.5px 0 0 -24.5px;
    overflow: hidden;
    width: 50px;
}

.NewsTeamField span.block_img:hover .icon{
visibility:visible;
opacity:1;
}

.NewsTeamLink{
margin:15px 0 25px 0;
}

.NewsTeamLink h3{
color:#000;
text-decoration:none;
font-size:14px;
font-weight:normal;
}

.NewsTeamLink a:hover{
color:#000000;
transition: all 0.8s ease 0s;
}

.NewsTeamContent{
/*padding:0 18%;*/
color:#ffffff;
top:36%;
width:100% !important;
}

/**************
* Compétences *
**************/
.competence_list{
margin:0;
list-style:none;
}
.competence_ligne{
margin-bottom:25px;
}
.competence_circle{
width:80px;
height:80px;
border-radius:50%;
display:inline-block;
vertical-align:top;
background:#cbaddd;
text-align:center;
line-height:108px;
margin-right:20px;
border:1px solid #ffffff;
font-size:30px;
font-weight:bold;
color:#ffffff;
line-height:80px;
}
.competence_field{

}
.competence_field img{
width:50%;
height:auto;
}
.competence_txt{
display:inline-block;
vertical-align:top;
width:80%;
text-align:left;
}
.competence_title{
font-size:20px;
font-weight:bold;
color:#ffffff;
}
.competence_content{
color:#ffffff;
}

/************** PAGE REALISATION *************/
.grid_rea{

}

.grid_rea-sizer, .grid_rea-item { 
/*width: 30%;*/
}

.grid_rea_item_width2{
width: 60%;
}

.grid_rea_item_height2{
height:500px;
}

.NewsReaSummary{
height:300px;
position: relative;
background-color:#252525;
}

.NewsReaSummaryBackground{
        background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
transition: opacity 0.5s ease 0s;
}

.NewsReaSummaryLinkExtra{
    background-position: center center;
    background-size: cover;
    color: #545251;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: opacity 0.5s ease 0s;
height:100%;
display:flex;
justify-content:center;
align-items:center;
}

.NewsReaSummaryLinkExtra a{
    background: transparent none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 8px;
    color: #000000;
    display: inline-block;
    padding:8px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    transition: all 0.15s ease 0s;
    overflow: hidden;
position:relative;
    transform: translate3d(0px, 0px, 0px);
font-weight:500;
}

.NewsReaSummaryLinkExtra a:nth-child(1){
margin-right:15px;
}

.NewsReaSummaryLinkExtra a:hover{
    color: #ffffff;
    transition: all 0.15s ease 0s;
}

.NewsReaSummaryLinkExtra a:after {
    background: #252525 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: -1;
    transition: all 0.15s ease 0s;
}

.NewsReaSummaryLinkExtra a:hover:after {
    border-radius: 3px;
    transform: translateY(0px);
}

.NewsReaSummaryLinkExtra a:before {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
    border-radius: 5px;
}

.NewsReaSummaryLinkExtra a:hover:before {
    transform: translateY(0px);
}

.NewsReaSummaryContent{
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s ease 0s;
    font-size: 0.875em;
    position: relative;
    white-space: nowrap;
    z-index: 1;
height:100%;
    width: 100%;
    opacity: 1;
display:flex;
justify-content:center;
align-items:center;
}

.NewsReaSummaryContent img{
width:80%;
}

.NewsReaSummaryContent p{
color:#ffffff;
font-size:18px;
font-weight:normal;
}

.NewsReaSummary:hover .NewsReaSummaryLinkExtra, .NewsReaSummary:hover .NewsReaSummaryBackground{
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}

.NewsReaSummary:hover .NewsReaSummaryContent{
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

.NewsReaTemoignageSummary {
background-color: #000000;
height: 300px;
padding: 11.5px 1%;
position: relative;
}

.NewsReaTemoignageSummaryContent{
color: #fff;
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:100%;
}


/*********** Détail réalisation ************/
.ReaDetailField{
overflow:hidden;
margin-bottom:50px;
}
.ReaDetailField img{
width:100%;
}
#ReaDetailTitle{
font-size:2em;
color:#666666;
font-weight:300;
text-align:center;
margin-bottom:50px;
}
#ReaDetailExtra{
text-align:center;
margin-bottom:50px;
}
#ReaDetailExtra a{
text-decoration:none;
color:#ffffff;
display:inline-bolck;
padding:8px 8px;
font-size:16px;
text-transform:uppercase;
font-weight:500;
background-color:#000000;
border:1px solid #000000;
width:200px;
border-radius:8px;
    transition: all 0.8s ease 0s;
}

#ReaDetailExtra a:hover{
    transition: all 0.8s ease 0s;
background-color:#666666;
border:1px solid #666666;
}
#ReaDetailContent{
margin-bottom:30px;
}

.rea_social_link{
margin-bottom:20px;
text-align:center;
}

/** Liste catégories réalisation **/
.rea_list_cat{
list-style:none;
margin:0;
padding:0;
display:flex;
flex-wrap:wrap;
margin-bottom:20px;
}

.rea_list_cat li{

}
.rea_list_cat li a{

}
.rea_list_cat li span{

}

.btn_rea_cat{
background-color:#000000;
border-color:#000000;
color:#ffffff;
margin:5px 20px 5px 0;
text-transform:initial;
}

.rea_list_cat li a.select_cat_web{
background-color: rgba(0,158,224,1);
border-color: rgba(0,158,224,1);
}
.rea_list_cat li a.select_cat_signs{
background-color: rgba(98,33,129,1);
border-color:rgba(98,33,129,1);
}
.rea_list_cat li a.select_cat_design{
background-color: rgba(151,191,13,1);
border-color:rgba(151,191,13,1);
}
.rea_list_cat li a.select_cat_print{
background-color: rgba(226,0,122,1);
border-color:rgba(226,0,122,1);
}
.rea_list_cat li a.select_cat_goodies{
background-color: rgba(120,105,97,1);
border-color:rgba(120,105,97,1);
}
.rea_list_cat li a.select_cat_photo{
background-color: rgba(251,186,0,1);
border-color:rgba(251,186,0,1);
}

a.btn_rea_cat:hover{
background-color:#888888;
border-color:#888888;
color:#ffffff;
}

/****************
* ENVIRONNEMENT *
****************/
.row_environemment{
background:#cbd68c;
}

/************
* CATALOGUE *
************/
.title_catalog{
margin:0;
padding:25px 0;
}

.bloc_catalogue{
text-align:center;
border:1px solid #000000;
margin-bottom: 30px;
/*padding: 0px 15px 15px 15px;*/
}

.bloc_catalogue .image{
/*margin-top:15px;*/
}
.bloc_catalogue .image a img{
/*width:100%;
height:auto;*/
display:none;
}

.bloc_catalogue .image a .catalogue_list_img{
background-size: cover;
background-position-y: center;
background-position-x: center;
width: auto;
height: 12vw;
}

#list_product_select .list .bloc_catalogue .image a .catalogue_list_img{
height: 7vw;
}

.bloc_catalogue .titre{
margin-top:15px;
}
.bloc_catalogue .titre a{
font-size:18px;
font-weight:bold;
text-transform:uppercase;
}

.bloc_catalogue .titre .prod_title{
display:block;
/*margin-bottom:15px;*/
padding:0 10px;
}
.bloc_catalogue .titre .product_desc{
display:block;
margin-bottom:15px;
padding:0 10px;
color:#888888;
}
.bloc_catalogue .titre .read_more{
background-color:#000000;
border-color:#000000;
color:#ffffff;
margin-bottom:15px;
}
.bloc_catalogue .titre .read_more:hover{
background-color:#888888;
border-color:#000000;
color:#000000;
}

#list_categories{
margin-bottom:30px;
}

.cat_desc{
text-align:left;
}

.bloc_sub_cat{
display:inline-block;
padding:10px 15px;
background:#000000;
color:#ffffff;
font-weight:bold;
min-width:100px;
margin-right:10px;
border-radius:5px;
margin-bottom:10px;
text-align:center;
}

.bloc_sub_cat:hover{
color:#ffffff;
background:#888888;
}

#list_product_select .list{
width:100%;
flex:0 0 100%;
max-width:100%;
}

#list_product_select .list .bloc_catalogue{
min-height:7.1vw;
}

#list_product_select .list .image{
float:left;
width:25%;
margin-right:5%;
}

#list_product_select .list .titre{
float:left;
width:70%;
}

#list_product_select .list .titre .read_more{
width: 200px;
float: right;
/*margin-top: 30px;*/
margin-right:10px;
}

#presentation{
margin-top:20px;
margin-bottom:20px;
}

#media_large a{
border : none;
}

#media_thumb{
text-align:left;
}

#media_thumb a{
border : none;
}

#resume .resume{
text-align:left;
}

#description{
text-align:left;
margin-bottom:20px;
}

.header_prod_block{
border:none;
background-color:transparent;
padding-left:15px;
}

.header_prod_block h3{
text-transform:uppercase;
color:#000000;
font-size:1.25rem;
}

.long_desc{
margin-top:10px;
text-align:center;
}

.prod_doc{
display:inline-block;
color:#ffffff;
}

#document{
text-align:left;
margin-bottom:30px;
}

#document .prod_doc{
margin-top:20px;
background-color:#888888;
border-color:#888888;
color:#ffffff;
max-width:40%;
margin:25px auto;
}

.prod_next .icon, .prod_prev .icon{
color:#000000 !important;
}

.poduct_in_same_cat{
width:932px;
}

.bloc_prod_same_cat{
margin:auto;
}

.prod_same_cat{
border : 1px solid #000000 !important;
}

#presentation #resume .link_social{
margin-top:40px;
}

.prod_devis{
margin-top:25px;
text-align:center;
}

.buttonCatProd{
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 22px 40px;
transition: all 0.8s ease 0s;
font-size:16px;
-webkit-animation-name: anim_botn_devis; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-name: anim_botn_devis;
  animation-duration: 3s;
animation-iteration-count: infinite;
}

.buttonCatProd span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonCatProd span:after {
font-family: Awesome;
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonCatProd:hover span {
  padding-right: 25px;
}

.buttonCatProd:hover span:after {
  opacity: 1;
  right: 0;
}

.buttonCatProd .first_line{
font-size:40px;
line-height:1;
}

/*Pagination*/
.pagination_product{
/*float:left;
margin-left:37%;*/
margin-top:10px;
justify-content:center;
}

.pagination_product ul{
list-style:none;
padding:0;
}

.pagination_product ul li{
float:left;
margin-right: 2.5px;
margin-left: 2.5px;
}

.pagination_product ul li.pagination_prev{
margin-right:15px;
}

.pagination_product ul li.pagination_next{
margin-left:15px;
}

.pagination_product ul li span{
display:block;
cursor:pointer;
}

.pagination_product ul li span.page{
width:30px;
height:30px;
background-color:#ffffff;
border:1px solid #000000;
color:#380e3a;
text-align:center;
line-height:30px;
}

.pagination_product ul li span.current,
.pagination_product ul li span.page:hover{
background-color:#000000;
color:#ffffff;
}

.pagination_product ul li span.current{
cursor:default;
}
.pagination_product ul li span.prev,
.pagination_product ul li span.suiv{
color:#333333;
}

.pagination_product ul li span.inactive{
cursor:not-allowed;
color:#000000;
}

.icon_prev,
.icon_suiv{
color: #000000;
    display: inline-block;
    font-family: Awesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 27px;
    vertical-align: middle;
}

.pagination_product ul li span.page:hover .icon_prev,
.pagination_product ul li span.page:hover .icon_suiv{
color: #ffffff;
}

.icon_prev:before{
content:"\f053";
}

.icon_suiv:before{
content:"\f054";
}

.all_prod_same_cat .prod_same_cat .img_product_same_cat{
width:auto;
height:8vw;
background-size:cover;
background-position-x:center;
background-position-y:center;
}
.all_prod_same_cat .prod_same_cat .img_product_same_cat img{
display:none;
}

.all_prod_same_cat .prod_same_cat .title_prod_same_cat{
background:rgba(34,34,33,0.7);
color:#ffffff;
font-weight:bold;
position: absolute;
display: flex;
/*width: 4.2%;*/
bottom: 16px;
height: 0px;
text-align: center;
justify-content: center;
align-items: center;
opacity:0;
padding:0 15px;
transition: all 0.8s ease 0s;
}

.all_prod_same_cat .prod_same_cat:hover .title_prod_same_cat{
transition: all 0.4s ease 0s;
height: 50px;
opacity:1;
}

.slick-prev{
left:-38px !important;
}
.slick-next{
right:-18px;
}
.slick-prev::before, .slick-next::before{
color:#000000 !important;
font-size:32px !important;
}

.title_prod{
margin: 0 auto 20px auto;
text-transform:uppercase;
color:#000000;
}

.triangle{
width: 80px;
height: 80px;
border-bottom: solid 70px transparent;
border-right: solid 70px transparent;
border-left: solid 70px transparent;
border-top: solid 70px transparent;
position:absolute;
}
.triangle_new{
border-left-color:green;
border-top-color:green;
}
.triangle_used{
border-left-color:orange;
border-top-color:orange;
}
.triangle_refurbished{
border-left-color:orange;
border-top-color:orange;
}
.triangle_sold{
border-left-color:red;
border-top-color:red;
}
.triangle_prod_state_new{
position: absolute;
top: -40px;
left: -45px;
color: #ffffff;
text-transform: uppercase;
transform: rotate(-45deg);
font-weight: bold;
}
.triangle_prod_state_refurbished{
position: absolute;
top: -27px;
left: -80px;
color: #ffffff;
text-transform: uppercase;
transform: rotate(-45deg);
font-weight: bold;
}
.triangle_prod_state_used{
position: absolute;
top: -35px;
left: -60px;
color: #ffffff;
text-transform: uppercase;
transform: rotate(-45deg);
font-weight: bold;
}
.triangle_prod_state_sold{
position: absolute;
top: -40px;
left: -55px;
color: #ffffff;
text-transform: uppercase;
transform: rotate(-45deg);
font-weight: bold;
}
.prod_state_sold{
background:red;
font-weight:bold;
padding:15px;
color:#ffffff;
text-transform:uppercase;
text-align:center;
width:50%;
margin:auto;
font-size:20px;
}

.btn_catalogue{
background-color:#000000;
border-color:#000000;
color:#ffffff;
}
.btn_catalogue:hover{
background-color:#888888;
border-color:#888888;
color:#ffffff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #000000;
}
.tooltip-inner{
background-color:#000000;
}

/*********
* VIDÉOS *
*********/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
}

.video_list{
margin-bottom:25px;
}
.video_category{
width:100%;
margin-bottom:10px;
}
.category_name{
background-color:#cccccc;
padding:10px 0px 10px 15px;
margin-bottom:20px;
}

.video_col-3{
width:30.75%;
float:left;
padding-left:15px;
padding-right:15px;
margin-bottom:10px;
}

/**********************
* PAGE TÉLÉCHARGEMENT *
**********************/

/*** Pop up formulaire téléchargement ***/
#overlay_pop_up_telechargement{
display:none;
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
top: 0;
left: 0;
}

#pop_up_telechargement{
position: absolute;
left: 40%;
top: 30%;
background: #ffffff;
padding: 20px;
border-radius: 5px;
border: 1px solid #000000;
}

#close_pop_up_telechargement span{
position: absolute;
top: -15px;
right: -15px;
color: #ffffff;
background: #000000;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
font-size: 20px;
font-weight: bold;
border: 2px solid #ffffff;
cursor: pointer;
}
.telechargementform .submit{
text-align:center;
}
.telechargementform .submit input{
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 900;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
transition: all 0.8s ease 0s;
margin-top:20px;
}

.telechargement{
width:100%;
border:none;
border-collapse:collapse;
margin-bottom:50px;
}

.telechargement .upload_head{
background-color:#c9c9c9;
border:none;
}

.telechargement .upload_head td{
width:50%;
height:55px;
vertical-align:middle;
text-align:center;
border-top:none;
border-bottom:none;
border-left:none;
border-right:1px solid #ffffff;
font-size:18px;
text-transform:uppercase;
}

.telechargement .upload_ligne_un{
background-color:#eeeeee;
border:none;
}

.telechargement .upload_ligne_de{
background-color:#dcdcdc;
border:none;
}

.telechargement .upload_ligne_un td, .telechargement .upload_ligne_de td{
width:50%;
height:55px;
vertical-align:middle;
text-align:center;
border-top:none;
border-bottom:none;
border-left:none;
border-right:1px solid #ffffff;
}

.telechargement .upload_ligne_un td a, .telechargement .upload_ligne_de td a{
display:block;
background-color:#000000;
padding:10px 25px;
border-radius:5px;
color:#ffffff;
text-decoration:none;
width:150px;
margin:auto;
}

.formbuilderform .submit_telechargement input{
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-weight: 900;
    line-height: 30px;
    margin-right: 37%;
    padding: 0 10px;
    text-transform: uppercase;
transition: all 0.8s ease 0s;
margin-bottom:20px;
}

.sitemap{
padding-left:25px;
}

/**********
Maintenance
************/
.logo_maintenance{
margin:3% 0 5% 0;
}
.maintenance{
background-color:#000000;
color:#ffffff;
text-align:center;
font-size:25px;
}

.IN-widget{
vertical-align:top !important;
}

/**************
* Témoignages *
**************/
.temoignage{
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -30px;
    padding: 0 0 25px;
}

.temoignage_item{
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    /*margin: 0 0 0 30px;
    padding: 0;*/
    text-align: center;
    vertical-align: top;
    /*width: 370px;*/
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: hidden;
}

.temoignage_img{
    /*border-radius: 50%;*/
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 0 25px;
    vertical-align: top;
    width: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.temoignage_img a{
display:block;
}

.temoignage_img a img{
border-radius:50%;
}

.temoignage_txt{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.temoignage_txt:before{
    border: medium none;
    bottom: auto;
content: "";
    background: rgba(0, 0, 0, 0) url("https://www.easy-4you.fr/uploads/theme/images/quotes_black.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    display: block;
    position: relative;
    left: auto;
    margin: -8px 9px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    vertical-align: top;
    width: 33px;
}

.temoignage_txt:after{
   content: "";
    background: rgba(0, 0, 0, 0) url("https://www.easy-4you.fr/uploads/theme/images/quotes_black_return.png") no-repeat scroll 0 0;
    display: none;
    height: 23px;
    left: 90%;
    position: relative;
    top: -15px;
    width: 33px;
}

.temoignage_txt a{
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    z-index: 2;
    transition: all 0.8s ease 0s;
}

.temoignage_txt a:hover{
    color: #888888;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.temoignage_titre{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 17px 0 0;
    text-transform: uppercase;
    display: block;
}

/************** PAGE TEMOIGNAGES************/
.content_temoignage{
margin-top:25px;
}

.NewsSummaryTesti{
    background-color: #eeeeee;
    border: 1px solid #888888;
    margin-bottom: 30px;
    padding: 30px;
border-radius:2px;
visibility:hidden;
}

.NewsSummaryTestiField{
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: 15%;
}

.NewsSummaryTestiField img{
    width: 100%;
}

.NewsSummaryTestiGlobalContent{

    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: 80%;
}

.NewsSummaryTestiContent{
    color: #333;
margin-bottom:20px;
font-style:italic;
font-family:Georgia,"Times New Roman",Times,serif;
    background: rgba(0, 0, 0, 0) url("https://www.easy-4you.fr/uploads/theme/images/quotes.png") no-repeat scroll 0 0;
    overflow: hidden;
}

.NewsSummaryTestiTitle{
    color: #333;
margin-bottom:10px;
}

.NewsSummaryTestiTitle span{
    color: #333;
}

.NewsSummaryTestiTitle a{
    text-decoration:none;
}

.NewsSummaryTestiExtra{

}

.NewsSummaryTestiExtra a{
    color: #333;
text-decoration:none;
font-size:12px;
transition: all 0.8s ease 0s;
}

.NewsSummaryTestiExtra a:hover{
    color: #000000;
text-decoration:underline;
transition: all 0.8s ease 0s;
}

/*********Témoignage détail**********/

#NewsTemognageTitle{

}

.NewsTemognage{
    background-color: #eeeeee;
    border: 1px solid #888888;
    padding: 30px;
margin-bottom:30px;
}

.NewsTemognageField{
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: 15%;
}

.NewsTemognageField img{
width:100%
}

.NewsTemognageGlobalContent{
    display: inline-block;
width:80%;
margin-left:20px;
vertical-align:top;
}

#NewsTemognageContent{
    color: #333;
margin-bottom:20px;
font-style:italic;
font-family:Georgia,"Times New Roman",Times,serif;
    background: rgba(0, 0, 0, 0) url("https://www.easy-4you.fr/uploads/theme/images/quotes.png") no-repeat scroll 0 0;
    overflow: hidden;
}

#NewsTemognageTitleLast{
    color: #333;
margin-bottom:10px;
}

#NewsTemognageExtra{

}

#NewsTemognageExtra a{
    color: #333;
text-decoration:none;
font-size:12px;
transition: all 0.8s ease 0s;
}

#NewsTemognageExtra a:hover{
    color: #000000;
text-decoration:underline;
transition: all 0.8s ease 0s;
}

/************** FIN PAGE TEMOIGNAGES************/

/*
Agent co
*/
.agentco{
padding:10px;
margin-bottom:25px;
border:1px solid #9b9b9b;
}
.agentco_darkgrey{
background:#cccccc;
}
.agentco_lightgrey{
background:#eeeeee;
}
.agentco_hidden{
visibility:hidden;
}
.agentco_img{

}
.agentco_img a{
display:block;
}
.agentco_img a img{
width:100%;
height:auto;
}
.agentco_content{
/*margin-left:20px;*/
}
.agentco_titre{

}
.agentco_titre h3{
display:inline-block;
margin-right:25px;
vertical-align:top;
font-size: 1.2rem;
text-transform: initial;
}
.agentco_titre h3 a{
display:block;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.rss_feed_link_agentco{
    text-decoration: none;
width:3% !important;
float:right;
}

.rss_feed_link_agentco:before{
content: "\f09e";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000000;
font-size: 34px;
transition: all 0.8s ease 0s;
position:absolute;
top:0;
}

.rss_feed_link_agentco:hover:before{
color: #f7a328;
transition: all 0.8s ease 0s;
}
.agentco_txt{

}
.agentco_more{
margin-top:15px;
}
.agentco_more a{
display:block;
float:right;
padding:10px;
text-align:center;
background:#000000;
color:#ffffff;
border-radius:5px;
text-decoration:none;
font-weight:bold;
}
.agentco_more a:hover{
background:#9b9b9b;
}

.agentcoDetailField{
margin-bottom:20px;
}

.agentcoDetailField img{
width:100%;
height:auto;
}

.agentco_localisation{
margin-top:20px;
margin-bottom:20px;
}
.agentco_localisation span{
font-weight:bold;
display:block;
}
#fr-map{
margin-top:20px;
display:inline-block;
vertical-align:top;
}
.jvectormap-legend,.jvectormap-zoomin,.jvectormap-zoomout{
display:none;
}
#tag_postule{
display:inline-block;
vertical-align:top;
width:60%;
margin-left:20px;
}
#tag_cloud{

}
.agentco_tagword{
font-weight:normal !important;
display:inline-block !important;
padding:5px;
border:1px solid #dddddd;
margin-right:15px;
min-width:75px;
text-align:center;
margin-bottom:10px;
}
.postuler{
text-align:center;
margin-top:60px;
}
#postuler_offre{
background:#000000;
color:#ffffff;
border:none;
border-radius:5px;
padding:10px 15px;
font-size:20px;
font-weight:bold;
}
#agentcoDetailReturnLink a{
background:#000000;
display:block;
padding:5px;
text-align:center;
color:#ffffff;
text-decoration:none;
border-radius:5px;
max-width:200px;
margin:auto;
}

#agentcoDetailReturnLink a:hover{
background:#9b9b9b;
}

/*
Offres emploi
*/
/*
Agent co
*/
.offreemploi{
padding:10px;
margin-bottom:25px;
border:1px solid #9b9b9b;
}
.offreemploi_darkgrey{
background:#cccccc;
}
.offreemploi_lightgrey{
background:#eeeeee;
}
.offreemploi_hidden{
visibility:hidden;
}
.offreemploi_img{

}
.offreemploi_img a{
display:block;
}
.offreemploi_img a img{
width:100%;
height:auto;
}
.offreemploi_content{
/*margin-left:20px;*/
}
.offreemploi_titre{

}
.offreemploi_titre h2{
display:inline-block;
margin-right:25px;
vertical-align:top;
font-size:1.2rem;
}
.offreemploi_titre h2 a{
display:block;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.rss_feed_link_offreemploi{
    text-decoration: none;
width:3% !important;
float:right;
}

.rss_feed_link_offreemploi:before{
content: "\f09e";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000000;
font-size: 34px;
transition: all 0.8s ease 0s;
position:absolute;
top:0;
}

.rss_feed_link_offreemploi:hover:before{
color: #f7a328;
transition: all 0.8s ease 0s;
}
.offreemploi_txt{

}
.offreemploi_more{
margin-top:15px;
}
.offreemploi_more a{
display:block;
float:right;
padding:10px;
text-align:center;
background:#000000;
color:#ffffff;
border-radius:5px;
text-decoration:none;
font-weight:bold;
}
.offreemploi_more a:hover{
background:#9b9b9b;
}

.offreemploiDetailField{
margin-bottom:20px;
}

#offreemploiDetailReturnLink a{
background:#000000;
display:block;
padding:5px;
text-align:center;
color:#ffffff;
text-decoration:none;
border-radius:5px;
max-width:200px;
margin:auto;
}

#offreemploiDetailReturnLink a:hover{
background:#9b9b9b;
}

.fb_iframe_widget{
top:-4px !important;
}

.confiance_titre,.rea_titre{
color: #000000;
font: 30px/33px Ubuntu;
font-weight: 300 !important;
margin-bottom: 44px;
text-align: center;
text-transform: uppercase;
text-rendering: optimizelegibility;
}

.row_galerie_list{
background:#cccccc;
}

.btn_link{
background-color:#E31B22;
color:#ffffff;
border:1px solid #E31B22;
border-radius:5px;
width:100px;
text-decoration:none;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
transition: all 0.8s ease 0s;
padding:10px 15px;
}

.btn_link:hover{
background-color:#666666;
border:1px solid #666666;
transition: all 0.4s ease 0s;
}

/****************
LEXIQUE
****************/
.lexique_summary_cat{
text-align: left;
font-size:2.5em;
font-weight:bold;
}

.lexique_summary_bloc{
text-align: left;
border: 1px solid #948F86;
padding: 20px;
margin-bottom: 25px;
}

.lexique_summary_link{
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
display: inline-block;
text-transform:initial;
}

.lexique_summary_summary{

}

.lexique_summary_readmore,
.lexique_summary_readmore:hover{
background-color:#948F86;
border-color:#948F86;
position:relative;
left:90%;
}

.list_cat_lexique{
display: flex;
justify-content: center;
list-style: none;
margin: 0;
padding: 0
}

.cat_lexique{
padding: 10px;
}

.cat_lexique_link{
font-size: 20px;
display: inline-block;
font-weight: bold;
}

/****************************/

.box_btn_rea{
display:flex;
justify-content:center;
align-items:center;
}

.btn-rea{
background-color:#000000;
border-color:#000000;
color:#ffffff;
text-transform:uppercase;
}

.btn-rea_web:hover{
background-color:#009ee0;
border-color:#009ee0;
color:#ffffff;
}

.btn-rea_signs:hover{
background-color:#622181;
border-color:#622181;
color:#ffffff;
}

.btn-rea_design:hover{
background-color:#97bf0d;
border-color:#97bf0d;
color:#ffffff;
}

.btn-rea_print:hover{
background-color:#e2007a;
border-color:#e2007a;
color:#ffffff;
}

.btn-rea_goodies:hover{
background-color:#786961;
border-color:#786961;
color:#ffffff;
}

.btn-rea_photo:hover{
background-color:#fbba00;
border-color:#fbba00;
color:#ffffff;
}

.btn-rea_logiciel:hover{
background-color:#1baf90;
border-color:#1baf90;
color:#ffffff;
}

.row_bonne_raison{
background:#1baf90;
}

.bonne_raison_first_title,
.bonne_raison_last_title{
margin:30px 0;
color:#ffffff;
text-align:center;
}

.bonne_raison_list{
list-style:none;
margin:0;
/*width:45%;
float:left;*/
}

.bonne_raison_ligne{
margin-bottom:25px;
}
.bonne_raison_circle{
display: flex;
justify-content:center;
align-items:center;
float:left;
vertical-align: top;
font-size: 35px;
font-weight: bold;
color: #fff;
width: 60px;
height: 60px;
border: 5px solid #ffffff;
border-radius: 50%;
background:transparent;
margin-right:20px;
}
.bonne_raison_ligne:hover .bonne_raison_circle{
background:transparent;
}
.bonne_raison_txt{
display: inline-block;
width: 80%;
text-align: left;
}
.bonne_raison_title{
font-size: 18px;
font-weight: bold;
color: #ffffff;
}

.bonne_raison_content{
color: #ffffff;
}
.bonne_raison_btn{
text-align:center;
margin-bottom:30px;
}
.btn_bonne_raison{
background-color:#000000;
border-color:#000000;
color:#ffffff;
}

.btn_bonne_raison:hover{
background-color:#cccccc;
border-color:#cccccc;
color:#ffffff;
}

.RaynataModule{
    display: inline-block;
    width: 24%;
text-align:center;
margin-bottom:20px;
}

.RaynataModuleField{
    text-align: center;
    width: 100%;
}

.RaynataModuleField span{
display:block;
width:75%;
margin:auto;
position:relative;
}

.RaynataModuleField span.block_img img{
    border-radius: 50%;
    width: 100%;
}

.RaynataModuleField span.block_img .icon{
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
background:rgba(0,0,0,0.6);
border-radius:50%;
z-index:2;
width:100%;
height:99%;
line-height: initial;
font-size: 14px;
font-family: Ubuntu;
}

.RaynataModuleField span.block_img .icon:before {
    display: block;
    height: 26px;
    left: 50%;
    margin: -13px 0 0 -13px;
    position: absolute;
    top: 50%;
    width: 25px;
/*content: "\f00e";*/
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 30px;
transition: all 0.8s ease 0s;
margin-right:10px;
}
.RaynataModuleField span.block_img .icon:before {

    display: block;
    height: 50px;
    margin: -11.5px 0 0 -24.5px;
    overflow: hidden;
    width: 50px;
}

.RaynataModuleField span.block_img:hover .icon{
visibility:visible;
opacity:1;
}

.RaynataModuleLink{
margin:15px 0 25px 0;
}

.RaynataModuleLink h3{
color:#000;
text-decoration:none;
font-size:14px;
font-weight:normal;
}

.RaynataModuleLink a:hover{
color:#000000;
transition: all 0.8s ease 0s;
}

.RaynataModuleContent{
/*padding:0 18%;*/
color:#ffffff;
top:36%;
width:100% !important;
}
/* cmsms stylesheet: shake modified: 13/08/2019 15:39:27 */
/*! * * * * * * * * * * * * * * * * * * * *\  
  CSShake :: Package
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake, .shake-little, .shake-slow, .shake-hard, .shake-horizontal, .shake-vertical, .shake-rotate, .shake-opacity, .shake-crazy, .shake-chunk {
  display: inline-block;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake:hover,
.shake-trigger:hover .shake, .shake-little:hover,
.shake-trigger:hover .shake-little, .shake-slow:hover,
.shake-trigger:hover .shake-slow, .shake-hard:hover,
.shake-trigger:hover .shake-hard, .shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal, .shake-vertical:hover,
.shake-trigger:hover .shake-vertical, .shake-rotate:hover,
.shake-trigger:hover .shake-rotate, .shake-opacity:hover,
.shake-trigger:hover .shake-opacity, .shake-crazy:hover,
.shake-trigger:hover .shake-crazy, .shake-chunk:hover,
.shake-trigger:hover .shake-chunk {
  animation-play-state: running; }

@keyframes shake {
  2% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  4% {
    transform: translate(2.5px, -1.5px) rotate(-0.5deg); }
  6% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  8% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg); }
  10% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg); }
  12% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg); }
  14% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg); }
  16% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  18% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  20% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  22% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg); }
  24% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg); }
  26% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  28% {
    transform: translate(-1.5px, 1.5px) rotate(-0.5deg); }
  30% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg); }
  32% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg); }
  34% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg); }
  36% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg); }
  38% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg); }
  40% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  42% {
    transform: translate(0.5px, 0.5px) rotate(0.5deg); }
  44% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
  46% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  48% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg); }
  50% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  52% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg); }
  54% {
    transform: translate(1.5px, -1.5px) rotate(0.5deg); }
  56% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg); }
  58% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg); }
  60% {
    transform: translate(-0.5px, -0.5px) rotate(1.5deg); }
  62% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg); }
  64% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
  66% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg); }
  68% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  70% {
    transform: translate(-1.5px, -1.5px) rotate(0.5deg); }
  72% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg); }
  74% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg); }
  76% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg); }
  78% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg); }
  80% {
    transform: translate(-0.5px, 1.5px) rotate(1.5deg); }
  82% {
    transform: translate(2.5px, 2.5px) rotate(0.5deg); }
  84% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg); }
  86% {
    transform: translate(1.5px, -0.5px) rotate(1.5deg); }
  88% {
    transform: translate(2.5px, -1.5px) rotate(0.5deg); }
  90% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg); }
  92% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg); }
  94% {
    transform: translate(2.5px, 0.5px) rotate(1.5deg); }
  96% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  98% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake:hover,
.shake-trigger:hover .shake, .shake.shake-freeze, .shake.shake-constant {
  animation-name: shake;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-little {
  2% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  4% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  6% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  8% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  10% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  12% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  14% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  16% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  18% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  20% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  22% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  24% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  26% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  28% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  32% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  34% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  36% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  38% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  40% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  42% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  44% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  46% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  48% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  50% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  52% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  54% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  56% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  58% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  60% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  62% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  64% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  66% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  68% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  70% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  72% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  74% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  76% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  78% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  80% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  82% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  84% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  86% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  88% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  90% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  92% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  94% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  98% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-little:hover,
.shake-trigger:hover .shake-little, .shake-little.shake-freeze, .shake-little.shake-constant {
  animation-name: shake-little;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-slow {
  2% {
    transform: translate(4px, 4px) rotate(1.5deg); }
  4% {
    transform: translate(-5px, 10px) rotate(-1.5deg); }
  6% {
    transform: translate(7px, 2px) rotate(0.5deg); }
  8% {
    transform: translate(5px, -7px) rotate(1.5deg); }
  10% {
    transform: translate(-2px, 10px) rotate(2.5deg); }
  12% {
    transform: translate(-1px, -9px) rotate(-1.5deg); }
  14% {
    transform: translate(-1px, 5px) rotate(2.5deg); }
  16% {
    transform: translate(3px, 1px) rotate(2.5deg); }
  18% {
    transform: translate(6px, 7px) rotate(-0.5deg); }
  20% {
    transform: translate(2px, -7px) rotate(-1.5deg); }
  22% {
    transform: translate(-8px, 9px) rotate(-1.5deg); }
  24% {
    transform: translate(8px, 3px) rotate(-0.5deg); }
  26% {
    transform: translate(6px, 0px) rotate(-1.5deg); }
  28% {
    transform: translate(-2px, -3px) rotate(1.5deg); }
  30% {
    transform: translate(-5px, -9px) rotate(-1.5deg); }
  32% {
    transform: translate(-9px, -8px) rotate(-2.5deg); }
  34% {
    transform: translate(7px, 1px) rotate(-0.5deg); }
  36% {
    transform: translate(-3px, 10px) rotate(3.5deg); }
  38% {
    transform: translate(-4px, 10px) rotate(2.5deg); }
  40% {
    transform: translate(5px, 10px) rotate(-0.5deg); }
  42% {
    transform: translate(10px, -5px) rotate(0.5deg); }
  44% {
    transform: translate(2px, 7px) rotate(-0.5deg); }
  46% {
    transform: translate(6px, -5px) rotate(3.5deg); }
  48% {
    transform: translate(3px, -1px) rotate(-2.5deg); }
  50% {
    transform: translate(0px, -1px) rotate(2.5deg); }
  52% {
    transform: translate(-7px, -7px) rotate(3.5deg); }
  54% {
    transform: translate(-3px, 10px) rotate(-2.5deg); }
  56% {
    transform: translate(1px, 5px) rotate(-0.5deg); }
  58% {
    transform: translate(1px, 0px) rotate(-0.5deg); }
  60% {
    transform: translate(-9px, -1px) rotate(-0.5deg); }
  62% {
    transform: translate(2px, -3px) rotate(0.5deg); }
  64% {
    transform: translate(-5px, 8px) rotate(-2.5deg); }
  66% {
    transform: translate(-3px, 4px) rotate(2.5deg); }
  68% {
    transform: translate(5px, 9px) rotate(-2.5deg); }
  70% {
    transform: translate(-6px, 8px) rotate(1.5deg); }
  72% {
    transform: translate(-1px, 1px) rotate(2.5deg); }
  74% {
    transform: translate(2px, 6px) rotate(3.5deg); }
  76% {
    transform: translate(-5px, -7px) rotate(-1.5deg); }
  78% {
    transform: translate(-1px, -4px) rotate(-1.5deg); }
  80% {
    transform: translate(0px, 3px) rotate(2.5deg); }
  82% {
    transform: translate(4px, 10px) rotate(-2.5deg); }
  84% {
    transform: translate(1px, 8px) rotate(2.5deg); }
  86% {
    transform: translate(-9px, 5px) rotate(3.5deg); }
  88% {
    transform: translate(3px, 9px) rotate(1.5deg); }
  90% {
    transform: translate(0px, -2px) rotate(-2.5deg); }
  92% {
    transform: translate(-5px, 5px) rotate(-0.5deg); }
  94% {
    transform: translate(-6px, 0px) rotate(-0.5deg); }
  96% {
    transform: translate(5px, -6px) rotate(3.5deg); }
  98% {
    transform: translate(5px, 4px) rotate(-0.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-slow:hover,
.shake-trigger:hover .shake-slow, .shake-slow.shake-freeze, .shake-slow.shake-constant {
  animation-name: shake-slow;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-hard {
  2% {
    transform: translate(-4px, 2px) rotate(-2.5deg); }
  4% {
    transform: translate(-7px, 9px) rotate(-1.5deg); }
  6% {
    transform: translate(0px, 4px) rotate(-2.5deg); }
  8% {
    transform: translate(9px, -4px) rotate(-1.5deg); }
  10% {
    transform: translate(6px, 4px) rotate(1.5deg); }
  12% {
    transform: translate(-6px, -9px) rotate(-0.5deg); }
  14% {
    transform: translate(9px, -9px) rotate(-0.5deg); }
  16% {
    transform: translate(-2px, 2px) rotate(-2.5deg); }
  18% {
    transform: translate(8px, -2px) rotate(-1.5deg); }
  20% {
    transform: translate(-2px, -8px) rotate(1.5deg); }
  22% {
    transform: translate(3px, 8px) rotate(-2.5deg); }
  24% {
    transform: translate(2px, 10px) rotate(0.5deg); }
  26% {
    transform: translate(-3px, 8px) rotate(-0.5deg); }
  28% {
    transform: translate(10px, 0px) rotate(-1.5deg); }
  30% {
    transform: translate(7px, 5px) rotate(2.5deg); }
  32% {
    transform: translate(7px, 6px) rotate(1.5deg); }
  34% {
    transform: translate(0px, 9px) rotate(0.5deg); }
  36% {
    transform: translate(10px, -8px) rotate(0.5deg); }
  38% {
    transform: translate(-1px, 9px) rotate(3.5deg); }
  40% {
    transform: translate(-6px, 2px) rotate(2.5deg); }
  42% {
    transform: translate(-1px, -8px) rotate(-1.5deg); }
  44% {
    transform: translate(-9px, 4px) rotate(1.5deg); }
  46% {
    transform: translate(-8px, -6px) rotate(1.5deg); }
  48% {
    transform: translate(-2px, 8px) rotate(-2.5deg); }
  50% {
    transform: translate(3px, 9px) rotate(-2.5deg); }
  52% {
    transform: translate(7px, -9px) rotate(3.5deg); }
  54% {
    transform: translate(-6px, 4px) rotate(-2.5deg); }
  56% {
    transform: translate(2px, -4px) rotate(-2.5deg); }
  58% {
    transform: translate(4px, -9px) rotate(2.5deg); }
  60% {
    transform: translate(-1px, 4px) rotate(-1.5deg); }
  62% {
    transform: translate(-8px, -5px) rotate(-1.5deg); }
  64% {
    transform: translate(-5px, -6px) rotate(-2.5deg); }
  66% {
    transform: translate(9px, -7px) rotate(2.5deg); }
  68% {
    transform: translate(-6px, -3px) rotate(-0.5deg); }
  70% {
    transform: translate(6px, -8px) rotate(1.5deg); }
  72% {
    transform: translate(9px, 8px) rotate(0.5deg); }
  74% {
    transform: translate(7px, 1px) rotate(2.5deg); }
  76% {
    transform: translate(-9px, -4px) rotate(1.5deg); }
  78% {
    transform: translate(-8px, 0px) rotate(-0.5deg); }
  80% {
    transform: translate(6px, -7px) rotate(1.5deg); }
  82% {
    transform: translate(8px, -2px) rotate(2.5deg); }
  84% {
    transform: translate(4px, -5px) rotate(1.5deg); }
  86% {
    transform: translate(6px, 5px) rotate(-1.5deg); }
  88% {
    transform: translate(-2px, -2px) rotate(-1.5deg); }
  90% {
    transform: translate(-3px, 4px) rotate(-0.5deg); }
  92% {
    transform: translate(-6px, -4px) rotate(-0.5deg); }
  94% {
    transform: translate(6px, -7px) rotate(2.5deg); }
  96% {
    transform: translate(-5px, -3px) rotate(3.5deg); }
  98% {
    transform: translate(5px, 9px) rotate(-2.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-hard:hover,
.shake-trigger:hover .shake-hard, .shake-hard.shake-freeze, .shake-hard.shake-constant {
  animation-name: shake-hard;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-horizontal {
  2% {
    transform: translate(0px, 0) rotate(0); }
  4% {
    transform: translate(4px, 0) rotate(0); }
  6% {
    transform: translate(-5px, 0) rotate(0); }
  8% {
    transform: translate(8px, 0) rotate(0); }
  10% {
    transform: translate(3px, 0) rotate(0); }
  12% {
    transform: translate(4px, 0) rotate(0); }
  14% {
    transform: translate(-6px, 0) rotate(0); }
  16% {
    transform: translate(9px, 0) rotate(0); }
  18% {
    transform: translate(-6px, 0) rotate(0); }
  20% {
    transform: translate(6px, 0) rotate(0); }
  22% {
    transform: translate(9px, 0) rotate(0); }
  24% {
    transform: translate(-1px, 0) rotate(0); }
  26% {
    transform: translate(-2px, 0) rotate(0); }
  28% {
    transform: translate(3px, 0) rotate(0); }
  30% {
    transform: translate(10px, 0) rotate(0); }
  32% {
    transform: translate(3px, 0) rotate(0); }
  34% {
    transform: translate(-9px, 0) rotate(0); }
  36% {
    transform: translate(8px, 0) rotate(0); }
  38% {
    transform: translate(-2px, 0) rotate(0); }
  40% {
    transform: translate(1px, 0) rotate(0); }
  42% {
    transform: translate(-5px, 0) rotate(0); }
  44% {
    transform: translate(-4px, 0) rotate(0); }
  46% {
    transform: translate(0px, 0) rotate(0); }
  48% {
    transform: translate(3px, 0) rotate(0); }
  50% {
    transform: translate(10px, 0) rotate(0); }
  52% {
    transform: translate(7px, 0) rotate(0); }
  54% {
    transform: translate(-8px, 0) rotate(0); }
  56% {
    transform: translate(-5px, 0) rotate(0); }
  58% {
    transform: translate(-4px, 0) rotate(0); }
  60% {
    transform: translate(7px, 0) rotate(0); }
  62% {
    transform: translate(-1px, 0) rotate(0); }
  64% {
    transform: translate(9px, 0) rotate(0); }
  66% {
    transform: translate(7px, 0) rotate(0); }
  68% {
    transform: translate(4px, 0) rotate(0); }
  70% {
    transform: translate(9px, 0) rotate(0); }
  72% {
    transform: translate(1px, 0) rotate(0); }
  74% {
    transform: translate(2px, 0) rotate(0); }
  76% {
    transform: translate(-9px, 0) rotate(0); }
  78% {
    transform: translate(0px, 0) rotate(0); }
  80% {
    transform: translate(0px, 0) rotate(0); }
  82% {
    transform: translate(6px, 0) rotate(0); }
  84% {
    transform: translate(-4px, 0) rotate(0); }
  86% {
    transform: translate(10px, 0) rotate(0); }
  88% {
    transform: translate(-5px, 0) rotate(0); }
  90% {
    transform: translate(-8px, 0) rotate(0); }
  92% {
    transform: translate(0px, 0) rotate(0); }
  94% {
    transform: translate(-5px, 0) rotate(0); }
  96% {
    transform: translate(-2px, 0) rotate(0); }
  98% {
    transform: translate(8px, 0) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal, .shake-horizontal.shake-freeze, .shake-horizontal.shake-constant {
  animation-name: shake-horizontal;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-vertical {
  2% {
    transform: translate(0, -5px) rotate(0); }
  4% {
    transform: translate(0, 3px) rotate(0); }
  6% {
    transform: translate(0, 0px) rotate(0); }
  8% {
    transform: translate(0, 3px) rotate(0); }
  10% {
    transform: translate(0, -1px) rotate(0); }
  12% {
    transform: translate(0, -4px) rotate(0); }
  14% {
    transform: translate(0, -3px) rotate(0); }
  16% {
    transform: translate(0, 0px) rotate(0); }
  18% {
    transform: translate(0, 5px) rotate(0); }
  20% {
    transform: translate(0, 9px) rotate(0); }
  22% {
    transform: translate(0, 7px) rotate(0); }
  24% {
    transform: translate(0, -3px) rotate(0); }
  26% {
    transform: translate(0, 10px) rotate(0); }
  28% {
    transform: translate(0, 1px) rotate(0); }
  30% {
    transform: translate(0, 8px) rotate(0); }
  32% {
    transform: translate(0, -7px) rotate(0); }
  34% {
    transform: translate(0, 5px) rotate(0); }
  36% {
    transform: translate(0, 2px) rotate(0); }
  38% {
    transform: translate(0, -7px) rotate(0); }
  40% {
    transform: translate(0, -2px) rotate(0); }
  42% {
    transform: translate(0, 10px) rotate(0); }
  44% {
    transform: translate(0, 2px) rotate(0); }
  46% {
    transform: translate(0, 0px) rotate(0); }
  48% {
    transform: translate(0, -5px) rotate(0); }
  50% {
    transform: translate(0, 10px) rotate(0); }
  52% {
    transform: translate(0, 1px) rotate(0); }
  54% {
    transform: translate(0, -7px) rotate(0); }
  56% {
    transform: translate(0, -7px) rotate(0); }
  58% {
    transform: translate(0, -9px) rotate(0); }
  60% {
    transform: translate(0, 6px) rotate(0); }
  62% {
    transform: translate(0, 5px) rotate(0); }
  64% {
    transform: translate(0, -9px) rotate(0); }
  66% {
    transform: translate(0, 3px) rotate(0); }
  68% {
    transform: translate(0, 3px) rotate(0); }
  70% {
    transform: translate(0, -5px) rotate(0); }
  72% {
    transform: translate(0, 9px) rotate(0); }
  74% {
    transform: translate(0, 8px) rotate(0); }
  76% {
    transform: translate(0, 1px) rotate(0); }
  78% {
    transform: translate(0, 8px) rotate(0); }
  80% {
    transform: translate(0, -1px) rotate(0); }
  82% {
    transform: translate(0, -6px) rotate(0); }
  84% {
    transform: translate(0, -4px) rotate(0); }
  86% {
    transform: translate(0, 2px) rotate(0); }
  88% {
    transform: translate(0, -5px) rotate(0); }
  90% {
    transform: translate(0, 10px) rotate(0); }
  92% {
    transform: translate(0, -4px) rotate(0); }
  94% {
    transform: translate(0, -1px) rotate(0); }
  96% {
    transform: translate(0, 2px) rotate(0); }
  98% {
    transform: translate(0, 2px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-vertical:hover,
.shake-trigger:hover .shake-vertical, .shake-vertical.shake-freeze, .shake-vertical.shake-constant {
  animation-name: shake-vertical;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-rotate {
  2% {
    transform: translate(0, 0) rotate(3.5deg); }
  4% {
    transform: translate(0, 0) rotate(-1.5deg); }
  6% {
    transform: translate(0, 0) rotate(-5.5deg); }
  8% {
    transform: translate(0, 0) rotate(0.5deg); }
  10% {
    transform: translate(0, 0) rotate(4.5deg); }
  12% {
    transform: translate(0, 0) rotate(-3.5deg); }
  14% {
    transform: translate(0, 0) rotate(5.5deg); }
  16% {
    transform: translate(0, 0) rotate(5.5deg); }
  18% {
    transform: translate(0, 0) rotate(0.5deg); }
  20% {
    transform: translate(0, 0) rotate(7.5deg); }
  22% {
    transform: translate(0, 0) rotate(-4.5deg); }
  24% {
    transform: translate(0, 0) rotate(-0.5deg); }
  26% {
    transform: translate(0, 0) rotate(4.5deg); }
  28% {
    transform: translate(0, 0) rotate(2.5deg); }
  30% {
    transform: translate(0, 0) rotate(-4.5deg); }
  32% {
    transform: translate(0, 0) rotate(4.5deg); }
  34% {
    transform: translate(0, 0) rotate(3.5deg); }
  36% {
    transform: translate(0, 0) rotate(-6.5deg); }
  38% {
    transform: translate(0, 0) rotate(5.5deg); }
  40% {
    transform: translate(0, 0) rotate(-4.5deg); }
  42% {
    transform: translate(0, 0) rotate(1.5deg); }
  44% {
    transform: translate(0, 0) rotate(1.5deg); }
  46% {
    transform: translate(0, 0) rotate(-4.5deg); }
  48% {
    transform: translate(0, 0) rotate(-1.5deg); }
  50% {
    transform: translate(0, 0) rotate(-4.5deg); }
  52% {
    transform: translate(0, 0) rotate(-3.5deg); }
  54% {
    transform: translate(0, 0) rotate(-6.5deg); }
  56% {
    transform: translate(0, 0) rotate(-3.5deg); }
  58% {
    transform: translate(0, 0) rotate(2.5deg); }
  60% {
    transform: translate(0, 0) rotate(3.5deg); }
  62% {
    transform: translate(0, 0) rotate(-0.5deg); }
  64% {
    transform: translate(0, 0) rotate(2.5deg); }
  66% {
    transform: translate(0, 0) rotate(0.5deg); }
  68% {
    transform: translate(0, 0) rotate(4.5deg); }
  70% {
    transform: translate(0, 0) rotate(-6.5deg); }
  72% {
    transform: translate(0, 0) rotate(-4.5deg); }
  74% {
    transform: translate(0, 0) rotate(4.5deg); }
  76% {
    transform: translate(0, 0) rotate(7.5deg); }
  78% {
    transform: translate(0, 0) rotate(-5.5deg); }
  80% {
    transform: translate(0, 0) rotate(1.5deg); }
  82% {
    transform: translate(0, 0) rotate(-5.5deg); }
  84% {
    transform: translate(0, 0) rotate(-1.5deg); }
  86% {
    transform: translate(0, 0) rotate(0.5deg); }
  88% {
    transform: translate(0, 0) rotate(-6.5deg); }
  90% {
    transform: translate(0, 0) rotate(4.5deg); }
  92% {
    transform: translate(0, 0) rotate(-4.5deg); }
  94% {
    transform: translate(0, 0) rotate(4.5deg); }
  96% {
    transform: translate(0, 0) rotate(-1.5deg); }
  98% {
    transform: translate(0, 0) rotate(7.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-rotate:hover,
.shake-trigger:hover .shake-rotate, .shake-rotate.shake-freeze, .shake-rotate.shake-constant {
  animation-name: shake-rotate;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-opacity {
  10% {
    transform: translate(-4px, 2px) rotate(-0.5deg);
    opacity: 0.87; }
  20% {
    transform: translate(-1px, -3px) rotate(0.5deg);
    opacity: 0.01; }
  30% {
    transform: translate(-4px, -2px) rotate(1.5deg);
    opacity: 0.76; }
  40% {
    transform: translate(-1px, 1px) rotate(0.5deg);
    opacity: 0.4; }
  50% {
    transform: translate(-1px, -1px) rotate(2.5deg);
    opacity: 0.1; }
  60% {
    transform: translate(-1px, -1px) rotate(-1.5deg);
    opacity: 0.09; }
  70% {
    transform: translate(-2px, -1px) rotate(-1.5deg);
    opacity: 0.3; }
  80% {
    transform: translate(-1px, -3px) rotate(-0.5deg);
    opacity: 0.91; }
  90% {
    transform: translate(2px, 5px) rotate(-0.5deg);
    opacity: 0.76; }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-opacity:hover,
.shake-trigger:hover .shake-opacity, .shake-opacity.shake-freeze, .shake-opacity.shake-constant {
  animation-name: shake-opacity;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-crazy {
  10% {
    transform: translate(16px, 11px) rotate(5deg);
    opacity: 0.14; }
  20% {
    transform: translate(17px, -8px) rotate(8deg);
    opacity: 0.46; }
  30% {
    transform: translate(9px, 8px) rotate(5deg);
    opacity: 0.22; }
  40% {
    transform: translate(16px, 14px) rotate(1deg);
    opacity: 0.92; }
  50% {
    transform: translate(1px, 11px) rotate(4deg);
    opacity: 0.2; }
  60% {
    transform: translate(13px, -10px) rotate(-4deg);
    opacity: 0.72; }
  70% {
    transform: translate(6px, -10px) rotate(-3deg);
    opacity: 0.2; }
  80% {
    transform: translate(11px, -18px) rotate(8deg);
    opacity: 0.7; }
  90% {
    transform: translate(-10px, -18px) rotate(9deg);
    opacity: 0.34; }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-crazy:hover,
.shake-trigger:hover .shake-crazy, .shake-crazy.shake-freeze, .shake-crazy.shake-constant {
  animation-name: shake-crazy;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

@keyframes shake-chunk {
  2% {
    transform: translate(-10px, -2px) rotate(8deg); }
  4% {
    transform: translate(5px, 8px) rotate(10deg); }
  6% {
    transform: translate(6px, 6px) rotate(0deg); }
  8% {
    transform: translate(-8px, -7px) rotate(-6deg); }
  10% {
    transform: translate(10px, 8px) rotate(15deg); }
  12% {
    transform: translate(-4px, -8px) rotate(2deg); }
  14% {
    transform: translate(0px, -8px) rotate(2deg); }
  16% {
    transform: translate(10px, 8px) rotate(9deg); }
  18% {
    transform: translate(3px, 7px) rotate(15deg); }
  20% {
    transform: translate(7px, 1px) rotate(10deg); }
  22% {
    transform: translate(8px, 11px) rotate(-13deg); }
  24% {
    transform: translate(3px, 5px) rotate(12deg); }
  26% {
    transform: translate(-5px, -8px) rotate(-11deg); }
  28% {
    transform: translate(8px, 8px) rotate(3deg); }
  30% {
    transform: translate(-3px, -1px) rotate(-6deg); }
  32% {
    transform: translate(8px, 5px) rotate(14deg); }
  34% {
    transform: translate(-8px, -7px) rotate(-2deg); }
  36% {
    transform: translate(3px, 6px) rotate(-14deg); }
  38% {
    transform: translate(7px, 8px) rotate(-5deg); }
  0%, 40%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-chunk:hover,
.shake-trigger:hover .shake-chunk, .shake-chunk.shake-freeze, .shake-chunk.shake-constant {
  animation-name: shake-chunk;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }
/* cmsms stylesheet: css_contenu_avance modified: 23/07/2020 16:22:21 */
div[id^="cleanline_"]{
margin-top:25px;
margin-bottom:25px;
}
/* cmsms stylesheet: css_contenu_avance_supplement modified: 23/07/2020 16:22:21 */
/* Supplement css pour le module contenu avancé */
