/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/
@import url(../../../../../../themes/Divi-child/./jquery.fancybox.min.css);
@import url(../../../../../../themes/Divi/style.css);

/* =Theme customization starts here
------------------------------------------------------- */
.blurb-card .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}
.blurb-card h6 {
    color: #2ea3f2;
    margin-top: 20px;
}
.blurb-card .et_pb_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}
.blurb-card .et_pb_blurb {
    margin-bottom: 0 !important;
}
.blurb-card .et_pb_column {
    position: relative;
}
.blurb-card .et_pb_blurb_container {
    background: #fff;
    padding: 75px 25px 25px 25px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: -50px;
}
.blurb-card .et_pb_column:hover .et_pb_blurb_container {
    -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* Effect 8 */
.blurb-card .et-pb-icon {
    padding: 33px;
    font-size: 35px;
    position: relative;
    z-index: 1;
    color: #2ea3f2 !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .et-pb-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.blurb-card .et-pb-icon:before {
    content: '';
    display: block;
}
.blurb-card .et-pb-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.blurb-card .et-pb-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.blurb-card .et_pb_column:hover .et-pb-icon {
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .et_pb_column:hover .et-pb-icon:after {
    -webkit-animation: sonarEffect 0.5s ease-out 50ms;
    -moz-animation: sonarEffect 0.5s ease-out 75ms;
    animation: sonarEffect 0.5s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #2ea3f2, 0 0 10px 10px #2ea3f2, 0 0 0 10px #2ea3f2;
    }
    100% {
        box-shadow: 0 0 0 2px #2ea3f2, 0 0 10px 10px #2ea3f2, 0 0 0 10px #2ea3f2;
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #2ea3f2, 0 0 10px 10px #2ea3f2, 0 0 0 10px #2ea3f2;
    }
    100% {
        box-shadow: 0 0 0 2px #2ea3f2, 0 0 10px 10px #2ea3f2, 0 0 0 10px #2ea3f2;
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #2ea3f2, 0 0 10px 10px #2ea3f2, 0 0 0 10px #2ea3f2;
    }
    100% {
        box-shadow: 0 0 0 2px #2ea3f2, 0 0 10px 10px #2ea3f2, 0 0 0 10px #2ea3f2;
        transform: scale(1.5);
        opacity: 0;
    }
}

.banner-top{
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.9);
 }

 .et_pb_text > ul {
     padding-left: 40px;
 }

 /*-- Menu --*/
 #top-menu li li a {
    width: 190px;
    padding: 6px 20px;
}
.cta-try a{
    color: #ffffff !important;
    background: #7cda24;
    border-color: #ffffff;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: bold !important;
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
}

.cta-try a:hover{
background-color:#2EA3F2!important;
}

#et-info, #et-secondary-menu > ul > li a {
    display: block;
    padding-bottom: 5px;
}

#top-menu li.mega-menu > ul > li > a:first-child {
    padding-top: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: bold;
    text-transform: uppercase;
    color: #2EA3F2;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/*--- Close sub-menu onmobile ---*/

#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }


/*--- Toggle ---*/
.et_pb_toggle_content p{
    font-size: 14px;
    line-height: 1.5rem;
}

/*Divi Blurb Module hover effects by yatesdesign.com.au*/
.blurb-hover .et_pb_column:hover {
 background: #0f2c41;
}

.blurb-hover .et_pb_blurb p {
 zoom: 1;
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transition: opacity .2s,-webkit-transform .35s;
 transition: opacity .2s,transform .35s;
 -webkit-transform: translate3d(0,40px,0);
 transform: translate3d(0,40px,0);
}

.blurb-hover .et_pb_column:hover p {
 color: #fff;
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 zoom: 1;
 filter: alpha(opacity=1);
 opacity: 1;
}

.blurb-hover .et_pb_column:hover h4 {
 color: #dc1d49;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}

.blurb-hover .et_pb_blurb h4 {
 -webkit-transition: -webkit-transform .35s;
 transition: transform .35s;
 -webkit-transform: translate3d(0,40px,0);
 transform: translate3d(0,40px,0);
}

.blurb-hover .et_pb_column:hover .et-pb-icon {
 background-color: transparent !important;
 color: #fff !important;
 border-color: #fff !important;
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}

.blurb-hover .et_pb_blurb .et-pb-icon {
 background: transparent !important;
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 -webkit-transform: translate3d(0,40px,0);
 transform: translate3d(0,40px,0);
}

.blurb-hover .et_pb_column {
 position: relative;
}

.blurb-hover .et_pb_button {
 zoom: 1;
 filter: alpha(opacity=0);
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*Divi fixed position footer

#main-content {
 margin-bottom: 450px;
}

#main-footer {
 position: fixed;
 z-index: -1;
 height: 470px;
 width: 100%;
 bottom: 0;
}

#footer-bottom {
 position: fixed;
 width: 100%;
 bottom: 0;
 padding: 10px 0;
}

#footer-info, #footer-info a {
 padding: 0;
}

#main-footer .container {
 height: 100%;
}

#footer-widgets {
 position: absolute;
 bottom: 100px;
}

@media only screen and ( max-width: 980px ) {

 #main-content {
 margin-bottom: 600px;
 }

#main-footer {
 height: 600px;
 }

#footer-widgets {
 bottom: 83px;
 }

}

@media only screen and ( max-width: 767px ) {

#main-content {
 margin-bottom: 650px;
 }

#main-footer {
 height: 650px;
 }

#footer-widgets {
 bottom: 83px;
 padding: 5% 0;
 }

#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
 margin-bottom: 4.5% !important;
 }

} ---*/

/*--- Footer Menu on the left ---*/

.bottom-text-footer {
    margin-bottom: 1rem;
    font-size: .9rem;
    color: #888;
    line-height: 1.3rem;
    float:left;
}

@media only screen and (min-width: 980px) {
    .et_pb_widget{
        float: none!important;
    }
}

/************ Menu Slide-In ************/


/*---- 6 Column Layout  ----*/

