/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@font-face {font-family: 'akrobatblack'; src: url('fonts/akrobat-black-webfont.woff2') format('woff2'), url('fonts/akrobat-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatbold'; src: url('fonts/akrobat-bold-webfont.woff2') format('woff2'), url('fonts/akrobat-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatextrabold'; src: url('fonts/akrobat-extrabold-webfont.woff2') format('woff2'), url('fonts/akrobat-extrabold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatextralight'; src: url('fonts/akrobat-extralight-webfont.woff2') format('woff2'), url('fonts/akrobat-extralight-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatlight'; src: url('fonts/akrobat-light-webfont.woff2') format('woff2'), url('fonts/akrobat-light-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatregular'; src: url('fonts/akrobat-regular-webfont.woff2') format('woff2'), url('fonts/akrobat-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatsemibold'; src: url('fonts/akrobat-semibold-webfont.woff2') format('woff2'),  url('fonts/akrobat-semibold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'akrobatthin'; src: url('fonts/akrobat-thin-webfont.woff2') format('woff2'), url('fonts/akrobat-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}
#wpadminbar{display: none !important;}
html, body{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
body{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
body.activepop{overflow-y: hidden;}
.besoin-template-default .solutions li i{
    float: left;
font-size: 11px;
width: 100%;
line-height: 15px;
opacity: 0.5;
}
/* HTML5 display-role reset for older browsers */
html {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
mark,
ins {
  background: #3081c0;
  text-decoration: none;
}
button, input, select, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
a:hover, a:active, a:focus, button:active, input:active, select:active, textarea:active, button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
img{
  width: 100%;
  float: left;
  height: auto;
}
p img{
    width: auto;
    max-width: 100%;
}
.the_content_post{
  width: 100%;
  float: left;
}
.single-post .article_single .the_content_post p{float: none; width: auto;}
.single-post .article_single .the_content_post h2, .single-post .article_single .the_content_post h3, .single-post .article_single .the_content_post h4, .single-post .article_single .the_content_post ul, .single-post .article_single .the_content_post ul li{float: none; width: auto; clear: both;}
.single-post .article_single .the_content_post h4{text-align: inherit;}
.single-post .article_single .the_content_post img.alignleft{float: left; margin: 15px 30px 15px 15px;}
.single-post .article_single .the_content_post img.alignright{float: right; margin: 15px 15px 15px 30px;}

/* ------------------------------ HEADER -------------------------------- */

header{
  width: 100%;
  float: left;
  position: relative;
}
#top_header{
  width: 100%;
  float: left;
  background: #162335;
  border-bottom: 1px #030A17 solid;
}
#langues{
  width: auto;
  float: right;
  position: relative;
  cursor: pointer;
}
#langues::after{
  right: 0;
  background-image: url(img/arrow_flag.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: '';
  position: absolute;
  z-index: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#langues.active::after{
  transform: rotate(0deg);
  -webkit-transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -o-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
}
#langues span{
  position: relative;
  margin: 0 auto;
  width: auto;
  float: right;
  font-family: 'akrobatlight';
  font-style: normal;
  font-weight: normal;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}
#langues span::before{
  left: 0;
  position: absolute;
  z-index: 1;
  content: '';
  background-image: url(img/en_flag.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
#langues a{
  display: none;
  cursor: pointer;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  animation: langue 0.3s ease-in-out forwards;
  -webkit-animation: langue 0.3s ease-in-out forwards;
  -moz-animation: langue 0.3s ease-in-out forwards;
  -o-animation: langue 0.3s ease-in-out forwards;
  -ms-animation: langue 0.3s ease-in-out forwards;
}
@keyframes langue{0%{-webkit-transform: translateY(-6px);transform: translateY(-6px); opacity: 0;} 100%{-webkit-transform: translateY(0);transform: translateY(0); opacity: 1;}}
@-webkit-keyframes langue{0%{-webkit-transform: translateY(-6px);transform: translateY(-6px); opacity: 0;} 100%{-webkit-transform: translateY(0);transform: translateY(0); opacity: 1;}}
#langues.active a{
  display: block;
}
#langues a{
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  position: absolute;
  z-index: 200;
  width: 100%;
  font-family: 'akrobatlight';
  font-style: normal;
  font-weight: normal;
  color: rgba(255,255,255,0.5);
  background: #162335;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#langues a::before{
  position: absolute;
  z-index: 1;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
#langues a.ensite::before{background-image: url(img/en_flag.png);}
#langues a.frsite::before{background-image: url(img/fr_flag.png);}
#langues a.nlsite::before{background-image: url(img/nl_flag.png);}
#langues a.besite::before{background-image: url(img/be_flag.png);}
#langues a:hover::before{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#langues a:hover{color: rgba(255,255,255,1);}
.menu-menu-top-header-container{
  width: auto;
  float: right;
}
ul#menu-menu-top-header{
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
}
ul#menu-menu-top-header li{
  width: auto;
  float: left;
  position: relative;
}
ul#menu-menu-top-header li#menu-item-2180{
  border-left: 1px #5A77A1 solid;
  border-right: 1px #5A77A1 solid;
}
ul#menu-menu-top-header li#menu-item-2181{
  border-right: 1px #5A77A1 solid;
}
ul#menu-menu-top-header li a{
  font-family: 'akrobatbold';
  font-weight: normal;
  font-style: normal;
  width: auto;
  float: left;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
ul#menu-menu-top-header li#menu-item-2181 a{color: #f02864; position: relative;}
ul#menu-menu-top-header li#menu-item-2180 a{color: #fff;}
ul#menu-menu-top-header li.current-menu-item a,
ul#menu-menu-top-header li a:hover{
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
}
ul#menu-menu-top-header li#menu-item-2181 a::before{
  left: 0;
  position: absolute;
  z-index: 1;
  background-image: url(img/helpmark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: #f02864;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
}
ul#menu-menu-top-header li ul.sub-menu{
  padding: 13px 0 0;
  left: -25px;
  top: 18px;
  width: calc(100% + 25px);
  z-index: 101;
  margin: 0;
  position: absolute;
}
ul#menu-menu-top-header li > ul.sub-menu{display: none;}
ul#menu-menu-top-header li:hover > ul.sub-menu{
  display: block;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  animation: submenu 0.4s ease-in-out forwards;
  -webkit-animation: submenu 0.4s ease-in-out forwards;
  -moz-animation: submenu 0.4s ease-in-out forwards;
  -o-animation: submenu 0.4s ease-in-out forwards;
  -ms-animation: submenu 0.4s ease-in-out forwards;
}
@keyframes submenu{0%{opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);} 100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}}
@-webkit-keyframes submenu{0%{opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);} 100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}}
ul#menu-menu-top-header li ul.sub-menu::before{
  width: 16px;
  height: 8px;
  left: calc(50% - 8px);
  top: 5px;
  position: absolute;
  z-index: 2;
  content: '';
  background-image: url(img/arrow_submenu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
ul#menu-menu-top-header li ul.sub-menu li{
  padding: 0 15px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #f02864;
}
ul#menu-menu-top-header li ul.sub-menu li:last-child{padding: 0 15px 10px}
ul#menu-menu-top-header li#menu-item-2181 ul.sub-menu li a{
  padding: 3px 0 0;
  margin: 3px 0 0;
  border-top: 1px #BC114A solid;
  color: #fff;
  width: 100%;
  float: left;
  font-family: 'akrobatlight';
}
ul#menu-menu-top-header li#menu-item-2181 ul.sub-menu li a:hover,
ul#menu-menu-top-header li#menu-item-2181 ul.sub-menu li.current-menu-item a{
  color: #25374c;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
ul#menu-menu-top-header li#menu-item-2181 ul.sub-menu li:first-child a{border: none;}
ul#menu-menu-top-header li ul.sub-menu li a::before{display: none;}
#phone_number_header{
  margin: 0 auto;
  width: auto;
  float: right;
  font-family: 'akrobatlight';
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
#phone_number_header span{
  padding: 0 0 0 20px;
  font-family: 'akrobatbold';
  font-style: normal;float:right;
  font-weight: normal;
  position: relative;
}
#phone_number_header span a{color:#ffffff; text-decoration: none; float:right;position: relative; width:auto;}
#phone_number_header span::before{
  width: 12px;
  height: 16px;
  left: 5px;
  top: 1px;
  background-image: url(img/phone_header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: '';
  position: absolute;
  z-index: 1;
}
#bottom_header{
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a#logo_header{
  float: left;
}
.menu-menu-principal-container{
  width: auto;
  float: right;
}
ul#menu-menu-principal{
  width: auto;
  float: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
ul#menu-menu-principal li{
  margin: 0 auto;
  width: auto;
  float: left;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#menu-menu-principal li a,
ul#menu-menu-principal li.current-page-ancestor ul.sub-menu li a{
  font-family: 'akrobatbold';
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  float: left;
  margin: 0 auto;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
  position: relative;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul#menu-menu-principal li.current-menu-item a,
ul#menu-menu-principal li a:hover,
ul#menu-menu-principal li.current-page-ancestor a,
ul#menu-menu-principal li.current-page-ancestor ul.sub-menu li a:hover,
ul#menu-menu-principal li.current-page-ancestor ul.sub-menu li.current-menu-item a{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
ul#menu-menu-principal li a::after{
  left: 50%;
  width: 0;
  bottom: 0;
  content: '';
  position: absolute;
  z-index: 2;
  height: 1px;
  background: #fff;
}
ul#menu-menu-principal li a:hover::after,
ul#menu-menu-principal li.current-menu-item a::after,
ul#menu-menu-principal li.current-page-ancestor a::after{
  animation: current 0.5s ease-in-out forwards;
  -webkit-animation: current 0.5s ease-in-out forwards;
  -moz-animation: current 0.5s ease-in-out forwards;
  -o-animation: current 0.5s ease-in-out forwards;
  -ms-animation: current 0.5s ease-in-out forwards;
}
@keyframes current{0%{left: 50%; width: 0;} 40%{left: calc(50% - 15px); width: 30px;} 100%{left: calc(50% - 10px); width: 20px;}}
@-webkit-keyframes current{0%{left: 50%; width: 0;} 40%{left: calc(50% - 15px); width: 30px;} 100%{left: calc(50% - 10px); width: 20px;}}
ul#menu-menu-principal li ul.sub-menu{
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  background-color: rgba(37,55,76,0.98);
  animation: submenu2 0.4s ease-in-out forwards;
  -webkit-animation: submenu2 0.4s ease-in-out forwards;
  -moz-animation: submenu2 0.4s ease-in-out forwards;
  -o-animation: submenu2 0.4s ease-in-out forwards;
  -ms-animation: submenu2 0.4s ease-in-out forwards;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
}
@keyframes submenu2{0%{-webkit-transform: translateY(80px);transform: translateY(80px); opacity: 0;} 100%{-webkit-transform: translateY(0);transform: translateY(0); opacity: 1;}}
@-webkit-keyframes submenu2{0%{-webkit-transform: translateY(80px);transform: translateY(80px); opacity: 0;} 100%{-webkit-transform: translateY(0);transform: translateY(0); opacity: 1;}}
ul#menu-menu-principal li > ul.sub-menu{display: none;}
ul#menu-menu-principal li:hover > ul.sub-menu{display: block;}
ul#menu-menu-principal li ul.sub-menu li{border-top: 1px #162335 solid; width: 100%;}
ul#menu-menu-principal li ul.sub-menu li a,
ul#menu-menu-principal li.current-page-ancestor ul.sub-menu li a{margin: 0 auto; padding: 0; width: 100%; text-transform: inherit; font-family: 'akrobatlight';}
ul#menu-menu-principal li ul.sub-menu li a::after{display: none;}
form#searchform{
  float: right;
}
form#searchform div{
  width: 100%;
  float: left;
  position: relative;
}
form#searchform div label{display: none;}
form#searchform div input[type="text"]{
  font-size: 14px;
  line-height: 20px;
  padding: 2px 36px 2px 10px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border: 1px #fff solid;
  width: 100%;
  float: left;
  font-family: 'akrobatlight';
  font-style: normal;
  font-weight: normal;
  color: #fff;
  background-color: rgba(255,255,255,0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
form#searchform div input[type="text"]:focus{background-color: rgba(255,255,255,0.2);}
form#searchform div input[type="submit"]{
  width: 30px;
  height: 26px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  right: 0;
  top: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  text-indent: -9999px;
  position: absolute;
  background-image: url(img/search_icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #fff;
  border: none;
  animation: searchout 0.3s steps(9) forwards;
  -webkit-animation: searchout 0.3s steps(9) forwards;
  -moz-animation: searchout 0.3s steps(9) forwards;
  -o-animation: searchout 0.3s steps(9) forwards;
  -ms-animation: searchout 0.3s steps(9) forwards;
}
@keyframes searchout{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-webkit-keyframes searchout{0%{background-position: center top;} 100%{background-position: center bottom;}}
form#searchform div input[type="submit"]:hover{
  animation: searchin 0.3s steps(9) forwards;
  -webkit-animation: searchin 0.3s steps(9) forwards;
  -moz-animation: searchin 0.3s steps(9) forwards;
  -o-animation: searchin 0.3s steps(9) forwards;
  -ms-animation: searchin 0.3s steps(9) forwards;
}
@keyframes searchin{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-webkit-keyframes searchin{0%{background-position: center bottom;} 100%{background-position: center top;}}
#headermobile{
  position: fixed;
  background-color:#25374c;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 1000;
}
a#logo_header_mobile{
  float: left;
}
#btnmenu{
  float: right;
  background-image: url(img/btnmenu.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  animation: btnout 0.4s steps(17) forwards;
  -webkit-animation: btnout 0.4s steps(17) forwards;
  -moz-animation: btnout 0.4s steps(17) forwards;
  -o-animation: btnout 0.4s steps(17) forwards;
  -ms-animation: btnout 0.4s steps(17) forwards;
}
@keyframes btnout{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-webkit-keyframes btnout{0%{background-position: center bottom;} 100%{background-position: center top;}}
#btnmenu.active{
  background-position: center top;
  animation: btnin 0.4s steps(17) forwards;
  -webkit-animation: btnin 0.4s steps(17) forwards;
  -moz-animation: btnin 0.4s steps(17) forwards;
  -o-animation: btnin 0.4s steps(17) forwards;
  -ms-animation: btnin 0.4s steps(17) forwards;
}
@keyframes btnin{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-webkit-keyframes btnin{0%{background-position: center top;} 100%{background-position: center bottom;}}
#menumobile{
  left: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: rgba(22,35,53,0.99);
}
#menumobile.active{
  animation: menuin 0.5s ease-in-out forwards;
  -webkit-animation: menuin 0.5s ease-in-out forwards;
  -moz-animation: menuin 0.5s ease-in-out forwards;
  -o-animation: menuin 0.5s ease-in-out forwards;
  -ms-animation: menuin 0.5s ease-in-out forwards;
  display: block;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
}
@keyframes menuin{0%{-webkit-transform: translateX(100%);transform: translateX(100%); opacity: 0;} 100%{-webkit-transform: translateX(0);transform: translateX(0); opacity: 1;}}
@-webkit-keyframes menuin{0%{-webkit-transform: translateX(100%);transform: translateX(100%); opacity: 0;} 100%{-webkit-transform: translateX(0);transform: translateX(0); opacity: 1;}}
#menumobile form#searchform{float: left; margin: 20px 0 0 20px;}
.menu-mobile-container{
  width: 100%;
  float: left;
}
ul#menu-mobile{
  margin: 10px auto 0;
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  animation: hidesub 0.4s ease-in-out forwards;
  -webkit-animation: hidesub 0.4s ease-in-out forwards;
  -moz-animation: hidesub 0.4s ease-in-out forwards;
  -o-animation: hidesub 0.4s ease-in-out forwards;
  -ms-animation: hidesub 0.4s ease-in-out forwards;
}
@keyframes hidesub{0%{-webkit-transform: translateX(-100%);transform: translateX(-100%);} 100%{-webkit-transform: translateX(0);transform: translateX(0);}}
@-webkit-keyframes hidesub{0%{-webkit-transform: translateX(-100%);transform: translateX(-100%);} 100%{-webkit-transform: translateX(0);transform: translateX(0);}}
ul#menu-mobile.showsub{
  animation: showsub 0.4s ease-in-out forwards;
  -webkit-animation: showsub 0.4s ease-in-out forwards;
  -moz-animation: showsub 0.4s ease-in-out forwards;
  -o-animation: showsub 0.4s ease-in-out forwards;
  -ms-animation: showsub 0.4s ease-in-out forwards;
}
@keyframes showsub{0%{-webkit-transform: translateX(0);transform: translateX(0);} 100%{-webkit-transform: translateX(-100%);transform: translateX(-100%);}}
@-webkit-keyframes showsub{0%{-webkit-transform: translateX(0);transform: translateX(0);} 100%{-webkit-transform: translateX(-100%);transform: translateX(-100%);}}
ul#menu-mobile li{
  margin: 1px auto 0;
  width: 100%;
  float: left;
}
ul#menu-mobile li a{
  font-size: 14px;
  line-height: 16px;
  padding: 8px 20px;
  width: 100%;
  color: rgba(255,255,255,0.5);
  float: left;
  font-family: 'akrobatbold';
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(44, 70, 106, 0.5);
}
ul#menu-mobile ul.sub-menu{
  top: 0;
  width: 100%;
  position: fixed;
  left: 100%;
  z-index: 2;
  padding: 0;
  display: none;
}
ul#menu-mobile ul.sub-menu li a{
  font-family: 'akrobatlight';
  color: rgba(255,255,255,0.5);
}
ul#menu-mobile ul.sub-menu li.menu-item-type-custom a{
  color: #fff;
  background-color: #f02864;
  font-family: 'akrobatbold';
}
ul#menu-mobile ul.sub-menu li#menu-item-1197.menu-item-type-custom a{
  color: rgba(255,255,255,0.5);
  background-color: rgba(44, 70, 106, 0.5);
  font-family: 'akrobatlight';
}
ul#menu-mobile li.current-menu-item a,
ul#menu-mobile li.current-menu-ancestor a,
ul#menu-mobile li.current-menu-ancestor ul.sub-menu li.current-menu-item a{
  color: #fff;
}