@media only screen and (min-width: 1025px) {
.six-column{
	width: 100%;
	margin: 0 auto;
}
.six-column p{
	-moz-columns:6;
	-webkit-columns:6;
	columns:6;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.six-column p{
	-moz-columns:1 !important;
	-webkit-columns:1 !important;
	columns:1 !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.six-column p{
	-moz-columns:2 !important;
	-webkit-columns:2!important;
	columns:2 !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.six-column p{
	-moz-columns:3 !important;
	-webkit-columns:3 !important;
	columns:3 !important;
}
}

/* hide Wordpress annoying empty paragraph tags */
p:empty {
	display: none;
}

/*--- Delete blue circle before <li> ---*/

#footer-widgets .footer-widget li:before {
	position: absolute;
	top: none;
	left: none;
	border-width: none;
	border-style: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}


/*--- Caldera form  ---*/
.caldera-grid {
    background-color: #00A1E0;
    padding: 15px;
}
.caldera-grid button, .caldera-grid html input[type=button], .caldera-grid input[type=reset], .caldera-grid input[type=submit]{
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

.caldera-grid button:hover, .caldera-grid html input[type=button]:hover, .caldera-grid input[type=reset]:hover, .caldera-grid input[type=submit]:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 20px !important;
color:#00A1E0!important;
}

/*--- Contact Us form ---*/
.contact-us-form {
    background-color: #00A1E0;
    padding: 15px ;
}

.contact-us-form .wpcf7-form-control .wpcf7-textarea {
        height: 140px;
}

.contact-us-form h1, label{
    color:#424770;
}

.contact-us-form  input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    color:#424770!important;
}

.contact-us-form::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
}
.contact-us-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}
.contact-us-form::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}
.contact-us-form:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}

.contact-us-form p{
    padding-bottom: 0.5em;;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
font-weight: bold;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}

/*--- Cas client form ---*/
.contact-cas-client-form {
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), 0 -18px 60px -10px rgba(0,0,0,.025);
    max-width: 645px;
    background: #fff;
    margin: 0 auto;
    padding:20px;
    color:#000;
}

.contact-cas-client-form h1{
    color:#000;
}

.wpcf7-submit:hover  .contact-cas-client-form  {
border-color:#eee;
padding: 6px 20px !important;
color:
}