/* ------------------------------ PAGE -------------------------------- */
main{
  width: 100%;
  float: left;
}
section{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
section.coverpage, section.slider, .page-template-manuels section.contenupage.grey_bg, section.offres, .page-template-assistance section.contenupage{overflow: inherit;}
.grey_bg{background: #f4f5fa;}
section.coverpage{
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.covergradient{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22,35,53,0.8)), color-stop(50%, rgba(22,35,53,0)));
  background-image: linear-gradient(to bottom, rgba(22,35,53,0.8) 0%, rgba(22,35,53,0) 50%);
}
.covertitle{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  text-align: center;
}
.covertitle h1{
  width: 100%;
  float: left;
  font-family: 'akrobatextrabold';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -o-text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -ms-text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
h1{
  font-family: 'akrobatlight';
}
.covertitle h2{
  font-family: 'akrobatlight';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -o-text-shadow: 0 0 5px rgba(0,0,0,0.5);
  -ms-text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.covertitle a.button_rose{
  margin: 50px auto 0;
  float: none;
  width: auto;
  max-width: 100%;
  display: inline-block;
  color: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.center{
  margin: 0 auto;
}
.contenuresize{
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.contenuresize.conseil_pro{margin: 50px auto 0;}
.contenuresize.conseil_pro:first-child{margin: 0 auto;}
.contenuresize h5{
  border-top: 1px #c3c4c8 solid;
  width: 100%;
  font-family: 'akrobatblack';
  float: left;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #25374c;
}
.contenuresize h5:first-child{padding: 0; margin: 0 auto; border-top: none;}
.conseil_pro h2{margin: 0 auto 24px;}
.conseil_pro h6{
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto 24px;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  width: auto;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #5d1c82;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.faq{
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
ul.faq li{
  width: 100%;
  float: left;
}
ul.faq li h6{
  margin: 0 auto;
  width: 100%;
  font-family: 'akrobatsemibold';
  position: relative;
  float: left;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #5d1c82;
  background-color: rgba(255,255,255,0.5);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
ul.faq li h6:hover{color: #f02864; background-color: rgba(255,255,255,1);}
ul.faq li h6::after{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  z-index: 2;
  background-image: url(img/arrow_faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: #25374c;
  content: '';
  animation: arrowclose 0.3s ease-in-out forwards;
  -webkit-animation: arrowclose 0.3s ease-in-out forwards;
  -moz-animation: arrowclose 0.3s ease-in-out forwards;
  -o-animation: arrowclose 0.3s ease-in-out forwards;
  -ms-animation: arrowclose 0.3s ease-in-out forwards;
}
@keyframes arrowclose{0%{background-color: #25374c; -webkit-transform: rotate(90deg); transform: rotate(90deg);} 100%{background-color: #f02864; -webkit-transform: rotate(0deg); transform: rotate(0deg);}}
@-webkit-keyframes arrowclose{0%{background-color: #25374c; -webkit-transform: rotate(90deg); transform: rotate(90deg);} 100%{background-color: #f02864; -webkit-transform: rotate(0deg); transform: rotate(0deg);}}
ul.faq li h6.active::after{
  background-color: #f02864;
  animation: arrowopen 0.3s ease-in-out forwards;
  -webkit-animation: arrowopen 0.3s ease-in-out forwards;
  -moz-animation: arrowopen 0.3s ease-in-out forwards;
  -o-animation: arrowopen 0.3s ease-in-out forwards;
  -ms-animation: arrowopen 0.3s ease-in-out forwards;
}
@keyframes arrowopen{0%{background-color: #f02864; -webkit-transform: rotate(0deg); transform: rotate(0deg);} 100%{background-color: #25374c; -webkit-transform: rotate(90deg); transform: rotate(90deg);}}
@-webkit-keyframes arrowopen{0%{background-color: #f02864; -webkit-transform: rotate(0deg); transform: rotate(0deg);} 100%{background-color: #25374c; -webkit-transform: rotate(90deg); transform: rotate(90deg);}}
ul.faq li h6.active{
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  color: #f02864;
  background-color: rgba(255,255,255,1);
}
ul.faq li .reponse{
  padding: 10px 20px 0;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  display: none;
  transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-stransform: scaleY(0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  width: 100%;
  float: left;
  background-color: rgba(255,255,255,0.7);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.faq li .reponse.active{
  display: block;
  animation: slidedown 0.3s ease-in-out forwards;
  -webkit-animation: slidedown 0.3s ease-in-out forwards;
  -moz-animation: slidedown 0.3s ease-in-out forwards;
  -o-animation: slidedown 0.3s ease-in-out forwards;
  -ms-animation: slidedown 0.3s ease-in-out forwards;
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
}
@keyframes slidedown{0%{opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0);} 100%{opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}}
@-webkit-keyframes slidedown{0%{opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0);} 100%{opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}}
.archive.tax-gamme .contenuresize p{text-align: center;}
.archive.tax-gamme.term-solutions-offline .contenuresize p{text-align: left;}
ul.responsivetable{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
ul.responsivetable li{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  float: left;
  position: relative;
  background: #fff;
}
ul.responsivetable li img{
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  background: #162335;
}
ul.responsivetable li h6{
  width: 100%;
  float: left;
  font-family: 'akrobatbold';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #25374c;
  color: #fff;
}
ul.responsivetable li ul.featuretable{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
ul.responsivetable li ul.featuretable li{
  width: 100%;
  float: left;
  font-family: 'akrobatlight';
  font-weight: normal;
  font-style: normal;
  color: #25374c;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  background: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  -ms-box-shadow: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
}
ul.responsivetable li ul.featuretable li:nth-child(odd){background: #dcdde1}
ul.responsivetable li a.button_rose{
  margin: 0;
  position: absolute;
}
.slider{
  padding: 0;
  width: 100%;
  float: left;
}
.flexslider{
  width: 100%;
  float: left;
  position: relative;
}
.flex-viewport {
  width: 100%;
  margin: 0 auto;
  float: left;
}
ul.slides{
  margin: 0 auto;
  padding: 0;
}
ul.slides li{position: relative;}
ul.slides li span.button{
  position: absolute;
  z-index: 4;
  float: none;
  text-transform: uppercase;
  margin: 0 auto;
}
ul.slides li span.button a{width: 100%;}
ul.slides li .button a:hover{color: #fff;}
ol.flex-control-nav{
  display: none;
  margin: 0 auto;
  padding: 0;
}
ul.flex-direction-nav{
  left: 0;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.flex-direction-nav li{
  width: auto;
}
li.flex-nav-prev{float: left;}
li.flex-nav-next{float: right;}
ul.flex-direction-nav li a{
  float: left;
  text-indent: -9999px;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul.flex-direction-nav li a:hover{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
li.flex-nav-prev a.flex-prev{background-image: url(img/navprev.png);}
li.flex-nav-next a.flex-next{background-image: url(img/navnext.png);}
#scrollbtn{
  position: absolute;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background-image: url(img/btnscroll.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  animation: scrollout 0.3s steps(23) forwards;
  -webkit-animation: scrollout 0.3s steps(23) forwards;
  -moz-animation: scrollout 0.3s steps(23) forwards;
  -o-animation: scrollout 0.3s steps(23) forwards;
  -ms-animation: scrollout 0.3s steps(23) forwards;
}
@keyframes scrollout{0%{background-position: right center;} 100%{background-position: left center;}}
@-webkit-keyframes scrollout{0%{background-position: right center;} 100%{background-position: left center;}}
#scrollbtn:hover{
  animation: scrollin 0.3s steps(23) forwards;
  -webkit-animation: scrollin 0.3s steps(23) forwards;
  -moz-animation: scrollin 0.3s steps(23) forwards;
  -o-animation: scrollin 0.3s steps(23) forwards;
  -ms-animation: scrollin 0.3s steps(23) forwards;
}
@keyframes scrollin{0%{background-position: left center;} 100%{background-position: right center;}}
@-webkit-keyframes scrollin{0%{background-position: left center;} 100%{background-position: right center;}}
.left_text .block_txt{float: left;}
.img_bg{
  position: absolute; z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-produits .img_bg.productimg{background-color: #25374c; background-size: 100% auto;}
.video p{margin: 0 auto;}
.video iframe{
  width: 100%;
  float: left;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.video iframe .ytp-show-cards-title{display: none !important;}
.popup{
  display: none;
}
.popup.active{
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(22,35,53,0.98);
  z-index: 1200;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  animation: popin 0.4s ease-in-out forwards;
  -webkit-animation: popin 0.4s ease-in-out forwards;
  -moz-animation: popin 0.4s ease-in-out forwards;
  -ms-animation: popin 0.4s ease-in-out forwards;
  -o-animation: popin 0.4s ease-in-out forwards;
}
@keyframes popin{0%{opacity: 0;} 100%{opacity: 1;}}
@-webkit-keyframes popin{0%{opacity: 0;} 100%{opacity: 1;}}
.innerpop{
  float: left;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  animation: innerpop 0.4s ease-in-out forwards;
  -webkit-animation: innerpop 0.4s ease-in-out forwards;
  -moz-animation: innerpop 0.4s ease-in-out forwards;
  -ms-animation: innerpop 0.4s ease-in-out forwards;
  -o-animation: innerpop 0.4s ease-in-out forwards;
}
@keyframes innerpop{0%{opacity: 0; -webkit-transform: translateY(200px); transform: translateY(200px);} 100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}}
@-webkit-keyframes innerpop{0%{opacity: 0; -webkit-transform: translateY(200px); transform: translateY(200px);} 100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}}
span.fermer{
  background-image: url(img/delete.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
span.fermer:hover{background-color: #f02864;}
.innerpop h5{
  color: #25374c;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.innerpop ul{
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.innerpop ul li{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #162335;
  text-align: left;
  width: 100%;
  float: left;
  position: relative;
}
.innerpop ul li::before{
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #5d1c82;
  content: '';
}
.term-duplicopieurs .block_txt ul li::before{display: none;}
.term-duplicopieurs .block_txt ul li .reponse ul li::before{display: block;}
h2, h1{
  margin: 0 auto 10px;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #162335;
  text-align: left;
  width: 100%;
  float: left;
}
.last_news h2, .confiance h2, .dates h2, #search_page h2{text-align: center;}
h3, .h3-like{
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  color: #5d1c82;
  text-align: left;
  width: 100%;
  float: left;
}
h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #5d1c82;
  text-align: center;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.page-id-23 h4{text-align: left;}
p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #162335;
  text-align: left;
  width: 100%;
  float: left;
}
p .aligncenter{text-align: center;}
.text_center p{text-align: center;}
strong{font-weight: 800;}
p a{
  color: #f02864;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
p a:hover{color: #162335;}
.page-id-23 .contenupage ul{
  width: 100%;
  float: left;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.page-id-23 .contenupage ul li{
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #162335;
  text-align: left;
  width: 100%;
  float: left;
  position: relative;
}
.page-id-23 .contenupage ul li::before{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #f02864;
  content: '';
  position: absolute;
  z-index: 2;
}
.button, .button_violet, .button_rose{
  width: auto;
  float: left;
}
.contenupage p .button{float: none; display: inline-block;}
.four_blocks .MultiCarousel{
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
}
.MultiCarousel ul.dates_list{
  transition: 1s ease all;
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  -o-transition: 1s ease all;
  -ms-transition: 1s ease all;
  float: left;
}
.MultiCarousel ul.dates_list li.date_item{
  float: left;
}
.MultiCarousel button.btn.btn-primary{
  border: 0;
  text-align: center;
  position: absolute;
  background: #f02864;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.MultiCarousel .leftLst{left:0;}
.MultiCarousel .rightLst{right:0;}
.MultiCarousel button.btn.btn-primary img{
  display: inline-block;
  vertical-align: middle;
  height: auto;
  float: none;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over{
  pointer-events: none;
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
  -ms-opacity: 0.3;
}
#search_page ul{
  padding: 0;
  width: 100%;
  float: left;
}
#search_page ul li{
  width: 100%;
  float: left;
}
#search_page ul li a{
  width: 100%;
  float: left;
  position: relative;
  font-family: 'akrobatbold';
  font-weight: normal;
  font-style: normal;
  color: #25374c;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
#search_page ul li a:hover{
  color: #f02864;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
}
#search_page ul li a > #btnmore{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 2px #f02864 solid;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  position: absolute;
  z-index: 2;
  background: #f02864;
  text-align: center;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#search_page ul li a:hover > #btnmore{color: #f02864; background: #fff;}
.block_txt ul, .bloc_in_image ul{
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.block_txt ul li, .bloc_in_image ul li{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #162335;
  text-align: left;
  width: 100%;
  float: left;
  position: relative;
}
.block_txt ul li::before, .bloc_in_image ul li::before{
  position: absolute;
  z-index: 2;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #5d1c82;
  background-image: url(img/bulletpoint.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.button a, .button_violet, .button_rose, ul.gammes_list_cover li a{
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: auto;
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.button a, .button_rose{
  border: 2px #f02864 solid;
  background: #f02864;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.button_violet{
  border: 2px #5d1c82 solid;
  background: #5d1c82;
}
.button a:hover, .button_rose:hover{color: #f02864; background: none;}
ul#home_icons{
  width: 100%;
  float: left;
  padding: 0;
}
ul#home_icons li{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#home_icons li::before{display: none;}
ul#home_icons li img{
  border: 4px #5d1c82 solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#home_icons li span{
  width: 100%;
  float: left;
  color: #162335;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
}
ul.news, ul.guide, ul.manuels, ul.presses, ul.gammes_list, ul.product_list, ul.offres_list{
  margin: 0;
  width: 100%;
  float: left;
}
.formulaire .gform_ajax_spinner{
  width: 40px;
  margin: 20px calc(50% - 20px) 0;
  float: left;
}
.formulaire .gform_ajax_spinner img{width: 100%; float: left; height: auto;}
.page-template-contact .formulaire .gform_wrapper{margin: 0 auto;}
.page-template-contact section.map{display: block; padding: 0;}
section.map .acf-map{margin: 0; border: none;}
ul.news{padding: 0;}
ul.guide, ul.manuels{padding: 0;}
ul.presses{padding: 0;}
ul.gammes_list{padding: 0;}
ul.offres_list{padding: 0;}
ul.product_list{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.news li, ul.presses li, ul.gammes_list li, ul.product_list li, ul.offres_list li{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.news li a, ul.presses li a, ul.gammes_list li a, ul.product_list li a, ul.offres_list li a{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul.offres_list li a{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.news li a:hover, ul.presses li a:hover, ul.gammes_list li a:hover, ul.product_list li a:hover, ul.offres_list li a:hover{
  box-shadow: 0 20px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
}
ul.gammes_list li img, ul.product_list li img{background-color: #25374c;}
ul.news li h5, ul.guide li a h5, ul.videos li h5, ul.manuels li a h5, ul.presses li a h5, ul#besoins li a h5, ul.solutions_list li h5, ul.gammes_list li h5, ul.labels_list li h5,
ul.product_list li h5, ul.offres_list li a h5{
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
ul.news li a > h5, ul.guide li a h5, ul.videos li h5, ul.manuels li a h5, ul.presses li a h5, ul#besoins li a h5, ul.solutions_list li h5, ul.gammes_list li a > h5, ul.labels_list li h5,
ul.product_list li a > h5, ul.offres_list li a > h5{
  color: #25374c;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul.news li a:hover > h5, ul.guide li a:hover h5, ul.manuels li a:hover h5, ul.presses li a:hover h5, ul#besoins li a:hover h5, ul.gammes_list li a:hover > h5,
ul.product_list li a:hover > h5, ul.offres_list li a:hover > h5{color: #f02864;}
ul.news li p, ul.presses li p, ul.gammes_list li p, ul.product_list li p, ul.offres_list li p{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.news li span, ul.presses li span, ul.gammes_list li span, ul.product_list li span{
  margin: 0;
  position: absolute;
  z-index: 2;
  float: none;
}
ul.news li a h6{
  width: auto;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0;
  margin: 0;
  color: #fff;
  max-width: 100%;
  background: #5d1c82;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.presses li .date_dossier{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  width: auto;
  float: left;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background: #5d1c82;
  text-decoration: none;
}
#sliderconfiance, #slideraccessoires{
  width: 100%;
  float: left;
}
.carousel{
  width: 100%;
  float: left;
}
a.carousel-control{
  position: absolute;
  z-index: 3;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
a.carousel-control:hover{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
.carousel-inner{
  float: left;
  position: relative;
  overflow: hidden;
}
.carousel-inner .item{
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  display: none;
}
#sliderconfiance .carousel-inner .item img{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item{
  float: left;
  position: relative;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item img{
  background-color: #25374c;
  cursor: pointer;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item .texte_accessoiries{
  width: 100%;
  cursor: pointer;
  float: left;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item h5{
  color: #25374c;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item .content_accessories{
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto 20px;
  width: 100%;
  float: left;
  color: #25374c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item .content_accessories ul{
  margin: 10px auto;
  padding: 0 0 0 26px;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item .content_accessories ul li{position: relative;}
#slideraccessoires .carousel-inner .item .accessoire_list_item .content_accessories ul li::before{
  width: 6px;
  height: 6px;
  left: -10px;
  top: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  background: #5d1c82;
  content: '';
  z-index: 2;
}
#slideraccessoires .carousel-inner .item .accessoire_list_item .button_rose{
  float: none;
  position: absolute;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.carousel-inner .item.active{
  left: 0;
  display: block;
  z-index: 2;
}
.carousel-inner .item.active.left, .carousel-inner .item.active.right, .carousel-inner .item.next.left, .carousel-inner .item.prev.right{
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}
@keyframes leftout1{0%{left: 0;} 100%{left: -20%;}}
@-webkit-keyframes leftout1{0%{left: 0;} 100%{left: -20%;}}
@keyframes rightout1{0%{left: 0;} 100%{left: 20%;}}
@-webkit-keyframes rightout1{0%{left: 0;} 100%{left: 20%;}}
@keyframes leftin1{0%{left: -20%;} 100%{left: 0;}}
@-webkit-keyframes leftin1{0%{left: -20%;} 100%{left: 0;}}
@keyframes rightin1{0%{left: 20%;} 100%{left: 0;}}
@-webkit-keyframes rightin1{0%{left: 20%;} 100%{left: 0;}}
@keyframes leftout2{0%{left: 0;} 100%{left: -25%;}}
@-webkit-keyframes leftout2{0%{left: 0;} 100%{left: -25%;}}
@keyframes rightout2{0%{left: 0;} 100%{left: 25%;}}
@-webkit-keyframes rightout2{0%{left: 0;} 100%{left: 25%;}}
@keyframes leftin2{0%{left: -25%;} 100%{left: 0;}}
@-webkit-keyframes leftin2{0%{left: -25%;} 100%{left: 0;}}
@keyframes rightin2{0%{left: 25%;} 100%{left: 0;}}
@-webkit-keyframes rightin2{0%{left: 25%;} 100%{left: 0;}}
@keyframes leftout3{0%{left: 0;} 100%{left: -33.3334%;}}
@-webkit-keyframes leftout3{0%{left: 0;} 100%{left: -33.3334%;}}
@keyframes rightout3{0%{left: 0;} 100%{left: 33.3334%;}}
@-webkit-keyframes rightout3{0%{left: 0;} 100%{left: 33.3334%;}}
@keyframes leftin3{0%{left: -33.3334%;} 100%{left: 0;}}
@-webkit-keyframes leftin3{0%{left: -33.3334%;} 100%{left: 0;}}
@keyframes rightin3{0%{left: 33.3334%;} 100%{left: 0;}}
@-webkit-keyframes rightin3{0%{left: 33.3334%;} 100%{left: 0;}}
@keyframes leftout4{0%{left: 0;} 100%{left: -50%;}}
@-webkit-keyframes leftout4{0%{left: 0;} 100%{left: -50%;}}
@keyframes rightout4{0%{left: 0;} 100%{left: 50%;}}
@-webkit-keyframes rightout4{0%{left: 0;} 100%{left: 50%;}}
@keyframes leftin4{0%{left: -50%;} 100%{left: 0;}}
@-webkit-keyframes leftin4{0%{left: -50%;} 100%{left: 0;}}
@keyframes rightin4{0%{left: 50%;} 100%{left: 0;}}
@-webkit-keyframes rightin4{0%{left: 50%;} 100%{left: 0;}}

@keyframes leftoutaccess1{0%{left: 0;} 100%{left: -25%;}}
@-webkit-keyframes leftoutaccess1{0%{left: 0;} 100%{left: -25%;}}
@keyframes rightoutaccess1{0%{left: 0;} 100%{left: 25%;}}
@-webkit-keyframes rightoutaccess1{0%{left: 0;} 100%{left: 25%;}}
@keyframes leftinaccess1{0%{left: -25%;} 100%{left: 0;}}
@-webkit-keyframes leftinaccess1{0%{left: -25%;} 100%{left: 0;}}
@keyframes rightinaccess1{0%{left: 25%;} 100%{left: 0;}}
@-webkit-keyframes rightinaccess1{0%{left: 25%;} 100%{left: 0;}}
@keyframes leftoutaccess2{0%{left: 0;} 100%{left: -33.3334%;}}
@-webkit-keyframes leftoutaccess2{0%{left: 0;} 100%{left: -33.3334%;}}
@keyframes rightouaccess2{0%{left: 0;} 100%{left: 33.3334%;}}
@-webkit-keyframes rightouaccess2{0%{left: 0;} 100%{left: 33.3334%;}}
@keyframes leftinaccess2{0%{left: -33.3334%;} 100%{left: 0;}}
@-webkit-keyframes leftinaccess2{0%{left: -33.3334%;} 100%{left: 0;}}
@keyframes rightinaccess2{0%{left: 33.3334%;} 100%{left: 0;}}
@-webkit-keyframes rightinaccess2{0%{left: 33.3334%;} 100%{left: 0;}}
@keyframes leftoutaccess3{0%{left: 0;} 100%{left: -50%;}}
@-webkit-keyframes leftoutaccess3{0%{left: 0;} 100%{left: -50%;}}
@keyframes rightouaccess3{0%{left: 0;} 100%{left: 50%;}}
@-webkit-keyframes rightouaccess3{0%{left: 0;} 100%{left: 50%;}}
@keyframes leftinaccess3{0%{left: -50%;} 100%{left: 0;}}
@-webkit-keyframes leftinaccess3{0%{left: -50%;} 100%{left: 0;}}
@keyframes rightinaccess3{0%{left: 50%;} 100%{left: 0;}}
@-webkit-keyframes rightinaccess3{0%{left: 50%;} 100%{left: 0;}}
@keyframes leftoutaccess4{0%{left: 0;} 100%{left: -100%;}}
@-webkit-keyframes leftoutaccess4{0%{left: 0;} 100%{left: -100%;}}
@keyframes rightouaccess4{0%{left: 0;} 100%{left: 100%;}}
@-webkit-keyframes rightouaccess4{0%{left: 0;} 100%{left: 100%;}}
@keyframes leftinaccess4{0%{left: -100%;} 100%{left: 0;}}
@-webkit-keyframes leftinaccess4{0%{left: -100%;} 100%{left: 0;}}
@keyframes rightinaccess4{0%{left: 100%;} 100%{left: 0;}}
@-webkit-keyframes rightinaccess4{0%{left: 100%;} 100%{left: 0;}}
.assistance h2, .assistance p, .formulaire h2, .formulaire p{text-align: center;}
ul.guide, ul.manuels{text-align: center;}
ul.guide li, ul.manuels li{
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.guide li a, ul.manuels li a{
  width: 100%;
  float: left;
}
ul.guide li a img, ul.manuels li a img{background-color: #25374c;}
ul.guide li a > img, ul.manuels li a > img{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul.guide li a:hover > img, ul.manuels li a:hover > img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
ul.guide li a h5{
  padding: 0;
  text-align: left;
}
ul.videos{
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.videos li{
  display: inline-block;
}
.video_assitance{
  width: 100%;
  float: left;
}
.video_assitance p{margin: 0 auto;}
.video_assitance p iframe{
  width: 100%;
  float: left;
}
ul.videos li h5{
  padding: 0;
  text-align: left;
}
.lesmanuels{
  width: 100%;
  float: left;
  display: none;
}
.lesmanuels.active{display: block;}
.lesmanuels ul.manuels li{
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
}
.lesmanuels.active ul.manuels li{
  animation: manuelappear 0.6s ease-in-out forwards;
  -webkit-animation: manuelappear 0.6s ease-in-out forwards;
  -moz-animation: manuelappear 0.6s ease-in-out forwards;
  -o-animation: manuelappear 0.6s ease-in-out forwards;
  -ms-animation: manuelappear 0.6s ease-in-out forwards;
}
@keyframes manuelappear{0%{-webkit-transform: translateX(400px);transform: translateX(400px); opacity: 0;} 100%{-webkit-transform: translateX(0);transform: translateX(0); opacity: 1;}}
@-webkit-keyframes manuelappear{0%{-webkit-transform: translateX(400px);transform: translateX(400px); opacity: 0;} 100%{-webkit-transform: translateX(0);transform: translateX(0); opacity: 1;}}
.lesmanuels.active ul.manuels li:nth-child(4n+2){
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
}
.lesmanuels.active ul.manuels li:nth-child(4n+3){
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
}
.lesmanuels.active ul.manuels li:nth-child(4n+4){
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
}
ul.manuels li a h5{
  padding: 0;
  text-align: left;
}
.button_manuels{
  /*position: absolute;*/
  margin-top: -50px;
  z-index: 2;
  text-align: center;
}
.button_manuels span{
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: auto;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #25374c;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
  cursor: pointer;
}
.button_manuels span:hover,
.button_manuels span.active{
  background: #f02864;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.button_manuels span label{color: #fff; cursor: pointer;}

.formulaire .gform_confirmation_wrapper{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  background: #fff;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.formulaire .gform_confirmation_message{
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto;
  color: #25374c;
  text-align: center;
  font-family: 'akrobatbold';
  font-weight: normal;
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper{
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper form{
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper .gform_body{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  background: #fff;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.formulaire .gform_wrapper ul.gform_fields{
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper ul.gform_fields li.gfield{
  float: left;
  clear: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.formulaire .gform_wrapper ul.gform_fields li.gfield.full{width: 100%;}
.formulaire .gform_wrapper .top_label .gfield_label{
  padding: 0;
  text-transform: uppercase;
  color: #25374c;
  width: 100%;
  float: left;
  display: block;
  clear: none;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
}
.page-template-offres .formulaire .gform_wrapper .top_label .protect_data .gfield_label,
.single-offre .formulaire .gform_wrapper .top_label .protect_data .gfield_label{display: none;}
.formulaire .gform_wrapper .gfield_required{color: #f02864;}
body .formulaire .gform_wrapper .top_label div.ginput_container{
  margin: 0 auto !important;
  width: 100%;
  float: left;
}
body .formulaire .gform_wrapper .top_label .uploadfile  div.ginput_container{
  width: auto;
}
.formulaire .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .formulaire .gform_wrapper .top_label select.large,
.formulaire .gform_wrapper .top_label textarea.large{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: #dcdee6;
  border: none;
  margin: 0;
  color: #25374c;
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.formulaire .gform_wrapper .top_label select.large{
  background-image: url(img/arrow_select.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.formulaire .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .formulaire .gform_wrapper .top_label select.large:focus,
.formulaire .gform_wrapper .top_label textarea.large:focus{background-color: #cfd1d7;}
.formulaire .gform_wrapper .top_label li ul.gfield_checkbox, .formulaire .gform_wrapper .top_label li ul.gfield_radio{
  width: 100%;
  float: left;
  margin: 0 auto;
}
.formulaire li.gfield .gform_delete{width: 14px; float: none; display: inline-block;}
.formulaire .gform_wrapper .gfield_description{padding: 0; margin: 0 auto 10px;}
.formulaire .gform_wrapper ul.gfield_checkbox li{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.formulaire .gform_wrapper .protect_data ul.gfield_checkbox li{
  padding: 0 !important;
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper ul.gfield_radio li{
  width: auto;
  padding: 0 20px 0 0 !important;
  margin: 0 auto !important;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.formulaire .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .formulaire .gform_wrapper ul.gfield_radio li input[type="radio"]{display: none;}
.formulaire .gform_wrapper ul.gfield_checkbox li label, .formulaire .gform_wrapper ul.gfield_radio li label{
  margin: 0 auto 10px;
  position: relative;
  width: 100%;
  max-width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  color: #25374c;
}
.formulaire .gform_wrapper ul.gfield_checkbox li label::before, .formulaire .gform_wrapper ul.gfield_radio li label::before{
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  z-index: 2;
}
.formulaire .gform_wrapper ul.gfield_radio li label::before{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.formulaire .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label::before, .formulaire .gform_wrapper ul.gfield_radio li input[type="radio"] + label::before{
  background: #dcdee6;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.formulaire .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label::before, .formulaire .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label::before{background: #f02864;}
.formulaire .gform_wrapper ul.gfield_checkbox li label a{
  color: #f02864;
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.formulaire .gform_wrapper ul.gfield_checkbox li label a:hover{color: #25374c;}
.formulaire .gform_wrapper .gform_footer{
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
  clear: none;
}
body .formulaire .gform_wrapper .top_label div.ginput_container.ginput_container_fileupload .gform_fileupload_multifile{
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper .gform_fileupload_multifile .gform_drop_area{
  width: auto;
  float: left;
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.formulaire .gform_wrapper span.gform_drop_instructions, .formulaire .moxie-shim, .formulaire .gform_wrapper .uploadfile .validation_message{display: none !important;}
.formulaire .gform_wrapper .uploadfile .ginput_preview{
  margin: 0 0 0 10px;
  width: auto;
  float: left;
}
.formulaire .gform_wrapper .uploadfile .ginput_preview img{
  height: 30px;
  width: auto;
  float: right;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #f02864;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.formulaire .gform_wrapper .uploadfile .ginput_preview img:hover{background: #25374c;}
.formulaire .gform_wrapper .uploadfile .ginput_preview strong{
  font-size: 14px;
  line-height: 14px;
  margin: 8px 10px 0 0;
  color: #25374c;
  font-family: 'akrobatlight';
  font-weight: normal;
  font-style: normal;
  width: auto;
  float: left;
}
body .formulaire .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input{
  border: 2px #f02864 solid;
  width: auto;
  float: left;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: #f02864;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
body .formulaire .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input:hover{background: none; color: #f02864;}
.formulaire .gform_wrapper .gform_footer input.button, .formulaire .gform_wrapper .gform_footer input[type="submit"]{
  border: 2px #f02864 solid;
  min-height: auto;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: inherit;
  float: none;
  display: inline-block;
  background: #f02864;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.formulaire .gform_wrapper .gform_footer input.button:hover, .formulaire .gform_wrapper .gform_footer input[type="submit"]:hover{background: none; color: #f02864;}
.formulaire .gform_wrapper div.validation_error{
  color: #fff;
  font-family: 'Akrobatsemibold';
  border: none;
  background: #f02864;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  clear: none;
  text-align: center;
}
.formulaire .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 100% !important;}
.formulaire .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{display: none;}
.formulaire .gform_wrapper li.gfield.gfield_error{background: none; border: none;}
.formulaire .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .formulaire .gform_wrapper li.gfield_error textarea{border: none;}
.formulaire .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{color: #f02864;}
.article_single ul{
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.article_single ul li{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #162335;
  text-align: left;
  width: 100%;
  float: left;
  position: relative;
}
.article_single ul li::before{
  position: absolute;
  z-index: 2;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #5d1c82;
  background-image: url(img/bulletpoint.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.social_bottom_single{
  width: 100%;
  float: left;
  border-top: 1px #C3C4C8 solid;
}
.social_bottom_single a.button_rose{margin: 0 auto;}
.social_shares{
  width: auto;
  float: right;
}
.social_shares span{
  width: auto;
  float: left;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  color: #5d1c82;
}
.social_shares .essb_links.essb_share{
  width: auto;
  float: left;
  clear: none;
}
.social_shares .essb_links.essb_share ul.essb_links_list{
  width: auto;
  float: left;
  clear: none;
}
.social_shares .essb_links.essb_share ul.essb_links_list li{
  width: auto;
  float: left;
  clear: none;
}
.social_shares .essb_links.essb_share ul.essb_links_list li::before{display: none;}
.social_shares .essb_links.essb_share ul.essb_links_list li a{
  border: 2px #f02864 solid !important;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: inherit !important;
  background-size: 100% auto;
  animation: socialout 0.5s steps(25) forwards;
  -webkit-animation: socialout 0.5s steps(25) forwards;
  -moz-animation: socialout 0.5s steps(25) forwards;
  -o-animation: socialout 0.5s steps(25) forwards;
  -ms-animation: socialout 0.5s steps(25) forwards;
}
.social_shares .essb_links.essb_share ul.essb_links_list li.essb_link_facebook a{background-image: url(img/facebook2.png);}
.social_shares .essb_links.essb_share ul.essb_links_list li.essb_link_twitter a{background-image: url(img/twitter2.png);}
.social_shares .essb_links.essb_share ul.essb_links_list li.essb_link_linkedin a{background-image: url(img/linkedin2.png);}
.social_shares .essb_links.essb_share ul.essb_links_list li.essb_link_mail a{background-image: url(img/mail2.png);}
.social_shares .essb_links.essb_share ul.essb_links_list li a:hover{
  background-position: center top;
  animation: socialin 0.5s steps(25) forwards;
  -webkit-animation: socialin 0.5s steps(25) forwards;
  -moz-animation: socialin 0.5s steps(25) forwards;
  -o-animation: socialin 0.5s steps(25) forwards;
  -ms-animation: socialin 0.5s steps(25) forwards;
}
.social_shares .essb_links.essb_share ul.essb_links_list li a span.essb_icon, .social_shares .essb_links.essb_share ul.essb_links_list li a span.essb_network_name{display: none;}
.coverpage .navpost{
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.coverpage .navpost #prevsingle{float: left;}
.coverpage .navpost #nextsingle{float: right;}
.coverpage .navpost .boxtitresinglenav a{
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  position: relative;
  background: #162335;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -o-opacity: 0.75;
  -ms-opacity: 0.75;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.coverpage .navpost #prevsingle a::before, .coverpage .navpost #nextsingle a::after{
  position: absolute;
  z-index: 2;
  content: '';
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.coverpage .navpost #prevsingle a::before{
  background-image: url(img/prevpost.png);
}
.coverpage .navpost #nextsingle a::after{
  background-image: url(img/nextpost.png);
}
.coverpage .navpost #prevsingle a{
  text-align: left;
}
.coverpage .navpost #nextsingle a{
  text-align: right;
}
.coverpage .navpost .boxtitresinglenav a:hover{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
.suggestions{
  width: 100%;
  float: left;
}
.article_single .suggestions ul li::before{display: none;}
.contenuresize .suggestions h5{border: none;}
.contenupage .contenuresize ul{list-style: initial;}
.contenupage .contenuresize ol{list-style: decimal;}
.contenupage .contenuresize ul li, .contenupage .contenuresize ol li{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #162335;
  text-align: left;
  float: none;
}
.besoins p{text-align: center;}
ul#besoins{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul#besoins li{
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#besoins li a{
  width: 100%;
  float: left;
}
ul#besoins li a > img, ul#besoins li a picture > img{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
ul#besoins li a:hover > img, ul#besoins li a:hover picture > img{
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
ul#besoins li a h5{text-align: center;}
.purple_bg{background-image: -webkit-gradient(linear, left top, right top, from(#5d1c82), to(#661f8f));background-image: linear-gradient(to right, #5d1c82, #661f8f);}
.temoignage{
  background-image: url(img/guillemet1.png), url(img/guillemet2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.temoignage_texte{
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'akrobatlight';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  float: left;
}
.temoignage_author{
  text-align: center;
  color: #fff;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  float: left;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
}
.temoignage_author span{font-family: 'akrobatblack';}
.solutions h2{text-align: center;}
ul.solutions_list{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.solutions_list li,
ul.labels_list li{
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align:top;
}
.page-template-technologie2 p iframe{float: left;}
ul.labels_list li img{
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.solutions_list li h5, ul.solutions_list li p,
ul.labels_list li h5, ul.labels_list li p{text-align: center;}
.paginationactu{
  margin: 50px auto 0;
  padding: 30px 0 0;
  border-top: 1px #c3c4c8 solid;
  width: 100%;
  float: left;
}
.wp-pagenavi{
  width: auto;
  max-width: 100%;
  float: right;
}
.wp-pagenavi span.pages{display: none;}
.wp-pagenavi a.page, .wp-pagenavi span.current,
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink{
  font-size: 15px;
  line-height: 15px;
  width: 25px;
  margin: 0 1px;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  text-decoration: none;
  text-align: center;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
}
.wp-pagenavi a.page{
  background-color: #c3c4c8;
  color: #5d1c82;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink{
  background-color: #f02864;
  color: #fff;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.wp-pagenavi span.current, .wp-pagenavi a.page:hover,
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover{background-color: #5d1c82; color: #fff;}
.chiffre_cles h2{text-align: center; color: #fff;}
.votre-besoin-template-default ul#raisons_list li:nth-child(1) span.icon_raison, .votre-besoin-template-default ul#raisons_list li:nth-child(2) span.icon_raison, .votre-besoin-template-default ul#raisons_list li:nth-child(3) span.icon_raison, .page-template-landingpage ul#raisons_list li:nth-child(1) span.icon_raison, .page-template-landingpage ul#raisons_list li:nth-child(2) span.icon_raison, .page-template-landingpage ul#raisons_list li:nth-child(3) span.icon_raison, .page-template-landingpage2 ul#raisons_list li:nth-child(1) span.icon_raison, .page-template-landingpage2 ul#raisons_list li:nth-child(2) span.icon_raison, .page-template-landingpage2 ul#raisons_list li:nth-child(3) span.icon_raison, .votre-besoin-template-default ul#raisons_list li:nth-child(1) span.icon_raison, .votre-besoin-template-default ul#raisons_list li:nth-child(2) span.icon_raison, .votre-besoin-template-default ul#raisons_list li:nth-child(3) span.icon_raison{
	width: 100%;
	margin: 0;
}
ul.dates_list{
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
ul.dates_list li{
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.dates_list li .ladate{
  width: 100%;
  float: left;
  position: relative;
}
ul.dates_list li span.annee{
  padding: 0 0 2px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  z-index: 2;
  text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -webkit-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -ms-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -o-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
ul.dates_list li span.annee::after, ul.chiffrescles li span.annee::after{
  height: 2px;
  bottom: 0;
  background: #f02864;
  content: '';
  position: absolute;
  z-index: 2;
}
ul.dates_list li p{text-align: center;}
ul.chiffrescles{
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 auto;
}
ul.chiffrescles li{
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.chiffrescles li span.annee{
  float: left;
  padding: 0 0 2px;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -webkit-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -ms-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -o-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
ul.chiffrescles li p{color: #c196ea; text-align: center;}
.labels{
  width: 100%;
  float: left;
}
.labels h3, .six_blocks.solutions h3{text-align: center;}
.labels h3{margin: 0 auto;}
ul.labels_list{
  margin: 0 auto;
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.bloc_in_image{
  background-color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.bloc_in_image h3{
  width: 100%;
  color: #25374c;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
ul.gammes_list_cover{
  position: absolute;
  z-index: 3;
  text-align: center;
  margin: 0;
  padding: 0;
}
.archive.tax-gamme .contenuresize h2{text-align: center;}
ul.gammes_list_cover li{
  width: auto;
  display: inline-block;
}
ul.gammes_list_cover li a{
  background-color: #25374c;
  color: #fff;
  border: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul.gammes_list_cover li a:hover,
.term-6 ul.gammes_list_cover li.gamme_6 a,
.term-7 ul.gammes_list_cover li.gamme_7 a,
.term-8 ul.gammes_list_cover li.gamme_8 a,
.term-9 ul.gammes_list_cover li.gamme_9 a{background-color: #f02864; color: #fff;}
.Goutte{
  width: 100%;
  float: left;
}
.Goutte h3{
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: pointer;
}
.Goutte h3::before{
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  content: '';
  background-image: url(img/goutte.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.single-besoin .Goutte h3::before,
.single-produits .Goutte h3::before,
.term-duplicopieurs .Goutte h3::before{
  background-image: url(img/goutteslide.png);
  background-position: center bottom;
  animation: goutteslideplus 0.4s steps(9) forwards;
  -webkit-animation: goutteslideplus 0.4s steps(9) forwards;
  -moz-animation: goutteslideplus 0.4s steps(9) forwards;
  -o-animation: goutteslideplus 0.4s steps(9) forwards;
  -ms-animation: goutteslideplus 0.4s steps(9) forwards;
}
@keyframes goutteslideplus{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-webkit-keyframes goutteslideplus{0%{background-position: center bottom;} 100%{background-position: center top;}}
.single-besoin .Goutte.active h3::before,
.single-produits .Goutte.active h3::before,
.single-besoin .Goutte h3:hover::before,
.single-produits .Goutte h3:hover::before,
.term-duplicopieurs .Goutte.active h3::before,
.term-duplicopieurs .Goutte h3:hover::before{
  background-position: center top;
  animation: goutteslidemoins 0.4s steps(9) forwards;
  -webkit-animation: goutteslidemoins 0.4s steps(9) forwards;
  -moz-animation: goutteslidemoins 0.4s steps(9) forwards;
  -o-animation: goutteslidemoins 0.4s steps(9) forwards;
  -ms-animation: goutteslidemoins 0.4s steps(9) forwards;
}
@keyframes goutteslidemoins{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-webkit-keyframes goutteslidemoins{0%{background-position: center top;} 100%{background-position: center bottom;}}
.single-besoin .Goutte h3,
.single-produits .Goutte h3,
.term-duplicopieurs .Goutte h3{
  color: #5d1c82;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -ms-transition: All 0.4s ease-in-out;
}
.single-besoin .Goutte h3:hover,
.single-besoin .Goutte.active h3,
.single-produits .Goutte h3:hover,
.single-produits .Goutte.active h3,
.term-duplicopieurs .Goutte.active h3,
.term-duplicopieurs .Goutte h3:hover{color: #f02864;}
.Goutte p{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.links_single_products{
  padding: 20px 0 0;
  margin: 16px auto 0;
  border-top: 1px #f4f5fa solid;
  width: 100%;
  float: left;
}
.links_single_products span.button{margin: 5px; float: left;}
span.icon{
  float: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
ul.icones_list{
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
}
ul.icones_list li{
  float: left;
}
ul.icones_list li span.icon{
  float: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
section.article_single .contenuresize img{width: auto; max-width: 100%;}
p.centerimg{text-align: center;}
section.article_single .contenuresize p.centerimg img{float: none;}
span.economie91{background-image: url(img/icon-economie91.png);}
span.ppm330{background-image: url(img/icon-330ppm.png);}
span.ppm320{background-image: url(img/icon-320ppm.png);}
span.ppm165{background-image: url(img/icon-165ppm.png);}
span.ppm160{background-image: url(img/icon-160ppm.png);}
span.ppm140{background-image: url(img/icon-140ppm.png);}
span.ppm130{background-image: url(img/icon-130ppm.png);}
span.ppm120{background-image: url(img/icon-120ppm.png);}
span.ppm100{background-image: url(img/icon-100ppm.png);}
span.ppm90{background-image: url(img/icon-90ppm.png);}
span.attestation, .certificat{background-image: url(img/icon-attestation_certificat.png);}
span.diversite, .polyvalence, .flexibilite{background-image: url(img/icon-diversite_polyvalence_flexibilite.png);}
span.ecofonctionnalite{background-image: url(img/icon-ecofonctionnalite.png);}
span.ecologique{background-image: url(img/icon-ecologique.png);}
span.economie, .rentabilite{background-image: url(img/icon-economie_rentabilite.png);}
span.efficacite, .couleur{background-image: url(img/icon-efficacite_couleur.png);}
span.emission{background-image: url(img/icon-emission.png);}
span.fiabilite{background-image: url(img/icon-fiabilite.png);}
span.formata4{background-image: url(img/icon-formata4.png);}
span.formata3{background-image: url(img/icon-formata4a3.png);}
span.productivite, span.rapidite{background-image: url(img/icon-productivite_rapidite.png);}
span.recyclage{background-image: url(img/icon-recyclage.png);}
span.resolution{background-image: url(img/icon-resolution.png);}
span.securite{background-image: url(img/icon-securite.png);}
span.simplicite, span.autonomie, span.serenite{background-image: url(img/icon-simplicite_autonomie_serenite.png);}
span.sobriete{background-image: url(img/icon-sobriete.png);}
span.brouillon{background-image: url(img/icon-brouillon.png);}
span.rectoverso{background-image: url(img/icon-rectoverso.png);}
span.papierrecycle{background-image: url(img/icon-papierrecycle.png);}
span.veille{background-image: url(img/icon-veille.png);}
span.maintenance{background-image: url(img/icon-maintenance.png);}
span.collecte{background-image: url(img/icon-collecte.png);}
span.noir{background-image: url(img/icon-noir.png);}
span.goutteseule{background-image: url(img/icon-goutte.png);}
span.click{background-image: url(img/icon-click.png);}
.accessoires_slider h2{text-align: center;}
ul.offres_list li a h5{padding: 0; margin: 0;}
ul.offres_list li a p{padding: 0;}
.chiffres h2{color: #fff; text-align: center;}
ul.chiffre_cles{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
ul.chiffre_cles li{
  height: auto;
  padding: 0 40px;
  width: 25%;
  margin: 50px auto 0;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.chiffre_cles li span{
  font-size: 90px;
  line-height: 90px;
  padding: 0 0 2px;
  margin: 0 auto 20px;
  position: relative;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -webkit-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -o-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -ms-text-shadow: 0 5px 10px rgba(0,0,0,0.3);
  position: relative;
}
ul.chiffre_cles li span::after{
  width: 50px;
  height: 2px;
  left: calc(50% - 25px);
  bottom: 0;
  position: absolute;
  z-index: 2;
  content: '';
  background-color: #f02864;
}
ul.chiffre_cles li p{text-align: center; color: #c196ea; margin: 0 auto;}
.conclusion{
  width: 100%;
  float: left;
}
.conclusion h3{
  color: #fff;
  text-align: center;
}
.table_compare h2, .table_compare h3{text-align: center;}
.compare_table{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-spacing: inherit;
  border-collapse: inherit;
}
.compare_table .compare{
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.compare_table .compare img{
  background: #25374c;
}
.compare_table .compare h4{
  margin: 0 auto;
  color: #25374c;
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.compare_table .compare ul{
  padding: 0;
  width: 100%;
  float: left;
}
.compare_table .compare ul li{
  border-top: 1px #dcdde1 solid;
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-weight: 400;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.compare_table .compare ul li p{margin: 0 auto;}
.compare_table .compare ul li::after{
  position: absolute;
  z-index: 2;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.compare_table .compare ul li.oui::after{background-image: url(img/oui.png); background-color: #5d1c82;}
.compare_table .compare ul li::after{background-image: url(img/non.png); background-color: #c3c4c8;}
.compare_table .compare ul li .textavantages{width: 100%; float: left;}
#ct-ultimate-gdpr-cookie-popup{font-family: 'akrobatregular';}
section.map{
  background-color: #f4f5fa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  display: none;
}
section.map.active{
  background-size: auto 0%;
  display: block;
  -webkit-animation: zoommap 0.6s ease-in-out forwards;
          animation: zoommap 0.6s ease-in-out forwards;
}
@-webkit-keyframes zoommap{0%{background-size: auto 0%;} 100%{background-size: auto 100%;}}
@keyframes zoommap{0%{background-size: auto 0%;} 100%{background-size: auto 100%;}}
section.mapWorld{background-image: url(img/map_internationale.jpg); display: block;}
section.mapFrance{background-image: url(img/map_france.jpg);}
section.mapEurope{background-image: url(img/map_europe.jpg);}
section.mapAfrique{background-image: url(img/map_afrique.jpg);}
section.mapMoyen-Orient{background-image: url(img/map_orient.jpg);}
section.map h2{text-align: center;}
.block_carte{
  width: 100%;
  float: left;
  position: relative;
}
.mapping{
  width: 100%;
  float: left;
  position: relative;
}
.mapping span{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  background-color: rgba(93,28,130,0.5);
  z-index: 2;
  cursor: pointer;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -ms-transition: All 0.4s ease-in-out;
}
.mapping span.active, .mapping span:hover{background-color: rgba(240,40,100,0.5);}
.mapping span::before{
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  cursor: pointer;
  background-color: #5d1c82;
  z-index: 2;
  content: '';
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -ms-transition: All 0.4s ease-in-out;
}
.mapping span:hover::before{
  transform: scale(2.6);
  -webkit-transform: scale(2.6);
  -moz-transform: scale(2.6);
  -o-transform: scale(2.6);
  -ms-transform: scale(2.6);
  background-color: #f02864;
}
.mapping span.active::before{background-color: #f02864;}
.ombre{
  background-color: rgba(255,255,255,0.7);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: absolute;
  z-index: 2;
}
ul.liste_pays{
  left: 0;
  position: absolute;
  z-index: 4;
  padding: 0;
  margin: 0;
}
ul.liste_pays li{
  font-family: 'akrobatbold';
  font-weight: normal;
  font-style: normal;
  color: #25374c;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin: 0 auto;
  cursor: pointer;
  background: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul.liste_pays li:hover,
ul.liste_pays li.active{background: #f02864; color: #fff;}
.map .button_rose{
  position: absolute;
  z-index: 4;
  margin: 0;
  cursor: pointer;
}
.ombre h3{text-transform: uppercase;}
.product_table h2{text-align: center;}
.product_table table{
  margin: 50px auto 0;
  float: left;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.product_table table tr td{
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  color: #25374c;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  border: 1px #f4f5fa solid;
  vertical-align: middle;
}
.product_table table tr:nth-child(odd) td{background: #dcdde1;}
.product_table table tr:nth-child(even) td{background: #fff;}
.product_table table tr td.firstcol{width: 18%; background: #25374c; text-align: left; color: #fff; font-family: 'akrobatbold';}
.product_table table tr:nth-child(1) td{
  padding: 5px;
  background: #162335;
  border-bottom: none;
  border-top: none;
  border-left: 1px #f4f5fa solid;
  border-right: 1px #f4f5fa solid;
}
.product_table table tr:nth-child(2) td{
  font-size: 18px;
  line-height: 18px;
  background: #25374c;
  border-top: none;
  color: #fff;
 font-family: 'akrobatbold';
}
.product_table table tr:last-child td{padding: 0; background: none;}
.product_table table tr:last-child td.firstcol{padding: 15px; background: #25374c;}
.product_table table tr:nth-child(1) td.firstcol, .product_table table tr:nth-child(2) td.firstcol{background: none;}
.product_table table tr td a.button{
  font-size: 14px;
  line-height: 16px;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  float: left;
  margin: 0;
  color: #fff;
  background: #f02864;
  border: 2px #f02864 solid;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.product_table table tr td a.button:hover{color: #f02864; background: none;}
.product_table table tr:first-child td:nth-child(2) img,
.product_table table tr:first-child td:nth-child(2),
.product_table table tr:nth-child(3) td:first-child{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
}
.product_table table tr:first-child td:last-child,
.product_table table tr:first-child td:last-child img{
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
}
.product_table table tr:last-child td:last-child a{
  border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
}
.product_table table tr:last-child td:first-child{
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
}
#absolutebox{
  position: absolute;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#absolutebox .inner-map{width: 100%; float: left;}
#absolutebox .inner-map p{text-align: left;}
#absolutebox .inner-map h2{
  text-align: left;
}
#absolutebox .inner-map h3{
  margin: 0 auto;
}
#absolutebox .inner-map h3 strong{font-family: 'akrobatblack'; font-weight: normal;}

/* ------------------------------ LANDING -------------------------------- */
section.coverlanding{padding: 0; overflow: inherit}
.img_coverlanding{
  width: 50%;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#titlelanding{
  width: 50%;
  z-index: 2;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #5A287F;
}
.titlelanding{
  /*float: right;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.titlelanding h1{
  margin: 0 auto;
  color: #EDBDF9;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  float: left;
}
/*.titlelanding h1::before{content: '#';}*/
.highlight h2{
  color: #5A287F;
  margin: 0;
  font-family: 'Hepta Slab', serif;
  font-weight: 700;
  text-transform: initial;
  width: auto;
  float: none;
}
.highlight h2 span{
  background-color: #fff;
  padding: 0;
  -webkit-box-decoration-break:clone;
  -moz-box-decoration-break:clone;
  box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
}
.introlanding h2, .introlanding p, .raisons h2, .raisons h3{
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.introlanding p{color: #5D1C81;}
.raisons{background: #F3F4F9;}
ul#raisons_list{
  margin: 0 auto;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
}
ul#raisons_list li{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#raisons_list li span.icon_raison{
  float: left;
  text-align: center;
}
.page-id-2565 ul#raisons_list li:nth-child(1) span.icon_raison, .page-id-2565 ul#raisons_list li:nth-child(2) span.icon_raison, .page-id-2565 ul#raisons_list li:nth-child(3) span.icon_raison,
.page-template-landingpage ul#raisons_list li:nth-child(1) span.icon_raison, .page-template-landingpage ul#raisons_list li:nth-child(2) span.icon_raison, .page-template-landingpage ul#raisons_list li:nth-child(3) span.icon_raison,
.page-template-landingpage2 ul#raisons_list li:nth-child(1) span.icon_raison, .page-template-landingpage2 ul#raisons_list li:nth-child(2) span.icon_raison, .page-template-landingpage2 ul#raisons_list li:nth-child(3) span.icon_raison{width: 100%; margin: 0;}
ul#raisons_list li span.icon_raison img{
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: auto;
}
ul#raisons_list li span.text_raison{
  border-top: 3px #EF2864 dotted;
  width: 100%;
  float: left;
  color: #25374C;
  font-weight: 400;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
span.btn_raison{
  width: 100%;
  float: left;
  text-align: center;
}
span.btn_raison a{
  width: auto;
  border: 2px #f02864 solid;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  background: #f02864;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.legende_raison{
  width: 100%;
  float: left;
}
.legende_raison p{font-size: 11px; margin: 0 auto; color: #888}
span.btn_raison a:hover{color: #f02864; background: none;}
.formulaire .gform_wrapper#gform_wrapper_6, .formulaire .gform_wrapper#gform_wrapper_7, .formulaire .gform_wrapper#gform_wrapper_9{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 auto;
}
.formulaire .gform_wrapper#gform_wrapper_6 h3.gform_title{
  font-family: 'akrobatblack';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #162335;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
}
.plus_landing h2, .plus_landing p{text-align: center;}
.plus_landing p{color: #5d1c82;}
.coverlanding .covergradient{background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22,35,53,0.9)), color-stop(30%, rgba(22,35,53,0)));background-image: linear-gradient(to bottom, rgba(22,35,53,0.9) 0%, rgba(22,35,53,0) 30%);}


/* ------------------------------ FOOTER -------------------------------- */
#cta_right{
  right: 0;
  position: fixed;
  z-index: 800;
  background: #162335;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  animation: ctain 0.4s ease-in-out forwards;
  -webkit-animation: ctain 0.4s ease-in-out forwards;
  -moz-animation: ctain 0.4s ease-in-out forwards;
  -o-animation: ctain 0.4s ease-in-out forwards;
  -ms-animation: ctain 0.4s ease-in-out forwards;
}
@keyframes ctain{0%{-webkit-transform: translateX(200px);transform: translateX(200px);} 100%{-webkit-transform: translateX(0);transform: translateX(0);}}
@-webkit-keyframes ctain{0%{-webkit-transform: translateX(200px);transform: translateX(200px);} 100%{-webkit-transform: translateX(0);transform: translateX(0);}}
#cta_right span{
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-family: 'akrobatbold';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.page-template-landingpage #cta_right a.button_rose, .page-template-landingpage2 #cta_right a.button_rose{text-transform: uppercase;}
#cta_right a.button_rose:hover{color: #fff;}
a#back-to-top{
  display: none;
  position: fixed;
  z-index: 200;
  color: #fff;
  cursor: pointer;
  background: #f02864;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -ms-transition: All 0.4s ease-in-out;
}
a#back-to-top::before{
  top: 0;
  position: absolute;
  z-index: 202;
  content: '';
  background-image: url(img/arrowbacktotop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #f02864;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -ms-transition: All 0.4s ease-in-out;
}
a#back-to-top.show{
  display: block;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-0px);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  animation: backin 0.5s ease-in-out forwards;
  -webkit-animation: backin 0.5s ease-in-out forwards;
  -moz-animation: backin 0.5s ease-in-out forwards;
  -o-animation: backin 0.5s ease-in-out forwards;
  -ms-animation: backin 0.5s ease-in-out forwards;
}
@keyframes backin{0%{-webkit-transform: translateY(-100px);transform: translateY(-100px); opacity: 0;} 80%{-webkit-transform: translateY(20px);transform: translateY(20px); opacity: 1;} 100%{-webkit-transform: translateY(0);transform: translateY(0); opacity: 1;}}
@-webkit-keyframes backin{0%{-webkit-transform: translateY(-100px);transform: translateY(-100px); opacity: 0;} 80%{-webkit-transform: translateY(20px);transform: translateY(20px); opacity: 1;} 100%{-webkit-transform: translateY(0);transform: translateY(0); opacity: 1;}}


.contact_appels h2{
  text-align: center;
}
.contact_appels h3{
  text-align: center;
  font-family: 'akrobatlight';
  color: #162335;
}
.appels{
  width: 100%;
  float: left;
}
.appel{
  float: left;
}
.appel img{
  float: left;
}
.appel .right_appel{
  float: left;
}
.appel .right_appel p{
  font-family: 'akrobatregular';
  font-weight: normal;
}
.appel .right_appel p strong{
  font-family: 'akrobatblack';
  font-weight: normal;
  color: #f02864;
}
.appel .right_appel p a{
  width: auto;
  display: inline-block;
}
.appel .right_appel p a span.button{
  color: #fff;
  background: #f02864;
  border: 2px #f02864 solid;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: auto;
  float: left;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.appel .right_appel p a:hover span.button{background: none; color: #f02864;}
section.offre_exclu{background: #e5e5e5;}
.offre_exclu h2{
  text-align: center;
}
.left_exclu{
  float: left;
}
.left_exclu h3{
  margin: 0 auto;
  width: 100%;
  float: left;
  font-family: 'akrobatextrabold';
  font-weight: normal;
  color: #f02864;
  text-align: center;
}
.left_exclu h4{
  margin: 0 auto;
  width: 100%;
  float: left;
  font-family: 'akrobatlight';
  font-weight: normal;
  color: #5d1c82;
  text-align: center;
}
.offre_exclu img{
  float: left;
}
.btn_exclu{
  margin: 10px auto 0;
  width: 100%;
  float: left;
  text-align: center;
}
.btn_exclu a{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: #f02864;
  border: 2px #f02864 solid;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  display: inline-block;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.btn_exclu a:hover{background: none; color: #f02864;}
.formulaire #gform_wrapper_9.gform_wrapper h3.gform_title{
  text-align: center;
  width: 100%;
  float: left;
  font-family: 'akrobatblack';
  font-weight: normal;
  text-transform: uppercase;
  color: #162335;
}
.formulaire .gform_wrapper .top_label #field_9_11 .gfield_label{display: none;}
.formulaire .gform_wrapper #field_9_11 ul.gfield_radio li{width: 100%; margin: 5px auto !important;}
.formulaire .gform_wrapper #field_9_11 ul.gfield_radio li label{text-transform: uppercase; font-weight: normal !important; font-family: 'akrobatblack';}
.formulaire #gform_wrapper_9.gform_wrapper .gform_footer{
  position: relative;
}
.formulaire #gform_wrapper_9.gform_wrapper .gform_footer input.button, .formulaire #gform_wrapper_9.gform_wrapper .gform_footer input[type="submit"]{
  z-index: 2;
  font-weight: 600;
}
.raisons span.btn_raison a{
  font-weight: 600;
  text-transform: uppercase;
}



footer{
  width: 100%;
  float: left;
}
#top_footer{
  width: 100%;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f2e42), to(#162335));
  background-image: linear-gradient(to right, #1f2e42, #162335);
}
#who_is_riso{
  float: left;
}
a#logo_footer{
  float: left;
}
#who_is_riso p{
  color: #fff;
}
.menu-menu-footer-container{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#menu-menu-footer,
ul#menu-contact-help{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
ul#menu-menu-footer li{
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul#menu-menu-footer li a,
ul#menu-contact-help li a{
  margin: 0 auto;
  width: 100%;
  float: left;
  position: relative;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  text-transform: uppercase;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul#menu-menu-footer li a::after,
ul#menu-contact-help li a::after{
  height: 1px;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 2;
  content: '';
  background: #f02864;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
ul#menu-menu-footer li a:hover, ul#menu-contact-help li a:hover{color: rgba(255,255,255,1);}
ul#menu-menu-footer li.current-menu-item a, ul#menu-contact-help li.current-menu-item a{font-family: 'akrobatbold'; color: rgba(255,255,255,1);}
ul#menu-menu-footer li.current-menu-item a::after,
ul#menu-menu-footer li a:hover::after,
ul#menu-contact-help li.current-menu-item a::after,
ul#menu-contact-help li a:hover::after{
  width: 30px;
}
#contact_footer{
  float: left;
}
.menu-contact-help-container{
  width: 100%;
  float: left;
}
ul#menu-contact-help li{
  margin: 0 auto 10px;
  width: 100%;
  float: left;
}
ul#menu-contact-help li a{text-transform: inherit;}
.phone_number_footer{
  padding: 10px 8px 10px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px;
  line-height: 16px;
  border: 1px #0b121b solid;
  position: relative;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.phone_number_footer a{color: #fff; text-decoration: none;}
.phone_number_footer::before{
  width: 15px;
  height: 15px;
  left: 15px;
  top: 10px;
  position: absolute;
  z-index: 2;
  content: '';
  background-image: url(img/phone_footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.socials{
  max-width: 100%;
  float: left;
}
.socials a{
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border: 2px #fff solid;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  float: left;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  animation: socialout 0.5s steps(25) forwards;
  -webkit-animation: socialout 0.5s steps(25) forwards;
  -moz-animation: socialout 0.5s steps(25) forwards;
  -ms-animation: socialout 0.5s steps(25) forwards;
  -o-animation: socialout 0.5s steps(25) forwards;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@keyframes socialout{0%{background-position: center bottom;} 100%{background-position: center top;}}
@-webkit-keyframes socialout{0%{background-position: center bottom;} 100%{background-position: center top;}}
.socials a#twitter{background-image: url(img/twitter.png);}
.socials a#youtube{background-image: url(img/youtube.png);}
.socials a#linkedin{background-image: url(img/linkedin.png);}
.socials a#facebook{background-image: url(img/facebook.png);}
.socials a:hover{
  animation: socialin 0.5s steps(25) forwards;
  -webkit-animation: socialin 0.5s steps(25) forwards;
  -moz-animation: socialin 0.5s steps(25) forwards;
  -ms-animation: socialin 0.5s steps(25) forwards;
  -o-animation: socialin 0.5s steps(25) forwards;
}
@keyframes socialin{0%{background-position: center top;} 100%{background-position: center bottom;}}
@-webkit-keyframes socialin{0%{background-position: center top;} 100%{background-position: center bottom;}}
#bottom_footer{
  padding: 20px 0;
  width: 100%;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#162335), to(#1f2e42));
  background-image: linear-gradient(to right, #162335, #1f2e42);
}
.bottom_footer{
  width: 100%;
  float: left;
  text-align: center;
}
.bottom_footer a, .bottom_footer span{
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: 'akrobatregular';
  font-weight: normal;
  font-style: normal;
}
.bottom_footer a{
  text-decoration: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.bottom_footer a{margin: 0 20px 0 0; padding: 0 20px 0 0; border-right: 1px #5A77A1 solid;}
.bottom_footer a:hover{color: #f02864;}
.page-template-technologie .five_blocks.solutions span.button{float:none; display:inline-block;}
.compare_table .compare ul li{cursor:pointer;}
.single-pays .intropage h2, .single-pays .intropage h3{text-align: center;}

span.centerbtn{
  margin: 100px 0 0;
  text-align: center;
  width: 100%;
  float: left;
}
span.centerbtn a{
  text-align: center;
  float: none;
  display: inline-block;
}

.two_blocks .play{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%) scale(1);
            transform:translate(-50%, -50%) scale(1);
    width:80px;
    height:80px;
    opacity:1;
    border: 2px #f02864 solid;
    background: #f02864;
    text-indent:-99999px;
    border-radius:50%;
    cursor:pointer;
}
.two_blocks .play::before{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    opacity:0;
    border-radius:50%;
    -webkit-transform:translate(-50%, -50%) scale(0);
            transform:translate(-50%, -50%) scale(0);
    width:70px;
    height:70px;
    border: 2px #f02864 solid;
    background: transparent;
    -webkit-animation: beforePlay 3s ease-in-out infinite;
            animation: beforePlay 3s ease-in-out infinite;
}
.two_blocks .play::after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 21px;
    border-color: transparent transparent transparent #fff;
    position:absolute;
    top:50%;
    left:50%;
    opacity:1;
    -webkit-transform:translate(calc(-50% + 4px),-50%) scale(1);
            transform:translate(calc(-50% + 4px),-50%) scale(1);
    -webkit-animation: afterPlay 2s ease-in-out infinite;
            animation: afterPlay 2s ease-in-out infinite;
}

.postid-3000 .two_blocks.right_text h2{
  text-align: center;
  margin-bottom: 4rem;
}
.postid-3000 .two_blocks.right_text p{
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
}
.postid-3000 .two_blocks.right_text .img_bg{
  background: no-repeat center / 80%;
}

@-webkit-keyframes beforePlay{
    0%{
      -webkit-transform:translate(-50%, -50%) scale(0);
              transform:translate(-50%, -50%) scale(0);
      opacity:0;
        border: 1px #f02864 solid;
    }
    50%{
      -webkit-transform:translate(-50%, -50%) scale(1);
              transform:translate(-50%, -50%) scale(1);
      opacity:1;
        border: 2px #f02864 solid;
    }
    100%{
      opacity:0;
        border: 1px #f02864 solid;
      -webkit-transform:translate(-50%, -50%) scale(1.005);
              transform:translate(-50%, -50%) scale(1.005);
    }
}

@keyframes beforePlay{
    0%{
      -webkit-transform:translate(-50%, -50%) scale(0);
              transform:translate(-50%, -50%) scale(0);
      opacity:0;
    }
    50%{
      -webkit-transform:translate(-50%, -50%) scale(1);
              transform:translate(-50%, -50%) scale(1);
      opacity:1;
    }
    100%{
      opacity:0;
      -webkit-transform:translate(-50%, -50%) scale(1.5);
              transform:translate(-50%, -50%) scale(1.5);
    }
}
@-webkit-keyframes afterPlay{
    0%{
      opacity:1;
    }
    50%{
      opacity:0.5;
    }
    100%{
      opacity:1;
    }
}
@keyframes afterPlay{
    0%{
      opacity:1;
    }
    50%{
      opacity:0.5;
    }
    100%{
      opacity:1;
    }
}





.popup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    background-size: cover;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
}
.popup.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.popup .popup-container{
    max-width: 920px;
    border-radius: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
}
a.close{
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 10000;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-family: MontSerrat;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.ct-ultimate-gdpr-cookie-modal-slider{width: 100% !important;}
a.close:hover{
  color: #f02864;
}

.popup-container iframe{
  width: 755px;
  height: 425px;
}

h1.bg_white{
  font-size: 2.4rem;
  color: #5d1c82;
  font-family: 'akrobatblack';
   display: table;
}
h1 > span{
   line-height: 1.4;
   -webkit-box-decoration-break: clone;
           box-decoration-break: clone;
   background-color: #FFFFFF;
   -webkit-box-shadow: 0.3em 0 0 #FFFFFF, -0.3em 0 0 #FFFFFF;
            box-shadow: 0.3em 0 0 #FFFFFF, -0.3em 0 0 #FFFFFF;
}
.postid-3000 #bloc_3{
  padding: 0  0 4rem!important;
}
.postid-3000 .amelia-app-booking, html .amelia-app-booking {
  max-width: 882px;
  margin: 0 auto;
}
.postid-3000 .amelia-appF-booking #amelia-booking-wrap .am-step-booking-catalog.am-mobile-collapsed {
  background: #662b80;
  border-radius: 16px;
}
.postid-3000 .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog.am-mobile-collapsed.am-active-picker .am-select-date {
  max-width: 420px;
  margin: 0 auto;
}
.postid-3000 .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date .am-select-date-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.postid-3000 .amelia-app-booking #amelia-booking-wrap .am-calendar-picker .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title{
  font-weight: 700;
  text-transform: capitalize;
}
.postid-3000 .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-form-stepByStepForm-calendarDateTimeForm.am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner,
.postid-2990 .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date .am-button-wrapper .el-button {
  border-radius: 25px;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details div:first-child{
  display: none;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-form-stepByStepForm-congratulationsForm-appointment.am-success-payment > div.el-row {
  width: 100%;
}
/*.titlelanding h2 span#tit1 span,
.titlelanding h2 span#tit2 span{
  white-space: nowrap;
}*/
.am-confirmation-booking-details > div{display: none;}

/* MODULE RGPD */
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup {
  max-width: 352px;
}
#ct-ultimate-gdpr-cookie-popup #ct-ultimate-cookie-close-modal {
   color: #fff;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
  color: #f02864;
  display: none;
}
.ct-ultimate-gdpr-cookie-modal-slider{
  width: 100% !important;
}
.ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-slider {
  border: 3px solid #f02864 !important;
}
.ct-ultimate-gdpr-cookie-modal-slider-item--active svg path,
.ct-ultimate-gdpr-cookie-modal-slider-item--selected svg path {
  fill: #f02864 !important;
}
.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
  background: #f02864 !important;
}
.ct-ultimate-gdpr-cookie-modal-btn.save a {
  background-color: #f02864 !important;
  border-color:  #f02864 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
}
.ct-ultimate-gdpr-cookie-modal-btn.save a:hover{
  border-color:  #f02864 !important;
  background-color: #FFFFFF !important;
  color: #f02864 !important;
}
.ct-ultimate-gdpr-slider{
  transform: translateY(80%) !important;
}
@media only screen and (min-width:0px) and (max-width: 300px){
  .ct-ultimate-gdpr-slider{
    transform: translateY(254%) !important;
  }
}
@media only screen and (min-width:301px) and (max-width: 412px){
  .ct-ultimate-gdpr-slider{
    transform: translateY(213%) !important;
  }
  #ct-ultimate-gdpr-cookie-modal-close{
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 566px){
  .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup{
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width:413px) and (max-width: 479px){
  .ct-ultimate-gdpr-slider{
    transform: translateY(173%) !important;
  }
}
@media only screen and (min-width:480px) and (max-width: 863px){
  .ct-ultimate-gdpr-slider{
    transform: translateY(107%) !important;
  }
}

.rank-math-breadcrumb{
  position: absolute;
  bottom: 0;
}
.rank-math-breadcrumb p, .rank-math-breadcrumb p a, .rank-math-breadcrumb p span{color: #fff !important;}


ul#besoins {
	display: flex;
	flex-wrap: wrap;
	float: none;
	justify-content: center;
}
ul#besoins li {
	flex: 0 0 50%;
	margin: 0 0 50px !important;
	width: auto;
}
ul#besoins li a {
  float: none;
	display: flex;
	flex-direction: column;
  text-decoration: none;
	height: auto;
}
ul#besoins li a img {
	display: block;
	float: none;
}
ul#besoins li a h5 {
	display: flex;
	align-items: center;
  float: none;
	justify-content: center;
	margin-bottom: 25px;
}

ul#besoins li a span.button_rose {
  float: none;
	margin-top: auto;
}

@media (min-width: 768px) {
	ul#besoins li {
		flex: 0 0 calc(100% / 3);
		margin: 0 0 100px !important;
	}
}

@media (min-width: 1024px) {
	ul#besoins li {
		flex: 0 0 25%;
	}
}