.features-cas-client {
    background: #026FCE;
    background: linear-gradient(45deg, #0B4182 5%, #1e88e5 60%, #40BAF5 85%);
    background-image: -ms-linear-gradient(45deg, #0B4182 5%, #1e88e5 60%, #40BAF5 85%);
    background-image: -moz-linear-gradient(45deg, #0B4182 5%, #1e88e5 60%, #40BAF5 85%);
    background-image: -o-linear-gradient(45deg, #0B4182 5%, #1e88e5 60%, #40BAF5 95%);
    background-image: -webkit-linear-gradient(45deg, #0B4182 5%, #1e88e5 60%, #40BAF5 95%);
    background-image: linear-gradient(45deg, #0B4182 5%, #1e88e5 60%, #40BAF5 95%);
}

/*--- Diagonal shadow ---*/


    #et-main-area { overflow: hidden;} /* Hides all the items that float over the right margin */

    .diagonal-shadow::before,
    .diagonal-shadow::after {
        position: absolute;
        content: '';
        pointer-events: none;}

    .diagonal-shadow {
        z-index: 1;
        padding-top: 6em;
        background: #fcfcfc;}

    .diagonal-shadow::before,
        .diagonal-shadow::after {
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;}

    .diagonal-shadow::before {
        height: 50%;
        background: #bdc3c7;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;}


/*----[Left Diagonal Lines ---*/


.left-diagonal {
z-index: 1;
padding-top: 0px;}

.left-diagonal::after {
position: absolute;
content: '';
pointer-events: none;
top: -150px;
left: -25%;
z-index: -1;
width: 150%;
height: 50%;
background: no-repeat;
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
-webkit-transform-origin: -2% 0;
transform-origin: -2% 0;}

@media only screen and ( min-width: 1901px ) and ( max-width: 2500px ) {.left-diagonal::after {top: -150px; height: 85%;}}
@media only screen and ( min-width: 1501px ) and ( max-width: 1900px ) {.left-diagonal::after {top: -131px; height: 68%;}}
@media only screen and ( min-width: 1001px ) and ( max-width: 1500px ) {.left-diagonal::after {top: -116px;}}
@media only screen and ( max-width: 1000px ) {.left-diagonal::after {top: -90px;}}

/*--- Contact form multiple columns ---*/

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.column-half{
		width: 50%;
	}
}

/*--- Divi style for contact form 7 ---*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #f6f9fc !important;
padding: 5px 20px 8px 13px!important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 4px !important;
font-size: 14px;
color: #717070 !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.wpcf7-submit {
margin: 8px auto;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

.wpcf7-submit:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 20px !important;
color:#00A1E0!important;
}

.terms{
    font-size:14px;
}
.terms a{
    color:#efefef;
}

.title_pre_footer {
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 1.1em;
}

.footer_img {
    padding: 10px;
}

/*---------- [Testimonial Slider ]----------*/

    .testimonial-slider,
    .testimonial-slider .et_pb_container {
        height: auto !important;
    }
    .testimonial-slider,
    .testimonial-slider .et_pb_slide {
        max-height: auto;
    }
    .testimonial-slider .et_pb_slide_description {
        position: relative;
        top: 25%;
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        height: auto !important;
    }
    .testimonial-slider .et_pb_testimonial_portrait {
        display: table-cell;
        float: left;
        position: relative;
        width: 90px !important;
        height: 90px !important;
        margin-right: 30px;
        border: 3px solid #ffffff;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

	.testimonial-slider .et-pb-controllers a {
    border-radius: 0px;
    }
/*------------------------------------------------*/
/*------------[CREATE BOXED SECTION]--------------*/
/*------------------------------------------------*/

/* boxed sections */
    .boxed {
            max-width: 1200px;
            float: none;
            margin-bottom: 25px;
            margin-top: 25px;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, 0%);
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
            -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
            }

@media only screen and (max-width : 1350px) {
.boxed {max-width: 95%;}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1){
    .boxed {
        max-width: 100%;
        float: none;
        margin: 0;
        left: 0%;
        margin-right: 0%;
        transform: translate(0%, 0%);
    }
}

/* boxed-up sections */
.move-up {
        margin-top: -70px;
        border-radius: 5px;
}

.shadow-title {

}
.shadow-title h1{
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.9);
}

/* ---- reset ---- */
/* ----
body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 600px;

}
.particles-js-canvas-el{
    position:absolute;
    top:100px;
    z-index:1;
}

/*---- Side bar contact off ---*/

.page-id-4009 .at-about-fab {
    display: none;
}

/*--- Button contact ---*/
.at-about-fab {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.at-about-fab:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: -58px;
    width: 58px;
    height: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.at-about-fab:hover {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.at-about-fab:hover .at-about-fab__meta {
    opacity: 1;
}

.at-about-fab__thumbnail {
    position: absolute;
    top: 50%;
    left: -58px;
    background: #FFFFFF;
    width: 48px;
    height: 48px;
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    padding: 4px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer;
}

.at-about-fab__thumbnail img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.at-about-fab__meta {
    font-family: 'Open Sans', sans-serif;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: rgba(255, 255, 255, 0.36);
    padding: 5px;
}

.at-about-fab__meta h2,
.at-about-fab__meta p {
    margin: 0;
    padding: 0;
}

.at-about-fab__meta h2 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
}

.at-about-fab__meta p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.at-about-fab__meta a {
    color: inherit;
    font-weight: 400;
    text-decoration: none;
}
/*---- Contact button ---*/

/*---
#rum_sst_tab {
    font-family: Tahoma, sans-serif;
    bottom: 260px;
    background-color: #0482b7;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px;
}
---*/
/*---- Webinar form ---*/
.form-webinar {

}
.form-webinar button {
      width:100%;
}

.et_bloom_form_container {
    max-width: 300px;
}

.et_bloom_form_container button {
    width: 100%;
}

/*---- 404 page ---*/

.wrong-page {
  margin:0;
  padding:0;
  background: url(//simplicite.fr/wp-content/uploads/404/404.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  min-height: 500px;
  width: 100%;
  padding: 60px 0px;
}

.wrong-page h1{
    color: #fff;
}
.wrong-page h2{
    color: #fff;
    font-size: 50px;
}
.wrong-page p{
    color: #eee;
}
.wrong-page article{
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
}

/*--- form contact ---*/
span.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 1em;
    font-weight: bold;
    display: block;
    text-shadow: 0px 0px 25px #333;
    padding: 3px;
}

/*--- Tilte use case ---*/

@media only screen and (max-width: 980px) {

    .usecase-title h3{
        font-size: 23px;
    }

}

.usecase-title h3{
    font-size:34px!important;
}

/*--- Toggle h3 ---*/

.et_pb_toggle h3.et_pb_toggle_title {
	position: relative;
	padding: 0 50px 0 0;
	cursor: pointer;
}

.et_pb_toggle_close h3.et_pb_toggle_title {
	color: #666;
}

.et_pb_toggle_open h3.et_pb_toggle_title {
	color: #333;
}

/*--- Demo form ---*/

.page-id-27562 {
  background-color: #1784EC;
  /* margin-top: -32px; */
}

.ai-background-cover {
    background-image: url(https://simplicite.fr/wp-content/uploads/2017/03/bench-accounting-49025.jpg);
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.page-id-27562 #top-header,
.page-id-27562 #main-header,
.page-id-27562 #main-footer {
    display: none;
}

.page-id-27562 #page-container {
    padding-top: 0!important;
}

@media screen and (min-height: 905px){
    .page-id-27562 #et-main-area {
        height: 100vh;
    }
}

.page-id-27562 .post {
    height: 100%;
}

.page-id-27562 .ai-content-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ai-content-container {
  padding: 0% 10%;
}

@media screen and (min-width: 600px){
  .ai-content-container {
    padding: 0% 25%;
  }
}

.ai-text-container {
  padding-top: 50px;
}

.ai-sticky-mockup-container {
    height: 100px;
}

@media screen and (min-width: 600px){
  .ai-sticky-mockup-container {
        height: 250px;
    }
}

@media screen and (min-height: 800px){
    .ai-sticky-mockup-container {
        height: 170px;
    }
}

/* components */

.page-id-27562 input {
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.page-id-27562 input[type="text"]{
    color: grey!important;
    font-size: 14px;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.page-id-27562 span.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    display: inline;
    border-bottom: 1px dotted rgb(255, 255, 255);
}

/* */

.input-placeholder label {
    /*text-transform: uppercase;*/
    font-size: 17px;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}

.input-placeholder input:focus,
.input-placeholder textarea:focus {
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.input-placeholder ::placeholder {
    color: rgba(169, 169, 169, 0.59)!important;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400!important;
}
.input-placeholder ::-webkit-input-placeholder { /* WebKit browsers */
   color: rgba(169, 169, 169, 0.59)!important;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400!important;
}
.input-placeholder :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(169, 169, 169, 0.59)!important;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400!important;
}
.input-placeholder ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(169, 169, 169, 0.59)!important;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400!important;
}
.input-placeholder :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: rgba(169, 169, 169, 0.59)!important;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400!important;
}

/* Demo Web Page*/

.ai-goBack-container {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin: 40px 0px 0px;
}

.ai-goBack-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 14px;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 19px;
}

.ai-goBack-container a span {
    font-weight: 700;
    color: #fff;
}

.ai-goBack-container a img {
    height: 14px;
    width: 14px;
    margin-right: 3px;
}

.ai-goBack-container a p:hover {
    border-bottom: 1px solid #fff;
}



.ai-title {
  color: #fff;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 39px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 39px;
}

@media screen and (min-width: 600px){
  .ai-title {
    font-size: 45px;
    line-height: 38px;
  }
}

.ai-intro {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-size: 14px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
}

.ai-content-form-container {
 margin-bottom: 100px;
}

.ai-content-form-container input {
  border-radius: 1px;
  border: none;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 13px;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-weight: 300;
  outline: none;
}

.ai-content-form-container textarea {
  height: 40px;
  border-radius: 1px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 13px;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-weight: 300;
  outline: none;
}

@media screen and (min-width: 600px){
.ai-content-form-container input{
      /*width: 300px;*/
}
}

.ai-content-form-container textarea {
  height: 100px;
  padding-top: 15px;
}

.ai-content-form-container input[type="submit"] {
  width: 100%;
  background-color: black;
  color: #fff;
  height: 40px;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
}

.ai-content-form-container br {
    display: none;
}

/* Foo bar upper*/

#wpfront-notification-bar div.wpfront-close {
border: none!important;
background-color: transparent!important;
color: #fff!important;
}
#wpfront-notification-bar.wpfront-fixed {
z-index: 9999999999!important;
}
#wpfront-notification-bar-spacer {
    display: block;
    top: 0px;
    height: auto!important;
    z-index: 9999999999!important;
}

#wpfront-notification-bar a.wpfront-button:hover {
    -webkit-transition: all .8s ease!important;
    transition: all .8s ease!important;
    background: #2cc2e6!important;
    transition: all .8s ease!important;
}

#wpfront-notification-bar a.wpfront-button {
    border-radius:20px;
}

#wpfront-notification-bar div.wpfront-close {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 0px;
    font-size: 17px!important;
    padding: 14px 2px!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* V4 Simplicité */
.v4r__text__paragraph {
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.v4r__text__title {
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.v4r__text__list{
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding-left:1em;
}

.v4r__section__theme{
    padding: 0px!important;
}

@media screen and (min-width: 735px) {
  .v4r__text__title {
    font-size: 36px;
  }
  v4r__section__theme{
    padding-top: 20px!important;
}
}
@media screen and (min-width: 1024px) {
  .v4r__text__title {
    font-size: 42px;
  }
  h3 .v4r__text__title--lightBlue  {
      color: white;
    }
  h3 .v4r__section--darkBlue {
      color: white;
    }
}
.v4r__responsive__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 735px) {
  .v4r__responsive__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 735px) {
  .v4r__responsive__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.v4r__header {
  background-color: #168CFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v4r__header .v4r__responsive__row {
  margin-top: 40px;
}
.v4r__header__text {
  width: 90%;
  margin: 0 auto;
  color: white;
  display: block;
}
@media screen and (min-width: 735px) {
  .v4r__header__text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .v4r__header__text {
    width: 30%;
  }
}
.v4r__header__text__btn {
  margin-top: 30px;
  height: 56px;
  width: 200px;
  border-radius: 35px;
  border: none;
  background-color: #127CE4;
  font-size: 17px;
  color: white;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
.v4r__header__text__btn:hover {
  background-color: #0F73D4;
}
.v4r__header__media {
  display: none;
}
@media screen and (min-width: 735px) {
  .v4r__header__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    width: 40%;
  }
  .v4r__header__media img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .v4r__header__media {
    width: 45%;
  }
}
.v4r__header__liste {
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media screen and (min-width: 1024px) {
  .v4r__header__liste {
    width: 75%;
  }
}
.v4r__header__liste ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.v4r__header__liste ul li {
  margin-bottom: 12px;
  margin-right: 15px;
}
.v4r__header__liste ul li a {
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: white;
  opacity: .7;
  text-decoration: none;
}
.v4r__header__liste ul li a:hover {
  opacity: 1;
}
.v4r__section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.v4r__section--grey {
  background-color: #F8F8F8;
}
.v4r__section--white {
  background-color: white;
}
.v4r__section--lightBlue {
  background-color: #178CFF;
  color: white;
}
.v4r__section--darkBlue {
  background-color: #127CE4;
  color: white;
}
.v4r__section__media {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 735px) {
  .v4r__section__media {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.v4r__section__media img {
  margin: 0 auto;
  width: 100%;
}
.v4r__section__text {
  width: 90%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 735px) {
  .v4r__section__text {
    width: 50%;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.v4r__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .v4r__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.v4r__group__article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7Opx;
}
.v4r__group__article--lightBlue {
  background-color: #178CFF;
  color: white;
}
.v4r__group__article--darkBlue {
  background-color: #127CE4;
  color: white;
}
@media screen and (min-width: 1024px) {
  .v4r__group__article {
    width: 50%;
  }
}
.v4r__group__article__text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
@media screen and (min-width: 735px) {
  .v4r__group__article__text {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .v4r__group__article__text {
    width: 80%;
  }
}
.v4r__group__article__media {
  width: 80%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  max-width: 50%;
}
.v4r__group__article__media img {
  max-width: 500px;
  height: 251px;
}

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

.v4r__group__article__media__right img {
    text-align: center;
    padding-top: 130px;
}

/*__ End V4 __*/

.page-id-24889 h2 {
    font-weight:bold;
    text-align: center;
}

/*__ New Homepage __*/

.s-section, .s-productivity, .s-technos {
  padding: 0px 30px; }
  @media screen and (min-width: 64em) {
    .s-section, .s-productivity, .s-technos {
      width: 1024px;
      margin: 0 auto; } }

.section-btn, .s-banner__row__content__actions--btn, .s-technos__cta--btn, .s-double__v4--cta, .s-double__client--cta {
  height: 52px;
  min-height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 100;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
  border: none;
  padding: 0px 40px;
  font-weight: 600;
  font-size: 16px;
  color: #404040;
  transition: all .1s ease; }
  .section-btn:hover, .s-banner__row__content__actions--btn:hover, .s-technos__cta--btn:hover, .s-double__v4--cta:hover, .s-double__client--cta:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    cursor: pointer; }

.section-title, .s-banner__row__content__texts--title, .s-productivity--title, .s-explain--title, .s-technos--title, .s-double__v4--title, .s-double__client--title {
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px; }

  @media screen and (min-width: 48em) {
    .section-title, .s-banner__row__content__texts--title, .s-productivity--title, .s-explain--title, .s-technos--title, .s-double__v4--title, .s-double__client--title {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (min-width: 64em) {
    .section-title, .s-banner__row__content__texts--title, .s-productivity--title, .s-explain--title, .s-technos--title, .s-double__v4--title, .s-double__client--title {
      font-size: 40px;
      line-height: 57px; } }

.section-bio, .s-productivity--bio, .s-explain--bio, .s-technos--bio, .s-double__v4--bio, .s-double__client--bio {
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  font-size: 17px;
  line-height: 29px; }

a:hover,
button:hover {
  cursor: pointer; }

.s-banner {
  background-color: #387ED1;
  background-image: url(https://simplicite.fr/wp-content/uploads/img/banner-header-blue.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .s-banner__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .s-banner__row {
        width: 1024px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; } }
    @media screen and (min-width: 87.5em) {
      .s-banner__row {
        width: 70%; } }
    .s-banner__row__content {
      margin-left: 25px;
      margin-right: 25px; }
      @media screen and (min-width: 48em) {
        .s-banner__row__content {
          margin-left: 115px;
          margin-right: 165px; } }
      @media screen and (min-width: 64em) {
        .s-banner__row__content {
          width: 580px;
          margin-left: 55px;
          margin-right: 0px; } }
      @media screen and (min-width: 87.5em) {
        .s-banner__row__content {
          margin-left: 0px;
          padding-bottom: 30px; } }
      .s-banner__row__content__texts {
        padding-top: 68px; }
        @media screen and (min-width: 1024px) {
          .s-banner__row__content__texts {
            padding-top: 73px; } }
        .s-banner__row__content__texts--title {
          text-align: left;
          color: white;
          font-size: 30px;
          line-height: 40px; }
          @media screen and (min-width: 48em) {
            .s-banner__row__content__texts--title {
              font-size: 3.125em;
              line-height: 57px; } }
        .s-banner__row__content__texts--bio {
          margin-top: 0.625em;
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          font-size: 1.0225em;
          line-height: 1.6125em;
          font-weight: 400;
          color: #DCDCDC; }
      .s-banner__row__content__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: center;
            align-items: center;
        margin-top: 3.125em; }
        @media screen and (min-width: 31.25em) {
          .s-banner__row__content__actions {
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-pack: center;
                justify-content: center; } }
        @media screen and (min-width: 48em) {
          .s-banner__row__content__actions {
            -ms-flex-pack: start;
                justify-content: flex-start; } }
        .s-banner__row__content__actions--link {
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          font-weight: 400;
          color: white;
          text-decoration: none;
          font-size: 16px;
          margin-top: 1.25em; }
          @media screen and (min-width: 31.25em) {
            .s-banner__row__content__actions--link {
              margin-top: 0px;
              margin-right: 20px; } }
          .s-banner__row__content__actions--link:hover {
            text-decoration: underline; }
      .s-banner__row__content__temoignages {
        display: none; }
        @media screen and (min-width: 64em) {
          .s-banner__row__content__temoignages {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            /*margin-top: 60px;*/
            /*padding: 30px 0px;*/
            margin: 25px;
            position: relative;
            /*width: 650px;*/
            -ms-flex-align: center;
                align-items: center; }
            .s-banner__row__content__temoignages:before {
              content: '';
              display: inline-block;
              height: 1px;
              width: 100%;
              background-color: white;
              position: absolute;
              top: 0px;
              opacity: .2; } }
        .s-banner__row__content__temoignages__comments {
          display: none; }
          @media screen and (min-width: 64em) {
            .s-banner__row__content__temoignages__comments {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
                  flex-direction: row;
              -ms-flex-align: center;
                  align-items: center; } }
          .s-banner__row__content__temoignages__comments--linkLeft, .s-banner__row__content__temoignages__comments--linkRight {
            height: 40px;
            display: -ms-flexbox;
            display: flex;
            min-width: 40px;
            width: 40px;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; }
          .s-banner__row__content__temoignages__comments ul {
            max-width: 1150px ;
            max-height: 190px;
            overflow: hidden; }
          .s-banner__row__content__temoignages__comments__item--citation {
            font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
            color: white;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            -webkit-hyphens: auto;
                -ms-hyphens: auto;
                    hyphens: auto; }
          .s-banner__row__content__temoignages__comments__item__author {
            font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
            font-size: 13px;
            margin-top: 5px;
            line-height: 20px;
            color: #DCDCDC;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-align: center;
                align-items: center; }
            .s-banner__row__content__temoignages__comments__item__author--photo {
              width: 50px;
              height: 50px;
              background-color: white;
              border-radius: 100%;
              display: inline-block;
              margin-right: 10px; }
            .s-banner__row__content__temoignages__comments__item__author__text--name {
              color: #7CB8FF; }
        .s-banner__row__content__temoignages--linkSuccess {
          margin-top: 10px;
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          color: white; }

    .s-banner__row__video{
    text-align: center;
    padding: 70px 8px 40px;
    }

   /* .s-banner__row__mockups {
      position: relative;
      margin-top: 30px;
      height: 230px; }
      @media screen and (min-width: 48em) {
        .s-banner__row__mockups {
          margin-top: 73px;
          height: 360px; } }
      .s-banner__row__mockups--mobile {
        min-width: 360px;
        width: 360px;
        left: calc(50% - 180px);
        position: absolute;
        border: black;
        top: 0px; }
        @media screen and (min-width: 48em) {
          .s-banner__row__mockups--mobile {
            top: 108px;
            right: 485px;
            left: inherit; } }
        @media screen and (min-width: 64em) {
          .s-banner__row__mockups--mobile {
            min-width: 290px;
            width: 290px;
            top: 65px;
            left: 0px; } }
        @media screen and (min-width: 87.5em) {
          .s-banner__row__mockups--mobile {
            left: 80px;
            min-width: 280px;
            width: 280px; } }
      .s-banner__row__mockups--desktop {
        display: none;
        box-shadow: -5px 1px 20px 4px rgba(0, 0, 0, 0.14);
        position: absolute; }
        @media screen and (min-width: 48em) {
          .s-banner__row__mockups--desktop {
            display: block;
            min-width: 640px;
            width: 640px;
            top: 0px;
            right: 0px; } }
        @media screen and (min-width: 64em) {
          .s-banner__row__mockups--desktop {
            min-width: 790px;
            width: 790px;
            top: -14px;
            left: 170px; } }
        @media screen and (min-width: 87.5em) {
          .s-banner__row__mockups--desktop {
            min-width: 870px;
            width: 870px;
            left: 260px; } }*/
.s-testi {
  background-color: #387ED1;
  background-image: url(../../../../../../themes/Divi-child/"");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .s-testi__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .s-testi__row {
        width: 1200px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; } }
    @media screen and (min-width: 87.5em) {
      .s-testi__row {
        width: 70%; } }
    .s-testi__row__content {
      margin-left: 25px;
      margin-right: 25px; }
      @media screen and (min-width: 48em) {
        .s-testi__row__content {
          margin-left: 115px;
          margin-right: 165px; } }
      @media screen and (min-width: 64em) {
        .s-testi__row__content {
          width: 580px;
          margin-left: 55px;
          margin-right: 0px; } }
      @media screen and (min-width: 87.5em) {
        .s-testi__row__content {
          margin-left: 0px;
          padding-bottom: 30px; } }
      .s-testi__row__content__texts {
        padding-top: 68px; }
        @media screen and (min-width: 1024px) {
          .s-testi__row__content__texts {
            padding-top: 100px; } }
        .s-testi__row__content__texts--title {
          text-align: left;
          color: white;
          font-size: 30px;
          line-height: 40px; }
          @media screen and (min-width: 48em) {
            .s-testi__row__content__texts--title {
              font-size: 3.125em;
              line-height: 57px; } }
        .s-testi__row__content__texts--bio {
          margin-top: 0.625em;
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          font-size: 1.0625em;
          line-height: 1.8125em;
          font-weight: 400;
          color: #DCDCDC; }
      .s-testi__row__content__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: center;
            align-items: center;
        margin-top: 3.125em; }
        @media screen and (min-width: 31.25em) {
          .s-testi__row__content__actions {
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-pack: center;
                justify-content: center; } }
        @media screen and (min-width: 48em) {
          .s-testi__row__content__actions {
            -ms-flex-pack: start;
                justify-content: flex-start; } }
        .s-testi__row__content__actions--link {
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          font-weight: 400;
          color: white;
          text-decoration: none;
          font-size: 16px;
          margin-top: 1.25em; }
          @media screen and (min-width: 31.25em) {
            .s-testi__row__content__actions--link {
              margin-top: 0px;
              margin-right: 20px; } }
          .s-testi__row__content__actions--link:hover {
            text-decoration: underline; }
      .s-testi__row__content__temoignages {
        display: none; }
        @media screen and (min-width: 64em) {
          .s-testi__row__content__temoignages {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: center;
                flex-direction: center;
            margin-top: 60px;
            padding: 30px 0px;
            margin: 25px;
            position: relative;
            width: 100%;
            -ms-flex-align: center;
                align-items: center;
            justify-content: center;}

            .s-testi__row__content__temoignages:before {
              content: '';
              display: inline-block;
              height: 1px;
              width: 100%;
              background-color: white;
              position: absolute;
              top: 0px;
              opacity: .2; } }
        .s-testi__row__content__temoignages__comments {
          display: none; }
          @media screen and (min-width: 64em) {
            .s-testi__row__content__temoignages__comments {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
                  flex-direction: row;
              -ms-flex-align: center;
                  align-items: center; } }
          .s-testi__row__content__temoignages__comments--linkLeft, .s-testi__row__content__temoignages__comments--linkRight {
            height: 40px;
            display: -ms-flexbox;
            display: flex;
            min-width: 40px;
            width: 40px;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center; }
          .s-testi__row__content__temoignages__comments ul {
            max-width: 1150px ;
            max-height: 190px;
            overflow: hidden; }
          .s-testi__row__content__temoignages__comments__item--citation {
            font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
            color: white;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            -webkit-hyphens: auto;
                -ms-hyphens: auto;
                    hyphens: auto; }
          .s-testi__row__content__temoignages__comments__item__author {
            font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
            font-size: 13px;
            margin-top: 5px;
            line-height: 20px;
            color: #DCDCDC;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-align: center;
                align-items: center; }
            .s-testi__row__content__temoignages__comments__item__author--photo {
              width: 60px;
              height: 60px;
              background-color: white;
              border-radius: 100%;
              display: inline-block;
              margin-right: 10px; }
            .s-testi__row__content__temoignages__comments__item__author__text--name {
              color: #7CB8FF; }
        .s-testi__row__content__temoignages--linkSuccess {
          margin-top: 10px;
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          color: white; }
    .s-testi__row__mockups {
      position: relative;
      margin-top: 30px;
      height: 230px; }
      @media screen and (min-width: 48em) {
        .s-testi__row__mockups {
          margin-top: 73px;
          height: 360px; } }
      .s-testi__row__mockups--mobile {
        min-width: 360px;
        width: 360px;
        left: calc(50% - 180px);
        position: absolute;
        border: black;
        top: 0px; }
        @media screen and (min-width: 48em) {
          .s-testi__row__mockups--mobile {
            top: 108px;
            right: 485px;
            left: inherit; } }
        @media screen and (min-width: 64em) {
          .s-testi__row__mockups--mobile {
            min-width: 290px;
            width: 290px;
            top: 65px;
            left: 0px; } }
        @media screen and (min-width: 87.5em) {
          .s-testi__row__mockups--mobile {
            left: 80px;
            min-width: 280px;
            width: 280px; } }
      .s-testi__row__mockups--desktop {
        display: none;
        box-shadow: -5px 1px 20px 4px rgba(0, 0, 0, 0.14);
        position: absolute; }
        @media screen and (min-width: 48em) {
          .s-testi__row__mockups--desktop {
            display: block;
            min-width: 640px;
            width: 640px;
            top: 0px;
            right: 0px; } }
        @media screen and (min-width: 64em) {
          .s-testi__row__mockups--desktop {
            min-width: 790px;
            width: 790px;
            top: -14px;
            left: 170px; } }
        @media screen and (min-width: 87.5em) {
          .s-testi__row__mockups--desktop {
            min-width: 870px;
            width: 870px;
            left: 260px; } }

.s-logos ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  height: 70px;
  border-top: 1px solid #EEEEEB;
  border-bottom: 1px solid #EEEEEB;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .s-logos ul {
      height: 100px; } }
  .s-logos ul li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box; }
    @media screen and (min-width: 48em) {
      .s-logos ul li {
        margin: 0px 20px; } }
    .s-logos ul li img  {
      max-width: 100%;
      max-height: 60px; }
      @media screen and (min-width: 48em) {
        .s-logos ul li img  {
          max-height: 100px; } }

.s-productivity--title {
  margin-top: 10px; }
  @media screen and (min-width: 48em) {
    .s-productivity--title {
      margin-top: 10px; } }

.s-productivity--bio {
  margin-bottom: 20px;
  color: #404040; }

.s-productivity__collection {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 48em) {
    .s-productivity__collection {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 10px 50px; } }
  @media screen and (min-width: 64em) {
    .s-productivity__collection {
      margin: 10px 100px; } }
  .s-productivity__collection__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 70%;}
    @media screen and (min-width: 48em) {
      .s-productivity__collection__item {
        background-color: #FFF;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
        padding: 20px 20px;
        border-radius: 9px;
        margin: 10px;
        -ms-flex-align: start;
            align-items: flex-start;
        min-height: 210px!important; } }
    .s-productivity__collection__item--img {
      min-height: 30px;
      max-height: 30px;
      margin: 0 auto; }
    .s-productivity__collection__item--title {
      margin-top: 20px;
      font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
      font-size: 20px;
      line-height: 23px;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .s-productivity__collection__item--title {
          text-align: center; } }
    .s-productivity__collection__item--bio {
      margin-top: 10px;
      font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #404040;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .s-productivity__collection__item--bio {
          text-align: center; } }
    .s-productivity__collection__item--link {
      margin-top: 10px;
      font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #404040;
      text-decoration: none;
      text-align: center;
      color: #387ED1; }
      @media screen and (min-width: 48em) {
        .s-productivity__collection__item--link {
          margin-top: auto; } }

.s-productivity .slick-dots{
    bottom: -25px;
}

/* ==== GRID SYSTEM for answers ==== */

.container_productivity {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row_productivity {
  position: relative;
  width: 100%;
}

.row_productivity [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row_productivity::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container_productivity {
    width: 80%;
  }
}


@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container_productivity {
    width: 75%;
    max-width: 60rem;
  }
}

/* POSITIONING */

.left_productivity {
  text-align: left;
  float: left;
}

.left_productivity img{
    max-height: 300px;
}

.right_productivity {
  float: right;
}



.s-productivity__answer__item {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1rem;
}

/*
.s-productivity__answer__item > * {
  margin: 0 0.5rem;
}
.s-productivity__answer__item > *:nth-child(1) {
  width: calc(100% / 3 * 2);
}
.s-productivity__answer__item > *:nth-child(2) {
  width: calc(100% / 3 * 1);
}

.s-productivity__answer__item--right {
    padding: 0px 25px 25px 25px;
}
.s-productivity__answer__item--img {

}

.s-productivity__answer__item--title {

} */

.s-productivity__answer__item--content p span{
    line-height: 21px;
    font-size: 14px;
}


.s-explain {
    background-color: #387ED1;
    background-image: url(https://simplicite.fr/wp-content/uploads/img/banner-explain-blue-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
  .s-explain--title {
    color: white;
    padding-top: 30px; }
    @media screen and (min-width: 48em) {
      .s-explain--title {
        padding-top: 60px; } }
  .s-explain--bio {
    color: white;
    margin-top: 10px; }
  .s-explain__container {
    position: relative;
    margin-top: 20px; }
    .s-explain__container__collection {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (min-width: 48em) {
        .s-explain__container__collection {
          -ms-flex-direction: row;
              flex-direction: row;
          height: 1000px;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 600px;
          padding-bottom: 30px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (min-width: 64em) {
        .s-explain__container__collection {
          width: 100%;
          height: inherit; } }
      .s-explain__container__collection__item {
        box-sizing: border-box;
        width: 200px;
        height: 200px;
        padding: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        text-align: center;
        background-color: #357ACC;
        margin: 20px;
        border-radius: 6px; }
        @media screen and (min-width: 48em) {
          .s-explain__container__collection__item {
            background-color: #387ED1; }
            .s-explain__container__collection__item:hover {
              background-color: #357ACC;
              cursor: pointer; } }
        @media screen and (min-width: 48em) {
          .s-explain__container__collection__item.active {
            position: relative;
            background-color: #0b4182; }
            .s-explain__container__collection__item.active:after {
              content: '';
              position: absolute;
              height: 30px;
              width: 30px;
              display: inline-block;
              background-color: #0b4182;
              transform: rotate(45deg);
              bottom: -14px; } }
        .s-explain__container__collection__item:nth-child(3), .s-explain__container__collection__item:nth-child(4) {
          -ms-flex-item-align: end;
              align-self: flex-end; }
          @media screen and (min-width: 48em) {
            .s-explain__container__collection__item:nth-child(3).active:after, .s-explain__container__collection__item:nth-child(4).active:after {
              top: -14px; } }
          @media screen and (min-width: 64em) {
            .s-explain__container__collection__item:nth-child(3), .s-explain__container__collection__item:nth-child(4) {
              -ms-flex-item-align: initial;
                  -ms-grid-row-align: initial;
                  align-self: initial; }
              .s-explain__container__collection__item:nth-child(3).active:after, .s-explain__container__collection__item:nth-child(4).active:after {
                bottom: -14px;
                top: inherit; } }
        .s-explain__container__collection__item--img {
          max-width: 60px;
          max-height: 60px;
          margin: 0 auto; }
        .s-explain__container__collection__item--title {
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          color: white;
          margin-top: 5px;
          padding-bottom: 0px; }
        .s-explain__container__collection__item--bio {
          margin-top: 5px;
          font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
          color: #DCDCDC;
          font-weight: 400;
          font-size: 13px;
          line-height: 21px; }
    .s-explain__container__mockup {
      display: none; }
      @media screen and (min-width: 48em) {
        .s-explain__container__mockup {
          display: block;
          position: absolute;
          width: 100%;
          top: 270px;
          left: 0px; }
          .s-explain__container__mockup__design, .s-explain__container__mockup__connect, .s-explain__container__mockup__run, .s-explain__container__mockup__use {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column; }
            .s-explain__container__mockup__design--img, .s-explain__container__mockup__connect--img, .s-explain__container__mockup__run--img, .s-explain__container__mockup__use--img {
              height: 460px;
              margin: 0 auto; }
            .s-explain__container__mockup__design__container, .s-explain__container__mockup__connect__container, .s-explain__container__mockup__run__container, .s-explain__container__mockup__use__container {
              display: none; }
          .s-explain__container__mockup__connect, .s-explain__container__mockup__run, .s-explain__container__mockup__use {
            display: none; } }
      @media screen and (min-width: 64em) {
        .s-explain__container__mockup {
          position: initial;
          margin-left: auto;
          margin-right: auto;
          max-width: 1024px; }
          .s-explain__container__mockup__design, .s-explain__container__mockup__connect, .s-explain__container__mockup__run, .s-explain__container__mockup__use {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            position: relative; }
            .s-explain__container__mockup__design--img, .s-explain__container__mockup__connect--img, .s-explain__container__mockup__run--img, .s-explain__container__mockup__use--img {
              width: 580px;
              height: inherit;
              margin: 0 auto;
              z-index: 100; }
              .s-explain__container__mockup__design--img img, .s-explain__container__mockup__connect--img img, .s-explain__container__mockup__run--img img, .s-explain__container__mockup__use--img img {
                width: 580px;
                height: inherit; }
            .s-explain__container__mockup__design__container, .s-explain__container__mockup__connect__container, .s-explain__container__mockup__run__container, .s-explain__container__mockup__use__container {
              position: absolute;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column;
              width: 100%;
              left: 0px;
              right: 0px;
              top: 0px;
              bottom: 0px; }
              .s-explain__container__mockup__design__container__texts, .s-explain__container__mockup__connect__container__texts, .s-explain__container__mockup__run__container__texts, .s-explain__container__mockup__use__container__texts {
                position: relative;
                height: 100%;
                width: 100%; }
                .s-explain__container__mockup__design__container__texts--first, .s-explain__container__mockup__design__container__texts--second, .s-explain__container__mockup__design__container__texts--third, .s-explain__container__mockup__connect__container__texts--first, .s-explain__container__mockup__connect__container__texts--second, .s-explain__container__mockup__connect__container__texts--third, .s-explain__container__mockup__run__container__texts--first, .s-explain__container__mockup__run__container__texts--second, .s-explain__container__mockup__run__container__texts--third, .s-explain__container__mockup__use__container__texts--first, .s-explain__container__mockup__use__container__texts--second, .s-explain__container__mockup__use__container__texts--third {
                  position: absolute;
                  width: 160px;
                  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
                  color: white;
                  font-size: 13px;
                  font-weight: 400;
                  line-height: 17px;
                  opacity: 1; }
                .s-explain__container__mockup__design__container__texts--first, .s-explain__container__mockup__connect__container__texts--first, .s-explain__container__mockup__run__container__texts--first, .s-explain__container__mockup__use__container__texts--first {
                  top: 70px;
                  left: -20px;
                  text-align: right; }
                  .s-explain__container__mockup__design__container__texts--first:after, .s-explain__container__mockup__connect__container__texts--first:after, .s-explain__container__mockup__run__container__texts--first:after, .s-explain__container__mockup__use__container__texts--first:after {
                    display: inline-block;
                    content: '';
                    width: 31px;
                    height: 19px;
                    position: absolute;
                    right: -40px;
                    top: 10px;
                    background-image: url(https://simplicite.fr/wp-content/uploads/img/icons/sketch-arrow-right.svg); }
                .s-explain__container__mockup__design__container__texts--second, .s-explain__container__mockup__connect__container__texts--second, .s-explain__container__mockup__run__container__texts--second, .s-explain__container__mockup__use__container__texts--second {
                  text-align: left;
                  top: 210px;
                  right: -20px; }
                  .s-explain__container__mockup__design__container__texts--second:before, .s-explain__container__mockup__connect__container__texts--second:before, .s-explain__container__mockup__run__container__texts--second:before, .s-explain__container__mockup__use__container__texts--second:before {
                    display: inline-block;
                    content: '';
                    width: 31px;
                    height: 19px;
                    position: absolute;
                    left: -40px;
                    top: 10px;
                    background-image: url(https://simplicite.fr/wp-content/uploads/img/icons/sketch-arrow-left.svg); }
                .s-explain__container__mockup__design__container__texts--third, .s-explain__container__mockup__connect__container__texts--third, .s-explain__container__mockup__run__container__texts--third, .s-explain__container__mockup__use__container__texts--third {
                  text-align: right;
                  top: 232px;
                  left: -20px; }
                  .s-explain__container__mockup__design__container__texts--third:after, .s-explain__container__mockup__connect__container__texts--third:after, .s-explain__container__mockup__run__container__texts--third:after, .s-explain__container__mockup__use__container__texts--third:after {
                    display: inline-block;
                    content: '';
                    width: 31px;
                    height: 19px;
                    position: absolute;
                    right: -40px;
                    top: 10px;
                    background-image: url(https://simplicite.fr/wp-content/uploads/img/icons/sketch-arrow-right.svg); }
          .s-explain__container__mockup__connect, .s-explain__container__mockup__run, .s-explain__container__mockup__use {
            display: none; } }

.s-technos--title {
  margin-top: 40px; }
  @media screen and (min-width: 48em) {
    .s-technos--title {
      margin-top: 60px; } }

.s-technos--bio {
  margin-top: 10px;
  color: #404040; }

.s-technos__collection {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .s-technos__collection__iaas, .s-technos__collection__paas, .s-technos__collection__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 28%; }
    .s-technos__collection__iaas__item, .s-technos__collection__paas__item, .s-technos__collection__container__item {
      margin: 20px 0px;
      padding: 10px;
      height: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .s-technos__collection__iaas__item img, .s-technos__collection__paas__item img, .s-technos__collection__container__item img {
        width: 100%; }

.s-technos__cta {
  margin-top: 30px;
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .s-technos__cta--btn {
    background-color: transparent;
    border: 2px solid #d8d8d8;
    color: #404040; }
    .s-technos__cta--btn:hover {
      background-color: #2B2B2B;
      color: #fff; }

.s-double {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 64em) {
    .s-double {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .s-double__v4, .s-double__client {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%; }
    @media screen and (min-width: 42.375em) {
      .s-double__v4, .s-double__client {
        height: 650px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 110px; } }
    @media screen and (min-width: 64em) {
      .s-double__v4, .s-double__client {
        padding-top: 200px; } }
    .s-double__v4--title, .s-double__client--title {
      color: white; }
    .s-double__v4--bio, .s-double__client--bio {
      color: white;
      max-width: 400px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; }
    .s-double__v4--cta, .s-double__client--cta {
      width: 225px;
      margin: 40px auto; }
  .s-double__v4 {
    background-color: #387ED1;
    position: relative; }
    .s-double__v4:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 156px;
      width: 265px;
      background-image: url(https://simplicite.fr/wp-content/uploads/img/background-v4.png);
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 48em) {
        .s-double__v4:before {
          width: 385px;
          height: 211px; } }
    .s-double__v4--title {
      margin-top: 100px; }
      @media screen and (min-width: 48em) {
        .s-double__v4--title {
          margin-top: 0px; } }
  .s-double__client {
    background-color: #2B2B2B;
    position: relative; }
    .s-double__client:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 144px;
      width: 260px;
      background-image: url(https://simplicite.fr/wp-content/uploads/img/background-client.png);
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 48em) {
        .s-double__client:before {
          width: 346px;
          height: 203px; } }
    .s-double__client--title {
      margin-top: 40px; }
      @media screen and (min-width: 48em) {
        .s-double__client--title {
          margin-top: 0px; } }
    .s-double__client--cta {
      margin-bottom: 120px; }
      @media screen and (min-width: 48em) {
        .s-double__client--cta {
          margin-bottom: 40px; } }

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../../../../../../themes/Divi-child/./ajax-loader.gif) center center no-repeat;
}

.s-productivity .slick-current {
    opacity: 1!important;
}

.s-productivity .slick-active {
    opacity: 0.5;
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../../../../../../themes/Divi-child/./fonts/slick.eot);
    src: url('../../../../../../themes/Divi-child/./fonts/slick.eot?#iefix') format('embedded-opentype'), url(../../../../../../themes/Divi-child/./fonts/slick.woff) format('woff'), url(../../../../../../themes/Divi-child/./fonts/slick.ttf) format('truetype'), url('../../../../../../themes/Divi-child/./fonts/slick.svg#slick') format('svg');
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: -23%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #4D90FE;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 190px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 210px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Navigation uses-cases */

.nav-previous {
    max-width: 350px;
        animation: animation 3000ms linear infinite both;
}

.nav-next {
     max-width: 350px;
}

/* RGPD - Countdown */

/** Timer Styling ******************/
#clockdiv {
    color: #ABBECA;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	color: #636363;
}

#clockdiv > div{
    padding: 10px;
	border-radius: 3px;
	background: rgba(0,0,0,0);
	display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
	border-radius: 3px;
	background: #F6F7FB;
	display: inline-block;
}

.smalltext{
    padding-top: 5px;
	font-size: 16px;
	color: #FFF;
    font-weight: regular;
}

.clock-container{
   width: 100%;

}

/** embed container *****************
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

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

