@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400);
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased !important;
}

p,
a,
li,
ul,
span,
strong,
h1,
h2,
h3,
h4,
h5,
input,
button,
select,
textarea,
div {
    font-family: "Open Sans", sans-serif;
}

.clear {
    clear: both;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

#header {
    padding: 0px 40px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.logo {
    float: left;
}

.logo a {
    background-image: url("../img/base/Kameleoon-WhiteLogo.png");
    background-size: cover;
    display: block;
    height: 62px;
    width: 120px;
}

.logo span {
    display: none;
}

nav.main-nav.navbar-right {
    margin-top: 30px;
}

nav.main-nav.navbar-right a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    color: white;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 15px 15px;
    font-weight: 600;
}

nav.main-nav.navbar-right .nav-item.active a {
    color: #00A485;
}

nav.main-nav.navbar-right .nav-item:hover a {
    color: #00A485;
    background: none;
}

nav.main-nav.navbar-right .nav-item a:focus {
    background: none;
}

.nav-item.last .btn {
    text-shadow: none!important;
    border: 1px solid white;
    color: white;
    padding: 10px;
    margin-top: 4px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

nav.main-nav.navbar-right .nav-item.last .btn:hover {
    border-color: rgba(0, 0, 0, 0);
    background: #00A485;
    color: white;
}

li.nav-item.ksep {
    color: white;
    font-size: 22px;
    line-height: 21px;
    padding: 14px 10px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
}

nav.main-nav.navbar-right .dropdown-menu a {
    color: #a2aeae!important;
}

nav.main-nav.navbar-right .dropdown-menu a:hover {
    color: #00A485!important;
}

.nav .open>a {
    background: none;
}

.open a.dropdown-toggle {
    background-color: white!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #00A485!important;
}

ul.dropdown-menu {
    margin-top: -1px!important;
    margin-left: -28px!important;
    border: none;
    border-top-left-radius: 5px!important;
    background-color: white;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.mobile_only {
    display: none!important;
}

#header.scrolled nav.main-nav.navbar-right {
    margin-top: 15px;
}

#header.scrolled .logo a {
    background-image: url(../img/base/logo-green.svg);
    background-size: cover;
    display: block;
    height: 40px;
    width: 80px;
}

#header.scrolled {
    background: white;
    border-bottom: 1px solid #e5e5e5;
    z-index: 81818181;
}

.logo {
    float: left;
    margin-bottom: 15px;
}

#header.scrolled nav.main-nav.navbar-right .nav-item.last .btn {
    border-color: rgba(0, 0, 0, 0);
    background: #00A485;
    color: white;
}

#header.scrolled nav.main-nav.navbar-right a {
    color: #a2aeae;
}

.scrolled ul.dropdown-menu {
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: white;
}

.scrolled .open a.dropdown-toggle {
    background-color: white!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #00A485!important;
}

.scrolled ul.dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #dedede transparent;
    position: absolute;
    top: -16px;
    right: 24px;
}

.scrolled ul.dropdown-menu::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -15px;
    right: 25px;
}

.scrolled .btn:hover {
    border-color: #3D807B!important;
    background: #3D807B!important;
    color: white;
}

.scrolled .navbar-toggle .icon-bar {
    background-color: #7F7F7F;
}

#home .main_bg {
    background-image: url("../img/home/main_bg.jpg");
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -50;
}

#home .main_on_bg {
    position: relative;
    padding-top: 25vh;
    height: 100%;
    z-index: 10;
    max-height: 1080px;
}

@media screen and (min-width:2820px) {
    #home .main_on_bg {
        max-height: 1500px !important;
    }
}

#home .main_on_bg h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 600;
}

#home .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 3em;
    color: white;
    font-weight: 400;
}

#home .main_on_bg h1 small {
    font-weight: 400;
}

.try {
    font-family: "Open Sans", sans-serif;
    background-color: #00A485;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 40px;
    border: none;
    color: white;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
    border: 1px solid #00A485;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

button.try.demo {
    border: 1px solid white;
    background: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.try:hover {
    background-color: #3D807B;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-color: #3D807B;
    color: white;
    text-decoration: none;
}

button.try.demo:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a.video {
    font-family: "Open Sans", sans-serif;
    color: rgb(210, 210, 210);
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: white;
}

#picto_logo {
    background: white;
    max-height: 120px;
    margin-top: -65px;
    background: #f0f3f6;
}

#picto_logo img {
    width: 80%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

section.tour1 {
    position: relative;
    background: white;
    padding-top: 40px;
}

section.tour1 h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 3.4em;
}

section.tour1 p.desc {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 1.3em;
    color: #7b858b;
}

section.tour1 .selectable p.desc {
    font-size: 1.3em;
    margin-bottom: 0px;
}

section.tour1 .selectable p.title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.4em;
}

.selectable {
    box-sizing: border-box;
    cursor: pointer;
    padding: 20px;
    width: 85%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.selectable.right {
    float: right;
}

.tour_img {
    width: 100%;
}

.selectable.active {
    background-color: rgba(33, 186, 194, 0.1);
    border-radius: 5px;
}

.selectable.active p.title {
    color: #00A485;
}

.tour1 a {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #00A485;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    color: #00A485;
    width: 350px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 600;
}

.tour1 a.video {
    border: none;
    padding: 0;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: 60px;
}

.tour1 a:hover {
    text-decoration: none;
    background: #00A485;
    color: white;
}

.tour1 a.video:hover {
    text-decoration: none;
    color: #3D807B;
    background: none;
}

section#quality {
    padding-bottom: 100px;
    background: #f6f7f9;
    position: relative;
    padding-top: 60px;
}

section#quality h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 3.4em;
}

section#testimonial {
    padding-bottom: 100px;
    background: white;
    position: relative;
    padding-top: 60px;
}

.studieToHide {
    display: none;
}

#ressources section#testimonial {
    padding-bottom: 60px;
    background: #f6f7f9;
    position: relative;
    padding-top: 60px;
}

section#testimonial h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 3.4em;
}

#testimonial .bloc {
    margin: 0 auto;
    border-radius: 5px;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 20px;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);
    border-bottom: 0px solid #dedede!important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    max-width: 540px;
}

#testimonial .bloc img.bg {
    height: 370px;
    width: auto;
    opacity: 0.4;
}

#testimonial a .bloc h3 {
    position: relative;
    line-height: 300px;
    text-align: center;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 3em;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 0;
    top: -338px;
}

#testimonial .bloc p {
    position: absolute;
    top: 15%;
    font-size: 2em;
    color: white;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
    width: 100%;
    left: 0;
}

#testimonial p span {
    margin-bottom: 55px;
    display: block;
}

#testimonial p strong {
    font-size: 2em;
}

#testimonial i.fa.fa-play-circle {
    font-size: 3em;
}

#testimonial .bloc:hover h3 {
    opacity: 0;
}

#testimonial .bloc:hover p {
    opacity: 1;
}

#testimonial .bloc:hover img.bg {
    opacity: 0.2;
}

#testimonial button {
    position: absolute;
    bottom: 50px;
    left: 0;
    background: none;
    color: white;
    border: 1px solid white;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 180px;
    left: 50%;
    margin-left: -90px;
    display: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#testimonial .bloc:hover button {
    display: block;
}

#testimonial .bloc.vert {
    border-color: #8FA402;
}

#testimonial .bloc.bleuvert {
    border-color: #3D807B;
}

#testimonial .bloc.orange {
    border-color: #F08800;
}

#testimonial .bloc.bleu {
    border-color: #0096B9;
}

#testimonial .bloc.rouge {
    border-color: #C22F16;
}

#testimonial .bloc.violet {
    border-color: #64286D;
}

#testimonial .bloc.vert {
    background-color: #8FA402;
}

#testimonial .bloc.bleuvert {
    background-color: #3D807B;
}

#testimonial .bloc.orange {
    background-color: #F08800;
}

#testimonial .bloc.bleu {
    background-color: #0096B9;
}

#testimonial .bloc.rouge {
    background-color: #C22F16;
}

#testimonial .bloc.violet {
    background-color: #64286D;
}

section#confiance {
    padding-bottom: 70px;
    background: white;
    position: relative;
    padding-top: 60px;
    background: #f6f7f9;
}

section#confiance h2 {
    margin-bottom: 70px;
    font-size: 2.4em;
}

#confiance img {
    width: 80%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    margin-bottom: 30px;
}

#video_t_1_1,
#video_t_1_2,
#video_t_1_3,
#video_t_2_1,
#video_t_2_2,
#video_t_2_3 {
    width: 100%;
    height: auto;
    position: relative;
    top: 23px;
    left: 5px;
}

#img_t_1 {
    position: absolute;
    left: 0;
    top: 0;
}

.picto img {
    border-radius: 5px;
}

.picto.violet img {
    border: 2px solid #64286D;
}

.picto.bleu img {
    border: 2px solid #0096B9;
}

.picto.orange img {
    border: 2px solid #F08800;
}

.picto.rouge img {
    border: 2px solid #C22F16;
}

p.subtitle {
    font-family: "Open Sans", sans-serif;
    color: #333;
    margin-top: 15px;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 600;
}

p.sub_text {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3em;
    padding: 0px 5px;
}

section#adopt {
    background: url("../img/base/adopt.png") bottom right no-repeat #00735d;
    padding-bottom: 100px;
    position: relative;
    padding-top: 60px;
}

section#adopt h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
    font-size: 30px;
    color: white;
    font-weight: 600;
}

.homev5 section#adopt h2 {
    margin-top: 30px;
}

section#adopt p {
    font-family: "Open Sans", sans-serif;
    color: white;
}

#adopt .right {
    text-align: right;
    margin-top: 30px;
    display: inline-block;
    width: 50% !important;
}

#adopt .left {
    text-align: right;
    margin-top: 30px;
    display: inline-block;
    width: 50% !important;
}

#adopt .left a {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #00A485;
    background-color: #00A485;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 223.390625px;
    text-align: center;
}

#adopt .left a:hover {
    background: #3D807B;
    text-decoration: none;
    color: white;
    border-color: #3D807B;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#adopt .right a {
    font-family: "Open Sans", sans-serif;
    border: 1px solid white;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 223.390625px;
    text-align: center;
}

#adopt .right a:hover {
    background-color: white;
    color: black;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer {
    position: relative;
    background: white;
    padding-top: 40px;
    padding-bottom: 20px;
}

footer .lang a {
    color: #333!important;
}

footer .lang a:hover {
    color: #00A485!important;
    text-decoration: none;
}

@media screen and (min-width:992px) {
    footer .col-md-2 {
        width: 20%;
    }
}

@media screen and (max-width:991px) {
    footer .col-md-2 {
        text-align: center;
    }
    .selectable {
        width: 100%!important;
        margin-top: 10px;
    }
    p.sub_text {
        margin-bottom: 40px;
    }
    section#quality h2,
    section#tour h2 {
        margin: none !important;
    }
    section.tour1 h2 {
        display: inline-block;
        margin-top: 0px!important;
    }
    #picto_logo {
        margin-top: -80px!important;
        max-height: 80px!important;
    }
    #quality .content.text-center.col-sm-6 {
        width: 50%!important;
    }
    #testimonial .bloc {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .picto.rouge,
    .picto.bleu,
    .picto.violet,
    .picto.orange {
        text-align: center;
    }
    #picto_services ul {
        text-align: left !important;
    }


}

footer ul {
    padding-left: 0;
}

footer li {
    list-style: none;
}

footer li a,
footer p {
    font-family: "Open Sans", sans-serif;
}

footer p {
    color: #333333;
    font-weight: 600;
    font-size: 1.1em;
}

footer li a {
    color: rgb(154, 159, 168);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer li a:hover {
    color: #23527c;
}

.rsociaux a {
    background-color: #333333;
    border-radius: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 4px;
}

.rsociaux a i {
    color: white;
    position: relative;
    top: 4px;
    left: 9px;
}

.rsociaux a:hover {
    background-color: #00A485;
}

.shadow_popin {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 81818182;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.video_popin {
    margin-left: -25%;
    position: fixed;
    z-index: 81818183;
    height: 500px;
    width: 50%;
    left: 50%;
    top: 20%;
}

#services .main_bg {
    background-image: url("../img/services/main_bg.jpg");
    background-size: cover;
    position: fixed;
    min-height: 700px;
    width: 100%;
    top: 0;
    -webkit-transform: translateZ(0);
    z-index: -10;
    background-position: center 18%;
}

#services.new .main_bg {
    background-image: url("../img/services/new/main_bg.jpg");
    background-position: center 40%;
}

#services .main_on_bg {
    position: relative;
    padding-top: 210px;
    min-height: 500px;
    z-index: 10;
}

#services .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    color: white;
}

#services #picto {
    background-color: white;
    position: relative;
    padding-top: 50px;
}

#services #picto .container {
    border-bottom: 1px #dedede solid;
}

@media screen and (min-width:992px) {
    #picto .col-md-2 {
        width: 20%;
    }
}

#services p.picto_name {
    font-family: "Open Sans", sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    padding-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

#services #picto_services {
    background: white;
    position: relative;
    padding-top: 80px;
}

section#picto_services h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 2.3em;
}

#picto_services p.title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 10px;
}

#picto_services .violet p.title {
    color: #64286D;
}

#picto_services .bleu p.title {
    color: #0096B9;
}

#picto_services .orange p.title {
    color: #F08800;
}

#picto_services .rouge p.title {
    color: #C22F16;
}

#picto_services ul {
    padding: 0;
    margin-bottom: 80px;
    padding-left: 35px;
    padding-top: 10px;
}

#picto_services li {
    list-style: none;
    line-height: 2em;
}

#picto_services p.desc {
    font-size: 1.1em;
    font-weight: 600!important;
}

#picto_services p.desc strong {
    font-size: 1em;
    font-weight: 600!important;
}

#picto_services .picto img {
    border-width: 3px;
}

section#formation {
    background: #f5f7f9;
    position: relative;
    padding-top: 50px;
}

section#formation h2 {
    margin-bottom: 80px;
    font-size: 2.3em;
    line-height: 1.4em;
}

#formation p.desc.text-center {
    font-size: 1.4em;
    margin-bottom: 80px;
}

#formation p.desc.text-center a {
    color: #00A485;
}

#formation .bloc {
    background-color: white;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

#formation .bloc h2 {
    font-size: 1.8em;
    text-transform: initial;
    margin-bottom: 25px;
}

#formation .bloc {
    background-color: white;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    min-height: 420px;
    margin-bottom: 120px;
}

#formation .bloc p {
    font-size: 1.1em;
}

.bloc h3 {
    font-size: 1.4em;
}

button.formation_button {
    background-color: #f6891f;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

#services.new .menu_onglet_nav {
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    height: 62px;
}

.menu_onglet_nav div {
    padding: 0;
}

.menu_onglet_nav p.actif {
    padding-top: 30px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 4px solid #00A485;
    color: black;
}

.menu_onglet_nav p {
    padding-top: 32px;
    color: #7b858b;
    cursor: pointer;
}

.menu_onglet_nav p:hover {
    padding-top: 30px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 4px solid rgba(0, 164, 133, 0.6);
}

.menu_onglet_nav p.actif:hover {
    border-bottom: 4px solid rgba(0, 164, 133, 1);
}

.onglet_abtesting {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: none;
}

.onglet_abtesting.onglet_actif {
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.onglet_personnalisation {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: none;
}

.onglet_personnalisation.onglet_actif {
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#services.new .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

#services.new .nav-tabs,
#services.new .nav-pills {
    text-align: center!important;
}

#services.new p.title {
    text-align: center;
}

#services.new .nav-tabs a {
    font-size: 18px;
    color: #00A485;
}

.nav-tabs li:hover a {
    background-color: #00A485;
    color: white!important;
}

.nav-tabs li:hover a {
    border-color: white;
}

.nav-tabs li.active:hover a {
    border: 1px solid #ddd;
    border-bottom-color: white!important;
}

.nav-tabs li.active:hover a {
    background: none;
    color: #555!important;
    border-bottom-color: white!important;
}

.nav-tabs li.active a {
    color: #555!important;
    font-weight: 600!important;
}

#services.new .partners {
    border-radius: 5px;
}

#services.new #picto_services ul {
    margin-bottom: 60px;
}

#services.new div.container_services {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    color: white;
    font-size: 1.2em;
    background-color: rgba(0, 0, 0, .3);
    height: 64px;
}

#services.new .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    color: white;
    font-weight: 600;
}

#services.new p.accroche_services {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 7px;
}

#services.new p.accroche_services a {
    color: white;
}

#services.new p.accroche_services span {
    font-weight: 600;
}

#services.new #agence,
#services.new #agenceKesselhaus {
    padding-top: 0;
}

#services.new #agence .agence,
#services.new #agenceKesselhaus .agenceKesselhaus {
    margin-top: 30px;
}

#services.new #agence .img_container,
#services.new #agenceKesselhaus .img_container {
    margin-bottom: 0px;
}

#services.new div#agence,
#services.new div#agenceKesselhaus {
    margin-top: 50px;
}

#services.new a.formation_button {
    background-color: #00A485;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#services.new a.formation_button:hover {
    background-color: #3D807B!important;
    text-decoration: none;
}

#services.new p.partners_title {
    font-size: 1.5em;
    padding-top: 20px;
    margin-bottom: -10px;
}

#services.new #agence,
#services.new #agenceKesselhaus {
    padding-bottom: 30px;
}

#offer {
    background-color: #f6f7f9;
}

#offer .main_on_bg {
    position: relative;
    padding-top: 200px;
    min-height: 900px;
    z-index: 10;
}

#offer .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
}

#offer .tour1 {
    background-color: #f6f7f9;
    position: relative;
}

#offer .tour1 p.desc {
    min-height: 100px;
}

.chapter h2 {
    text-transform: uppercase;
}

.chapter_number {
    font-family: 'Open Sans', sans-serif;
    color: #e9e9e9;
    font-size: 3.5em;
    font-weight: 100;
    margin: 0;
}

.chapter_title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5em;
    border-left: 3px solid black;
    padding-left: 10px;
    line-height: 1.5em;
}

.chapter_subtitle {
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 3px solid black;
    margin-top: 0px;
}

.chapter_content {
    margin-bottom: 80px;
}

.chapter_content ul.list {
    margin-top: 40%;
    padding-left: 0;
}

.chapter_content ul.list li {
    list-style: none;
    margin-bottom: 10px;
    color: #7B858B;
    font-size: 1.1em;
    cursor: pointer;
}

.chapter_content ul.list li.active {
    color: white;
    background-color: black;
    border-radius: 5px;
}

.chapter_content ul.list li img {
    width: 50px;
    padding: 10px;
}

ul.static_ul li {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.chapter_content h4 {
    margin-top: 40px;
}

.chapter_img {
    margin-top: 25px;
}

#video_editeur {
    height: 375px;
    overflow: hidden;
    position: relative;
}

#offer #video_t_1_2 {
    width: 100%;
    height: auto;
    position: relative;
    top: -100px;
    left: 5px;
}

#video_editeur img {
    position: absolute;
    top: 0;
    left: 0;
}

#mobile {
    background-color: #f6f7f9;
}

#mobile .main_on_bg {
    position: relative;
    padding-top: 200px;
    min-height: 500px;
    z-index: 10;
    overflow: hidden;
}

#mobile .main_on_bg img {
    margin-top: 30px;
}

#mobile .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
}

#mobile .tour1 {
    background-color: #f6f7f9;
    position: relative;
}

#mobile .tour1 p.desc {
    min-height: 100px;
}

.ul_right li {
    font-size: 1.1em;
}

#mobile section#creation {
    padding-top: 50px;
}

#perso {
    background-color: #f6f7f9;
}

#perso .main_on_bg {
    position: relative;
    padding-top: 200px;
    min-height: 900px;
    z-index: 10;
}

#perso .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
}

#perso .tour1 {
    background-color: #f6f7f9;
    position: relative;
}

#perso .tour1 p.desc {
    min-height: 100px;
}

#ciblage .content.col-md-3.col-sm-12.col-xs-12 {
    padding-right: 0px!important;
}

.chapter_img {
    padding-left: 95px;
}

.chapter_img.col-md-12,
.chapter_img.col-md-5 {
    padding-left: 0px;
}

.chapter_img p {
    text-align: center;
}

.chapter_img img {
    width: 100%;
}

.chapter_img.col-md-12 img {
    width: 50%;
}

#perso.new .main_bg {
    background: url(https://www.kameleoon.com/img/services/new/main_bg.jpg);
    background: url(https://www.kameleoon.com/img/perso/new/mockup.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 55%;
    position: fixed;
    top: 0;
    width: 120%;
    z-index: -1;
    margin-left: -10%;
}

#perso.new .main_on_bg {
    min-height: 500px;
}

#perso.new #ciblage {
    padding-top: 100px;
}

#perso.new .main_on_bg h1 {
    color: white;
    font-weight: 600;
    position: relative;
    top: 20px;
}

.main_picto_chapter h2 {
    color: white;
}

#perso.new section#ciblage,
#perso.new section#analyse,
#perso.new section#creation {
    background-color: #f6f7f9;
}

#perso.new section#analyse {
    padding-bottom: 70px;
    margin-bottom: 0;
}

#rates {
    background-color: #f6f7f9;
}

#rates .main_on_bg {
    position: relative;
    padding-top: 150px;
    z-index: 10;
}

#rates .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
    text-transform: inherit;
}

#rates .tour1 {
    background-color: #f6f7f9;
    position: relative;
}

#rates .tour1 p.desc {
    min-height: 100px;
}

section#tarifs {
    position: relative;
    margin-top: 40px;
}

#rates .col-centered.bloc_tarif {
    border-radius: 5px;
    overflow: hidden;
    background: white;
    border: 2px solid #e9e9e9;
}

.table_objectifs .col-md-4.col-sm-4.col-xs-4.pr-fix {
    padding-right: 0;
}

@media screen and (min-width:992px) {
    #tarifs .col-md-2 {
        width: 20%;
        padding: 5px;
    }
}

#tarifs p.head {
    background-color: #e9e9e9;
    color: white;
    font-size: 1.4em;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

#tarifs p.content {
    padding-top: 50px;
    padding-bottom: 30px;
    height: 110px;
    box-sizing: border-box;
    display: block;
}

#tarifs p.price {
    font-size: 3em;
    font-weight: 600;
}

#tarifs p.price small {
    font-size: 0.4em;
    width: 50px;
    display: inline-block;
    text-align: left;
    line-height: 1em;
    padding-left: 10px;
}

button.dark_button.black {
    border: none;
    font-weight: 600!important;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: white;
}

.c0 .head,
.c0 button.dark_button.black {
    background-color: #00A485 !important;
}

.c0 {
    border-color: #00A485 !important;
}

.c1 .head,
.c1 button.dark_button.black {
    background-color: #F08800 !important;
}

.c1 {
    border-color: #F08800 !important;
}

.c2 .head,
.c2 button.dark_button.black {
    background-color: #C22F16 !important;
}

.c2 {
    border-color: #C22F16 !important;
}

.c3 .head,
.c3 button.dark_button.black {
    background-color: #0096ba !important;
}

.c3 {
    border-color: #0096ba !important;
}

.c4 .head,
.c4 button.dark_button.black {
    background-color: #8FA402 !important;
}

.c4 {
    border-color: #8FA402 !important;
}

#inclus {
    position: relative;
    margin-top: 100px;
    padding-top: 80px;
    background-color: white;
    padding-bottom: 80px;
}

section#inclus h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 2.3em;
}

section#inclus .liste_inclus h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 40px;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
}

section#hotline {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(0, 150, 186);
}

#hotline h2 {
    font-size: 3em;
    color: white;
}

#hotline p {
    font-size: 1.4em;
    line-height: 2em;
    padding-left: 5px;
    color: white;
}

#about {
    background-color: #f6f7f9;
}

#about .main_bg {
    background: url(../img/about/main_bg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -10;
}

#about .main_on_bg {
    position: relative;
    padding-top: 150px;
    z-index: 10;
    background: #f6f7f9;
}

#about .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
}

#about .main_on_bg p {
    font-size: 1.4em;
    margin-top: 30px;
}

#teamKesselhaus {
    position: relative;
    padding-top: 50px;
    background: #f6f7f9;
}

#teamKesselhaus .square {
    padding: 0;
}

#teamKesselhaus .team_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    padding: 30px;
}

#teamKesselhaus .team_overlay h2 {
    margin-top: 60px;
    font-weight: bold;
}

#teamKesselhaus .team_overlay h3 {
    margin-top: 0px;
    font-size: 18px;
    font-style: italic;
}

#teamKesselhaus .team_overlay h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

#teamKesselhaus .team_overlay span {
    margin-top: 0px;
}

#teamKesselhaus .team_overlay h2,
#teamKesselhaus .team_overlay h3,
#teamKesselhaus .team_overlay h4,
#teamKesselhaus .team_overlay span {
    display: none;
}

#teamKesselhaus .team_overlay:hover h2,
#teamKesselhaus .team_overlay:hover h3,
#teamKesselhaus .team_overlay:hover h4,
#teamKesselhaus .team_overlay:hover span {
    display: block;
    color: #ffffff;
    text-align: center;
}

#teamKesselhaus .team_overlay:hover {
    background: rgba(54, 123, 118, 0.7);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

img.team_head {
    width: 100%;
}

#team {
    position: relative;
    padding-top: 50px;
    background: #f6f7f9;
}

#team .square {
    padding: 0;
}

#team .team_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(54, 123, 118, 0.7);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

#team .team_overlay:hover {
    background: none;
}

#team .square.active .team_overlay {
    background: none;
}

button.team_more {
    margin-top: 50px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #00A485;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin-bottom: 80px;
    border: 1px solid #00A485;
    width: 300px;
}

a.team_join {
    margin-top: 50px;
    border: 1px solid #00A485;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: white;
    color: #00A485;
    font-weight: 600;
    width: 300px;
    margin-bottom: 80px;
    display: inline-block;
}

a.team_join:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: rgba(200, 200, 200, 0.4);
}

button.team_more:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: rgba(5, 180, 154, 0.5);
}

.square.last {
    padding: 23px!important;
    font-size: 1.1em;
    background-color: rgba(54, 123, 118, 0.4);
    min-height: 285px;
}

.team_content.team_left {
    width: 200%;
    height: 100%;
    position: absolute;
    left: -200%;
    z-index: 8080;
    top: 0;
    pointer-events: none;
    padding: 20px;
    background-color: rgba(54, 123, 118, 0.4);
}

.team_content.team_right {
    width: 200%;
    height: 100%;
    position: absolute;
    left: 100%;
    z-index: 8080;
    top: 0;
    pointer-events: none;
    padding: 20px;
    background-color: rgba(54, 123, 118, 0.8);
}

p.team_name {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 2em;
}

p.team_poste {
    color: white;
    font-weight: 600;
    font-size: 1.4em;
    margin-top: -10px;
}

p.team_desc {
    font-size: 1.1em;
    color: white;
}

section#dates h2 {
    padding-bottom: 20%;
    padding-top: 20%;
    font-size: 3.6em;
    color: white;
    font-weight: 500;
}

section#timeline {
    position: relative;
    padding-top: 80px;
    background: white;
}

.container.timeline.text-center::before {
    content: "";
    display: block!important;
    width: 4px;
    height: 100%;
    background-color: #00A485;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -3px;
}

p.year {
    display: inline-block;
    padding: 12px 25px;
    background-color: #00A485;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    position: relative;
    font-size: 1.2em;
}

#timeline .date {
    background-color: white;
    padding: 20px;
    border: 1px solid #00A485;
    border-radius: 5px;
    font-size: 1.3em;
    text-align: left;
}

#timeline p.date_content strong {
    color: #00A485;
    font-size: 1.1em;
    text-transform: uppercase;
}

p.date_date {
    text-align: right;
    position: relative;
    top: 25px;
    left: 10px;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 10px;
}

@media screen and (min-width:992px) {
    .date.left::before {
        content: "";
        display: block;
        position: absolute;
        right: -100px;
        width: 100px;
        height: 4px;
        background-color: rgb(5, 180, 154);
        top: 50px;
    }
    .date.right::before {
        content: "";
        display: block;
        position: absolute;
        left: -100px;
        width: 100px;
        height: 4px;
        background-color: rgb(5, 180, 154);
        top: 50px;
    }
    .date.left::after {
        content: "";
        display: block;
        position: absolute;
        right: -113px;
        width: 30px;
        height: 30px;
        background-color: rgb(5, 180, 154);
        border: 5px solid white;
        top: 37px;
        border-radius: 30px;
    }
    .date.right::after {
        content: "";
        display: block;
        position: absolute;
        left: -113px;
        width: 30px;
        height: 30px;
        background-color: rgb(5, 180, 154);
        border: 5px solid white;
        top: 37px;
        border-radius: 30px;
    }
}

i.fa.fa-chevron-down.fa-4 {
    font-size: 2.3em;
    background-color: #FFFFFF;
    padding-top: 10px;
    margin-top: 80px;
    padding-bottom: 80px;
}

section#innovation {
    background: #5d2067;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

section#innovation h2 {
    color: white;
    font-weight: 500;
    font-size: 3.4em;
}

section#innovation p {
    color: white;
    font-size: 1.3em;
}

#innovation p.section-head {
    font-weight: 600;
    font-size: 1.3em;
    color: white;
    text-transform: uppercase;
}

section#recrutement {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f7f9;
}

section#recrutement h2 {
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
}

#recrutement p.section-head {
    font-size: 1.4em;
    margin-top: 50px;
}

.offre_recrutement {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.offers {
    margin-top: 100px;
}

.offre_recrutement h4 {
    font-size: 1.3em;
    font-weight: 600;
}

p.offre_detail {
    font-size: 1.1em;
    margin-top: -5px;
}

.offre_recrutement a {
    font-size: 16px;
    font-weight: 600;
    line-height: 67px;
    padding: 10px 15px;
    background-color: white;
    color: rgb(5, 180, 154);
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #00A485;
}

.offre_recrutement a:hover {
    line-height: 67px;
    padding: 10px 15px;
    background-color: #00A485;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #00A485;
}

.candidature a {
    font-size: 16px;
    font-weight: 600;
    color: #00A485;
    border: 1px solid #00A485;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.candidature a:hover {
    color: white;
    border: 1px solid #00A485;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    background: #00A485;
    text-decoration: none;
}

p.data_text {
    font-size: 1.2em;
    text-align: center;
}

#offer .orange .chapter_subtitle,
#perso .orange .chapter_subtitle,
#mobile .orange .chapter_subtitle {
    color: #F08800;
    border-color: #F08800;
}

#offer .orange .chapter_title,
#perso .orange .chapter_title,
#mobile .orange .chapter_title {
    border-color: #F08800;
}

#offer .orange .chapter_number,
#perso .orange .chapter_number,
#mobile .orange .chapter_number {
    color: #F08800;
}

#offer .orange .chapter_number,
#perso .orange .chapter_number,
#mobile .orange .chapter_number {
    color: #F08800;
}

#offer .orange li.active,
#perso .orange li.active,
#mobile .orange li.active {
    background-color: #F08800;
}

#contact {
    background-color: #f6f7f9;
}

#contact .main_bg {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
}

#contact .main_on_bg {
    position: relative;
    padding-top: 0px;
    z-index: 10;
    height: 0px;
    background-color: rgba(255, 255, 255, 0.4);
}

#contact .main_on_bg h1 {
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 4em;
    font-weight: 600;
}

section#contact_picto {
    background-color: white;
    position: relative;
}

p.infos_carte {
    position: relative;
    font-size: 1.1em;
    padding: 13px 0px 7px 50px;
    margin-bottom: 0;
    top: -40px;
}

p.infos_carte.tel {
    padding-top: 21px;
    padding-left: 55px;
}

p.infos_carte.mail {
    padding-top: 34px;
    padding-left: 65px;
}

.picto_carte {
    position: absolute;
    font-size: 3em;
    line-height: 10px;
    color: #00A485;
}

section#contactus {
    position: relative;
    padding-top: 12%;
    padding-bottom: 80px;
    height: 100%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#contactus .blocForm {
    background: white;
    border-radius: 5px;
    padding: 20px 20px;
}

section#contactus.contactHide {
    margin-left: -200%;
    z-index: -1;
}

.showContact {
    position: absolute;
    top: 40%;
    height: 100px;
    width: 45px;
    color: white;
    z-index: 8080;
    left: 0;
    background-color: #00A485;
    line-height: 100px;
    font-size: 3em;
    font-weight: 600;
    padding-left: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    display: none;
}

#contact iframe {
    opacity: 0.6;
}

#contactus h1 {
    font-size: 3em;
    margin-bottom: 40px;
    margin-top: 0;
}

#contactus .bF2 h1 {
    margin-bottom: 65px;
}

select .plh {
    color: #dedede;
}

#formContact input,
#formContact select,
#formContact textarea {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #bcbcbc;
    width: 100%;
    text-align: left;
}

#formContact textarea {
    padding: 10px 10px!important;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    resize: none;
}

#formContact input.dark_button.black {
    background-color: #00A485;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    font-size: 16px;
    float: right;
    width: auto;
    border: none;
}

#contact .bF2 input.dark_button.black {
    background-color: #00A485;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    float: right;
    width: auto;
    border-radius: 5px;
    border: none;
    margin-top: -3px;
    margin-bottom: 10px;
}

#ressources {
    background-color: #f6f7f9;
}

#ressources .main_on_bg {
    position: relative;
    padding-top: 150px;
    z-index: 10;
}

#ressources .main_on_bg h1 {
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 2.4em;
    text-transform: inherit;
}

#whitepaper {
    margin-top: 80px;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
}

.wp_title h2 {
    font-size: 3.2em;
    margin-bottom: 80px;
}

.wp_form p {
    font-size: 1.2em;
    padding-top: 10%;
}

.wp_form form {
    margin-top: 50px;
}

input.obligatoire {
    display: block;
    padding: 10px 100px 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #CACACA;
    border-radius: 5px;
}

.wp_form input.dark_button.black {
    background-color: #00A485;
    border: none;
    color: white;
    padding: 10px 33px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

#book {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f9;
}

input.obligatoire {
    display: inline-block;
}

.book_form input.dark_button.black {
    background-color: #00A485;
    border: none;
    color: white;
    padding: 10px 61px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.book_form p {
    font-size: 1.2em;
    padding-top: 10%;
}

.book_form form {
    margin-top: 50px;
}

#enquete {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
}

.enquete_form p {
    font-size: 1.2em;
    padding-top: 4%;
}

.enquete_form form {
    margin-top: 50px;
}

.enquete_form input.dark_button.black {
    background-color: #00A485;
    border: none;
    color: white;
    padding: 10px 57px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

#videos {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f9;
}

.video p {
    font-size: 1.8em;
}

.video img {
    cursor: pointer;
}

.studies_bloc {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

.studies_bloc img.logo {
    display: block;
    width: 60%;
}

.studies_bloc img.range {
    float: right;
    margin-top: -40px;
    width: 30%;
}

#ressources .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

#ressources .nav-tabs,
#ressources .nav-pills {
    text-align: center!important;
}

#ressources .nav-tabs li a {
    font-size: 18px;
    color: #00A485;
}

.modal-open {
    overflow-y: scroll!important;
    padding-right: 0px!important;
}

.modal-open .modal {
    z-index: 81818183!important;
}

.modal-backdrop {
    z-index: 81818182!important;
}

.modal-header {
    background-color: #00A485;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header button.close {
    color: white;
    opacity: 0.8;
    font-size: 38px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: none;
    font-weight: 400;
}

.modal-header button.close:hover {
    opacity: 1;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 1.5em;
}

.modal-body input {
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    padding: 10px 50px;
    margin-bottom: 20px;
}

.modal-footer input {
    padding: 10px 15px;
    border: none !important;
    background-color: #00A485;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.modal-footer input:hover {
    background-color: #3D807B;
    text-decoration: none;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase!important;
}

.modal-body input {
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
    .modal-body input {
        width: 100%;
    }
}

#studies {
    margin-top: 80px;
    padding-bottom: 80px;
}

.studie {
    border-radius: 5px;
    min-height: 160px;
    margin-bottom: 50px;
    padding: 20px;
}

.studie a {
    font-size: 1em;
    padding: 0 2em;
    color: #00A485;
}

img.logo {
    display: block;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 30px;
    margin-bottom: 2em;
}

.studie.rouge a {
    border-color: #C22F16;
    background-color: #C22F16;
}

.studie.vert a {
    border-color: #8FA402;
    background-color: #8FA402;
}

.studie.bleu a {
    border-color: #0096ba;
    background-color: #0096ba;
}

.studie.violet a {
    border-color: #5d2067;
    background-color: #5d2067;
}

.studie p.desc {
    font-size: 1em;
    padding: 0 2em;
    margin-top: 2.5em;
}

#references {
    background-color: white;
}

#references .main_on_bg {
    position: relative;
    padding-top: 150px;
    z-index: 10;
}

#references .p_container a:hover {
    color:#00A485;
}

#references .main_on_bg h1 {
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    font-size: 30px;
    color: black;
    font-size: 3.4em;
}

#references .wrapper {
    width: 13.8%;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
}

#references .wrapper img {
    width: 80%;
    opacity: 0.6;
}

section#logo_clients {
    margin-top: 40px;
    margin-bottom: 40px;
}

#agence,
#agenceKesselhaus {
    background-color: #f6f7f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

#agence h2,
#agenceKesselhaus h2 {
    font-size: 2.4em;
}

#agence p.section-head.text-center,
#agenceKesselhaus p.section-head.text-center {
    font-size: 1.2em;
}

#agence .img_container,
#agenceKesselhaus .img_container {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

#agence .img_container a,
#agenceKesselhaus .img_container a {
    position: absolute;
    top: 0;
    background-color: rgba(42, 60, 62, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 5px;
    color: white;
    font-family: "open sans", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.img_container .overlay {
    padding-top: 50px;
}

#agence .img_container:hover a,
#agenceKesselhaus .img_container:hover a {
    opacity: 1;
    text-decoration: none!important;
}

#agence .agence,
#agenceKesselhaus .agenceKesselhaus {
    margin-top: 60px;
}

.agence p.text-center,
.agenceKesselhaus p.text-center {
    font-size: 1.2em;
}

#recommand h2 {
    font-size: 2.4em;
}

#recommand {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

#recommand .item img {
    height: 80px;
    width: auto;
}

#recommand .item.text-center {
    width: 19%;
    display: inline-block;
    margin-top: 40px;
}

#suscribe {
    padding: 80px 0px;
    background: #f6f7f9;
    background: url("../img/base/suscribe.png") bottom right no-repeat #00A485;
    color: white;
}

#suscribe h2 {
    font-size: 2.4em;
}

#suscribe p,
#suscribe li {
    font-family: "open sans", sans-serif;
    font-size: 1.3em;
}

#friend {
    padding: 80px 0px;
    background: white;
}

section#info {
    background: #5d2067;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
}

section#info h2 {
    font-size: 2.4em;
}

#owl-demo2 img {
    max-height: 90px;
    margin-top: 30px;
}

div#owl-demo2 {
    margin-top: 50px;
}

#owl-demo2 p.text-center {
    font-size: 1.4em;
}

.owl-theme .owl-controls .owl-page.active span {
    background: white;
}

#mention {
    background: #f4f7f9;
}

#mention {
    padding: 60px 60px;
    margin-top: 60px;
}

#mentions .container.text-left {
    background-color: white;
    border: 1px solid #dedede;
    padding: 0px 40px 40px;
}

#mentions h2 {
    font-size: 2.4em;
    margin-bottom: 80px;
    padding-top: 20px!important;
}

#mention h4 {
    color: #00A485;
    font-weight: 600;
    font-size: 1.6em;
    margin-top: 30px;
}

#mention p {
    font-size: 1.1em;
}

#offre_recrutement {
    position: relative;
    margin-top: 140px;
    margin-bottom: 80px;
}

#offre_recrutement .offre_bloc {
    background: white;
    padding: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 2em;
}

#recrutement {
    background: #f6f7f9;
}

#offre_recrutement p.subtitle {
    margin-top: 40px;
    margin-bottom: 15px;
}

#offre_recrutement h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8em;
}

#offre_recrutement a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background-color: #00A485;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#offre_recrutement a:hover {
    text-decoration: none;
    background-color: #3D807B;
}

#offer .bleu .chapter_subtitle,
#perso .bleu .chapter_subtitle,
#mobile .bleu .chapter_subtitle {
    color: #0096ba;
    border-color: #0096ba;
}

#offer .bleu .chapter_title,
#perso .bleu .chapter_title,
#mobile .bleu .chapter_title {
    border-color: #0096ba;
}

#offer .bleu .chapter_number,
#perso .bleu .chapter_number,
#mobile .bleu .chapter_number {
    color: #0096ba;
}

#offer .bleu .chapter_number,
#perso .bleu .chapter_number,
#mobile .bleu .chapter_number {
    color: #0096ba;
}

#offer .bleu li.active,
#perso .bleu li.active,
#mobile .bleu li.active {
    background-color: #0096ba;
}

#offer .violet .chapter_subtitle,
#perso .violet .chapter_subtitle,
#mobile .violet .chapter_subtitle {
    color: #5d2067;
    border-color: #5d2067;
}

#offer .violet .chapter_title,
#perso .violet .chapter_title,
#mobile .violet .chapter_title {
    border-color: #5d2067;
}

#offer .violet .chapter_number,
#perso .violet .chapter_number,
#mobile .violet .chapter_number {
    color: #5d2067;
}

#offer .violet .chapter_number,
#perso .violet .chapter_number,
#mobile .violet .chapter_number {
    color: #5d2067;
}

#offer .violet li.active,
#perso .violet li.active,
#mobile .violet li.active {
    background-color: #5d2067;
}

#analyse.violet {
    margin-bottom: 70px;
}

#offer .bleuvert .chapter_subtitle,
#perso .bleuvert .chapter_subtitle,
#mobile .bleuvert .chapter_subtitle {
    color: #3D807B;
    border-color: #3D807B;
}

#offer .bleuvert .chapter_title,
#perso .bleuvert .chapter_title,
#mobile .bleuvert .chapter_title {
    border-color: #3D807B;
}

#offer .bleuvert .chapter_number,
#perso .bleuvert .chapter_number,
#mobile .bleuvert .chapter_number {
    color: #3D807B;
}

#offer .bleuvert .chapter_number,
#perso .bleuvert .chapter_number,
#mobile .bleuvert .chapter_number {
    color: #3D807B;
}

#offer .bleuvert li.active,
#perso .bleuvert li.active,
#mobile .bleuvert li.active {
    background-color: #3D807B;
}

#case .main_bg {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

#case .main_on_bg {
    position: relative;
    padding-top: 200px;
    height: 500px;
    z-index: 10;
}

#case h1.title {
    color: white;
    font-size: 4em;
}

#case #case_desc {
    background: white;
    padding: 80px 0px;
}

.case_desc_left p {
    font-size: 2em;
    padding: 40% 0 2em;
}

.case_desc_right .row {
    margin: 7em 0;
}

.case_desc_left {
    padding-right: 3em;
}

.case_desc_right {
    padding-left: 3em;
}

.case_desc_right h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.case_desc_right p {
    font-size: 1.2em;
}

#case_temoignage h3 {
    font-weight: 600;
}

#case_temoignage p {
    font-size: 1.2em;
}

section#case_temoignage {
    background-color: #5d2067;
    color: white;
    padding: 80px 0px;
}

#case_screen {
    background-color: white;
    padding: 80px 0px;
}

ul.nav.nav-tabs.desktoponly {
    margin-bottom: 20px;
}

#case_screen img {
    width: 100%;
    margin-top: 20px;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);
}

#case_download {
    background: #f5f7f9;
    padding: 80px 0px;
}

#case_download input[type="text"] {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    min-width: 300px;
}

#case_download input[type="submit"] {
    min-width: 300px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #00A485;
    background-color: #00A485;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

#case_download input[type="submit"]:hover {
    border: 1px solid #3D807B;
    background-color: #3D807B;
}

#case_download h2 {
    font-size: 2.4em;
}

section.main_on_bg {
    padding-top: 150px;
    padding-bottom: 50px;
}

#support section.main_on_bg h1 {
    font-size: 3em;
}

#faq h3 {
    font-weight: 600;
    font-size: 1.6em;
    text-transform: uppercase;
}

body#support {
    background-color: #f5f7f9;
}

#faq .row h4 {
    background-color: white;
    display: block;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #dedede;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.2em;
}

#faq .row p {
    display: none;
    background-color: white;
    padding: 10px 20px;
    position: relative;
    top: -15px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div#faq_content {
    padding-bottom: 80px;
}

.twentytwenty-overlay {
    display: none!important;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 175px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-handle {
    background-color: #F08800;
}

button.try.demo {
    border: solid 1px #fff;
    background: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

button.try.demo:hover {
    background-color: #fff;
    border: solid 1px #fff;
    color: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.anim_perso_full {
    position: relative;
}

.anim_perso_full img.perso_animation_window {
    position: absolute;
    left: 25%;
    top: 0;
}

.anim_perso_full img.perso_animation_anim {
    position: relative;
    top: 30px;
}

.anim_perso_semi {
    position: relative;
    text-align: center;
}

.anim_perso_semi img.perso_animation_window {
    position: absolute;
    width: 84%;
    left: 8%;
    top: -1px;
}

p.sub_text {
    font-family: "Open Sans", sans-serif;
    padding: 0px 5px;
    color: #7b858b;
}

#adopt .left {
    text-align: right;
    margin-top: 30px;
    width: 50%;
}

#adopt .left a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #00A485;
    background-color: #00A485;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

#adopt .right {
    text-align: left;
    margin-top: 30px;
    width: 50%;
}

#adopt .right a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

section#adopt h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    font-size: 30px;
    color: white;
}

section#adopt p {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 1.3em;
}

.tour1 a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #00A485;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    color: #00A485;
    width: 350px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 600;
}

button.try.demo {
    border: solid 1px #fff;
    background: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    min-width: 223.390625px;
}

#adopt .left a {
    min-width: 223.390625px;
}

.try {
    min-width: 223.390625px;
}

#picto_logo {
    max-height: 100px;
    margin-top: -88px;
    background: #f6f7f9;
}

.support a {
    line-height: 125px;
    background-color: white;
    padding: 15px 35px;
    font-size: 1.4em;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0, 150, 186);
    text-decoration: none;
}

#rates .col-centered.bloc_tarif {
    border-radius: 5px;
    overflow: hidden;
    background: white;
    border: 2px solid #e9e9e9;
    margin-bottom: 20px;
}

#tarifs p.content {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 110px;
    box-sizing: border-box;
    display: block;
    font-size: 1.3em;
}

#tarifs p.price small {
    font-size: 0.4em;
    width: 50px;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
    padding-left: 10px;
}

section#inclus h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 2.3em;
}

section#picto_services h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 2.3em;
    line-height: 1.4em;
}

#picto_services p.title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 5px;
    line-height: 1.4em;
}

#picto_services .rouge p.title {
    color: #333;
}

#picto_services .bleu p.title {
    color: #333;
}

#picto_services .violet p.title {
    color: #333;
}

#picto_services .orange p.title {
    color: #333;
}

#picto_services li {
    line-height: 26px;
    color: #7b858b;
    list-style: none;
    font-size: 16px;
}

button.team_more {
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #00A485;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin-bottom: 80px;
    border: 1px solid #00A485;
    width: 300px;
}

button.team_more:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #3D807B;
    border-color: #3D807B;
}

a.team_join {
    font-size: 16px;
}

#ressources a.team_join {
    margin-bottom: 0;
}

a.team_join:hover {
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #00A485;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin-bottom: 80px;
    border: 1px solid #00A485;
    width: 300px;
    text-decoration: none;
}

section#p404 {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 80%;
    border-bottom: 1px solid #dedede;
}

section#p404 h1 {
    padding-top: 20%;
    font-weight: 600;
    color: #333;
}

section#p404 p {
    color: #333;
    font-size: 1.3em;
}

#case .row {
    margin-right: 0;
}

i.fa.fa-facebook {
    left: 10px;
}

section#chapter_offer,
section#chapter_mobile,
section#chapter_perso {
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 81818134;
}

#chapter_offer a,
#chapter_mobile a,
#chapter_perso a {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

#chapter_offer span,
#chapter_mobile span,
#chapter_perso span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #dedede;
    float: right;
    margin-top: 20px;
}

#chapter_offer strong,
#chapter_mobile strong,
#chapter_perso strong {
    display: none;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    position: relative;
    top: 12px;
    font-size: 0.9em;
    font-weight: 600;
    text-align: right;
    right: 12px;
    opacity: 0;
    text-transform: uppercase;
}

#chapter_offer a:hover strong,
#chapter_mobile a:hover strong,
#chapter_perso a:hover strong {
    float: right;
    display: block;
    opacity: 1;
}

#chapter_offer .orange strong {
    background-color: #F08800;
}

#chapter_perso .orange strong {
    background-color: #F08800;
}

#chapter_mobile .orange strong {
    background-color: #F08800;
}

#chapter_offer .bleu strong {
    background-color: #0096ba;
}

#chapter_perso .bleu strong {
    background-color: #0096ba;
}

#chapter_mobile .bleu strong {
    background-color: #0096ba;
}

#chapter_offer .violet strong {
    background-color: #5d2067;
}

#chapter_perso .violet strong {
    background-color: #5d2067;
}

#chapter_mobile .violet strong {
    background-color: #5d2067;
}

#chapter_offer .grisvert strong {
    background-color: #3D807B;
}

#chapter_perso .grisvert strong {
    background-color: #3D807B;
}

#chapter_mobile .grisvert strong {
    background-color: #3D807B;
}

#chapter_offer .active.orange span,
#chapter_offer .orange:hover span {
    background-color: #F08800;
}

#chapter_offer .active.bleu span,
#chapter_offer .bleu:hover span {
    background-color: #0096ba;
}

#chapter_offer .active.violet span,
#chapter_offer .violet:hover span {
    background-color: #5d2067;
}

#chapter_offer .active.grisvert span,
#chapter_offer .grisvert:hover span {
    background-color: #3D807B;
}

#chapter_perso .active.orange span,
#chapter_perso .orange:hover span {
    background-color: #F08800;
}

#chapter_perso .active.bleu span,
#chapter_perso .bleu:hover span {
    background-color: #0096ba;
}

#chapter_perso .active.violet span,
#chapter_perso .violet:hover span {
    background-color: #5d2067;
}

#chapter_perso .active.grisvert span,
#chapter_perso .grisvert:hover span {
    background-color: #3D807B;
}

#chapter_mobile .active.orange span,
#chapter_mobile .orange:hover span {
    background-color: #F08800;
}

#chapter_mobile .active.bleu span,
#chapter_mobile .bleu:hover span {
    background-color: #0096ba;
}

#chapter_mobile .active.violet span,
#chapter_mobile .violet:hover span {
    background-color: #5d2067;
}

#chapter_mobile .active.grisvert span,
#chapter_mobile .grisvert:hover span {
    background-color: #3D807B;
}

.row.resume {
    margin-top: 100px;
}

#perso h2.section-head,
#mobile h2.section-head,
#offer h2.section-head {
    margin-bottom: -20px;
}

#mobile .main_on_bg img {
    margin-top: 90px;
}

#offer .main_on_bg img,
#perso .main_on_bg img {
    margin-top: 50px;
}

#perso .main_on_bg,
#mobile .main_on_bg,
#offer .main_on_bg {
    padding-top: 150px;
}

.fix_perso {
    padding-left: 60px!important;
    padding-right: 65px!important;
}

.fix_perso2 {
    padding-left: 40px!important;
    padding-right: 50px!important;
}

.square.last {
    font-style: italic;
}

.square.last span {
    font-weight: 600;
    font-style: normal;
}

#picto_services li {
    list-style: inherit;
}

textarea#textarea_comments {
    min-width: 400px;
    max-width: 400px;
    border-radius: 5px;
    border-color: #C7C7C7;
    padding-left: 10px;
    padding-top: 7px;
}

#hotline p a,
#suscribe p a {
    color: white!important;
    text-decoration: none;
}

#enquete2015 {
    background-color: #f6f7f9;
    padding-top: 100px;
    padding-bottom: 60px;
}

#enquete2015 h1 {
    font-size: 3.2em;
    padding: 0 10px;
}

#enquete2015 h2 {
    font-size: 2em;
    margin-bottom: 100px;
}

#enquete2015 p.title {
    font-size: 2.4em;
}

#enquete2015 p.subtitle {
    font-size: 1.2em;
    margin-top: 0;
    font-weight: 400;
    padding-right: 100px;
}

#enquete2015 form {
    margin-top: 30px;
    margin-bottom: 120px;
}

#enquete2015 form input {
    display: block;
    margin-bottom: 15px;
    width: 80%;
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

#enquete2015 form input[type="submit"] {
    width: 80%;
    background-color: #00A485;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#enquete2015 form input[type="submit"]:hover {
    background: #3D807B!important;
}

#enquete2015 p.description {
    text-align: justify;
    font-size: 1.2em;
    border-top: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

#enquete2015 form {
    padding: 0;
    background: none;
}

.arraydownload p.title {
    padding-top: 100px;
    padding-bottom: 20px;
}

.krow {
    line-height: 50px;
    border-top: 1px solid #E7E7E7;
}

.row p {
    margin-bottom: 0;
}

.dwlbtn {
    background-color: #00A485;
    display: inline;
    padding: 10px 10px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dwlbtn:hover {
    text-decoration: none;
    color: white;
    background: #3D807B!important;
}

p.dwlDate {
    font-size: 1.1em;
    font-weight: 600;
}

.row.arraydownload.tablet-only {
    padding-bottom: 60px;
}

p.main_on_bg_button {
    padding: 15px 30px;
    margin-top: 40px;
    background-color: #0096ba;
    display: inline-block;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 60px;
    font-size: 16px;
}

.tarifs_personnalisation {
    margin-top: 50px;
}

#modalTarifs .modal-header {
    background-color: #0096ba;
}

#modalTarifs .modal-footer input {
    background-color: #0096ba;
}

section.bleu ul.list li:hover {
    background: rgba(0, 150, 186, 0.1);
    border-radius: 5px;
}

section.orange ul.list li:hover {
    background: rgba(240, 136, 0, 0.1);
    border-radius: 5px;
}

section.violet ul.list li:hover {
    background: rgba(93, 32, 103, 0.1);
    border-radius: 5px;
}

section.bleuvert ul.list li:hover {
    background: rgba(61, 128, 123, 0.1);
    border-radius: 5px;
}

p.small_asterisk {
    font-size: 10px!important;
    margin-top: 5px;
    padding-right: 0px;
}

#videos .bloc {
    margin: 0 auto;
    border-radius: 5px;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 20px;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);
    border-bottom: 0px solid #dedede!important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    max-width: 540px;
}

#videos .bloc img.bg {
    height: 370px;
    width: auto;
    opacity: 0.4;
}

#videos a .bloc h3 {
    position: relative;
    line-height: 300px;
    text-align: center;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 3em;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 0;
    top: -338px;
}

#videos .bloc p {
    position: absolute;
    top: 15%;
    font-size: 2em;
    color: white;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
    width: 100%;
    left: 0;
}

#videos p span {
    margin-bottom: 55px;
    display: block;
}

#videos p strong {
    font-size: 2em;
}

#videos i.fa.fa-play-circle {
    font-size: 3em;
}

#videos .bloc:hover h3 {
    opacity: 0;
}

#videos .bloc:hover p {
    opacity: 1;
}

#videos .bloc:hover img.bg {
    opacity: 0.2;
}

#videos button {
    position: absolute;
    bottom: 33px;
    left: 0;
    background: none;
    color: white;
    border: 1px solid white;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 180px;
    left: 50%;
    margin-left: -90px;
    display: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#videos .bloc:hover button {
    display: block;
}

#videos .bloc.vert {
    border-color: #8FA402;
}

#videos .bloc.bleuvert {
    border-color: #3D807B;
}

#videos .bloc.orange {
    border-color: #F08800;
}

#videos .bloc.bleu {
    border-color: #0096B9;
}

#videos .bloc.rouge {
    border-color: #C22F16;
}

#videos .bloc.violet {
    border-color: #64286D;
}

#videos .bloc.vert {
    background-color: #8FA402;
}

#videos .bloc.bleuvert {
    background-color: #3D807B;
}

#videos .bloc.orange {
    background-color: #F08800;
}

#videos .bloc.bleu {
    background-color: #0096B9;
}

#videos .bloc.rouge {
    background-color: #C22F16;
}

#videos .bloc.violet {
    background-color: #64286D;
}

section#videos h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 3.4em;
}

#whitepaper .bloc {
    margin: 0 auto;
    border-radius: 5px;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 20px;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);
    border-bottom: 0px solid #dedede!important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    max-width: 540px;
}

#whitepaper .bloc img.bg {
    height: 370px;
    width: auto;
    opacity: 0.4;
    position: relative;
    top: -40px;
}

#whitepaper a .bloc h3 {
    position: relative;
    line-height: 300px;
    text-align: center;
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 3em;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 0;
    top: -338px;
}

#whitepaper .bloc p {
    position: absolute;
    top: 15%;
    font-size: 2em;
    color: white;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
    width: 100%;
    left: 0;
}

#whitepaper p span {
    margin-bottom: 55px;
    display: block;
}

#whitepaper p strong {
    font-size: 2em;
}

#whitepaper i.fa.fa-play-circle {
    font-size: 3em;
}

#whitepaper .bloc:hover h3 {
    opacity: 1;
}

#whitepaper .bloc:hover p {
    opacity: 1;
}

#whitepaper .bloc:hover img.bg {
    opacity: 0.2;
}

#whitepaper button {
    position: absolute;
    bottom: 50px;
    left: 0;
    background: none;
    color: white;
    border: 1px solid white;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 180px;
    left: 50%;
    margin-left: -90px;
    display: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#whitepaper .bloc button {
    display: block;
}

#whitepaper .bloc.vert {
    border-color: #8FA402;
}

#whitepaper .bloc.bleuvert {
    border-color: #3D807B;
}

#whitepaper .bloc.orange {
    border-color: #F08800;
}

#whitepaper .bloc.bleu {
    border-color: #0096B9;
}

#whitepaper .bloc.rouge {
    border-color: #C22F16;
}

#whitepaper .bloc.violet {
    border-color: #64286D;
}

#whitepaper .bloc.vert {
    background-color: #8FA402;
}

#whitepaper .bloc.bleuvert {
    background-color: #3D807B;
}

#whitepaper .bloc.orange {
    background-color: #F08800;
}

#whitepaper .bloc.bleu {
    background-color: #0096B9;
}

#whitepaper .bloc.rouge {
    background-color: #C22F16;
}

#whitepaper .bloc.violet {
    background-color: #64286D;
}

#whitepaper .col-md-12 .bloc.big {
    max-width: 100%;
    height: 500px;
}

#whitepaper .col-md-12 .bloc.big img.bg {
    width: 100%;
    height: auto;
}

#whitepaper a .bloc h3 {
    top: -290px;
    line-height: 1.2em;
    padding: 0px 50px;
    font-size: 2em;
}

#whitepaper a .bloc.big h3 {
    top: -450px;
    line-height: 1em;
    padding: 0px 50px;
    font-size: 3em!important;
}

.main_picto_chapter img {
    max-width: 50px;
}

.main_picto_chapter a:hover {
    text-decoration: none;
}

.main_picto_chapter h2 {
    font-size: 1.3em;
    position: relative;
    top: -10px;
}

.main_picto_chapter {
    margin-top: 70px;
    margin-bottom: -30px;
}

.main_on_bg_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.3);
}

#offer.new .main_bg {
    background: url(https://www.kameleoon.com/img/ab_testing/background_ab_testing.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 40%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

#offer.new .main_on_bg {
    min-height: 500px;
}

#offer.new .main_on_bg h1 {
    color: white;
    font-weight: 600;
    position: relative;
    top: 20px;
    line-height: 100px;
}

.homev3#offer.new .main_on_bg h1 {
    color: white;
    font-weight: 600;
    position: relative;
    top: 50px;
    line-height: 50px;
}

#offer.new section#ciblage,
#offer.new section#analyse,
#offer.new section#administration,
#offer.new section#creation {
    background-color: #f6f7f9;
}

#offer.new section#creation {
    padding-top: 100px;
}

#offer.new #analyse.violet {
    margin-bottom: 0;
    padding-bottom: 70px;
}

#offer.new #ciblage.bleu .chapter_content {
    margin-bottom: 0px;
}

#offer.new #analyse.violet {
    padding-top: 80px;
}

#offer.new #c3 .chapter_content {
    margin-bottom: 0px;
}

#offer.new #ciblage {
    padding-top: 80px;
}

.orange span.kbullet {
    background-color: #F08800;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 57px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.bleu span.kbullet {
    background-color: #0096ba;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 57px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.violet span.kbullet {
    background-color: #5d2067;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 57px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

#perso.new p.data_text[rel="perso_ciblage_p1_1"] {
    padding-left: 70px!important;
}

#perso.new p.data_text[rel="perso_ciblage_p1_2"] {
    text-align: left!important;
    padding-left: 85px!important;
    padding-right: 40px!important;
}

#media section.main_bg {
    background: url("https://www.kameleoon.com/img/media/main_bg.jpg");
    height: 400px;
    background-size: cover;
    background-position-y: 10%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

#media section.main_on_bg {
    min-height: 400px;
}

#media section.main_on_bg h1 {
    color: white;
    font-weight: 600;
    font-size: 3em;
    padding-top: 40px;
}

.accrochemedia {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.accrochemedia p {
    line-height: 40px;
    font-size: 1.2em;
    padding-top: 5px;
}

.accrochemedia p span {
    color: #00735d;
    font-weight: 600;
    font-size: 1.4em;
}

#contentmedia {
    padding: 80px 0;
    background: #f6f7f9;
}

#contentmedia .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

#contentmedia .nav-tabs,
#services.new .nav-pills {
    text-align: center!important;
}

#contentmedia .nav-tabs li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}

#contentmedia .nav-tabs>li.active>a {
    background: #f6f7f9!important;
}

#contentmedia .nav-tabs li.active:hover a {
    border-bottom-color: #F6F7F9!important;
}

.newsbloc {
    border: 1px solid #dedede;
    background: white;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

div#alaune {
    margin-top: 40px;
}

.newsbloc a {
    text-decoration: none!important;
}

.newsbloc_img {
    position: absolute;
    width: 20px;
    height: 100%;
}

.vert .newsbloc_img {
    background: rgb(0, 164, 133);
}

.vert2 .newsbloc_img {
    background: #8FA402;
}

.vert.newsbloc:hover {
    background: rgba(0, 164, 133, 0.1);
}

.bleu .newsbloc_img {
    background: #0096b9;
}

.bleu.newsbloc:hover {
    background: rgba(0, 150, 185, 0.1);
}

.violet .newsbloc_img {
    background: rgb(93, 32, 103);
}

.violet.newsbloc:hover {
    background: rgba(93, 32, 103, 0.1);
}

.orange .newsbloc_img {
    background: rgb(240, 136, 0);
}

.orange.newsbloc:hover {
    background: rgba(240, 136, 0, 0.1);
}

.rouge .newsbloc_img {
    background: rgb(194, 47, 22);
}

.rouge.newsbloc:hover {
    background: rgba(194, 47, 22, 0.1);
}

.newsbloc_content {
    padding: 10px 30px 15px 30px;
}

p.news_bloc_content_desc {
    font-size: 1.1em;
    color: rgb(31, 31, 31);
}

p.news_bloc_content_title {
    font-weight: 600;
    font-size: 1.5em;
    color: #0096B9;
}

.bleu .news_bloc_content_title {
    color: #0096b9
}

.violet .news_bloc_content_title {
    color: #5d2067;
}

.orange .news_bloc_content_title {
    color: #f08800;
}

#twitter-widget-0 {
    max-height: 530px!important;
}

.mobileonly {
    display: none;
}

.home_more_case {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #00A485;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: -20px;
    color: #00A485;
    width: 350px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 600;
}

.home_more_case:hover {
    text-decoration: none;
    background: #00A485;
    color: white;
}

#whitepaper a .bloc.blarge h3 {
    top: -300px;
}

#metro-nav {
    height: 8px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.metro-nav_puce {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    border: 7px solid white;
}

.metro-nav_left {
    position: absolute;
    top: -11px;
    left: -1px;
}

.metro-nav_right {
    position: absolute;
    top: -11px;
    right: -1px;
}

.metro-nav_middle {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -11px;
}

.metro-nav_barre {
    width: 265px;
    background: white;
    height: 7px;
}

.metro-nav_barre_right {
    position: absolute;
    top: 1px;
    right: 25px;
}

.metro-nav_barre_left {
    position: absolute;
    top: 1px;
    left: 25px;
}

p.metro-nav_text {
    color: white;
    font-weight: 600;
    font-size: 1.5em;
    width: 400px;
}

.metro-nav_text_left {
    position: absolute;
    left: 0;
    text-align: center;
    margin-left: -190px;
    top: 25px;
}

.metro-nav_text_right {
    position: absolute;
    right: 0;
    text-align: center;
    margin-right: -190px;
    top: 25px;
}

.metro-nav_text_middle {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -200px;
}

#video-background {
    position: absolute;
    bottom: 50%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -960px;
    margin-left: -50%;
}

.moz #video-background {
    position: absolute;
    bottom: 50%;
    left: 0;
    min-width: 100%;
    min-height: inherit;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -50%;
}

.moz .video-background {
    position: absolute;
    bottom: 50%;
    left: 0;
    min-width: 100%;
    min-height: inherit;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -50%;
}

#home .main_on_bg {
    position: relative;
    padding-top: 25vh;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

#picto_logo {
    max-height: 100px;
    margin-top: -88px;
    background: #f6f7f9;
    z-index: 8080;
    position: relative;
}

#overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

#twitter-widget-0 {
    height: 512px!important;
}

#mytabs > div {
    display: none;
}

#mytabs > div.active {
    display: block;
}

#media .krow {
    line-height: 50px;
    border-top: none;
}

div#communiquedepresse {
    margin-top: 40px;
}

div#logogenerator {
    margin-top: 40px;
}

p.category {
    font-size: 1.3em;
    cursor: pointer;
    color: #B2B2B2;
}

p.category.active {
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.generator_container {
    padding-left: 20px;
}

p.generator_action {
    font-size: 1.1em;
    color: #B2B2B2;
    cursor: pointer;
}

p.generator_action.active {
    color: rgb(51, 51, 51);
    font-weight: 600;
}

#logogenerator .col-md-5.col-sm-5.col-xs-12 {
    margin-top: 30px;
}

#logogenerator img {
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=20);
}

.generator_container {
    display: none;
}

.generator_container.active {
    display: block;
}

p.generator_color {
    border: 1px solid #dedede;
    width: 70px;
    height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
}

p.generator_color.active {
    border: 2px solid black;
}

p.generator_color.white {
    background-color: white;
}

p.generator_color.black {
    background-color: black;
}

p.generator_color.gray {
    background-color: #9c9e9f;
}

p.generator_color.vertjade {
    background-color: #00a485;
}

p.generator_color.rouge {
    background-color: #c22f16;
}

p.generator_color.orange {
    background-color: #f08800;
}

p.generator_color.vertanis {
    background-color: #8fa402;
}

p.generator_color.bleu {
    background-color: #0096b9;
}

p.generator_color.vertcanard {
    background-color: #3d807b;
}

p.generator_color.violet {
    background-color: #64286d;
}

p.generator_color.bleufonce {
    background-color: #00446d;
}

#logogenerator a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #00A485;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    color: white;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 600;
    margin-left: 20px;
    background: #00A485;
    text-decoration: none!important;
}

#logogenerator a:hover {
    background: #3D807B!important;
}

.video-background {
    position: absolute;
    bottom: 50%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -960px;
    margin-left: -50%;
}

#twitter-widget-0 {
    height: 975px!important;
    max-height: 943px!important;
}

.video_popin {
    margin-left: -40%;
    position: fixed;
    z-index: 81818183;
    height: 500px;
    width: 80%!important;
    left: 50%;
    top: 3%;
    height: 95%;
}

#logogenerator img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

div#filtre_blocs {
    margin-bottom: 20px;
    text-align: center;
}

#filtre_blocs button.btn.btn-primary.vert {
    font-size: 1.1em;
    background-color: #00A485;
    border-color: #02896F;
}

#filtre_blocs button.btn.btn-primary.vert:hover {
    background-color: #02896F;
}

#filtre_blocs button.btn.btn-primary.orange {
    background-color: #F08800;
    border-color: #D27700;
    font-size: 1.1em;
}

#filtre_blocs button.btn.btn-primary.orange:hover {
    background-color: #D27700;
}

#filtre_blocs button.btn.btn-primary.violet {
    background-color: #64286d;
    border-color: #531b5c;
    font-size: 1.1em;
}

#filtre_blocs button.btn.btn-primary.violet:hover {
    background-color: #531b5c;
}

#filtre_blocs button.btn.btn-primary.bleu {
    background-color: #0096b9;
    border-color: #067690;
    font-size: 1.1em;
}

#filtre_blocs button.btn.btn-primary.bleu:hover {
    background-color: #067690;
}

#filtre_blocs button.btn.btn-primary.rouge {
    background-color: #c22f16;
    border-color: #9d2510;
    font-size: 1.1em;
}

#filtre_blocs button.btn.btn-primary.rouge:hover {
    background-color: #9d2510;
}

@media print {
    a[href]:after {
        content: none !important;
    }
    .categoriesContainer {
        display: none !important;
    }
    #disqus_thread {
        display: none !important;
    }
    .footer {
        display: none !important;
    }
    .mc4wp-form-1 {
        display: none !important;
    }
}

body#updates {
    background: #f0f4f7;
}

body#updates footer {
    border-top: 1px solid #dedede;
}

#updates_content {
    max-width: 778px;
    margin: 0 auto;
    margin-top: 140px;
}

p.update_header {
    color: #A5A5A5;
    font-size: 1.1em;
}

#updates .update {
    border: 1px solid #dedede;
    background: white;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.update_header b {
    display: inline-block;
    margin-left: 10px;
}

.update_header span {
    float: right;
}

.update_content {
    font-size: 1.1em;
}

.update_content a {
    text-decoration: underline;
}

#updates_content h1 {
    margin-bottom: 40px;
}

.update .tools {
    display: none;
}

#updates .creator {
    border: 1px solid #dedede;
    background: white;
    padding: 30px 40px;
    margin-bottom: 40px;
    margin-top: 100px;
    margin-bottom: 2000px;
    position: relative;
    z-index: 81818183;
}

.update img {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#modalInscription .group.inscription_alert {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.inscription_alert b {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #CACACA;
    margin-right: 2px;
}

b.b_rouge {
    background: #9d2510!important;
}

b.b_orange {
    background: #d27700!important;
}

b.b_bleu {
    background: #067690!important;
}

b.b_vert {
    background: #8fa402!important;
}

b.b_gris {
    background: #3d807b!important;
}

body.konami {
    -webkit-filter: hue-rotate(0deg);
    -moz-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
    -o-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
}

.kerr_email,
.kerr_url {
    text-align: left;
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgb(157, 37, 16);
}

#rates2 .main_on_bg {
    background: #ebf2f2;
}

#rates2 .main_on_bg h1.title {
    font-size: 48px;
    color: #3f3f3f;
    margin-bottom: 0;
}

#rates2 .main_on_bg p {
    font-size: 26px;
    color: #3f3f3f;
    margin-bottom: 25px;
}

#rates2 .main_on_bg button {
    width: 100%;
    border: 3px solid white;
    padding: 13px 0;
    text-align: left;
    padding-left: 35px;
    box-sizing: border-box;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    outline: none;
    background: none;
}

#rates2 .main_on_bg button:hover,
#rates2 .main_on_bg button.btn-actif {
    border: 3px solid #00a485;
    background: white;
}

#rates2 .main_on_bg button img {
    margin-right: 30px;
    width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#rates2 .main_on_bg button span {
    font-size: 24px;
    color: #3f3f3f;
    position: relative;
    top: 10px;
}

#rates2 .main_on_bg .col-md-10.col-sm-12.col-xs-12.text-center {
    margin: 0 auto!important;
    float: inherit;
}

#rates2 section.main_on_bg {
    padding-top: 100px;
    padding-bottom: 70px;
}

#rates2 #rates_details {
    padding-top: 80px;
    padding-bottom: 70px;
}

.table_header .table_header_index span {
    font-size: 26px;
    color: #00a485;
    padding-left: 10px;
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
}

.table_header .col-md-4 img {
    padding: 20px 0;
}

.table_header .table_header_starter {
    background: #dedede;
}

.table_header .table_header_starter span,
.table_header .table_header_entreprise span {
    display: inline-block;
    font-size: 24px;
    text-align: left;
    line-height: 28px;
    position: relative;
    top: 18px;
    padding-left: 15px;
}

.table_header .table_header_starter span strong,
.table_header .table_header_entreprise span strong {
    font-weight: 400;
}

.table_header .table_header_starter {
    background: #3D807B;
    text-align: center;
    color: white;
    width: 100%;
}

.table_header .table_header_entreprise {
    background: #00A485;
    color: white;
    text-align: center;
    width: 100%;
}

.table_row_starter,
.table_row_entreprise {
    text-align: center;
    width: 100%;
    background: #ebf2f2;
    height: 48px;
}

.table_row>div,
.row_sub_content>div {
    height: 49px;
    border-bottom: 1px solid #9c9e9f;
}

.table_row.table_row_last>div,
.row_sub_content.table_row_last>div {
    height: 49px;
    border-bottom: none;
}

#rates2 .title_container {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 80%;
}

.table_row {
    clear: both;
    height: 50px;
}

.table_row>div .text-container,
.row_sub_content .text-container {
    line-height: 49px;
    font-size: 14px;
    color: #3f3f3f;
    min-height: 49px;
}

.text-container p {
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;
}

.table_row>div.pr-fix p {
    color: #00a485;
    font-weight: 600;
}

.pr-fix {
    padding-left: 30px;
    padding-right: 0;
}

a.table_create {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #3D807B;
    padding: 10px 15px;
    border: 2px solid #3D807B;
    border-radius: 5px;
    margin-top: 25px;
    display: inline-block;
    min-width: 80%;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a.table_create:hover {
    background: #3d807b;
    color: white;
}

a.table_contact {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #00A485;
    padding: 10px 15px;
    border: 2px solid #00A485;
    border-radius: 5px;
    margin-top: 25px;
    display: inline-block;
    min-width: 80%;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a.table_contact:hover {
    background: #00a485;
    color: white;
}

.table_row_entreprise p,
.table_row_entreprise img {
    line-height: 49px;
}

.table_row_starter p,
.table_row_starter img {
    line-height: 49px;
}

.text-container p span {
    display: block;
    font-size: 12px;
}

.col-md-4.col-sm-4.col-xs-4.table_header_index {
    padding-right: 0;
}

#picto_logo_rates {
    padding-top: 70px;
    background: #EBF2F2;
}

#picto_logo_rates h2 {
    text-align: center;
    font-size: 26px;
    color: #3f3f3f;
    margin-top: 0;
    margin-bottom: 40px;
}

#picto_logo_rates h2 span {
    display: block;
}

#rates2 .citation_img {
    text-align: right;
}

div#rates_citations {
    margin-top: 60px;
    position: relative;
    min-height: 190px;
}

.rates_citation {
    margin-top: 20px;
}

.citation_text p {
    font-size: 24px;
    color: #3f3f3f;
    font-style: italic;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
}

.citation_text p i.citation_quote {
    font-size: 100px;
    color: #00a485;
    font-family: "Times New Roman";
    font-style: normal;
    position: absolute;
    left: -10px;
    top: -40px;
    font-weight: 600;
}

.citation_text p i.citation_quote:last-of-type {
    left: inherit;
    top: inherit;
    right: -10px;
    bottom: -80px;
}

p.citation_auteur {
    padding: 0;
    margin-top: 20px;
    color: #9c9e9f;
    font-size: 16px;
    font-style: normal;
}

.timer_citation {
    height: 1px;
    width: 0px;
    background: #00a485;
    -webkit-transition: 10s all linear;
    transition: 10s all linear;
}

.timer_citation.timer_actif {
    width: 100%!important;
}

.rates_citation {
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.rates_citation {
    opacity: 0;
}

.rates_citation.citation_active {
    opacity: 1;
}

.rates_citation {
    position: absolute;
    top: 0;
}

.rates_faq h3 {
    text-align: center;
    font-size: 32px;
    color: #3f3f3f;
    margin-bottom: 50px;
}

.rates_faq h3 span {
    padding-left: 10px;
}

.rates_faq {
    margin-top: 70px;
}

p.faq_question {
    font-size: 16px;
    color: #00a485;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}

p.faq_reponse {
    font-size: 14px;
    color: #3f3f3f;
    margin-bottom: 30px;
}

p.faq_reponse a {
    text-decoration: underline;
    color: #3f3f3f;
}

.zone_cta {
    text-align: center;
}

a.rates_cta {
    padding: 10px 15px;
    background: #00A485;
    display: inline-block;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a.rates_cta:hover {
    background: #3D807B;
    text-decoration: none;
}

.rates_zone_contact {
    background: white;
    margin-bottom: 70px;
    margin-top: 50px;
}

.rates_zone_contact p {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.rates_zone_contact ul {
    padding: 0;
}

.rates_zone_contact li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    font-style: normal;
    color: #3f3f3f;
}

.rates_zone_contact ul li i {
    display: inline-block;
    border: 2px solid #3D807B;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-style: normal;
    line-height: 28px;
    color: #00A485;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.rates_zone_contact {
    background: white;
    margin-bottom: 70px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.show_mobile {
    display: none;
}

#rates_perso_details .container {
    background: url(//www.kameleoon.com/img/rates2/perso.png);
    background-position: left bottom;
    min-height: 418px;
    background-repeat: no-repeat;
}

#rates_perso_details {
    padding-top: 60px;
}

#rates_perso_details h2 {
    font-size: 32px;
    color: #3f3f3f;
    margin-bottom: 50px;
}

#rates_perso_details p {
    font-size: 26px;
    text-align: right;
    padding-left: 600px;
}

#rates_perso_details a.rates_cta {
    margin-top: 90px;
}

.row_sub {
    clear: both;
    border: 2px solid #ebf2f2;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

p.row_sub_onglet {
    background: #ebf2f2;
    line-height: 44px;
    font-size: 16px;
    color: #3f3f3f;
    padding-left: 12px;
}

span.clear {
    display: block;
}

.row_sub_content>div.pr-fix {
    padding: 0 12px 0 42px;
    box-sizing: border-box;
}

.row_sub_content {
    padding-left: 10px;
    padding-right: 10px;
}

.row_sub_onglet {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row_sub_onglet img {
    float: right;
    margin-top: 14px;
    margin-right: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.row_sub_hide .row_sub_onglet img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row_sub_hide {
    padding-bottom: 0;
}

.row_sub_hide p.row_sub_onglet {
    margin-bottom: 0;
}

.row_sub_hide>div {
    display: none;
}

div#rates_citations {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.timer_citation {
    position: relative;
    top: -1px;
}

.logo_rates img {
    max-width: 100px;
}

.rates_citation img {
    width: 151px;
    border-radius: 151px;
}

@media screen AND (max-width:1200px) {
    #rates2 .main_on_bg button span {
        display: block;
        text-align: center;
    }
    #rates2 .main_on_bg button {
        text-align: center;
        padding: 13px 0px;
    }
    #rates2 .main_on_bg button img {
        margin: 0;
    }
    #rates2 .title_container {
        width: 70%;
    }
}

@media screen AND (max-width:991px) {
    .table_header .table_header_starter span,
    .table_header .table_header_entreprise span {
        display: none;
    }
    .table_header .pr-fix {
        display: none;
    }
    .table_installation .table_header .pr-fix {
        display: block;
    }
    .show_mobile {
        display: block;
    }
    .pr-fix {
        padding: 0;
        width: 25%!important;
    }
    .table_row .col-md-4.col-sm-4.col-xs-4 {
        width: 50%;
    }
    .col-md-4.col-sm-4.col-xs-4.show_mobile {
        width: 50%;
    }
    .text-container p {
        font-size: 12px;
    }
    .text-container p span {
        display: none;
    }
    .table_header .pr-fix {
        height: 50px;
        overflow: hidden;
    }
    .table_header .pr-fix img {
        height: 50px;
        width: 50px;
        padding: 5px;
    }
    .table_header .table_header_index span {
        font-size: 22px;
    }
    .table_header_index>img {
        width: 40px;
    }
    #rates2 .main_on_bg div.col-md-6 {
        padding: 4px;
    }
    #rates2 .main_on_bg button img {
        width: 50px;
    }
    #rates2 .main_on_bg button span {
        font-size: 12px;
        font-weight: 600;
    }
    #rates2 #rates_details {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #rates2 section.main_on_bg {
        padding-bottom: 40px;
    }
    #rates2 .main_on_bg p {
        font-size: 22px;
    }
    #rates_citations {
        display: none;
    }
    #picto_logo_rates h2 {
        font-size: 22px;
    }
    .rates_faq h3 {
        font-size: 22px;
    }
    .rates_faq h3 img {
        width: 40px;
    }
    .rates_zone_contact li {
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
        padding-left: 20px;
    }
    #rates_perso_details .container {
        background-position: 70% bottom;
        min-height: inherit;
        background-size: 75%;
        padding-bottom: 40vw;
    }
    #rates_perso_details p {
        font-size: 26px;
        text-align: right;
        padding-left: 600px;
    }
    #rates2 .container.text-right {
        text-align: center;
    }
    #rates_perso_details p {
        text-align: center;
        padding-left: 0px;
    }
    #rates_perso_details a.rates_cta {
        margin-top: 50px;
    }
    #rates_perso_details p {
        font-size: 20px;
    }
    #rates_perso_details {
        padding-top: 20px;
    }
    .row_sub_content>div:first-of-type {
        width: 50%;
        padding: 0 0px 0 5px;
    }
    .row_sub_content>div.pr-fix {
        padding: 0;
    }
}

@media screen AND (max-width:767px) {
    .homev3 iframe {
        margin-top: 40px;
    }
    .logo_rates {
        display: none;
    }
    .rates_faq {
        margin-top: 0px;
    }
    .row_sub_content {
        padding: 0;
    }
    .row_sub_content>div.pr-fix {
        padding: 0;
    }
    .row_sub_content>div:first-of-type {
        width: 50%;
        padding: 0 0px 0 5px;
    }
    p.row_sub_onglet {
        padding-right: 40px;
        line-height: 20px;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
    }
    .row_sub_onglet img {
        margin-right: -20px;
        position: absolute;
        right: 30px;
        top: -6px;
    }
    #picto_logo_rates {
        padding-top: 30px;
    }
    .table_header .table_header_index span {
        font-size: 18px;
    }
    .table_header_index>img.visible-xs {
        position: absolute;
        right: 10px;
        top: 15px;
        width: auto;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }
    .table_hide .table_header_index>img.visible-xs {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
    }
    .table_hide .table_row,
    .table_hide .row_sub {
        display: none;
    }
    .table_header_index {
        position: relative;
        background: #ebf2f2;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    #rates_details .container>div {
        margin-bottom: 30px;
    }
    .table_objectifs.table_hide {
        margin-bottom: 0px!important;
    }
    .table_hide .table_header .pr-fix {
        display: none!important;
    }
}

#stats .main_on_bg {
    background: url(//www.kameleoon.com/img/stats/bg.jpg);
    background-size: cover;
    background-position: 35% 5px;
    padding-bottom: 100px;
    padding-top: 120px;
    position: relative;
}

.stats_bandeau {
    background: url(//www.kameleoon.com/img/stats/bandeau.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 187px;
}

.stats_bandeau h1 {
    padding-top: 22px;
    font-size: 48px;
    color: white;
}

.stats_bandeau h2 {
    color: white;
    font-size: 26px;
    padding-top: 12px;
}

.stats_overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

#stats .main_on_bg .container.text-center {
    position: relative;
}

.stats_overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

section.stat.stat_orange {
    background: #efbf86;
}

section.stat.stat_cyan {
    background: #00b5d3;
    color: white;
}

section.stat.stat_nuit {
    background: #0F4C6B;
    color: white;
}

section.stat.stat_rose {
    background: #89105D;
    color: white;
}

.stat h3 {
    margin-top: 0;
    font-size: 26px;
    display: inline-block;
}

section.stat .col-md-8 {
    padding-top: 45px;
}

.stat h3 i {
    display: block;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.stat p {
    font-size: 16px;
    line-height: 24px;
}

.stat.stat_orange p {
    padding-bottom: 60px;
}

span.stat_strong_violet {
    font-weight: 900;
    color: #89105D;
}

span.stat_strong_orange {
    font-weight: 900;
    color: #c33e15;
}

.stat_cyan a.stats_cta,
.stat_rose a.stats_cta {
    background: white;
    padding: 15px 20px;
    border-radius: 5px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

section.stat.stat_rose .col-md-8.col-sm-12.col-xs-12 {
    padding-top: 65px;
}

section.stat.stat_enjeu .col-md-12,
section.stat.stat_read .col-md-12,
section.stat.stat_plans .col-md-12 {
    padding-top: 45px;
}

.stat_enjeu h3 i,
.stat_read h3 i,
.stat_plans h3 i {
    background: rgba(0, 164, 133, 0.3);
}

.stat_enjeu img {
    margin-top: 10px;
    margin-bottom: 10px;
}

p.stat_title {
    color: #00a485;
    font-weight: 600;
    font-size: 16px;
}

p.stat_subtitle {
    text-align: center;
}

.stat_enjeu .col-md-4.col-sm-4.col-xs-12 {
    margin-bottom: 30px;
}

.stat_plans a.stats_cta {
    background: #00a485;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 100px;
    border-radius: 5px;
    margin-bottom: 70px;
    display: inline-block;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

section.stat.stat_read {
    background: #f6f7f9;
}

.stat_read .stat_read_btn {
    margin: 20px -5px;
    background: #ebf2f2;
    border: 4px solid #ebf2f2;
    padding-bottom: 20px;
}

.stat_read_btn img {
    position: relative;
    top: -34px;
    margin-bottom: -24px;
}

.stat_read_btn p.stat_title {
    min-height: 48px;
}

.read_bloc {
    cursor: pointer;
}

.read_bloc a {
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    border: 2px solid #00a485;
    display: inline-block;
    margin-top: -20px;
    color: #00a485;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: -30px;
}

.stat .read_hover {
    display: none;
}

.stat .read_bloc:hover a {
    background: #00a485;
    color: white;
    text-decoration: none;
}

.stat_read .read_bloc:hover .stat_read_btn {
    border-color: #00a485;
}

.stat_read .read_bloc:hover img:first-of-type {
    display: none;
}

.stat_read .read_bloc:hover .read_hover {
    display: inline;
}

.stat_cyan a.stats_cta:hover,
.stat_rose a.stats_cta:hover {
    background: #9d9ea0;
    color: white;
    text-decoration: none;
}

.stat_plans a.stats_cta:hover {
    background: #007c64;
    text-decoration: none;
}

@media screen AND (max-width:1200px) {
    section.stat .hidden-sm.hidden-xs {
        display: none;
    }
    section.stat .col-md-8 {
        width: 100%;
    }
    .stat_cyan a.stats_cta,
    .stat_rose a.stats_cta {
        display: inline-block;
        margin-bottom: 30px;
    }
    section.stat.stat_nuit {
        padding-bottom: 30px;
    }
}

@media screen AND (max-width:950px) {
    .stats_bandeau {
        background-size: 100%;
    }
    .stats_bandeau h1 {
        padding-top: 32px;
        font-size: 38px;
    }
}

@media screen AND (max-width:768px) {
    .stats_bandeau {
        background: none;
    }
    .stats_bandeau h1 {
        font-size: 32px!important;
    }
    .stats_bandeau h2 {
        font-size: 20px;
    }
    .stat h3 {
        font-size: 22px;
    }
    .stat_plans a.stats_cta {
        padding: 10px 15px;
    }
}

#adopt a {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Open Sans";
    font-weight:600;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 40px;
    border: 3px solid;
    border-radius: 3px;
    background: transparent;
}

#adopt a:hover {
    background: #00a485;
    border-color: #00a485;
    text-decoration: none;
    color: white;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#picto_logo {
    background: white;
}

section#kfonctionnalite {
    padding-top: 90px;
    padding-bottom: 70px;
    background: #f6f7f9;
}

.kfonctionnalite_bloc {
    width: 90%;
    margin: 0 auto;
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.3), Direction=NaN, Strength=5);
    background: white;
    position: relative;
    padding: 0 20px;
    border-bottom: 10px blue solid;
    position: relative;
}

a.kfonctionnalite_bloc {
    display: block;
}

.homev3 #confiance .col-md-2.col-sm-3.col-xs-6 {
    height: 116px;
}

@media screen and (max-width:1199px) {}

@media screen and (min-width:992px) {
    #kfonctionnalite .row,
    #kfonctionnalite .row > div,
    #parole .row,
    #parole .row > div,
    #new_citation .container>div,
    #new_citation .container>div>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width:991px) {
    #kfonctionnalite h3 {
        font-size: 17px!important;
    }
    section#parole .bloc_container {
        display: block;
    }
    .bloc_container .img_container img {
        width: auto!important;
    }
    .homev3 #quality .picto img {
        width: 100px;
    }
    .homev3 h2 {
        font-size: 26px!important;
    }
    .homev3 #quality p.subtitle {
        font-size: 20px!importants;
    }
    .homev3 #confiance .col-md-2.col-sm-3.col-xs-6 {
        display: inline-block!important;
        height: 97px;
    }
    footer .col-md-2 {
        text-align: center;
        min-height: 150px;
    }
}

#kfonctionnalite .kfonctionnalite_bloc .img_container {
    position: absolute;
    background: #00A485;
    width: 94px;
    height: 94px;
    border-radius: 90px;
    vertical-align: middle;
    line-height: 82px;
    text-align: center;
    left: 50%;
    margin-left: -45px;
    top: -45px;
    border: 4px solid white;
}

#kfonctionnalite h3 {
    margin-top: 80px;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    height: 90px;
    text-transform: uppercase;
}

#kfonctionnalite h3:after {
    content: "";
    display: inline-block;
    background: red;
    width: 100%;
    height: 6px;
    border-radius: 9px;
    position: relative;
    top: -5px;
}

#kfonctionnalite p {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 50px;
}

#kfonctionnalite .row:last-of-type {
    margin-top: 70px;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc {
    border-color: #a4350c;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc h3 {
    color: #a4350c;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc .img_container {
    background: #a4350c;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc h3:after {
    background: rgba(164, 53, 12, 0.4);
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc {
    border-color: #00a485;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc h3 {
    color: #00a485;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc .img_container {
    background: #00a485;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc h3:after {
    background: rgba(0, 164, 133, 0.4);
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc {
    border-color: #f95928;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc h3 {
    color: #f95928;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc .img_container {
    background: #f95928;
}

#kfonctionnalite .row:first-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc h3:after {
    background: rgba(249, 89, 40, 0.4);
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc {
    border-color: #efbf86;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc h3 {
    color: #efbf86;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc .img_container {
    background: #efbf86;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(1) .kfonctionnalite_bloc h3:after {
    background: rgba(239, 191, 134, 0.4);
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc {
    border-color: #00b5d3;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc h3 {
    color: #00b5d3;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc .img_container {
    background: #00b5d3;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(2) .kfonctionnalite_bloc h3:after {
    background: rgba(0, 181, 211, 0.4);
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc {
    border-color: #89105d;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc h3 {
    color: #89105d;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc .img_container {
    background: #89105d;
}

#kfonctionnalite .row:last-of-type .text-center:nth-of-type(3) .kfonctionnalite_bloc h3:after {
    background: rgba(137, 16, 93, 0.4);
}

.homev3 section#quality h2 {
    font-size: 36px;
}

section#quality.hpv3 {
    background: white;
}

.homev3 #quality p.subtitle {
    font-size: 26px;
    color: #00A485;
}

.homev3 #quality p.sub_text {
    font-size: 16px;
    padding: 0;
    color: #333333;
}

section#parole {
    background: #f6f7f9;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

section#parole .bloc_container {
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.3), Direction=NaN, Strength=5);
    background: white;
    margin-top: 50px;
    position: relative;
}

#parole .img_container {
    background: red;
}

#parole p span {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: -5px;
}

#parole p span i {
    font-size: 20px;
    font-style: normal;
    position: relative;
    top: -15px;
}

#parole p {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 40px;
}

#parole .bloc_container {
    color: inherit;
    text-decoration: none!important;
}

#parole .bloc_container>strong {
    background: white;
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 190px;
    margin-left: -95px;
    display: block;
    padding: 12px 15px;
    border-radius: 5px;
    border: 2px solid #dedede;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none!important;
}

#parole .content:nth-of-type(1),
#parole .content:nth-of-type(1) .bloc_container>strong {
    color: #00A485;
    border-color: #00A485
}

#parole .content:nth-of-type(1) .img_container {
    background: #00A485;
}

#parole.parole_book .content:nth-of-type(1) .img_container {
    background: rgba(0, 181, 213, 1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 181, 213, 1)), color-stop(50%, rgba(0, 181, 213, 1)), color-stop(50%, rgba(8, 132, 151, 1)), color-stop(100%, rgba(8, 132, 151, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 181, 213, 1) 0%, rgba(0, 181, 213, 1) 50%, rgba(8, 132, 151, 1) 50%, rgba(8, 132, 151, 1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(0, 181, 213, 1) 0%, rgba(0, 181, 213, 1) 50%, rgba(8, 132, 151, 1) 50%, rgba(8, 132, 151, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 181, 213, 1) 0%, rgba(0, 181, 213, 1) 50%, rgba(8, 132, 151, 1) 50%, rgba(8, 132, 151, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F95928', endColorstr='#F95928', GradientType=1);
}

#parole .content:nth-of-type(1):hover .bloc_container>strong {
    background: #00A485;
    color: white;
}

#parole .content:nth-of-type(2),
#parole .content:nth-of-type(2) .bloc_container>strong {
    color: #00A485;
    border-color: #00A485;
}

#parole .content:nth-of-type(2) .img_container {
    background: #00A485;
}

#parole.parole_book .content:nth-of-type(2) .img_container {
    background: rgba(252, 88, 22, 1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252, 88, 22, 1)), color-stop(50%, rgba(252, 88, 22, 1)), color-stop(50%, rgba(196, 45, 4, 1)), color-stop(100%, rgba(196, 45, 4, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(252, 88, 22, 1) 0%, rgba(252, 88, 22, 1) 50%, rgba(196, 45, 4, 1) 50%, rgba(196, 45, 4, 1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(252, 88, 22, 1) 0%, rgba(252, 88, 22, 1) 50%, rgba(196, 45, 4, 1) 50%, rgba(196, 45, 4, 1) 100%);
    background: linear-gradient(135deg, rgba(252, 88, 22, 1) 0%, rgba(252, 88, 22, 1) 50%, rgba(196, 45, 4, 1) 50%, rgba(196, 45, 4, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00B5D3', endColorstr='#00B5D3', GradientType=1);
}

#parole .content:nth-of-type(2):hover .bloc_container>strong {
    background: #00A485;
    color: white;
}

#parole .content:nth-of-type(3),
#parole .content:nth-of-type(3) .bloc_container>strong {
    color: #00A485;
    border-color: #00A485;
}

#parole .content:nth-of-type(3) .img_container {
    background: #00A485;
}

#parole.parole_book .content:nth-of-type(3) .img_container {
    background: rgba(139, 7, 94, 1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(139, 7, 94, 1)), color-stop(50%, rgba(139, 7, 94, 1)), color-stop(50%, rgba(82, 7, 67, 1)), color-stop(100%, rgba(82, 7, 67, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(139, 7, 94, 1) 0%, rgba(139, 7, 94, 1) 50%, rgba(82, 7, 67, 1) 50%, rgba(82, 7, 67, 1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(139, 7, 94, 1) 0%, rgba(139, 7, 94, 1) 50%, rgba(82, 7, 67, 1) 50%, rgba(82, 7, 67, 1) 100%);
    background: linear-gradient(135deg, rgba(139, 7, 94, 1) 0%, rgba(139, 7, 94, 1) 50%, rgba(82, 7, 67, 1) 50%, rgba(82, 7, 67, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F95928', endColorstr='#F95928', GradientType=1);
}

#parole .content:nth-of-type(3):hover .bloc_container>strong {
    background: #00A485;
    color: white;
}

#parole .content:nth-of-type(4),
#parole .content:nth-of-type(4) .bloc_container>strong {
    color: #00A485;
    border-color: #00A485;
}

#parole.parole_book .content:nth-of-type(4),
#parole.parole_book .content:nth-of-type(4) .bloc_container>strong {
    color: #00A485;
    border-color: #00A485;
}

#parole .content:nth-of-type(4) .img_container {
    background: #00A485;
}

#parole.parole_book .content:nth-of-type(4) .img_container {
    background: #EBF2F2;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #EBF2F2), color-stop(50%, #EBF2F2), color-stop(50%, #CAD1D1), color-stop(100%, #CAD1D1));
    background: -webkit-linear-gradient(-45deg, #EBF2F2 0%, #EBF2F2 50%, #CAD1D1 50%, #CAD1D1 100%);
    background: -webkit-linear-gradient(315deg, #EBF2F2 0%, #EBF2F2 50%, #CAD1D1 50%, #CAD1D1 100%);
    background: linear-gradient(135deg, #EBF2F2 0%, #EBF2F2 50%, #CAD1D1 50%, #CAD1D1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00A485', endColorstr='#00A485', GradientType=1);
}

#parole .content:nth-of-type(4):hover .bloc_container>strong {
    background: #00A485;
    color: white;
}

#parole.parole_book .content:nth-of-type(4):hover .bloc_container>strong {
    background: #00A485;
}

#parole .bloc_container:hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid blue;
}

#parole .content:nth-of-type(1) .overlay {
    border-color: #00A485;
}

#parole .content:nth-of-type(2) .overlay {
    border-color: #00A485
}

#parole .content:nth-of-type(3) .overlay {
    border-color: #00A485;
}

#parole .content:nth-of-type(4) .overlay {
    border-color: #00A485;
}

#parole.parole_book .content:nth-of-type(4) .overlay {
    border-color: #00A485;
}

.homev3 section#confiance {
    background: white;
}

.homev3 section#quality h2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}

#parole.parole_book p {
    margin-top: 20px;
}

.kfonctionnalite_bloc {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.kfonctionnalite_bloc:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='0');
    -webkit-font-smoothing: antialiased;
}

#parole h2 {
    font-size: 36px;
    line-height:1.4;
}

@media screen and (max-width:1200px) {
    #kfonctionnalite h3 {
        font-size: 24px;
        height: 50px;
    }
    .img_container img {
        width: auto;
        max-width: 100%;
    }
    .kfonctionnalite_bloc {
        margin-bottom: 60px;
    }
    #kfonctionnalite .row:last-of-type {
        margin-top: 0px;
    }
    #confiance img {
        width: auto;
    }
}

#perso #new_offer h3 {
    width: 600px;
}

div#nav_offer {
    position: absolute;
    bottom: -60px;
    background: #3f3f3f;
    width: 100%;
    text-align: center;
    height: 60px;
}

#nav_offer a {
    display: block;
    width: auto;
    float: left;
    padding: 0 15px;
    border-bottom: 5px red solid;
    line-height: 55px;
    height: 60px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

#offer #nav_offer a {
    max-width: 20%;
}

section#new_offer {
    margin-top: 60px;
    background: white;
    padding-top: 40px;
    border-bottom: 2px solid #f95928;
    padding-bottom: 50px;
}

#new_offer h3 {
    text-align: center;
    font-size: 36px;
    color: #a4350c;
    display: block;
    margin: 0 auto;
    width: 500px;
    margin-bottom: 80px;
    margin-top: 20px;
}

#new_offer h3:after {
    content: "";
    height: 6px;
    width: 100%;
    background: red;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
}

#new_offer p strong {
    font-size: 18px;
    font-weight: 900;
}

#new_offer p {
    font-size: 16px;
}

.new_citation_bloc {
    border: 2px solid #ebf2f2;
    padding-top: 20px;
    position: relative;
}

.new_citation_bloc>img {
    height: 55px;
}

.new_citation_bloc>p {
    text-align: left;
    padding: 0 15px;
    margin-top: 60px;
    margin-bottom: 70px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

.new_citation_bloc .bloc_citation {
    position: absolute;
    bottom: -105px;
    width: 100%;
}

.new_citation_bloc .bloc_citation img {
    border-radius: 50px;
}

.new_citation_bloc .bloc_citation p {
    margin-top: 10px;
    font-size: 14px!important;
    text-align: center;
}

.new_citation_bloc .bloc_citation span {
    display: block;
    font-weight: 900;
}

section#new_citation {
    margin-top: 60px;
    margin-bottom: 125px;
}

.new_citation_bloc>p:after {
    content: "”";
    font-size: 40px;
    font-family: "Times New Roman";
    font-weight: 600;
    font-size: 88px;
    color: #ebf2f2;
    position: absolute;
    right: 15px;
}

.new_citation_bloc>p:before {
    content: "“";
    font-family: "Times New Roman";
    font-size: 88px;
    font-weight: 600;
    position: absolute;
    top: 60px;
    left: 10px;
    color: #ebf2f2;
}

section#new_offer:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #FFF;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

section#new_offer {
    position: relative;
}

section#new_offer:before {
    content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #F95928;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

.kv3r {
    background: #ebf2f2;
    padding-top: 60px;
    padding-bottom: 80px;
}

.kv3r h3 {
    text-align: center;
    font-size: 36px;
    color: #a4350c;
    display: block;
    margin: 0 auto;
    width: 500px;
    margin-bottom: 80px;
    margin-top: 20px;
}

.kv3r h3:after {
    content: "";
    height: 6px;
    width: 100%;
    background: red;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
}

.kv3r p strong {
    font-size: 18px;
    font-weight: 900;
}

.kv3r p {
    font-size: 16px;
}

.kv3r li {
    font-size: 16px;
}

.kv3r:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ebf2f2;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

.kv3r {
    position: relative;
    border-bottom: 2px solid #efbf86;
}

.kv3r:before {
    content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #efbf86;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

.kv3reverse {
    background: white;
}

.kv3reverse:after {
    border-top: 40px solid white;
}

#new_offer h3 {
    color: #a4350c;
}

#new_offer h3:after {
    background: #a4350c;
    opacity: 0.2;
}

#new_offer {
    border-color: #f95928!important;
}

#new_offer:before {
    border-top-color: #f95928!important;
}

.homev4 #new_offer {
    border-color: #efbf86!important;
}

.homev4 #new_offer:before {
    border-top-color: #efbf86!important;
}

#new_create h3 {
    color: #f95928;
}

#new_create h3:after {
    background: #f95928;
    opacity: 0.2;
}

#new_create {
    border-color: #efbf86;
}

#new_create:before {
    border-top-color: #efbf86;
}

.homev4 #new_create {
    border-color: #00a485;
}

.homev4 #new_create:before {
    border-top-color: #00a485;
}

#new_opti h3 {
    color: #efbf86;
}

#nav_offer a {
    cursor: pointer;
}

#new_opti h3:after {
    background: #efbf86;
    opacity: 0.2;
}

#new_opti {
    border-color: #00b5d3;
}

#new_opti:before {
    border-top-color: #00b5d3;
}

#new_pilote h3 {
    color: #00b5d3;
}

#new_pilote h3:after {
    background: #00b5d3;
    opacity: 0.2;
}

#new_pilote {
    border-color: #89105d;
}

#new_pilote:before {
    border-top-color: #89105d;
}

#new_analyse h3 {
    color: #89105d;
}

#new_analyse h3:after {
    background: #89105d;
    opacity: 0.2;
}

#new_analyse {
    border: none;
}

#new_analyse:before,
#new_analyse:after {
    content: none;
}

#new_create p:first-of-type {
    margin-top: 35px;
}

#new_opti p:first-of-type,
#new_analyse p:first-of-type {
    margin-top: 75px;
}

#nav_offer a:nth-of-type(1) {
    border-color: #a4350c;
}

#nav_offer a:nth-of-type(2) {
    border-color: #f95928;
}

#nav_offer a:nth-of-type(3) {
    border-color: #efbf86;
}

#nav_offer a:nth-of-type(4) {
    border-color: #00b5d3;
}

#nav_offer a:nth-of-type(5) {
    border-color: #89105d;
}


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

.homev4 #nav_offer a:nth-of-type(1) {
    border-color: #a4350c;
}

.homev4 #nav_offer a:nth-of-type(3) {
    border-color: #f95928;
}

.homev4 #nav_offer a:nth-of-type(4) {
    border-color: #efbf86;
}

.homev4 #nav_offer a:nth-of-type(5) {
    border-color: #00b5d3;
}

.homev4 #nav_offer a:nth-of-type(2) {
    border-color: #89105d;
}


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

#nav_offer a.kactive {
    background: #4e4e4e;
    font-weight: 600;
}

div#nav_offer.knavfixed {
    position: fixed;
    top: 60px;
    z-index: 81;
}

#offer.new .main_on_bg {
    z-index: 81;
}

#perso.new .main_on_bg {
    z-index: 81;
}

section#new_data {
    background: #ebf2f2;
    padding-top: 40px;
    padding-bottom: 50px;
}

#new_data h3 {
    font-size: 36px;
    margin-bottom: 50px;
}

#new_data p {
    font-size: 16px;
    font-weight: 600;
    color: #00a485;
    margin-top: 10px;
}

#new_data .row:last-of-type {
    margin-top: 30px;
}

#new_data h3 span {
    font-size: 26px;
}

#perso #nav_offer a {
    line-height: 18px;
    vertical-align: middle;
    width: 20%;
}

#perso #new_pilote p:first-of-type {
    margin-top: 100px;
}

#perso #new_pilote .row:last-of-type {
    margin-top: 140px;
}

#perso #new_pilote.kv3reverse .row:last-of-type {
    margin-top: 0px;
}

#new_gain p:first-of-type {
    margin-top: 50px;
}

#perso #nav_offer a:nth-of-type(1) {
    border-color: #a4350c;
}

#perso #nav_offer a:nth-of-type(2) {
    border-color: #f95928;
}

#perso #nav_offer a:nth-of-type(6) {
    border-color: #efbf86;
}

#perso #nav_offer a:nth-of-type(3) {
    border-color: #00a485;
}

#perso #nav_offer a:nth-of-type(4) {
    border-color: #00b5d3;
}

#perso #nav_offer a:nth-of-type(5) {
    border-color: #89105d;
}


#new_gain h3 {
    color: #89105d;
}

#new_gain h3:after {
    background: #89105d;
    opacity: 0.2;
}

#new_gain {
    border: none;
}

#new_gain:before,
#new_gain:after {
    content: none;
}

#perso #new_opti {
    border-color: #00a485;
}

#perso #new_opti:before {
    border-top-color: #00a485;
}

.homev4#perso #new_opti {
    border-color: #f95928;
}

.homev4#perso #new_opti:before {
    border-top-color: #f95928;
}

#perso #new_pilote h3 {
    color: #00a485;
}

#perso #new_pilote h3:after {
    background: #00a485;
    opacity: 0.2;
}

#perso #new_pilote {
    border-color: #00b5d3;
}

#perso #new_pilote:before {
    border-top-color: #00b5d3;
}

#perso.homev4 #new_pilote {
    border-color: #00b5d3;
    border-bottom: 2px solid;
}

.kv3r:before {
    content: ""!important;
}

.kv3r:after {
    content: ""!important;
}

#perso.homev4 #new_pilote {
    border-color: #00b5d3;
}

#perso.homev4 #new_pilote.kv3reverse {
    border-color: #89105d;
}

#perso #new_gain:after,
#perso #new_gain:before {
    content: none!important;
}

#offer.homev4 section#new_pilote:before,
#offer.homev4 section#new_pilote:after {
    content: none!important;
}

#perso.homev4 #new_pilote:before {
    border-top-color: #00b5d3;
}

#perso #new_pilote.kv3reverse h3 {
    color: #00b5d3;
}

#perso #new_pilote.kv3reverse h3:after {
    background: #00b5d3;
    opacity: 0.2;
}

#perso #new_pilote.kv3reverse {
    border-color: #89105d;
}

#perso #new_pilote.kv3reverse:before {
    border-top-color: #89105d;
}

.twentytwenty-handle {
    background-color: #00A485;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    background: #00A485;
}

@media screen and (max-width:1199px) {
    #nav_offer {
        display: none;
    }
    section#new_offer {
        margin-top: 0px;
    }
    .kv3r .col-md-6>img {
        width: 100%;
    }
    #new_opti p:first-of-type,
    #new_analyse p:first-of-type {
        margin-top: -20px;
    }
}

@media screen and (max-width:767px) {
    .kv3r h3 {
        font-size: 30px;
        width: 100%!important;
    }
    .new_citation_bloc {
        margin-bottom: 140px;
    }
    section#new_citation {
        margin-bottom: 40px;
    }
    .kv3r .col-md-6>img {
        width: 100%;
    }
    #new_opti p:first-of-type,
    #new_analyse p:first-of-type {
        margin-top: -20px;
    }
    #new_opti img,
    #new_analyse img {
        margin-top: 20px;
    }
    #new_data h3 {
        font-size: 30px;
    }
    #new_data h3 span {
        font-size: 22px;
        display: block;
        margin-top: 20px;
    }
    #new_data p {
        margin-bottom: 30px;
    }
}

section.stat.stat_orange,
section.stat.stat_nuit,
section.stat.stat_rose,
section.stat.stat_read {
    background: white;
    color: inherit;
}

section.stat.stat_cyan,
section.stat.stat_enjeu,
section.stat.stat_plans {
    background: #ebf2f2;
    color: inherit;
}

.stat_orange h3 {
    color: #89105d!important;
}

.stat_orange h3 i {
    background: #89105d!important;
    opacity: 0.2;
}

.stat_cyan h3 {
    color: #0e4c6b!important;
}

.stat_cyan h3 i {
    background: #0e4c6b!important;
    opacity: 0.2;
}

.stat_nuit h3 {
    color: #00b5d3!important;
}

.stat_nuit h3 i {
    background: #00b5d3!important;
    opacity: 0.2;
}

.stat_enjeu h3 {
    color: #00a485!important;
}

.stat_enjeu h3 i {
    background: #00a485!important;
    opacity: 0.2;
}

.stat_rose h3 {
    color: #f95928!important;
}

.stat_rose h3 i {
    background: #f95928!important;
    opacity: 0.2;
}

.stat_plans h3 {
    color: #00a485!important;
}

.stat_plans h3 i {
    background: #00a485!important;
    opacity: 0.2;
}

.stat_cyan a.stats_cta {
    background: none;
    border: 2px solid #0e4c6b;
    color: #0e4c6b;
}

.stat_cyan a.stats_cta:hover {
    background: #0e4c6b;
    color: white;
}

.stat_rose a.stats_cta {
    background: none;
    border: 2px solid #f95928;
    color: #f95928;
}

.stat_rose a.stats_cta:hover {
    background: #f95928;
    color: white;
}

.stats_bandeau {
    background: none;
}

.stats_bandeau h1 {
    padding-top: 40px;
}

.stats_bandeau h2 {
    padding-top: 0px;
}

a.kfonctionnalite_bloc {
    text-decoration: none!important;
    color: black!important;
}

.bloc_container p strong {
    font-size: 40px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

#home .bloc_container p strong {
    margin-bottom: -20px;
}

.bloc_container p br {}

.bloc_container .img_container img {
    max-height: 180px;
    width: 100%;
}

#new_pilote a {
    text-transform: uppercase;
    border: 2px solid #00B5D3;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    color: #00B5D3;
    text-decoration: none;
    font-weight: 600;
}

#new_pilote a:hover {
    background: #00B5D3;
    color: white;
}

#new_pilote .col-md-12.col-sm-12.col-xs-12 {
    margin-top: 40px;
}

@media screen and (max-width:767px) {
    .kv3r .col-md-6>img {
        width: 100%;
        margin-bottom: 20px;
    }
}

#perso #nav_offer a {
    font-weight: 600;
}

.nav_middle {
    display: block;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.nav_middle span {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 15px;
    display: inline;
    vertical-align: middle;
    display: inline-block;
}

.kh3 h3 {
    display: inline-block!important;
    width: inherit!important;
}

.kh3 {
    text-align: center;
}

#perso.new .main_on_bg h1 {
    color: white;
    font-weight: 600;
    position: relative;
    top: 65px;
}

#predictif section.main_on_bg {
    background: url(//www.kameleoon.com/img/predictif/p1.png);
    background-size: cover;
}

#predictif h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
}

#predictif h2 {
    font-size: 26px;
    font-weight: 600;
    color: white;
}

#predictif section.main_on_bg {
    padding-top: 200px;
    padding-bottom: 130px;
}

#predictif .main_on_bg a {
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#predictif .main_on_bg a:hover {
    background: #9d9ea0;
    color: white;
    border-color: #9d9ea0;
}

#predictif section#presentation {
    padding-top: 70px;
}

#predictif section#presentation p {
    font-size: 16px;
}

section#app_bloc {
    background: #00a485;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

section#app_bloc:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a485;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

section#app_bloc h2 {
    font-size: 32px;
    font-weight: 400;
}

#applications h3 {
    font-size: 32px;
    color: #0e4c6b;
    margin-top: 60px;
    margin-bottom: 50px;
}

#applications .kh3 h3 i {
    display: block;
    height: 6px;
    background: #0e4c6b;
    border-radius: 6px;
    margin-top: 10px;
    opacity: 0.2;
}

.applications_title p {
    font-size: 16px;
    font-weight: 600;
    color: #0e4c6b;
    height: 70px;
    margin-top: 10px;
}

.applications_notitle p {
    margin-top: 25px;
    color: #3f3f3f;
}

#applications .col-md-12.col-sm-12 {
    border-top: 2px solid #0e4c6b;
    margin-bottom: -20px;
    position: relative;
    top: 145px;
}

#applications .col-md-12 p {
    position: relative;
    top: -14px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    background: white;
    display: inline-block;
    padding: 0 10px;
    color: #0e4c6b;
}

#applications {
    padding-bottom: 60px;
    position: relative;
    border-bottom: 2px solid #f95928;
}

#applications:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid white;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

#applications:before {
    content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #f95928;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

#howto {
    background: #ebf2f2;
    padding-bottom: 60px;
    border-bottom: 2px solid #89105d;
    position: relative;
}

#howto h3 {
    font-size: 32px;
    color: #f95928;
    margin-top: 60px;
    margin-bottom: 50px;
}

#howto .kh3 h3 i {
    display: block;
    height: 6px;
    background: #f95928;
    border-radius: 6px;
    margin-top: 10px;
    opacity: 0.2;
}

p.uptitle {
    font-size: 16px;
    color: #9c9e9f;
    font-weight: 600;
}

p.undertitle {
    font-size: 16px;
}

#howto .img_container img {
    height: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#howto .row:first-of-type img {
    position: relative;
    top: -31px;
}

#howto .row:first-of-type:before {
    content: "";
    width: 100%;
    display: block;
    height: 4px;
    background: white;
    max-width: 65%;
    margin: 0 auto;
}

#howto:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ebf2f2;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

#howto:before {
    content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #89105d;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

#results h3 {
    font-size: 32px;
    color: #89105d;
    margin-top: 60px;
    margin-bottom: 40px;
}

#results .kh3 h3 i {
    display: block;
    height: 6px;
    background: #89105d;
    border-radius: 6px;
    margin-top: 10px;
    opacity: 0.2;
}

#results {
    position: relative;
    border-bottom: 2px solid #00b5d3;
}

#results:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid white;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

#results:before {
    content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #00b5d3;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

#benefice {
    padding-bottom: 60px;
    background: #ebf2f2;
}

#benefice h3 {
    font-size: 32px;
    color: #00b5d3;
    margin-top: 60px;
    margin-bottom: 40px;
}

#benefice .kh3 h3 i {
    display: block;
    height: 6px;
    background: #00b5d3;
    border-radius: 6px;
    margin-top: 10px;
    opacity: 0.2;
}

#benefice .uptitle {
    color: #00b5d3;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

#benefice .undertitle {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 600;
}

#results img {
    margin-bottom: 30px;
    max-width: 100%;
}

.ouimais.visible-xs {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    border-top: 2px solid #00A485;
    margin-bottom: -20px;
}

.ouimais p {
    position: relative;
    top: -12px;
    font-size: 16px;
    font-weight: 600;
    background: white;
    display: inline-block;
    padding: 0 10px;
}

.applications_notitle {
    margin-bottom: 40px;
}

@media screen AND (max-width:767px) {
    .ouimais.visible-xs {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        border-top: 2px solid #00A485;
        margin-bottom: -20px;
    }
    .ouimais p {
        position: relative;
        top: -12px;
        font-size: 16px;
        font-weight: 600;
        background: white;
        display: inline-block;
        padding: 0 10px;
    }
    .applications_notitle {
        margin-bottom: 40px;
    }
    #presentation img {
        margin-top: 30px;
        max-width: 100%;
    }
    section#app_bloc h2 {
        font-size: 24px;
    }
    p.undertitle {
        margin-bottom: 40px;
    }
    #results img {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

#offer #nav_offer a {
    max-width: 20%;
    min-width: 20%;
}

div#contactMap {
    margin-top: 100px;
}

#contactMap h1 {
    font-size: 48px;
    margin-bottom: 0px;
}

#contactMap h2 {
    font-size: 26px;
    margin-top: 0;
}

svg#Calque_1 {
    margin-top: 50px;
}

svg#Calque_1 path:hover {
    fill: red;
}

.homev4 section#new_data {
    background: white;
}

.homev4 section#new_pilote {
    border-bottom: none;
}

.homev4 section#new_pilote:before {
    content: none;
}

.homev4 section#new_pilote:after {
    content: none;
}

.homev4 #new_analyse.kv3r {
    border-bottom: 2px solid #f95928;
}

.homev4 #new_analyse.kv3r:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid white;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

.homev4 #new_analyse.kv3r:before {
    content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #f95928;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

.homev4#offer section#new_offer {
    background: #ebf2f2;
}

.homev4#offer section#new_offer:after {
    border-top-color: #ebf2f2;
}

#offer.homev4 #new_offer {
    border-color: #89105d!important;
}

#offer.homev4 #new_offer:before {
    border-top-color: #89105d!important;
}

#offer.homev4 #new_create {
    border-color: #efbf86;
}

#offer.homev4 #new_create:before {
    border-top-color: #efbf86;
}

#new_pilote > .container > p > a {
    border-color: #00a485;
    color: #00a485;
}

#new_pilote > .container > p > a:hover {
    background: #00a485;
    border-color: #00a485;
    color: white;
}

section#kfonctionnalite h4 {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 70px;
    line-height: 24px;
    font-size: 24px;
}

.homev4#home .main_on_bg h1.title {
    font-size: 2em;
}

.homev4#perso #new_pilote > .container > p {
    margin-top: 50px;
}

.homev4 section#kfonctionnalite h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 80px;
    font-size: 3.4em;
    line-height: 1.4;
}

.homev4 section#kfonctionnalite h2 {
    font-size: 36px;
}

.homev4 section#kfonctionnalite h2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}


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

WHAT IS AB

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

section#w_main {
    background: #f1f6f6;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f6f6 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f6f6 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f6f6', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    margin-top: 60px;
    padding-bottom: 60px;
}

#w_main h1 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f3f3f;
    margin-top: 65px;
    line-height: 48px;
}

#w_main .container {
    padding: 0;
}

#w_main h2 {
    font-weight: 600;
    font-size: 26px;
    margin-top: 10px;
}

div#w_select_menu select {
    font-size: 16px;
    text-transform: uppercase;
    height: 60px;
    width: 260px;
    background: #ebf2f2;
    line-height: 60px;
    padding: 0 20px;
    cursor: pointer;
    margin-top: 30px;
    max-width: 100%;
    border: none;
    position: relative;
}

section.w_section {
    padding: 70px 0;
}

.w_section h3 {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
}

.w_section h3:after {
    content: "";
    display: block;
    height: 10px;
    background: black;
    width: 80px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.w_section .container {
    padding: 0;
}

.w_section p {
    font-size: 20px;
}

.w_section p.w_smaller {
    font-size: 16px;
}

.w_section p {
    margin-bottom: 25px;
}

.w_section p:last-of-type {
    margin-bottom: 0;
}

.w_section .container > div {
    padding: 0;
}

.w_italic {
    font-style: italic;
}

hr.w_hr {
    border: none;
    background: url(//www.kameleoon.com/img/hr.png);
    height: 20px;
    background-repeat: repeat no-repeat;
    background-position: -1px center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.w_section ul {
    margin-top: 25px;
    padding-left: 20px;
}

.w_section ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.w_section ul li:last-of-type {
    margin-bottom: 0;
}

.w_section ul li a {
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline;
}

.w_section ul li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    left: -15px;
}

.w_section ul li:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -15px;
    top: 10px;
}

.w_img_center {
    display: block;
    margin: 0 auto;
}

.w_section img {
    max-width: 100%;
}


/*************** COLORS ******/

.w_section_fcf2e7 {
    background: #fcf2e7;
}

.w_section_fcf2e7 h3 {
    color: #c39069;
}

.w_section_fcf2e7 h3:after {
    background-color: #f7dec0;
}

.w_section_edd7ce {
    background: #edd7ce;
}

.w_section_edd7ce h3 {
    color: #702016;
}

.w_section_edd7ce h3:after {
    background-color: #e2bfb1;
}

.w_section_ccf0f6 {
    background: #ccf0f6;
}

.w_section_ccf0f6 h3 {
    color: #268693;
}

.w_section_ccf0f6 h3:after {
    background-color: #aee7f1;
}

.w_section_e7cfdf {
    background: #e7cfdf;
}

.w_section_e7cfdf h3 {
    color: #491144;
}

.w_section_e7cfdf h3:after {
    background-color: #d9b3cc;
}

.w_section_ccede7 {
    background: #ccede7;
}

.w_section_ccede7 h3 {
    color: #137f69;
}

.w_section_ccede7 h3:after {
    background-color: #aee2d8;
}

.w_section_feded4 {
    background: #feded4;
}

.w_section_feded4 h3 {
    color: #c13a2d;
}

.w_section_feded4 h3:after {
    background-color: #fdcaba;
}

.w_section_d8e6e5 {
    background: #d8e6e5;
}

.w_section_d8e6e5 h3 {
    color: #2a5a56;
}

.w_section_d8e6e5 h3:after {
    background-color: #c1d7d5;
}

.w_section_cfdbe1 {
    background: #cfdbe1;
}

.w_section_cfdbe1 h3 {
    color: #002f38;
}

.w_section_cfdbe1 h3:after {
    background-color: #b2c6cf;
}


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

img[src*="books_01"] {
    margin-top: -40px;
}

@media screen and (min-width: 1200px) {
    section.w_section[rel="weapon"] {
        background-image: url(//www.kameleoon.com/img/whatisab/weapon_bg.png);
        background-repeat: no-repeat;
        background-position: 95% 125%;
    }
    section.w_section[rel="benefits"] > .container {
        background-image: url(//www.kameleoon.com/img/whatisab/benefits_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.w_section[rel="how"] {
        background-image: url(//www.kameleoon.com/img/whatisab/how_bg.png);
        background-repeat: no-repeat;
        background-position: 95% -50px;
    }
    section.w_section[rel="key"] {
        background-image: url(//www.kameleoon.com/img/whatisab/key_bg.png);
        background-repeat: no-repeat;
        background-position: 95% 50px;
    }
    section.w_section[rel="framework"] {
        background-image: url(//www.kameleoon.com/img/whatisab/framework_bg.png);
        background-repeat: no-repeat;
        background-position: 95% -50px;
    }
    section.w_section[rel="idea"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/idea_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.w_section[rel="practices"] {
        background-image: url(//www.kameleoon.com/img/whatisab/practices_bg.png);
        background-repeat: no-repeat;
        background-position: 95% 20px;
    }
    section.w_section[rel="reporting"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/reporting_01.png);
        background-repeat: no-repeat;
        background-position: 85% bottom;
    }
    section.w_section[rel="tools"] {
        background-image: url(//www.kameleoon.com/img/whatisab/tools_bg.png);
        background-repeat: no-repeat;
        background-position: 85% 105%;
    }
    section.w_section[rel="blogs"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/blogs_bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    section.w_section[rel="social"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/social_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.w_section[rel="what"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/what_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.w_section[rel="books"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/deeper_bg.png);
        background-repeat: no-repeat;
        background-position: 60% top;
    }
    section.w_section[rel="stats"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/stats_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.w_section[rel="skills"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/skills_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.w_section[rel="agencies"] {
        background-image: url(//www.kameleoon.com/img/whatisab/agencies_bg.png);
        background-repeat: no-repeat;
        background-position: 70% -40px;
    }
    section.w_section[rel="kam"] .container {
        background-image: url(//www.kameleoon.com/img/whatisab/kam.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
}

div[rel="what.png"] > img {
    margin-top: -150px;
}

.w_section p > a {
    color: black;
    text-decoration: underline;
}

.w_section_ccf0f6 ul li:after,
.w_section_ccf0f6 ul li:before {
    background: #00b5d3;
}

.w_section_ccf0f6 ul li a {
    color: #00b5d3;
}

.w_section ul.w_only_li li a {
    color: black;
}

.w_section_e7cfdf ul li:after,
.w_section_e7cfdf ul li:before {
    background: #89105d;
}

.w_section.w_section_e7cfdf ul li.w_only_li a {
    color: black;
}

.w_section_e7cfdf ul li a {
    color: #89105d;
}

.w_section_ccede7 ul li a {
    color: #00a485;
}

.w_section_ccede7 ul li:after,
.w_section_ccede7 ul li:before {
    background: #00a485;
}

img.w_img_center {
    margin-top: 70px;
    margin-bottom: 70px;
}

.w_section_feded4 ul li a {
    color: #f95928;
}

.w_section_feded4 ul li:after,
.w_section_feded4 ul li:before {
    background: #f95928;
}

.w_section_d8e6e5 ul li a {
    color: #3d807b;
}

.w_section_d8e6e5 ul li:after,
.w_section_d8e6e5 ul li:before {
    background: #3d807b;
}

.w_section_cfdbe1 ul li a {
    color: #0e4c6b;
}

.w_section_cfdbe1 ul li:after,
.w_section_cfdbe1 ul li:before {
    background: #0e4c6b;
}

ul.w_ul_success li a {
    color: #00a056;
}

.w_section ul.w_ul_success li:after,
.w_section ul.w_ul_success li:before {
    background: #00a056;
}

ul.w_ul_fail li a {
    color: #c23018;
}

.w_section ul.w_ul_fail li:after,
.w_section ul.w_ul_fail li:before {
    background: #c23018;
}

.w_section_edd7ce ul li a {
    color: #a4350c;
}

.w_section_edd7ce ul li:after,
.w_section_edd7ce ul li:before {
    background: #a4350c;
}

.w_section_fcf2e7 ul a {
    color: #c39069;
}

.w_section_fcf2e7 ul li:after,
.w_section_fcf2e7 ul li:before {
    background: #c39069;
}

a.w_card {
    background: white;
    display: block;
    text-decoration: none!important;
    margin-top: 50px;
    margin-bottom: 20px;
}

.w_card img {
    width: 100%;
}

.w_card p {
    padding: 20px;
    color: black;
}

.w_section .w_card button {
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid #06bbd9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    top: 22px;
    background: white;
    color: #06bbd9;
}

a.w_card:hover {
    outline: 4px solid #06bbd9;
}

a.w_card.w_blue:hover {
    outline: 4px solid #0e4c6b;
}

a.w_card.w_purple:hover {
    outline: 4px solid #89105d;
}

a.w_card.w_red:hover {
    outline: 4px solid #a4350c;
}

.w_card button.w_button_blue {
    color: #0e4c6b;
    border-color: #0e4c6b;
}

.w_card button.w_button_purple {
    color: #89105d;
    border-color: #89105d;
}

.w_card button.w_button_red {
    color: #a4350c;
    border-color: #a4350c;
}

.w_card:hover button {
    background: #06bbd9;
    color: white;
}

.w_card.w_blue:hover button {
    background: #0e4c6b;
    color: white;
}

.w_card.w_purple:hover button {
    background: #89105d;
    color: white;
}

.w_card.w_red:hover button {
    background: #a4350c;
    color: white;
}

ol li {
    list-style: none;
    margin-bottom: 20px;
}

ol li p {
    display: inline-block;
}

ol li i {
    color: #a4350c;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: -120px;
    border: 2px solid #a4350c;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
}

ol li p {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 20px;
    font-weight: 900;
    color: #a4350c;
}

ol li p a {
    color: black!important;
    font-weight: 400;
}

ol li div p {
    font-weight: 400;
    color: black;
    margin-left: -40px;
}

.w_only_text li {
    color: #0e4c6b;
    font-weight: 900;
    font-size: 16px;
}

ul.w_only_text {
    margin-top: 0;
    margin-bottom: 50px;
}

ul.w_ul_success {
    margin-bottom: 70px;
}

.w_ul_success + p + a {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

section[rel="social"] p > a {
    color: black;
    font-weight: 400;
    font-size: 20px;
}

section[rel="social"] .row p {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    color: black!important;
    font-size: 16px;
}

section[rel="social"] .row a {
    color: black!important;
    font-weight: 400;
}

section[rel="social"] .row > div {
    padding: 0 0 0 10px;
}

section[rel="social"] .row > div:first-of-type {
    padding-left: 15px;
}

section[rel="social"] .row:first-of-type {
    margin-top: 20px;
}

.w_section .row {
    margin-right: 0;
    margin-left: 0;
}

.w_def {
    background: rgba(255, 255, 255, 0.4);
    padding: 15px;
}

@media screen and (min-width: 768px) {
    .w_section .row > div:first-of-type {
        padding: 0;
    }
}

.w_section p.w_bigger {
    font-size: 22px;
}

ul.ul_no_links li {
    font-size: 20px;
}

ul.ul_no_links li:after {
    content: none;
}

ul.ul_no_links li:before {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    top: 12px;
}

span.w_lowercase {
    text-transform: lowercase;
}

ol li span {
    color: black;
    font-weight: 400;
}

.w_list_head img {
    margin-bottom: 30px;
}

.w_list_head {
    margin-bottom: 50px;
}

section[rel="social"] .row > .col-md-6 {
    padding-left: 0!important;
}

section[rel="social"] .row > .col-md-6 > div {
    padding-left: 0;
}

section[rel="social"] .row > .col-md-6 > div a {
    font-size: 16px;
}

.w_section input {
    background: white;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px 10px;
    border: none;
}

.w_section form {
    margin-top: 30px;
}

.w_section input:active,
.w_section input:focus {
    outline: 3px solid #00a485;
}

.w_section button {
    position: absolute;
    right: 0;
    background: #00a485;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

#w_sections + div {
    max-width: 1140px;
    position: absolute;
    top: 100%;
    right: 15px;
    background: white;
    width: 1140px;
    z-index: 8;
}

div > .w_option {
    width: 376px;
    display: inline-block;
    height: 65px;
    background: #ebf2f2;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 3px;
    line-height: 65px;
    margin-left: 2px;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
}

div > .w_option:hover {
    background: #dae2e2;
}

.w_option span {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 10px;
}

.w_option i {
    position: absolute;
    left: 15px;
    top: 24px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
}

.w_option i:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    border: 3px solid white;
    border-radius: 20px;
    left: -1px;
    top: -1px;
}

.w_option:hover i:after {
    width: 14px;
    height: 14px;
    border: none;
    left: 3px;
    top: 3px;
    background: white;
}

div#w_menu {
    position: fixed;
    right: 0;
    top: 20%;
    width: 40px;
    z-index: 8;
    background: white;
    padding-top: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#w_menu p.w_option {
    background: white;
    height: 15px;
    line-height: 15px;
}

#w_menu i {
    z-index: 8;
    left: 11px;
    top: 0;
    width: 16px;
    height: 16px;
}

#w_menu i + span {
    position: absolute;
}

#w_menu .w_option i:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    border: 3px solid white;
    border-radius: 18px;
    left: -1px;
    top: -1px;
}

#w_menu .w_option:hover i:after {
    width: 8px;
    height: 8px;
    left: 4px;
    top: 4px;
}

#w_menu p:hover i + span {
    display: block;
}

#w_menu i + span {
    display: none;
    position: absolute;
    right: 100%;
    font-size: 10px;
    width: inherit;
    text-align: right;
    color: white!important;
    background: #00a485;
    max-width: 222px;
    padding: 5px 10px;
    top: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    border-radius: 5px;
}

#w_menu i + span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00a485;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
}

@media screen and (max-width: 767px) {
    section.w_section {
        padding-left: 10px;
        padding-right: 10px;
    }
    section[rel="social"] .row > div:first-of-type {
        padding-left: 0;
    }
    ol li p {
        vertical-align: top;
    }
    div[rel="what.png"] > img {
        display: none;
    }
}


/****************** PARTENAIRES *************************/

#references.v2 section.main_bg {
    background-image: url(//www.kameleoon.com/img/partenaires/main_bg.png);
    min-height: 446px;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 60px;
    width: 100%;
}

#references.v2 h1.title {
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}

#references.v2 section.main_on_bg {
    min-height: 505px;
    padding-top: 185px;
}

#references.v2 .main_on_bg h2 {
    color: white;
    font-size: 26px;
    line-height: 40px;
}

section#p_partenaires {
    background: #ebf2f2;
    z-index: 1;
    position: relative;
    padding: 70px 0;
}

p.p_filter {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.p_filter strong {
    display: inline-block;
    width: 260px;
    height: 60px;
    background: #00a485;
    background: white;
    color: #3f3f3f;
    padding: 20px 15px;
    border-radius: 5px;
    font-weight: 400;
    margin-left: 20px;
    cursor: pointer;
    background-image: url(//www.kameleoon.com/img/ressources/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.p_filter strong.p_actif {
    background-image: url(//www.kameleoon.com/img/ressources/arrow_up.png);
    background-color: #00a485;
    color: white;
}

.p_filter > span {
    display: none;
    position: absolute;
    right: 0;
    width: 260px;
    background: white;
    padding: 10px 0;
    top: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 8;
}

.p_filter > span > span {
    height: 40px;
    display: block;
    line-height: 40px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 10px;
    text-transform: none;
    font-weight: 400;
    cursor: pointer;
}

.p_filter > span > span:hover {
    background-color: #f7fafa;
}

.p_filter > span > span:nth-of-type(1) {
    background-image: url(//www.kameleoon.com/img/partenaires/f_1.png);
}

.p_filter > span > span:nth-of-type(2) {
    background-image: url(//www.kameleoon.com/img/partenaires/f_2.png);
}

.p_filter > span > span:nth-of-type(3) {
    background-image: url(//www.kameleoon.com/img/partenaires/f_3.png);
}

.p_filter > span > span:nth-of-type(4) {
    background-image: url(//www.kameleoon.com/img/partenaires/relation-clients.png);
}

.p_filter > span > span:nth-of-type(5) {
    background-image: url(//www.kameleoon.com/img/partenaires/f_4.png);
}

.p_container a {
    display: none!important;
}

.p_container .p_visible {
    display: inline-block!important;
}

.p_container .p_visible {
    width: 31%;
    /**width: calc(33% - 15px);*/
    display: inline-block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p_container .p_visible {
        width: 100%;
        margin-right: 0;
    }
    #references.v2 .main_on_bg h2 {
        color: white;
        font-size: 14px;
        line-height: 26px;
    }
    .p_filter strong {
        display: block;
        margin-left: 0;
    }
}

.p_container .p_visible > span:first-of-type {
    height: 100px;
    display: block;
    background: white;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}

.p_container .p_visible > span:last-of-type {
    height: 100px;
    display: block;
    background: #f7fafa;
    line-height: 100px;
    text-align: center;
}

.p_container .p_visible:hover > span:last-of-type {
    background: white;
}

.p_container .p_visible span button {
    line-height: normal;
}

.p_container .p_visible span button {
    line-height: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 2px solid #00a485;
    border-radius: 5px;
    background: none;
    color: #00a485;
    font-weight: 600;
}

.p_container .p_visible:hover span button {
    background: #00a485;
    color: white;
}

.p_container .p_visible:nth-of-type(3),
.p_container .p_visible:nth-of-type(6),
.p_container .p_visible:nth-of-type(9),
.p_container .p_visible:nth-of-type(12),
.p_container .p_visible:nth-of-type(15),
.p_container .p_visible:nth-of-type(18),
.p_container .p_visible:nth-of-type(21),
.p_container .p_visible:nth-of-type(24),
.p_container .p_visible:nth-of-type(27),
.p_container .p_visible:nth-of-type(30),
.p_container .p_visible:nth-of-type(33),
.p_container .p_visible:nth-of-type(36),
.p_container .p_visible:nth-of-type(39) {
    margin-right: 0;
}

.p_container {
    margin-top: 50px;
}

.p_container .p_visible span img {
    max-height: 100%;
    max-width: 100%;
}

.p_container .p_visible span img.medium {
    max-height: 70%;
    max-width: 70%;
}

.p_container .p_visible span img.small {
    max-height: 50%;
    max-width: 50%;
}


/****************** AGENCES ********************/

section#c_certified {
    background: white;
    position: relative;
}

#c_certified img {
    margin-top: -132px;
}

#c_certified p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
}

section#c_certified {
    border-bottom: 2px solid #1fab8c;
}

section#c_certified:before {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #1fab8c;
    position: absolute;
    content: "";
    bottom: -30px;
    z-index: 8;
    left: 50%;
    margin-left: -40px;
}

section#c_certified:after {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid white;
    position: absolute;
    content: "";
    bottom: -27px;
    z-index: 8;
    left: 50%;
    margin-left: -40px;
}

.a_agence #p_partenaires {
    border-bottom: 2px solid #1fab8c;
}

.a_agence #p_partenaires:before {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #1fab8c;
    position: absolute;
    content: "";
    bottom: -30px;
    z-index: 8;
    left: 50%;
    margin-left: -40px;
}

.a_agence #p_partenaires:after {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #ebf2f2;
    position: absolute;
    content: "";
    bottom: -27px;
    z-index: 8;
    left: 50%;
    margin-left: -40px;
}

#s_services hr {
    border-color: #d3d9d9;
    position: relative;
    border-bottom: 2px solid #d3d9d9;
    border-top: none;
}

#s_services hr:before {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #d3d9d9;
    position: absolute;
    content: "";
    bottom: -30px;
    z-index: 8;
    left: 50%;
    margin-left: -40px;
}

#s_services hr:after {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #ebf2f2;
    position: absolute;
    content: "";
    bottom: -27px;
    z-index: 8;
    left: 50%;
    margin-left: -40px;
}

.a_agence .p_container .p_visible > span:last-of-type {
    height: inherit;
}

.a_agence .p_container .p_visible {
    width: 100%;
}

.a_agence .p_container .p_visible > span:last-of-type {
    line-height: inherit;
    padding-bottom: 30px;
}

.a_agence .p_container .p_visible span p {
    color: #333333;
    padding: 20px;
    font-size: 16px;
}

.a_agence .p_container .p_visible {
    text-decoration: none;
}

.a_agence .p_container hr {
    margin: 0;
    height: 2px;
    background: #dedede;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -15px;
}

span.a_list {
    display: block;
    text-align: left;
    padding: 0 20px;
    min-height: 30px;
    line-height: 30px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.a_agence .p_container a {
    display: inline-block!important;
    color: #333333;
    text-decoration: underline;
}

.a_agence .p_visible span.a_list:nth-of-type(1) {
    background-image: url(//www.kameleoon.com/img/agences/position.png);
}

.a_agence .p_visible span.a_list:nth-of-type(2) {
    background-image: url(//www.kameleoon.com/img/agences/tel.png);
}

.a_agence .p_visible span.a_list:nth-of-type(3) {
    background-image: url(//www.kameleoon.com/img/agences/web.png);
}

.a_agence .p_visible span.a_list:nth-of-type(4) {
    background-image: url(//www.kameleoon.com/img/agences/email.png);
    background-position-x: 22px;
    background-position-y: 10px;
}

.a_ptop {
    padding-top: 30px;
}

section#a_partners {
    background: white;
    padding: 70px 0;
    position: relative;
}

section#a_partners h2 {
    color: #137f69;
    font-size: 32px;
    display: inline-block;
}

section#a_partners h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: rgba(19, 127, 105, 0.4);
    border-radius: 10px;
    margin-top: 10px;
}

#a_partners > div > p {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#a_partners img + p {
    font-size: 26px;
    color: #00a485;
    font-weight: 600;
}

#a_partners a {
    border: 2px solid #00a485;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 40px;
    color: #00a485;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}

#a_partners a:hover {
    color: white;
    background: #00a485;
}

@media screen and (max-width: 767px) {
    .a_agence h1.title {
        line-height: 42px!important;
    }
    #references.v2.a_agence section.main_on_bg {
        padding-top: 150px;
    }
    #a_partners img + p {
        margin-bottom: 40px;
    }
}


/********************************* Accompagnement ************************************/

#services.new.v2 .main_bg {
    background-image: url(//www.kameleoon.com/img/accompagnement/main_bg.jpg);
}

#services.v2 .main_on_bg a {
    padding: 10px 15px;
    border: 2px solid white;
    margin-top: 40px;
    display: inline-block;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}

#services.v2 .main_on_bg a:hover {
    color: black;
    background: white;
}

section#s_services {
    position: relative;
    background: #ebf2f2;
    padding: 70px 0;
}

#s_consultant p {
    font-size: 16px;
    padding: 0 40px;
}

div#s_consultant:after {
    content: "";
    clear: both;
    display: block;
}

#s_consultant > div:first-of-type {
    padding: 0;
}

#s_consultant > div:last-of-type {
    position: relative;
}

#s_consultant p {
    font-size: 16px;
    padding: 0 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

div#s_consultant {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
}

div#s_consultant img {
    width: 100%;
}

#s_services h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #3f3f3f;
}

.s_bloc_container img {
    width: 100%;
    margin-bottom: 20px;
}

.s_shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.s_bloc_container .row div {
    padding: 0;
}

.s_bloc_container .row > div > div[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s_bloc_container .row > div:first-of-type,
.s_bloc_container .row > div > div:first-of-type {
    padding-right: 10px;
}

.s_bloc_container .row > div:last-of-type,
.s_bloc_container .row > div > div:last-of-type {
    padding-left: 10px;
}

.s_bloc_text {
    padding: 0!important;
    background: white;
    text-align: left;
    padding-bottom: 87px!important;
    margin-bottom: 20px;
    clear: both;
}

.s_bloc_text p {
    padding: 0 55px;
    font-size: 16px;
}

.s_bloc_text strong {
    font-size: 18px;
}

.s_bloc_text img {
    margin-bottom: 90px;
}

.s_bloc_container {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    div#s_consultant {
        display: block;
    }
    #s_consultant p {
        font-size: 16px;
        padding: 0 45px;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .s_bloc_text {
        padding-bottom: 20px!important;
    }
    .s_bloc_text img {
        margin-bottom: 20px!important;
    }
    .s_bloc_container .row > div > div[class*="col-"] {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .s_bloc_container .row {
        margin: 0;
    }
    .s_bloc_container .row > div:first-of-type,
    .s_bloc_container .row > div > div:first-of-type {
        padding-right: 0px;
    }
    .s_bloc_container .row > div:last-of-type,
    .s_bloc_container .row > div > div:last-of-type {
        padding-left: 0px;
    }
    section#adopt h2 {
        font-size: 23px;
    }
    .s_bloc_text p {
        padding: 0 20px;
        font-size: 16px;
    }
}

#s_services h3 {
    color: #3f3f3f;
    font-size: 32px;
    display: inline-block;
    margin-bottom: 50px;
}

#s_services h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: rgba(63, 63, 63, 0.4);
    border-radius: 10px;
    margin-top: 10px;
}

#s_services h3 + div div p {
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

#s_services h3 + div div:nth-of-type(1) p {
    color: #f95928;
}

#s_services h3 + div div:nth-of-type(2) p {
    color: #89105d;
}

#s_services h3 + div div:nth-of-type(3) p {
    color: #00b5d3;
}

#s_services h3 + div div:nth-of-type(4) p {
    color: #a4350c;
}


/*************** RESSOURCES **************************/

#ressources.v2 section.main_bg {
    background: url(//www.kameleoon.com/img/ressources/main_bg.png);
    min-height: 432px;
    margin-top: 60px;
    background-size: cover;
    position: fixed;
    width: 100%;
}

#ressources.v2 h1.title {
    color: white;
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
    margin-top: 0;
}

section#s_ressources {
    position: relative;
    background: #ebf2f2;
    padding: 70px 0;
    margin-top: 40px;
}

.s_shadow.s_une {
    margin-top: -120px;
    background: white;
    margin-bottom: 70px;
}

.s_shadow.s_une:after {
    content: "";
    display: block;
    clear: both;
}

#s_ressources .row {
    margin: 0;
}

.s_shadow.s_une > div:first-of-type {
    padding: 0;
}

.s_shadow.s_une > div:first-of-type img {
    width: 100%;
    height: auto;
}

.s_une div p:first-of-type {
    color: #00b5d3;
    font-size: 32px;
    padding-left: 150px;
    text-transform: uppercase;
    padding-top: 10px;
}

.s_une div p:last-of-type {
    color: #333333;
    font-size: 18px;
    padding-left: 150px;
    padding-top: 10px;
}

#s_ressources .s_une a {
    border: 2px solid #00b5d3;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #00b5d3;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 150px;
    margin-top: 20px;
    display: inline-block;
}

#s_ressources .s_une a:hover {
    background: #00b5d3;
    color: white!important;
    text-decoration: none;
}

.s_une > div:last-of-type {
    background: url(//www.kameleoon.com/img/ressources/new_jade_green.png);
    background-repeat: no-repeat;
    background-position: 30px top;
}

.s_container > a,
.s_container .card-wrapper > a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-right: 25px;
    margin-bottom: 45px;

    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 10px!important;
    margin-bottom: 45px!important;
}

.s_container > a:nth-of-type(4),
.s_container > a:nth-of-type(8),
.s_container > a:nth-of-type(12),
.s_container > a:nth-of-type(16),
.s_container > a:nth-of-type(20),
.s_container > a:nth-of-type(24),
.s_container > a:nth-of-type(28),
.s_container > a:nth-of-type(32),
.s_container > a:nth-of-type(36) {
    margin-right: 0;
}

.s_container a.s_shadow {
    width: 260px;
    background: white;
}

.s_container a.s_shadow img {
    width: 100%;
}

.s_container a.s_shadow strong {
    font-weight: 400;
    display: block;
    height: 138px;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
}

.s_container a.s_shadow span {
    position: absolute;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    bottom: -22px;
    background: white;
}

a.s_shadow.s_blue:hover {
    outline: 5px solid #07b6d3;
}
a.s_shadow.s_gray:hover{
    outline: 5px solid #9c9e9f;
}

a.s_shadow.s_blue span {
    border: 2px solid #07b6d3;
    color: #07b6d3;
}

a.s_shadow.s_blue:hover span {
    background: #07b6d3;
}

a.s_shadow.s_orange:hover {
    outline: 5px solid #f95928;
}

a.s_shadow.s_orange span {
    border: 2px solid #f95928;
    color: #f95928;
}

a.s_shadow.s_orange:hover span {
    background: #f95928;
}

a.s_shadow.s_dark_red:hover {
    outline: 5px solid #77210a;
}

a.s_shadow.s_dark_red span {
    border: 2px solid #77210a;
    color: #77210a;
}

a.s_shadow.s_dark_red:hover span {
    background: #77210a;
}

a.s_shadow.s_green:hover {
    outline: 5px solid #00a485;
}

a.s_shadow.s_green span {
    border: 2px solid #00a485;
    color: #00a485;
}

a.s_shadow.s_green:hover span {
    background: #00a485;
}

a.s_shadow.s_violet:hover {
    outline: 5px solid #89105d;
}

a.s_shadow.s_violet span {
    border: 2px solid #89105d;
    color: #89105d;
}

a.s_shadow.s_violet:hover span {
    background: #89105d;
}

a.s_shadow.s_dark:hover {
    outline: 5px solid #0e4c6b;
}

a.s_shadow.s_dark span {
    border: 2px solid #0e4c6b;
    color: #0e4c6b;
}

a.s_shadow.s_dark:hover span {
    background: #0e4c6b;
}

a.s_shadow.s_yellow:hover {
    outline: 5px solid #efbf86;
}

a.s_shadow.s_yellow span {
    border: 2px solid #efbf86;
    color: #efbf86;
}

a.s_shadow.s_yellow:hover span {
    background: #efbf86;
}

a.s_shadow.s_red:hover {
    outline: 5px solid #a4350c;
}

a.s_shadow.s_red span {
    border: 2px solid #a4350c;
    color: #a4350c;
}

a.s_shadow.s_red:hover span {
    background: #a4350c;
}

a.s_shadow.s_dark_orange:hover {
    outline: 5px solid #C22F16;
}

a.s_shadow.s_dark_orange span {
    border: 2px solid #C22F16;
    color: #C22F16;
}

a.s_shadow.s_dark_orange:hover span {
    background: #C22F16;
}

a.s_shadow.s_azur:hover {
    outline: 5px solid #00B5D3;
}

a.s_shadow.s_azur span {
    border: 2px solid #00B5D3;
    color: #00B5D3;
}

a.s_shadow.s_azur:hover span {
    background: #00B5D3;
}

a.s_shadow.s_darkBlue:hover {
    outline: 5px solid #08313A;
}

a.s_shadow.s_darkBlue span {
    border: 2px solid  #08313A;
    color:  #08313A;
}

a.s_shadow.s_darkBlue:hover span {
    background:  #08313A;
}

a.s_shadow.s_vert:hover {
    outline: 5px solid #3D807B;
}

a.s_shadow.s_vert span {
    border: 2px solid #3D807B;
    color: #3D807B;
}

a.s_shadow.s_vert:hover span {
    background: #3D807B;
}

a.s_shadow.s_purple:hover {
    outline: 5px solid #510B42;
}

a.s_shadow.s_purple span {
    border: 2px solid #510B42;
    color: #510B42;
}

a.s_shadow.s_purple:hover span {
    background: #510B42;
}

a.s_shadow.s_redDark:hover {
    outline: 5px solid #77210A;
}

a.s_shadow.s_redDark span {
    border: 2px solid #77210A;
    color: #77210A;
}

a.s_shadow.s_redDark:hover span {
    background: #77210A;
}

a.s_shadow.s_peachDark:hover {
    outline: 5px solid #CC9664;
}

a.s_shadow.s_peachDark span {
    border: 2px solid #CC9664;
    color: #CC9664;
}

a.s_shadow.s_peachDark:hover span {
    background: #CC9664;
}

a.s_shadow.s_red_:hover {
    outline: 5px solid #77210A;
}

a.s_shadow.s_red_ span {
    border: 2px solid #77210A;
    color: #77210A;
}

a.s_shadow.s_red_:hover span {
    background: #77210A;
}

.s_une .s_blue {
    color: #07b6d3!important;
}

.s_une .s_orange {
    color: #f95928!important;
}

.s_une .s_green {
    color: #00a485!important;
}

.s_une .s_violet {
    color: #89105d!important;
}

.s_une .s_dark {
    color: #0e4c6b!important;
}

.s_une .s_yellow {
    color: #efbf86!important;
}

.s_une .s_red {
    color: #a4350c!important;
}

.s_une .s_azur {
    color: #00B5D3!important;
}
.s_une .s_vert {
    color: #3D807B!important;
}
.s_une .s_red_ {
    color: #77210A!important;
}

.s_une a.s_blue {
    border-color: #07b6d3!important;
}

.s_une a.s_orange {
    border-color: #f95928!important;
}

.s_une a.s_green {
    border-color: #00a485!important;
}

.s_une a.s_violet {
    border-color: #89105d!important;
}

.s_une a.s_dark {
    border-color: #0e4c6b!important;
}

.s_une a.s_yellow {
    border-color: #efbf86!important;
}

.s_une a.s_red {
    border-color: #a4350c!important;
}

.s_une a.s_azur {
    border-color: #00B5D3!important;
}

.s_une a.s_vert {
    border-color: #3D807B!important;
}
.s_une a.s_red_ {
    border-color: #77210A!important;
}


.s_une a.s_blue:hover {
    background: #07b6d3!important;
}

.s_une a.s_orange:hover {
    background: #f95928!important;
}

.s_une a.s_green:hover {
    background: #00a485!important;
}

.s_une a.s_violet:hover {
    background: #89105d!important;
}

.s_une a.s_dark:hover {
    background: #0e4c6b!important;
}

.s_une a.s_yellow:hover {
    background: #efbf86!important;
}

.s_une a.s_red:hover {
    background: #a4350c!important;
}
.s_une a.s_azur:hover {
    background: #00B5D3!important;
}
.s_une a.s_vert:hover {
    background: #3D807B!important;
}
.s_une a.s_red_:hover {
    background: #77210A!important;
}

#ressources.v2 .s_container {
    margin-top: 40px;
}

a.s_shadow:hover span {
    color: white;
}

#ressources .p_filter > span > span:nth-of-type(1) {
    background-image: url(//www.kameleoon.com/img/ressources/tous.png);
}

#ressources .p_filter > span > span:nth-of-type(2) {
    background-image: url(//www.kameleoon.com/img/ressources/s_picto_lb.png);
}

#ressources .p_filter > span > span[rel="ab"]:nth-of-type(2) {
    background-image: url(//www.kameleoon.com/img/ressources/ab.png);
}

#ressources .p_filter > span > span:nth-of-type(3) {
    background-image: url(//www.kameleoon.com/img/ressources/s_picto_ebook.png);
}

#ressources .p_filter > span > span[rel="perso"]:nth-of-type(3) {
    background-image: url(//www.kameleoon.com/img/ressources/perso.png);
}

#ressources .p_filter > span > span:nth-of-type(4) {
    background-image: url(//www.kameleoon.com/img/ressources/s_picto_success.png);
}

#ressources .p_filter > span > span:nth-of-type(5) {
    background-image: url(//www.kameleoon.com/img/ressources/s_picto_info.png);
}

#ressources .p_filter > span > span:nth-of-type(6) {
    background-image: url(//www.kameleoon.com/img/ressources/s_picto_tools.png);
}

#ressources .p_filter > span > span:nth-of-type(7) {
    background-image: url(//www.kameleoon.com/img/ressources/s_picto_videos.png);
}

.s_container > a {
    vertical-align: top;
}

.navir {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1200px) {
    .s_container > a {
        margin-right: 12px!important;
        margin-left: 12px!important;
        vertical-align: top;
    }
    .s_container {
        text-align: center;
    }
    .s_une div p:first-of-type {
        font-size: 18px;
    }
    .s_une div p:last-of-type {
        font-size: 14px;
    }
    #w_menu {
        display: none!important;
    }
}


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

    .s_une > div:last-of-type {
        background-position: 20px top;
        background-size: 60px;
    }
    .s_une div p:first-of-type {
        padding-left: 80px;
    }
    .s_une div p:last-of-type {
        padding-left: 80px;
    }
    #s_ressources .s_une a {
        padding: 8px 15px;
        margin-top: 15px;
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {
    #ressources.v2 h1.title {
        line-height: 40px;
    }
    .s_shadow.s_une {
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    #ressources.v2 h1.title {
        line-height: 40px;
        font-size: 24px!important;
    }
    .s_une div p {
        padding-left: 75px!important;
    }
    #s_ressources .s_une a {
        margin-left: 70px!important;
        margin-bottom: 20px;
    }
    .s_une > div:last-of-type {
        background-position: 15px top;
        background-size: 50px;
    }
    #references.v2.a_agence section.main_on_bg {
        min-height: 400px;
        padding-top: 100px;
    }
    #services.new.v2 .main_on_bg {
        padding-top: 130px;
        min-height: 420px;
    }
    div#s_consultant {
        margin: 0 20px;
    }
}

img[src*="d.adroll"] {
    display: none;
}

#a_partners div.col-md-3 {
    margin-bottom: 30px;
}

.kOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: rgba(0,0,0,0.6);
}

.kPopin.kVideo {
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -400px;
    z-index: 99999999;
}

.kPopin.kVideo i {
    position: absolute;
    top: -21px;
    right: -21px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(//temporary.kameleoon.com/close_white.png);
    background-size: 15px;
    cursor: pointer;
}

@media screen AND (max-width: 768px) {
    #ressources.v2 h1.title {
        font-size: 30px!important;
    }
    #ressources.v2 h2 {
        font-size: 22px!important;
    }
}

.s_container .hbspt-form {
    background: #00a485;
    display: inline-block;
    width: 540px;
    margin-left: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.s_container .hbspt-form label {
    text-align: center!important;
    font-size: 32px;
    color: white;
    padding: 60px 0;
    font-weight: 400;
}

.s_container .hbspt-form input.hs-input {
    height: 62px;
    margin: 0 auto!important;
    display: block;
}

.s_container .hbspt-form div.actions {
    text-align: right;
}

.s_container .hbspt-form input.hs-button.primary.large {
    border: 2px solid white;
    background: none;
    font-size: 14px;
    padding: 15px 20px!important;
    display: inline-block;
}

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

            Page Clients

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

#customers.v2 section.main_on_bg {
    background: url(//www.kameleoon.com/img/customers/bg.jpg);
    background-size: cover;
    padding-bottom: 80px;

}

#customers.v2 section.main_on_bg h1 {
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
}

#customers.v2 section.main_on_bg a {
    padding: 10px 15px;
    border: 2px solid white;
    margin-top: 40px;
    display: inline-block;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}

#customers.v2 section.main_on_bg a:hover {
    color: black;
    background: white;
}

#customers.v2 section.main_on_bg h2 {
    color: white;
    font-size: 26px;
    font-weight: 600;
}

#customers_container > div > div {
    line-height: 150px;
    height: 150px;
    text-align: center;
    padding: 0 15px;
}

#customers_container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#customers_container > div > div img {
    max-width: 100%;
}

@media screen AND (max-width 991px) {
    #customers.v2 section.main_on_bg h1 {
        color: white;
        font-size: 26px;
        font-weight: 600;
    }

    #customers.v2 section.main_on_bg h2 {
        color: white;
        font-size: 12px;
        font-weight: 600;
    }
}




/************ HOMEV5 TODO ***********/
.homev5 .hp-header-generique {
    padding-top: 110px;
    background-size: cover;
    background-position: center;
    color: white;
    background-attachment: fixed;
}

.homev5 h1.spe-header {
    font-size: 52px;
    line-height: 1.2;
}

.homev5 h1.spe-header span {
    display: block;
    margin-bottom: 20px;
}

.homev5 .cta-header {
    margin-top: 50px;
    clear: both;
    float: left;
    margin-bottom: 80px;
}

.homev5 .cta-header p {
    font-size: 20px;
    font-weight: 600;
}

.homev5 .cta-header a {
    display: inline-block;
    border: 3px solid;
    padding: 15px 40px;
    border-radius: 3px;
    margin-top: 15px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;

    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev5 .cta-header a.cta-demo-btn:hover {
    background: #00a485;
    border-color: #00a485;
}

.homev5 .cta-header a.cta-dl-btn {
    background: #00a485;
    border-color: #00a485;
}

.homev5 .cta-header a.cta-dl-btn:hover {
    background: #007c64;
    border-color: #007c64;
}

.homev5 section.hp-fonctionnalitees {
    background: #ebf2f2;
}

.homev5 .titles-fonctionnalitees {
    margin-bottom: 75px;
}

.homev5 .titles-fonctionnalitees * {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev5 .titles-fonctionnalitees h3 span {
    -webkit-transition: none;
    transition: none;
}

.homev5 .hp-fonctionnalitees h2 {
    margin-bottom: 45px;
    text-align: center;
    font-size: 30px;
    margin-top: 45px;
}

.homev5 .titles-fonctionnalitees > div {
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.homev5 .titles-fonctionnalitees > div:after {
    border-bottom: 8px solid #c3c8c8;
    margin: 0 2px;
    content: "";
    display: block;
    width: 99%;
}

.homev5 .hp-fonctionnalitees div.hp-content {
    display: none;
}

.homev5 .hp-fonctionnalitees div.hp-content {
    padding-bottom: 20px;
    width: 100%;
    height: 500px;
    background: #ebf2f2;
}

.homev5 .hp-fonctionnalitees div.hp-content-selected {
    display: block;
}

.homev5 .titles-fonctionnalitees > div.selected-line:after,
.homev5 .titles-fonctionnalitees > div.title-selected:after {
    border-color: #00a485;
}

.homev5 .titles-fonctionnalitees h3 {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    color: #9c9e9f;
    margin-bottom: 20px;
}

.homev5 .titles-fonctionnalitees .selected-line h3,
.homev5 .titles-fonctionnalitees .title-selected h3 {
    color: #00a485;
}

.homev5 .titles-fonctionnalitees h3 span{
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.homev5 .hp-fonctionnalitees-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homev5 .titles-fonctionnalitees > div img {
    position: relative;
    top: -21px;
    margin-right: 15px;
}

.homev5 .hp-fonctionnalitees p {
    font-size: 18px;
    margin-bottom: 40px;
}

.homev5 .hp-fonctionnalitees p a {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #00a485;
    margin-top: 40px;
    display: inline-block;
    webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev5 .hp-fonctionnalitees p a:hover {
    color: #007c64;
}

.homev5 .hp-benefices h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 75px;
}

.homev5 .top-benefice-content h3 {
    color: #f95928;
    font-size: 30px;
    font-weight: 700;
}

.homev5 .benefice-2 h3 {color: #00b5d3;}
.homev5 .benefice-3 h3 {color: #f5d3ab;}
.homev5 .benefice-4 h3 {color: #89105d;}

.homev5 .top-benefice-content p + p a{
    font-size: 14px;
    font-weight: 700;
    color: #f95928;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev5 .top-benefice-content p + p a:hover {color: #C22F16;}

.homev5 .benefice-2 p + p a {color: #00b5d3;}
.homev5 .benefice-2 p + p a:hover {color: #178496;}
.homev5 .benefice-3 p + p a {color: #f5d3ab;}
.homev5 .benefice-3 p + p a:hover {color: #CC9664;}
.homev5 .benefice-4 p + p a {color: #89105d;}
.homev5 .benefice-4 p + p a:hover {color: #510B42;}

.homev5 .benefice-1 p,
.homev5 .benefice-2 p,
.homev5 .benefice-3 p,
.homev5 .benefice-4 p {
    font-size: 18px;
    font-weight: 600;
}

.homev5 .benefice-1 h3 + p,
.homev5 .benefice-2 h3 + p,
.homev5 .benefice-3 h3 + p,
.homev5 .benefice-4 h3 + p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homev5 .bottom-benefice-quote {
    margin-top: 35px;
}

.homev5 .bottom-benefice-quote {
    box-shadow: 0px 0px 5px 0px #808080;
    border-radius: 3px;
    padding: 25px 36px;
    box-sizing: border-box;
    margin-top: 45px;
    position: relative;
    padding-right: 15px;
}

.homev5 .bottom-benefice-quote blockquote {
    font-size: 16px;
    border: none;
    margin: 0;
    padding: 0;
}

.homev5 .profil-benefice img {
    float: left;
}

.homev5 .profil-benefice p {
    font-size: 15px;
    font-weight: 400;
    margin-left: 15px;
    display: inline-block;
    font-weight: 600;
}

.homev5 .bottom-benefice-quote blockquote span:first-of-type {
    font-family: 'Times New Roman';
    font-size: 65px;
    margin-left: -35px;
    margin-top: -40px;
    position: absolute;
    font-weight: 900;
}

.homev5 .benefice-1 blockquote span {color: #f95928;}
.homev5 .benefice-2 blockquote span {color: #00b5d3;}
.homev5 .benefice-3 blockquote span {color: #f5d3ab;}
.homev5 .benefice-4 blockquote span {color: #89105d;}

.homev5 .bottom-benefice-quote blockquote span:nth-of-type(2) {
    font-family: 'Times New Roman';
    font-size: 65px;
    margin-top: -13px;
    margin-left: 4px;
    position: absolute;
    font-weight: 900;
}

.homev5 .hp-benefices-inner > div {
    margin-bottom: 90px;
}

.homev5 .benefice-2 .bottom-benefice-quote > span:after ,
.homev5 .benefice-4 .bottom-benefice-quote > span:after {
    content: "";
    position: absolute;
    top: -36px;
    display: block;
    background: url(//www.kameleoon.com/img/home/arrow-left.png);
    width: 43px;
    height: 37px;
    right: 55px;
}

.homev5 .benefice-1 .bottom-benefice-quote > span:after ,
.homev5 .benefice-3 .bottom-benefice-quote > span:after {
    content: "";
    position: absolute;
    top: -36px;
    display: block;
    background: url(//www.kameleoon.com/img/home/arrow-right.png);
    width: 43px;
    height: 37px;
    left: 55px;
}

.homev5 .hp-bandeau-perso {
    min-height: 300px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.homev5 .hp-bandeau-gen h2 {
    font-size: 36px;
}

.homev5 .hp-bandeau-perso .col-md-4 {
    line-height: 300px;
}

.homev5 .media-background {
    background-image: -webkit-linear-gradient(162deg, #89105d 66%, #510b42 33%);
}
.homev5 .media-background:hover a {
    background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%);
}
.homev5 .ecommerce-background {
	background-image: -webkit-linear-gradient(162deg, #00a485 66%, #007c64 33%);
}
.homev5 .ecommerce-background:hover a {
	background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%);
}
.homev5 .travel-background {
	background-image: -webkit-linear-gradient(162deg, #0e4c6b 66%, #08313a 33%) !important;
}
.homev5 .travel-background:hover a {
	background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%) !important;
}
.homev5 .banque-background {
	background-image: -webkit-linear-gradient(162deg, #00b5d3 66%, #188496 33%) !important;
}
.homev5 .banque-background:hover a {
	background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%) !important;
}


.homev5 .right-bandeau blockquote {
    font-size: 26px;
    font-weight: 100;
    font-style: italic;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    border: none;
    text-align: left;
    margin-top: 40px;
}

.homev5 .profil-bandeau img ,
.homev5 .profil-bandeau p {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-left: 25px;
}

.homev5 .right-bandeau .profil-bandeau {
    max-width: 900px;
    text-align: right;
    margin: 0 auto;
    margin-top: 20px;
    padding-right: 20px;
}

.homev5 .profil-bandeau img {
    margin: 0;
}

.right-bandeau blockquote > span:first-of-type {
    font-family: 'Times New Roman';
    font-size: 131px;
    opacity: 0.4;
    position: absolute;
    margin-top: -73px;
    margin-left: -71px;
    font-style: normal;
    font-weight: 600;
}

.right-bandeau blockquote > span:nth-of-type(2) {
    font-family: 'Times New Roman';
    font-size: 131px;
    opacity: 0.4;
    position: absolute;
    margin-top: -34px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 600;
}

.homev5 .logo-bandeau {
    height: 150px;
    background: white;
    box-shadow: 0px 1px 13px 0px #aaa;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.homev5 .logo-bandeau .col-md-4:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    background: rgba(0,0,0,0.2);
    height: 176px;
    box-shadow: 0px 1px 1px 0px #aaa;
    transform: rotate(-24deg);
    right: 13px;
    top: -13px;
}

.homev5 .logo-bandeau div:last-of-type:after {
    content: none;
}

.homev5 .logo-bandeau a {
    display: inline-block;
    border: 3px solid;
    padding: 15px 40px;
    border-radius: 3px;
    margin-top: 10px;
    color: #00a485;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 16px;
    font-size: 16px;
}

.homev5 .logo-bandeau a:hover {
    background: #00a485;
    border-color: #00a485;
    color: white;
}

.homev5 .hp-ressources h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
}

.homev5 .hp-ressources {
    background: #ebf2f2;
    padding-top: 50px;
    padding-bottom: 75px;
}

.homev5 .card-content {
    align-items: center;
    background: #f7fafa;
    box-shadow: 0px 3px 5px -2px #aaa;
    display: block;
}

.homev5 .card-content:hover {
    background: white;
}

.homev5 .card-content p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    height: 100px;
    color: black;
    padding: 0 20px;
}

.homev5 .ressources-bloc > div a:hover {
    text-decoration: none;
}

.homev5 .ressources-bloc > div > a span {
    color: #0e4c6b;
    border-color: #0e4c6b;
    font-size: 16px;
    font-weight: 600;
    border: 3px solid;
    border-radius: 3px;
    padding: 15px 40px;
    background: white;
    position: relative;
    top: 30px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}


.homev5 .ressource-card > p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 62px;
}

.homev5 section#adopt,
#artificielle section#adopt {
    background: url(https://www.kameleoon.com/img/background_footer.png) center;
    background-size: cover;
}

#artificielle img {
    max-width: 100%;
}

.homev5 #cta-demo,
#artificielle #adopt a#cta-demo {
    border: 3px solid #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
    color: white;
    border-radius: 3px;
    background: transparent;
    text-transform: uppercase;
}

.homev5 #cta-demo:hover,
#artificielle #adopt a#cta-demo:hover {
    background: #00a485;
    border-color: #00a485;
}

.homev5 .cta-bloc-demo {
    text-align: center;
}

.homev5 img {
    max-width: 100%;
}

.homev5 .display_mobile {
    display: none;
}

.homev5 .hp-bandeau-gen .perso-bandeau {
    text-align: left;
    overflow: hidden;
}

.homev5 .hp-bandeau-gen > div {
    overflow: hidden;
}

.homev5 .large_container {
    width: 3510px;
}

.homev5 .large_container > div {
    width: 950px;
    float: left;
    background: white;
}

.homev5 .large_container .col-md-2 {
    width: 20%;
    line-height: 130px;
    text-align: center;
}

.arrow-bandeau-gen.col-md-1.col-sm-1 {
    line-height: 260px;
    cursor: pointer;
}

.homev5 .arrow-bandeau-gen + a {
    display: inline-block;
    border: 3px solid;
    padding: 20px 50px;
    border-radius: 3px;
    margin-top: 10px;
    color: #00a485;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 18px;
    margin-bottom: 50px;
    font-size: 18px;
}

.homev5 .arrow-bandeau-gen + a:hover {
    color: white;
    background: #00a485;
    border-color: #00a485;
}

.homev5 .perso-bandeau.row {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.homev5 .hoverQuote {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    line-height: 300px;
    z-index: 1;
    display: none;
}

@media screen and (min-width: 800px) {
    .homev5 .perso-bandeau.row:hover .hoverQuote {
        display: block;
    }
}

.homev5 .hoverQuote span {
    display: inline-block;
    border: 3px solid white;
    padding: 20px 50px;
    border-radius: 3px;
    margin-top: 10px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 18px;
    font-size: 18px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
    left: 66%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.homev5 .hoverQuote a:hover {
    background: #00a485;
    border-color: #00a485;
}

.homev5 .ressources-bloc > .ressource-card-s_azur a span {
    color: #00B5D3;
    border-color: #00B5D3;
}

.homev5 .ressources-bloc > .ressource-card-s_azur a:hover span {
    color: white;
    background-color: #00B5D3;
}

.homev5 .ressources-bloc > .ressource-card-s_azur a:hover {
    outline: 5px solid #00B5D3;
}

.homev5 .ressources-bloc > .ressource-card-s_blue a span {
    color: #07b6d3;
    border-color: #07b6d3;
}

.homev5 .ressources-bloc > .ressource-card-s_blue a:hover span {
    color: white;
    background-color: #07b6d3;
}

.homev5 .ressources-bloc > .ressource-card-s_blue a:hover {
    outline: 5px solid #07b6d3;
}


.homev5 .ressources-bloc > .ressource-card-s_orange a span {
    color: #f95928;
    border-color: #f95928;
}

.homev5 .ressources-bloc > .ressource-card-s_orange a:hover span {
    color: white;
    background-color: #f95928;
}

.homev5 .ressources-bloc > .ressource-card-s_orange a:hover {
    outline: 5px solid #f95928;
}




.homev5 .ressources-bloc > .ressource-card-s_green a span {
    color: #00a485;
    border-color: #00a485;
}

.homev5 .ressources-bloc > .ressource-card-s_green a:hover span {
    color: white;
    background-color: #00a485;
}

.homev5 .ressources-bloc > .ressource-card-s_green a:hover {
    outline: 5px solid #00a485;
}



.homev5 .ressources-bloc > .ressource-card-s_violet a span {
    color: #89105d;
    border-color: #89105d;
}

.homev5 .ressources-bloc > .ressource-card-s_violet a:hover span {
    color: white;
    background-color: #89105d;
}

.homev5 .ressources-bloc > .ressource-card-s_violet a:hover {
    outline: 5px solid #89105d;
}




.homev5 .ressources-bloc > .ressource-card-s_dark a span {
    color: #0e4c6b;
    border-color: #0e4c6b;
}

.homev5 .ressources-bloc > .ressource-card-s_dark a:hover span {
    color: white;
    background-color: #0e4c6b;
}

.homev5 .ressources-bloc > .ressource-card-s_dark a:hover {
    outline: 5px solid #0e4c6b;
}



.homev5 .ressources-bloc > .ressource-card-s_yellow a span {
    color: #efbf86;
    border-color: #efbf86;
}

.homev5 .ressources-bloc > .ressource-card-s_yellow a:hover span {
    color: white;
    background-color: #efbf86;
}

.homev5 .ressources-bloc > .ressource-card-s_yellow a:hover {
    outline: 5px solid #efbf86;
}



.homev5 .ressources-bloc > .ressource-card-s_red a span {
    color: #a4350c;
    border-color: #a4350c;
}

.homev5 .ressources-bloc > .ressource-card-s_red a:hover span {
    color: white;
    background-color: #a4350c;
}

.homev5 .ressources-bloc > .ressource-card-s_red a:hover {
    outline: 5px solid #a4350c;
}



.homev5 .ressources-bloc > .ressource-card-s_vert a span {
    color: #3D807B;
    border-color: #3D807B;
}

.homev5 .ressources-bloc > .ressource-card-s_vert a:hover span {
    color: white;
    background-color: #3D807B;
}

.homev5 .ressources-bloc > .ressource-card-s_vert a:hover {
    outline: 5px solid #3D807B;
}




.homev5 .ressources-bloc > .ressource-card-s_red_ a span {
    color: #77210A;
    border-color: #77210A;
}

.homev5 .ressources-bloc > .ressource-card-s_red_ a:hover span {
    color: white;
    background-color: #77210A;
}

.homev5 .ressources-bloc > .ressource-card-s_red_ a:hover {
    outline: 5px solid #77210A;
}

.homev5 .ressources-bloc.row {
    margin: 60px 0 40px;
}

/* Home V6*/

.homev6 .hp-header-generique {
    padding-top: 110px;
    background-size: cover;
    background-position: center;
    color: white;
/*     background-attachment: fixed; */
}

.homev6 h1.spe-header {
    font-size: 36px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .homev6 h1.spe-header {
        font-size: 52px;
    }
}

.homev6 h1.spe-header span {
    display: block;
    margin-bottom: 20px;
}

.homev6 .cta-header {
    margin-top: 50px;
    clear: both;
    float: left;
    margin-bottom: 80px;
}

.homev6 .cta-header p {
    font-size: 20px;
    font-weight: 600;
}

.homev6 .cta-header a {
    display: inline-block;
    border: 3px solid;
    padding: 15px 40px;
    border-radius: 3px;
    margin-top: 15px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;

    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev6 .cta-header a.cta-demo-btn:hover {
    background: #00a485;
    border-color: #00a485;
}

.homev6 .cta-header a.cta-dl-btn {
    background: #00a485;
    border-color: #00a485;
}

.homev6 .cta-header a.cta-dl-btn:hover {
    background: #007c64;
    border-color: #007c64;
}

.homev6 section.hp-fonctionnalitees {
    background: #041c21;
    overflow: hidden;
}

.homev6 .titles-fonctionnalitees {
    /* margin-bottom: 35px; */
    margin-bottom: 30px;
}

.homev6 .titles-fonctionnalitees * {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev6 .titles-fonctionnalitees h3 span {
    -webkit-transition: none;
    transition: none;
}

.homev6 .hp-fonctionnalitees h2 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    margin-top: 55px;
    color: white;
}

.homev6 .titles-fonctionnalitees > div {
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.homev6 .titles-fonctionnalitees > div:after {
    border-bottom: 8px solid #9c9e9f;
    margin: 0 2px;
    content: "";
    display: block;
    width: 99%;
    opacity: 0.5;
}

.homev6 .hp-fonctionnalitees div.hp-content {
    display: none;
}

.homev6 .hp-fonctionnalitees div.hp-content {
/*    padding-bottom: 20px;*/
    width: 100%;
    /* height: 500px; */
    background: #041c21;
}

.homev6 .hp-fonctionnalitees div.hp-content-selected {
    display: block;
}

.homev6 .titles-fonctionnalitees > div.selected-line:after,
.homev6 .titles-fonctionnalitees > div.title-selected:after {
    border-color: #00a485;
    opacity: 1;
}

.homev6 .titles-fonctionnalitees h3 {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    color: #9c9e9f;
    margin-bottom: 25px;
}

.homev6 .titles-fonctionnalitees .selected-line h3,
.homev6 .titles-fonctionnalitees .title-selected h3 {
    color: #00a485;
}

.homev6 .titles-fonctionnalitees h3 span{
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.homev6 .hp-fonctionnalitees-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homev6 .titles-fonctionnalitees > div img {
    position: relative;
    top: -21px;
    margin-right: 15px;
}

.homev6 .hp-fonctionnalitees p {
    font-size: 18px;
    margin-bottom: 40px;
    color: white;
}

.homev6 .hp-fonctionnalitees p a {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #00a485;
/*    margin-top: 40px;*/
    display: inline-block;
    webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev6 .hp-fonctionnalitees p a:hover {
    color: #007c64;
}

.homev6 .hp-benefices h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 75px;
}

.homev6 .top-benefice-content h3 {
    color: #00a485;
    font-size: 26px;
    font-weight: 700;
}

.homev6 .top-benefice-content.row {
    padding-bottom: 35px;
    box-shadow: 0px 4px 2px -2px #d7d8d9;
}

.homev6 .top-benefice-content.row.lowline {
    padding-bottom: 0px;
}

/*
.homev6 .benefice-2 h3 {color: #00b5d3;}
.homev6 .benefice-3 h3 {color: #f5d3ab;}
.homev6 .benefice-4 h3 {color: #89105d;}
*/

.homev6 .top-benefice-content p + p a{
    font-size: 14px;
    font-weight: 700;
    color: #00a485;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homev6 .top-benefice-content p + p a:hover {color: #007C64;}

/*
.homev6 .benefice-2 p + p a {color: #00b5d3;}
.homev6 .benefice-2 p + p a:hover {color: #178496;}
.homev6 .benefice-3 p + p a {color: #f5d3ab;}
.homev6 .benefice-3 p + p a:hover {color: #CC9664;}
.homev6 .benefice-4 p + p a {color: #89105d;}
.homev6 .benefice-4 p + p a:hover {color: #510B42;}
*/

.homev6 .benefice-1 p,
.homev6 .benefice-2 p,
.homev6 .benefice-3 p,
.homev6 .benefice-4 p {
    font-size: 18px;
    font-weight: 600;
}

.homev6 .benefice-1 h3 + p,
.homev6 .benefice-2 h3 + p,
.homev6 .benefice-3 h3 + p,
.homev6 .benefice-4 h3 + p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.homev6 .bottom-benefice-quote {
    margin-top: 35px;
}

.homev6 .bottom-benefice-quote {
/*
    box-shadow: 0px 0px 5px 0px #808080;
    border-radius: 3px;
    padding: 25px 36px;
    box-sizing: border-box;
    margin-top: 45px;
    padding-right: 15px;
*/
    position: relative;
}

.homev6 .bottom-benefice-quote blockquote {
    font-size: 16px;
    border: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.homev6 .profil-benefice img {
    float: left;
}

.homev6 .profil-benefice p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    display: inline-block;
    font-weight: 600;
}

.homev6 .bottom-benefice-quote blockquote span:first-of-type {
    font-family: 'Times New Roman';
    font-size: 65px;
    margin-left: -35px;
    margin-top: -40px;
    position: absolute;
    font-weight: 900;
}

.homev6 .benefice-1 blockquote span {color: #d7d8d9;}
.homev6 .benefice-2 blockquote span {color: #d7d8d9;}
.homev6 .benefice-3 blockquote span {color: #d7d8d9;}
.homev6 .benefice-4 blockquote span {color: #d7d8d9;}

.homev6 .benefice-1{
    margin-top: 80px;
}

.homev6 .bottom-benefice-quote blockquote span:nth-of-type(2) {
    font-family: 'Times New Roman';
    font-size: 65px;
    margin-top: -13px;
    margin-left: 4px;
    position: absolute;
    font-weight: 900;
}

.homev6 .hp-benefices-inner > div {
    margin-bottom: 80px;
}
.homev6 .benefice-2 .text-center > img{
    margin-top: 10px;
}
.homev6 .benefice-2 .top-benefice-content .col-xs-12 h3{
    margin-top: 10px;
}
.homev6 .benefice-3 .top-benefice-content .text-center img{
    margin-top: 10px;
}
.homev6 .benefice-4 .top-benefice-content .text-center img{
    margin-top: 20px;
}
.homev6 .benefice-4 .top-benefice-content .col-xs-12{
    margin-top: 40px;
}
.homev6 .benefice-4 .top-benefice-content .text-center{
    margin-top: 0px;
}
.homev6 .hp-benefices-inner .benefice-4{
    margin-bottom: 95px;
}

.homev6 .bottom-benefice-quote > span:after {
    transform: rotate(180deg);
    top: -46px;
}

/*
.homev6 .benefice-2 .bottom-benefice-quote > span:after ,
.homev6 .benefice-4 .bottom-benefice-quote > span:after {
    content: "";
    position: absolute;
    top: -36px;
    display: block;
    background: url(//www.kameleoon.com/img/home/arrow-left.png);
    width: 43px;
    height: 37px;
    right: 55px;
    right: 385px;
}
*/

.homev6 .benefice-1 .bottom-benefice-quote > span:after ,
.homev6 .benefice-3 .bottom-benefice-quote > span:after ,
.homev6 .benefice-2 .bottom-benefice-quote > span:after ,
.homev6 .benefice-4 .bottom-benefice-quote > span:after {
    content: "";
    position: absolute;
    top: -36px;
    display: block;
    background: url(//www.kameleoon.com/img/home/arrow-right.png);
    width: 43px;
    height: 37px;
/*    left: 55px;*/
    right: 70px;
}

.homev6 .hp-bandeau-perso,
.homev7 .hp-bandeau-perso {
    min-height: 300px;
/*    cursor: pointer;*/
    z-index: 2;
    position: relative;
}

.homev6 .hp-bandeau-perso-inner,
.homev7 .hp-bandeau-perso-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.homev6 .hp-bandeau-gen h2 {
    font-size: 36px;
}

.homev6 .hp-bandeau-perso .col-md-4 {
/*    line-height: 300px;*/
/*    line-height: 215px;*/
/*    max-height: 500px;*/
}


.homev6 a.hp-perso-button,
.homev7 a.hp-perso-button {
    color: white;
    text-transform: uppercase;
    border: 2px solid white;
    margin: 0 auto;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 20px;
    border: 3px solid;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 101px);
    top: -70px;
}

.homev6 a.hp-perso-button:focus,
.homev7 a.hp-perso-button:focus {
    text-decoration: none;
}

.homev6 .logokam.col-md-4.col-sm-4.col-xs-12.text-center {
    line-height: 215px;
    max-height: 500px;
}

.homev6 .media-background,
.homev7 .media-background {
    background-image: -webkit-linear-gradient(162deg, #89105d 66%, #510b42 33%);
}
/*
.homev6 .media-background:hover a {
    background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%);
}
*/
.homev6 .ecommerce-background,
.homev7 .ecommerce-background {
	background-image: -webkit-linear-gradient(162deg, #00a485 66%, #007c64 33%);
}
/*
.homev6 .ecommerce-background:hover a {
	background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%);
}
*/
.homev6 .travel-background,
.homev7 .travel-background {
	background-image: -webkit-linear-gradient(162deg, #0e4c6b 66%, #08313a 33%) !important;
}
/*
.homev6 .travel-background:hover a {
	background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%) !important;
}
*/
.homev6 .banque-background,
.homev7 .banque-background {
	background-image: -webkit-linear-gradient(162deg, #00b5d3 66%, #188496 33%) !important;
}
/*
.homev6 .banque-background:hover a {
	background-image: -webkit-linear-gradient(162deg, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 33%) !important;
}
*/


.homev6 .right-bandeau blockquote,
.homev7 .right-bandeau blockquote  {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    border: none;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.homev6 .profil-bandeau img,
.homev6 .profil-bandeau p,
.homev7 .profil-bandeau img,
.homev7 .profil-bandeau p {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-left: 25px;
}

.homev6 .right-bandeau .profil-bandeau,
.homev7 .right-bandeau .profil-bandeau {
    max-width: 900px;
    text-align: right;
    margin: 0 auto;
    padding-right: 20px;
    float: right;
}

.homev6 .profil-bandeau img {
    margin: 0;
    max-width: 67px;
}

/*
.right-bandeau blockquote > span:first-of-type {
    font-family: 'Times New Roman';
    font-size: 131px;
    opacity: 0.4;
    position: absolute;
    margin-top: -73px;
    margin-left: -71px;
    font-style: normal;
    font-weight: 600;
}

.right-bandeau blockquote > span:nth-of-type(2) {
    font-family: 'Times New Roman';
    font-size: 131px;
    opacity: 0.4;
    position: absolute;
    margin-top: -34px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 600;
}
*/

.homev6 .logo-bandeau {
    height: 150px;
    background: white;
    box-shadow: 0px 1px 13px 0px #aaa;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.homev6 .logo-bandeau .col-md-4:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    background: rgba(0,0,0,0.2);
    height: 176px;
    box-shadow: 0px 1px 1px 0px #aaa;
    transform: rotate(-24deg);
    right: 13px;
    top: -13px;
}

.homev6 .logo-bandeau div:last-of-type:after {
    content: none;
}

.homev6 .logo-bandeau a {
    display: inline-block;
    border: 3px solid;
    padding: 15px 40px;
    border-radius: 3px;
    margin-top: 10px;
    color: #00a485;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 16px;
    font-size: 16px;
}

.homev6 .logo-bandeau a:hover {
    background: #00a485;
    border-color: #00a485;
    color: white;
}

.homev6 .hp-ressources h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 35px;
}

.homev6 .hp-ressources {
    clear: both;
    background: #ebf2f2;
    padding-top: 50px;
    padding-bottom: 75px;
}

.homev6 .card-content,
.homev7 .card-content {
    align-items: center;
    background: #f7fafa;
    box-shadow: 0px 3px 5px -2px #aaa;
    display: block;
}

.homev6 .card-content:hover,
.homev7 .card-content:hover {
    background: white;
}

.homev6 .card-content p,
.homev7 .card-content p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    height: 100px;
    color: black;
    padding: 0 20px;
}

.homev6 .ressources-bloc > div a:hover,
.homev7 .ressources-bloc > div a:hover {
    text-decoration: none;
}

.homev6 .ressources-bloc > div > a span,
.homev7 .ressources-bloc > div > a span {
    color: #0e4c6b;
    border-color: #0e4c6b;
    font-size: 16px;
    font-weight: 600;
    border: 3px solid;
    border-radius: 3px;
    padding: 15px 40px;
    background: white;
    position: absolute;
    top: 94%;
    transform: translateX(-50%);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}


.homev6 .ressource-card > p,
.homev7 .ressource-card > p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 62px;
}

.homev6 section#adopt,
.homev7 section#adopt,
#artificielle section#adopt {
    background: url(https://www.kameleoon.com/img/background_footer.jpg) center;
    background-size: cover;
}

#artificielle img {
    max-width: 100%;
}

.homev6 #cta-demo,
.homev7 #cta-demo,
#artificielle #adopt a#cta-demo {
    border: 3px solid #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
    color: white;
    border-radius: 3px;
    background: transparent;
    text-transform: uppercase;
    transition: .3s;
}

.homev6 #cta-demo:hover,
.homev7 #cta-demo:hover,
#artificielle #adopt a#cta-demo:hover {
    background: #00a485;
    border-color: #00a485;
}

.homev6 .cta-bloc-demo {
    text-align: center;
}

.homev6 img {
    max-width: 100%;
}
.homev6 .hp-fonctionnalitees{
    height: 770px;
}

.homev6 img.kzoomed {
    max-width: 110%;
}
.homev6 .hp-fonctionnalitees .kbottom40 img{
    margin-top: 15px;
}

.homev6 .display_mobile {
    display: none;
}
.hp-content .kbottom30r .imgComprenez{
    margin-top: -20px !important;
    width: 100%;
}
.hp-content .kbottom30r .imgPerso{
    margin-top: 25px;
}

.homev6 .hp-bandeau-gen .perso-bandeau,
.homev7 .hp-bandeau-gen .perso-bandeau {
    text-align: left;
    overflow: hidden;
}

.homev6 .hp-bandeau-gen > div {
    overflow: hidden;
}

.homev6 .large_container {
    width: 3510px;
}
.homev6 .kbottom0 p{
    margin-bottom: 30px;
}

.homev6 .large_container > div {
    width: 950px;
    float: left;
    background: white;
}

.homev6 .large_container .col-md-2 {
    width: 20%;
    line-height: 130px;
    text-align: center;
}

.arrow-bandeau-gen.col-md-1.col-sm-1 {
    line-height: 260px;
    cursor: pointer;
}

.homev6 .arrow-bandeau-gen + a {
    display: inline-block;
    border: 3px solid;
    padding: 20px 50px;
    border-radius: 3px;
    margin-top: 10px;
    color: #00a485;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 18px;
    margin-bottom: 50px;
    font-size: 18px;
}

.homev6 .arrow-bandeau-gen + a:hover {
    color: white;
    background: #00a485;
    border-color: #00a485;
}

.homev6 .perso-bandeau.row,
.homev7 .perso-bandeau.row {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.homev6 .hoverQuote {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    line-height: 300px;
    z-index: 1;
    display: none;
}

@media screen and (min-width: 800px) {
    .homev6 .perso-bandeau.row:hover .hoverQuote,
    .homev7 .perso-bandeau.row:hover .hoverQuote {
        display: block;
    }
}

.homev6 .hoverQuote span {
    display: inline-block;
    border: 3px solid white;
    padding: 20px 50px;
    border-radius: 3px;
    margin-top: 10px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 18px;
    font-size: 18px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    position: relative;
    left: 66%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.homev6 .hoverQuote a:hover {
    background: #00a485;
    border-color: #00a485;
}

.homev6 .ressources-bloc > .ressource-card-s_azur a span,
.homev7 .ressources-bloc > .ressource-card-s_azur a span {
    color: #00B5D3;
    border-color: #00B5D3;
}

.homev6 .ressources-bloc > .ressource-card-s_azur a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_azur a:hover span {
    color: white;
    background-color: #00B5D3;
}

.homev6 .ressources-bloc > .ressource-card-s_azur a:hover,
.homev7 .ressources-bloc > .ressource-card-s_azur a:hover {
    outline: 5px solid #00B5D3;
}

.homev6 .ressources-bloc > .ressource-card-s_blue a span,
.homev7 .ressources-bloc > .ressource-card-s_blue a span {
    color: #07b6d3;
    border-color: #07b6d3;
}

.homev6 .ressources-bloc > .ressource-card-s_blue a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_blue a:hover span {
    color: white;
    background-color: #07b6d3;
}

.homev6 .ressources-bloc > .ressource-card-s_blue a:hover,
.homev7 .ressources-bloc > .ressource-card-s_blue a:hover {
    outline: 5px solid #07b6d3;
}


.homev6 .ressources-bloc > .ressource-card-s_orange a span,
.homev7 .ressources-bloc > .ressource-card-s_orange a span {
    color: #f95928;
    border-color: #f95928;
}

.homev6 .ressources-bloc > .ressource-card-s_orange a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_orange a:hover span {
    color: white;
    background-color: #f95928;
}

.homev6 .ressources-bloc > .ressource-card-s_orange a:hover,
.homev7 .ressources-bloc > .ressource-card-s_orange a:hover {
    outline: 5px solid #f95928;
}

.homev6 .ressources-bloc > .ressource-card-s_green a span,
.homev7 .ressources-bloc > .ressource-card-s_green a span {
    color: #00a485;
    border-color: #00a485;
}

.homev6 .ressources-bloc > .ressource-card-s_green a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_green a:hover span {
    color: white;
    background-color: #00a485;
}

.homev6 .ressources-bloc > .ressource-card-s_green a:hover,
.homev7 .ressources-bloc > .ressource-card-s_green a:hover {
    outline: 5px solid #00a485;
}



.homev6 .ressources-bloc > .ressource-card-s_violet a span,
.homev7 .ressources-bloc > .ressource-card-s_violet a span  {
    color: #89105d;
    border-color: #89105d;
}

.homev6 .ressources-bloc > .ressource-card-s_violet a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_violet a:hover span {
    color: white;
    background-color: #89105d;
}

.homev6 .ressources-bloc > .ressource-card-s_violet a:hover,
.homev7 .ressources-bloc > .ressource-card-s_violet a:hover {
    outline: 5px solid #89105d;
}

.homev6 .ressources-bloc > .ressource-card-s_dark a span,
.homev7 .ressources-bloc > .ressource-card-s_dark a span {
    color: #0e4c6b;
    border-color: #0e4c6b;
}

.homev6 .ressources-bloc > .ressource-card-s_dark a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_dark a:hover span {
    color: white;
    background-color: #0e4c6b;
}

.homev6 .ressources-bloc > .ressource-card-s_dark a:hover,
.homev7 .ressources-bloc > .ressource-card-s_dark a:hover {
    outline: 5px solid #0e4c6b;
}

.homev6 .ressources-bloc > .ressource-card-s_yellow a span,
.homev7 .ressources-bloc > .ressource-card-s_yellow a span {
    color: #efbf86;
    border-color: #efbf86;
}

.homev6 .ressources-bloc > .ressource-card-s_yellow a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_yellow a:hover span {
    color: white;
    background-color: #efbf86;
}

.homev6 .ressources-bloc > .ressource-card-s_yellow a:hover,
.homev7 .ressources-bloc > .ressource-card-s_yellow a:hover {
    outline: 5px solid #efbf86;
}

.homev6 .ressources-bloc > .ressource-card-s_red a span,
.homev7 .ressources-bloc > .ressource-card-s_red a span {
    color: #a4350c;
    border-color: #a4350c;
}

.homev6 .ressources-bloc > .ressource-card-s_red a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_red a:hover span {
    color: white;
    background-color: #a4350c;
}

.homev6 .ressources-bloc > .ressource-card-s_red a:hover,
.homev7 .ressources-bloc > .ressource-card-s_red a:hover {
    outline: 5px solid #a4350c;
}

.homev6 .ressources-bloc > .ressource-card-s_vert a span,
.homev7 .ressources-bloc > .ressource-card-s_vert a span {
    color: #3D807B;
    border-color: #3D807B;
}

.homev6 .ressources-bloc > .ressource-card-s_vert a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_vert a:hover span {
    color: white;
    background-color: #3D807B;
}

.homev6 .ressources-bloc > .ressource-card-s_vert a:hover,
.homev7 .ressources-bloc > .ressource-card-s_vert a:hover {
    outline: 5px solid #3D807B;
}




.homev6 .ressources-bloc > .ressource-card-s_red_ a span,
.homev7 .ressources-bloc > .ressource-card-s_red_ a span {
    color: #77210A;
    border-color: #77210A;
}

.homev6 .ressources-bloc > .ressource-card-s_red_ a:hover span,
.homev7 .ressources-bloc > .ressource-card-s_red_ a:hover span {
    color: white;
    background-color: #77210A;
}

.homev6 .ressources-bloc > .ressource-card-s_red_ a:hover,
.homev7 .ressources-bloc > .ressource-card-s_red_ a:hover {
    outline: 5px solid #77210A;
}

.homev6 .ressources-bloc.row {
    margin: 60px 0 40px;
}

.homev6 .bandeaumarket img.bg,
.homev7 .bandeaumarket img.bg {
    width: 100%;
}

.homev6 .square.col-md-2,
.homev7 .square.col-md-2 {
    padding: 0;
}

.homev6 .square img.logo,
.homev7 .square img.logo {
    margin-bottom:  0;
    position: absolute;
    top: 0;
}

.homev6 .square img.logo.lsvg,
.homev7 .square img.logo.lsvg {
    width: 65%;
    left: 20%;
    height: 35%;
    top: 33%;
}

.homev6 .hp-fonctionnalitees-container .hp-content
{
    border-bottom: none;
}

.homev6 section#adopt {
    background: url(https://www.kameleoon.com/img/newadoptbg.jpg) center;
    background-size: cover;
    clear: both;
}

.homev6 section#adopt h2 {
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* my change */
.homev6 .kbottom0 {
   /*  position: absolute;
   bottom: 0px; */
    /* margin-top:25px; */
}
.homev6 .kbottom0 .text-center {
   /*  position: absolute;
   bottom: 0px; */

}
.homev6 .kbottom0 .text-center img{
/*     min-height: 100%; */
}

.homev6 .kbottom40 {
/*     position: absolute;
bottom: 40px; */
    /* margin-top: 20px; */
    margin-bottom: 60px;
}

.homev6 .hp-fonctionnalitees .titles-fonctionnalitees{
    margin-left: 0;
    margin-right:0;
}


.homev6 .hp-fonctionnalitees-container .kbottom0{

}

.homev6 .kbottom0r {
    padding: 0;
    height: 100%;
   /*  position: absolute;
   bottom: 0;
   right: 0; */
}
.homev6 .kbottom0r img{
    min-height: 100%;
}
.homev6 .kbottom30r {
    /* position: absolute;
    bottom: 30px;
    right: 0; */
    padding: 0;
}
.homev6 a.hp-perso-button:hover,
.homev7 a.hp-perso-button:hover {
    text-decoration: none;
    border-color: white;
}
.homev6 .media-background a.hp-perso-button:hover,
.homev7 .media-background a.hp-perso-button:hover {
    background-color: white;
    color: #510b42;
}
.homev6 .ecommerce-background a.hp-perso-button:hover,
.homev7 .ecommerce-background a.hp-perso-button:hover {
    background-color: white;
    color: #007c64;
}
.homev6 .travel-background a.hp-perso-button:hover,
.homev7 .travel-background a.hp-perso-button:hover {
    background-color: white;
    color: #08313a;
}
.homev6 .banque-background a.hp-perso-button:hover,
.homev7 .banque-background a.hp-perso-button:hover {
    background-color: white;
    color: #188496;
}

.homev6 img.hellobankimg {
    width: 100px;
}

@media screen and (max-width: 992px)
{
    .homev6 .square.col-md-2,
    .homev7 .square.col-md-2 {
        width: 25%;
        float: left;
    }
    .homev6 .square.col-md-2,
    .homev7 .square.col-md-2 {
        display: none;
    }

    .homev6 .square.col-md-2:nth-of-type(1),
    .homev6 .square.col-md-2:nth-of-type(2),
    .homev6 .square.col-md-2:nth-of-type(3),
    .homev6 .square.col-md-2:nth-of-type(4),
    .homev6 .square.col-md-2:nth-of-type(5),
    .homev6 .square.col-md-2:nth-of-type(6),
    .homev6 .square.col-md-2:nth-of-type(7),
    .homev6 .square.col-md-2:nth-of-type(8),
    .homev7 .square.col-md-2:nth-of-type(1),
    .homev7 .square.col-md-2:nth-of-type(2),
    .homev7 .square.col-md-2:nth-of-type(3),
    .homev7 .square.col-md-2:nth-of-type(4),
    .homev7 .square.col-md-2:nth-of-type(5),
    .homev7 .square.col-md-2:nth-of-type(6),
    .homev7 .square.col-md-2:nth-of-type(7),
    .homev7 .square.col-md-2:nth-of-type(8){
        display: block;
    }

}

@media screen and (max-width: 691px)
{
    .homev6 .square.col-md-2,
    .homev7 .square.col-md-2 {
        width: 33.33%;
        float: left;
    }
    .homev6 .square.col-md-2,
    .homev7 .square.col-md-2 {
        display: none ;
    }
    .homev6 .square.col-md-2:nth-of-type(7),
    .homev6 .square.col-md-2:nth-of-type(8),
    .homev7 .square.col-md-2:nth-of-type(7),
    .homev7 .square.col-md-2:nth-of-type(8){
        display: none;
    }
    .homev6 .square.col-md-2:nth-of-type(1),
    .homev6 .square.col-md-2:nth-of-type(2),
    .homev6 .square.col-md-2:nth-of-type(3),
    .homev6 .square.col-md-2:nth-of-type(4),
    .homev6 .square.col-md-2:nth-of-type(5),
    .homev6 .square.col-md-2:nth-of-type(6),
    .homev7 .square.col-md-2:nth-of-type(1),
    .homev7 .square.col-md-2:nth-of-type(2),
    .homev7 .square.col-md-2:nth-of-type(3),
    .homev7 .square.col-md-2:nth-of-type(4),
    .homev7 .square.col-md-2:nth-of-type(5),
    .homev7 .square.col-md-2:nth-of-type(6){
        display: block;
    }

    .homev6 .ressource-card {
        margin-bottom: 50px;
    }

    .homev6 .ressource-card:last-of-type {
        margin-bottom: 0;
    }
}

/* Fin Home V6*/

/* new Header */

body .container_left {
    float: left
}

body .container_right {
    float: right
}

nav#header {
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 80;
}

nav#header > .header-container {
    max-width: 1200px;
    margin: 0 auto;
}

nav#header .logo a {
    background-image: url(../img/base/logo-white.svg);
    background-size: cover;
    display: block;
    height: 70px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}

nav#header.scrolled {
    height: 60px;
}

nav#header .container_right a {
    display: block;
    line-height: 100px;
    height: 100px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

nav#header.scrolled .container_right a {
    line-height: 60px;
    height: 60px;
    color: #9c9e9f;
}

nav#header #nav-main li {
    display: inline-block;
    list-style: none;
    position: relative
}

nav#header #nav-main li a {
    padding: 0 15px
}

nav#header #nav-main li a.nav-sub-link {
    position: relative
}

nav#header #nav-main li a.nav-sub-link:after,
nav#header #nav-main li a.nav-sub-link:before {
    content: "";
    position: absolute;
    width: 5px;
    background: #a2aeae;
    height: 1px;
    top: 50px
}

nav#header.scrolled #nav-main li a.nav-sub-link:after,
nav#header.scrolled #nav-main li a.nav-sub-link:before {
    top: 30px;
}

nav#header #nav-main li a.nav-sub-link:after {
    transform: rotate(45deg);
    right: 5px
}

nav#header #nav-main li a.nav-sub-link:before {
    transform: rotate(-45deg);
    right: 2px
}

nav#header #nav-main li .nav-sub {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #00a485;
    min-width: 350px;
    width: max-content;
}

nav#header.scrolled #nav-main li .nav-sub {
    top: 60px;
}

nav#header #nav-main li .nav-sub ul {
    padding: 0;
}

nav#header #nav-main li .nav-sub li {
    display: block
}

nav#header #nav-main li .nav-sub li a {
    color: #fff;
    line-height: 55px;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-weight: 600;
}

nav#header #nav-main li .nav-sub li a:hover {
    background: #009074;
}

nav#header #nav-main li a {
    font-weight: 600;
}

nav#header #nav-main li a.nav-createAccount {
    padding-left: 0;
}

nav#header #nav-main li .nav-createAccount span {
    border: 3px solid white;
    border-radius: 3px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 15px;
}

nav#header.scrolled #nav-main li .nav-createAccount span {
    border: 3px solid #00a485;
    padding: 10px;
    color: #00a485;
}

nav#header #nav-main li .nav-createAccount:hover span {
    border-color: #00a485;
    background: #00a485;
}

nav#header.scrolled #nav-main li .nav-createAccount:hover span {
    color: white;
}

.nav-separator {
    color: white;
}

.nav-sub_lang img {
    width: 23px;
}

.nav-sub_container span {
    width: 55px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

nav#header #nav-main li:hover .nav-sub {
    display: block
}

nav#header #nav-main li.nav-sub_lang .nav-sub {
    min-width: 180px;
}

nav#header .logo {
    float: left;
    margin: 5px;
}

nav#header #nav-main > li.hasSub:hover:after {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00a485;
    position: absolute;
    bottom: 20px;
    right: -4px;
}

nav#header.scrolled #nav-main > li.hasSub:hover:after {
    bottom: 0px;
}

footer.footerv2 img {
    max-width: 100%;
}

footer.footerv2 p img {
  height: 20px;
}

footer.footerv2 {
    padding-bottom: 20px;
}

footer.footerv2 .footerText {
    font-size: 12px;
    color: #9c9e9f;
    margin-top: 10px;
}

footer.footerv2 .lang a {
    color: #9c9e9f!important;
    font-weight: 700;
    font-size: 12px;
}

footer.footerv2 .lang a:hover {
    color: #00a485!important;
}

footer.footerv2 p.lang {
    color: #9c9e9f;
    font-size: 10px;
}

footer.footerv2 .rsociaux a {
    background: none;
    width: 20px;
    margin-right: 5px;
}

a.footer_subscribe {
    font-size: 10px;
    color: #9c9e9f;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid #e1e2e2;
    border-radius: 3px;
    padding: 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.footer_subscribe:hover {
    color: white;
    border-color: #00a485;
    background: #00a485;
}

footer.footerv2 p.ul_label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

footer.footerv2 li{
    color: #9c9e9f;
    font-weight: 600;
    line-height: 30px;
    font-size: 12px;
}

footer.footerv2 li a {
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
}

.homev7 footer.footerv2 li a {
  font-weight: 600;
  line-height: 15px;
}

footer.footerv2 li a:hover {
    color: #00a485;
}

#artificielle section.main_on_bg {
    background: url(//www.kameleoon.com/img/ia/header_intelligence_artificielle_kameleoon.jpg);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 130px;
    background-position: center;

}

#artificielle section.main_on_bg h1 {
	font-weight: 600;
	color: white;
	font-size: 48px;
}

#artificielle section.main_on_bg h2 {
	color: white;
    font-size: 26px;
    font-weight: 600;
    margin-top: 14px;
}

/*intro*/

#artificielle section#intro {
	padding-top: 70px;
	padding-bottom: 70px;
}

#artificielle section#intro p {
	font-size: 16px;
}

/* application */
#artificielle section#application {
	background: #ebf2f2;
	padding-top: 70px;
	padding-bottom: 70px;
}

#artificielle section#application p {
	font-size: 16px;
}

#artificielle section#application h3 {
	font-size: 36px;
	color: #3F3F3F;
	font-weight: 400;
	margin-bottom: 50px;
}

#artificielle section#application .applications_title p {
	font-weight: 700;
	font-size: 18px;
	color: #3f3f3f;
}

#artificielle section#application .applications_notitle {
    margin-bottom: 40px;
    margin-top: 51px;
}

#artificielle section#application .applications_notitle p {
	font-size: 16px;
	font-weight: 400;
	color: #3f3f3f;
}


#artificielle section#application .col-md-12.col-sm-12 {
    border-top: 2px solid #00A485;
    margin-bottom: -20px;
    position: relative;
    top: 177px;
}

#artificielle section#application .col-md-12 p {
    position: relative;
    top: -14px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    background: #ebf2f2;
    display: inline-block;
    padding: 0 12px;
    color: #00A485;
}

#artificielle section#application .ouimais .ouimais.visible-xs {
	width: 50%;
    text-align: center;
    margin: 0 auto;
    border-top: 2px solid #00A485!important;
    margin-bottom: -51px;
}


#artificielle section#application .ouimais p {
    position: relative;
    top: -12px;
    font-size: 20px;
    font-weight: 700;
    background: #ebf2f2;
    display: inline-block;
    padding: 0 12px;
    color: #00A485 !important;
}

/*offrir livraison*/
#artificielle section#application .row  > div:nth-of-type(4) .applications_title p {
	margin-top: 22px;
}

/* commencer conv*/
#artificielle section#application .row  > div:nth-of-type(5) .applications_title p {
	margin-top: 17px;
}

/*how to work*/
#artificielle section#howtow {
     padding-top: 70px;
	padding-bottom: 70px;
}

#artificielle section#howtow .kh3 h3 {
     display: block!important;
}

#artificielle section#howtow .kh3 h3:first-of-type {
     color: #f95928;
     font-size: 36px;
     font-weight: 400;
}

#artificielle section#howtow .kh3 h3:nth-of-type(2) {
     margin-top: 50px;
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 40px;
}

#artificielle section#howtow .undertitle {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

#artificielle section#howtow .undertitle + p {
	font-size: 16px;
	font-weight: 400;
}

#artificielle section#howtow .row > div:nth-of-type(2) p {
	width: 108%;
}

#artificielle section#howtow .pointille-picto:nth-of-type(1) {
	background-image: url('https://www.kameleoon.com/img/ia/pointil.png');
	background-repeat: no-repeat;
    width: 260px;
    position: absolute;
    height: 42px;
    top: 39px;
    left: 262px;
}

#artificielle section#howtow .pointille-picto:nth-of-type(2) {
	background-image: url('https://www.kameleoon.com/img/ia/pointil.png');
	background-repeat: no-repeat;
    width: 260px;
    position: absolute;
    height: 42px;
        top: 39px;
    left: 653px;
}

.relat {
	position: relative;
}

#artificielle section#howtow .row > div:nth-of-type(4) p + p {
	width: 108%;
}

/*#artificielle section#application {
	position: relative;
    border-bottom: 2px solid #f95928;
}*/!

#artificielle section#application:before {
	content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #f95928 !important;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

/*#artificielle section#application:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 41px solid #ebf2f2;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}*/

#artificielle section#intro {
	position: relative;
    border-bottom: 2px solid #0e4c6b;
}

#artificielle section#intro:before {
	content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #0e4c6b !important;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

#artificielle section#intro:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 41px solid white;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

.ia-intro {
	margin: 0 auto;
	border-bottom: 2px solid #0e4c6b;
	position: relative;
}

.ia-intro:before {
	content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #0e4c6b !important;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

.ia-intro:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 41px solid white !important;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}


.ia-intro-inner {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 48px 0px;
}

.ia-intro p {
	margin-right: 70px;
	font-size: 16px;
}

.ia-intro img {
	margin-top: 23px;
	height: 100%;
}

/* -----------------------------
--------------------------------
		APPLICATIONS
--------------------------------
----------------------------- */
.ia-application {
	background-color: #ebf2f2;
	border-bottom: 2px solid #f95928;
	position: relative;
}

.ia-application-inner {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0px;
	position: relative;
}

.ia-application h2 {
	color: #0e4c6b;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 35px;
}

.ia-application .picto-content, .first-picto-content, .second-picto-content {
	display: flex;
    align-items: flex-end;
}

.first-picto-content {
	position: relative;
    left: -84px;
}

.second-picto-content {
	position: relative;
    right: 17px;
}

.ia-application .picto-content {
	margin-top: 32px;
	position: relative;
}

.ia-application .picto-prenium, .picto-coupon, .picto-livraison, .picto-message {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 51px;
}

.ia-application img {
	max-width: 100%;
}

.ia-application img + p {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
}

.ia-application p + p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.picto-separator {
	position: absolute;
    color: #0e4c6b;
    top: 71%;
    left: -1%;
    right: 0;
    text-align: center;
    border-top: 2px solid #cad9de;
    display: flex;
    justify-content: center;
    width: 103%;
}

.picto-separator h3 {
	color: #0e4c6b;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -13px;
    background: #ebf2f2;
    padding: 0px 12px;
}

.ia-application:before {
	content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #f95928 !important;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

.ia-application:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 41px solid #ebf2f2;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

/* -----------------------------
--------------------------------
		   HOW WORKS
--------------------------------
----------------------------- */
.ia-how-works-inner {
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    position: relative;
}

.ia-how-works h2 {
	color: #f95928;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 35px;
}

.ia-how-works h3 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 32px;
}

.how-works-content {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	position: relative;
}

.how-works-content > .pointille-picto:nth-of-type(1) {
	background-image: url('https://www.kameleoon.com/img/ia/pointil.png');
	background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 42px;
    top: 39px;
    left: 237px;
}

.how-works-content > .pointille-picto:nth-of-type(2) {
	background-image: url('https://www.kameleoon.com/img/ia/pointil.png');
	background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 42px;
    top: 39px;
    left: 648px;
}

.ia-how-works .picto-offre, .picto-donnees, .picto-cible {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 63px;
}

.picto-cible {
	margin-right: 0px;
	margin-left: -4px;
}

.how-works-content img + p {
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;
}

.how-works-content p + p {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

/* -----------------------------
--------------------------------
			LINEBREAK
--------------------------------
----------------------------- */
.ia-linebreak {
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 51px 0px;
    background: #00a485;
    position: relative;
}

.ia-linebreak:before {
	content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #00a485 !important;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}

.ia-linebreak:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 41px solid #00a485;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}

.ia-linebreak h2 {
	color: white;
	font-weight: 400;
	font-size: 32px;
}

.ia-linebreak a {
	border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 65px;
    padding: 19px 35px;
    color: white;
    border-radius: 4px;
}

.ia-linebreak a:hover {
	background: #fff;
	color: #00a485;
	text-decoration: none !important;
}

/* -----------------------------
--------------------------------
			BENEFICE
--------------------------------
----------------------------- */
/*.ia-benefice {
	background: #ffffff;
	border-bottom: 2px solid #0E4C6B;
	position: relative;
}*/

/*.ia-benefice:before {
	content: "";
    width: 0;
    right: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 42px solid #0E4C6B !important;
    position: absolute;
    bottom: -42px;
    left: 50%;
    z-index: 80;
    margin-left: -42px;
}*/

/*.ia-benefice:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 41px solid #ffffff;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 80;
    margin-left: -40px;
}*/

.ia-benefice-inner {
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px 81px 0px;
    position: relative;
}

.ia-benefice h2 {
	color: #00b5d3;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 35px;
}

.ia-benefice h3 {
	font-size: 16px;
	font-weight: 700;
}

.ia-benefice p {
	font-size: 16px;
	margin-top: 21px;
}

.ia-audiences, .ia-dashboard, .ia-visiteurs {
	display: flex;
	margin-top: 65px;
}

.ia-audiences {
	margin-top: 32px;
}

.ia-audiences-content, .ia-dashboard-content, .ia-visiteurs-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 21px;
}

/* -----------------------------
--------------------------------
			ANALYSE
--------------------------------
----------------------------- */
.ia-analyse-inner {
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
    position: relative;
}

.ia-analyse h2 {
	color: #00a485;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 35px;
}

.ia-analyse h3 {
	font-size: 16px;
	font-weight: 700;
}

.ia-analyse p {
	font-size: 16px;
	margin-top: 21px;
}

.ia-heatmap {
	margin-top: 32px;
}

.ia-heatmap, .ia-feedback, .ia-formulaires {
	display: flex;
	margin-top: 65px;
}

.ia-heatmap-content, .ia-feedback-content, .ia-formulaires-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 21px;
}

.homev6 section#adopt h2,
.homev7 section#adopt h2{
    margin-top: 0;
}

@media screen and (max-width: 1150px) {
	.pointille-picto {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
	.ia-header h1 { font-size: 41px; }
	.ia-header h2 { font-size: 22px; }

	.ia-intro p {
		margin-right: 19px;
	    font-size: 14px;
	}

	.ia-application h2, .ia-how-works h2, .ia-benefice h2, .ia-analyse h2 {
	    font-size: 32px;
	}

	.pointille-picto {
		display: none;
	}

	.ia-application img + p, .ia-analyse h3, .ia-analyse p { font-size: 14px; }
	.ia-how-works h3 { font-size: 18px; }
	.how-works-content img + p {font-size: 18px; }
	.ia-application p + p { font-size: 14px; }
	.picto-separator h3 { font-size: 17px; }
	.ia-how-works h3 { font-size: 18px; }
	.how-works-content img + p { font-size: 18px; }
	.how-works-content p + p { font-size: 12px; }
	.ia-linebreak h2 { font-size: 30px; }
	.ia-linebreak a { font-size: 15px; }
	.ia-benefice h3 { font-size: 15px; }
	.ia-analyse-inner { padding: 80px 18px; }
}

@media screen and (max-width: 992px) {
  footer.footerv2 p img {
    width: 19px;
    height: 18px;
  }
	.ia-header { margin-top: 66px; height: auto; }
	.ia-header h1 {
	    font-size: 32px;
	}
	.ia-header h2 {
	    font-size: 18px !important;
	    margin-top: 62px;

	}

	.ia-linebreak h2{
		text-align: center;
	}

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

	.ia-header h1 {
	    top: 50%;
	}

	.ia-intro-inner {
	    display: flex;
	    flex-direction: column-reverse;
	    justify-content: center;
	    align-items: center;
	}

	.ia-intro p {
	    margin-top: 25px;
	    text-align: center;
	    margin-right: 0px;
	}

	.ia-application .picto-content {
	    flex-direction: column;
	    align-items: center;
	    flex-direction: column;
	}

	.picto-content {
		width: 100%;
	}

	.picto-separator {
	    position: static;
	    color: #0e4c6b;
	    text-align: center;
	    border: none;
	    display: flex;
	    justify-content: center;
	    margin-top: 44px;
	}

	.ia-application .picto-prenium, .picto-coupon, .picto-livraison, .picto-message {
    	 margin-left: 0px;
	}

	.first-picto-content, .second-picto-content {
	     left: 0px;
	     flex-direction: column;
	}

	.picto-coupon, .picto-livraison {
		align-self: center;
	}

	.ia-application p + p {
	    margin-top: 14px;
	}
	.picto-coupon, .picto-livraison, .picto-message {
	    margin-left: 0px;
	    margin-top: 26px;
	}

	.how-works-content {
	    flex-direction: column;
	}

	.ia-how-works .picto-offre, .picto-donnees, .picto-cible {
	     margin-right: 0px;
	     margin-bottom: 37px;
	}

	.ia-how-works h3 {
	    font-size: 17px;
	}

	.ia-linebreak h2 {
	    font-size: 21px !important;
	}

	.ia-linebreak a {
	    font-size: 12px;
	}

	.ia-audiences, .ia-visiteurs {
	    flex-direction: column;
	}

	.ia-audiences-content, .ia-dashboard-content, .ia-visiteurs-content {
	     padding-left: 0px;
	    margin-top: 38px;
	    text-align: center;
	}

	 .ia-dashboard {
	 	flex-direction: column-reverse;
	 }

	 .ia-heatmap, .ia-formulaires {
	    flex-direction: column-reverse;
	}

	.ia-feedback {
		flex-direction: column;
	}

	.ia-heatmap-content, .ia-feedback-content, .ia-formulaires-content {
	    padding-right: 0px;
	    margin-top: 38px;
	    text-align: center;
	}

	.ia-intro img {
	    margin-top: 23px;
	     height: auto;
	}
}

@media screen and (max-width: 572px) {
	.ia-header {
    	margin-top: 66px;
    	height: 47%;
	}
	.ia-intro p {
    	font-size: 14px;
	}

	.ia-intro-inner {
    	padding:48px 24px;
	}

	.ia-benefice-inner {
    	padding: 81px 24px;
	}

	.ia-how-works-inner, .ia-analyse-inner, .ia-application-inner { padding: 80px 24px; }
}


@media screen and (min-width: 992px)
{
    footer.footerv2 .col-md-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    footer.footerv2 .col-md-2 {
        width: 16.66666667%;
    }
}

@media screen and (max-width: 991px)
{
    footer.footerv2 .col-md-2 {
        min-height: 200px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 1250px)
{
    nav#header .container_right a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px)
{
    a.footer_subscribe {
        font-size: 8px;
    }
    .homev5 .card-content p {
        height: 120px;
    }
    .homev5 .right-bandeau blockquote {
        font-size: 22px;
        max-width: 600px;
    }
    .homev5 .profil-bandeau img, .homev5 .profil-bandeau p,
    .homev5 .bottom-benefice-quote blockquote {
        font-size: 14px;
    }
    .homev5 h1.spe-header{
        font-size: 45px;
    }
    .homev5 .cta-header p,
    .homev5 .card-content p {
        font-size: 20px;
    }
    .homev5 .cta-header a,
    .homev5 .titles-fonctionnalitees h3 span,
    .homev5 .hoverQuote span,
    .homev5 .logo-bandeau a,
    .homev5 .ressources-bloc > div > a span,
    .homev5 #cta-demo {
        font-size: 16px;
    }
    .homev5 .hp-fonctionnalitees h2,
    .homev5 .hp-benefices h2,
    .homev5 .hp-ressources h2,
    .homev5 section#adopt h2 {
        font-size: 34px;
    }
    .homev5 .titles-fonctionnalitees h3 {
        font-size: 24px;
    }
    .homev5 .hp-fonctionnalitees p,
    .homev5 .hp-fonctionnalitees p a,
    .homev5 .benefice-1 p, .homev5 .benefice-2 p, .homev5 .benefice-3 p, .homev5 .benefice-4 p {
        font-size: 16px;
    }
    .homev5 .top-benefice-content h3 {
        font-size: 28px;
    }
    .homev5 .profil-benefice p {
        font-size: 12px;
    }
    .homev5 .card-content p {
        height: 80px;
    }
    .homev5 .profil-benefice img {
        width: 48px;
    }
   /*my change */
   .homev6 .hp-fonctionnalitees p{
        font-size: 16px;
    }
    .homev6 .hp-fonctionnalitees p a{
        font-size: 16px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 22px;
    }
    .homev6 .benefice-1 p, .homev6 .benefice-2 p, .homev6 .benefice-3 p, .homev6 .benefice-4 p {
        font-size: 16px;
    }

   /*  green tabs */
   .homev6 .kbottom0 .text-center{
   	padding-top: 0 !important;
   }
   .homev6 .hp-fonctionnalitees-inner .wrapper{
   	padding-top: 0 !important;
   }
   .homev6 .hp-fonctionnalitees{
   	height: 720px;
   }
   .hp-content .kbottom30r .imgComprenez{
   	margin-top: 20px !important;
   }
   .homev6 .kbottom0r{
   	margin-top: 53px;
   }
   .hp-bandeau-perso .text-center > img{
   	margin-top: 0 !important;
   }
   .homev6 .hp-bandeau-perso-inner,
   .homev7 .hp-bandeau-perso-inner {
   	padding-bottom: 60px;
   }
}

@media screen and (max-width: 1100px)
{
    .navbar-toggle.new-navbar-toggle {
        display: block;
        margin-top: 14px;
    }
    #nav-main {
        display: none;
    }
    nav#header {
        padding: 0!important;
    }
    nav#header #nav-main li a.nav-sub-link:after {
        right: 25px;
    }
    nav#header #nav-main li a.nav-sub-link:before {
        right: 22px;
    }
    #nav-main.nav-visible {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        background: white;
        padding: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    nav#header #nav-main li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dedede;
    }

    nav#header #nav-main li .nav-sub {
        position: relative;
        top: 0!important;
    }

    nav#header #nav-main li .nav-sub li:last-of-type{
        border-bottom: none;
    }

    /* my change */
    /* .homev6 .hp-fonctionnalitees p{
        font-size: 16px;
    }
    .homev6 .hp-fonctionnalitees p a{
        font-size: 16px;
    }
    h2{
        font-size: 32px !important;
    }
    h3{
        font-size: 22px !important;
    }
    .homev6 .benefice-1 p, .homev6 .benefice-2 p, .homev6 .benefice-3 p, .homev6 .benefice-4 p {
        font-size: 16px;
    } */
}

@media screen and (max-width: 1000px)
{
    .homev5 .titles-fonctionnalitees h3 {
        font-size: 16px;
    }
    .homev5 .profil-benefice {
        text-align: center;
    }
    .homev5 .profil-benefice img {
        position: relative;
        padding-top: 15px;
        margin-right: 10px;
    }
    .homev5 .perso-bandeau .col-md-4 img {
        max-width: 100%;
        width: 200px;
    }
    .homev5 .right-bandeau .profil-bandeau {
        text-align: center;
    }
    .homev5 .logo-bandeau img {
        max-width: 200px;
    }
    .homev5 .card-content p {
        font-size: 18px;
    }
    .homev5 .ressources-bloc > div > a span {
        font-size: 14px;
        padding: 10px 35px;
    }
    .homev5 h1.spe-header {
        font-size: 40px;
    }
    .homev5 .logo-bandeau a {
        padding: 10px 35px;
    }
    /* my change */
     .homev6 .hp-fonctionnalitees p{
        font-size: 16px;
    }
    .homev6 .hp-fonctionnalitees p a{
        font-size: 16px;
    }
     h2{
        font-size: 28px;
    }
    h3{
        font-size: 20px;
    }

}

@media screen and (max-width: 767px)
{
    .homev5 .cta-header a {
        margin-top: 5px;
    }
    .homev5 .media-background {
        background-color: #89105d;
        background-image: none!important;
    }
    .homev5 .ecommerce-background {
    	background-color: #00a485;
        background-image: none!important;
    }
    .homev5 .travel-background {
    	background-color: #0e4c6b;
        background-image: none!important;
    }
    .homev5 .banque-background {
        background-color: #00b5d3;
    	background-image: none!important;
    }
    .homev5 .hp-content h3 {
        color: #00a485;
        text-align: left;
        font-weight: 700;
        margin: 0!important;
        margin-top: -2px!important;
        margin-left: 0px!important;
    }
    .homev5 .hp-content h3 span {
        font-weight: 700;
        font-size: 16px;
        display: block;
    }
    .homev5 .hp-fonctionnalitees p a,
    .homev5 .top-benefice-content p + p a {
        text-decoration: underline;
    }
    .homev5 .hp-bandeau-gen .perso-bandeau {
        overflow: scroll;
    }
    .homev5 .top-benefice-content p + p a {
        font-size: 12px;
    }
    .homev5 .bottom-benefice-quote blockquote br,
    .homev5 .hp-ressources h2 br,
    .homev5 .benefice-1 h3 + p br, .homev5 .benefice-2 h3 + p br, .homev5 .benefice-3 h3 + p br, .homev5 .benefice-4 h3 + p br,
    .homev5 .hp-fonctionnalitees p br,
    .homev5 .cta-header p br{
        display: none;
    }
    .homev5 .hp-fonctionnalitees p strong{
        display: block;
    }
    .homev5 .bottom-benefice-quote blockquote {
        padding-left: 20px;
        padding-top: 20px;
    }
    .homev5 .card-content p {
        height: auto;
    }
    .homev5 .card-content {
        margin-bottom: 80px;
    }
    .homev5 .hp-fonctionnalitees h2,
    .homev5 .hp-benefices h2,
    .homev5 .top-benefice-content h3,
    .homev5 .benefice-1 p, .homev5 .benefice-2 p, .homev5 .benefice-3 p, .homev5 .benefice-4 p,
    .homev5 .top-benefice-content p + p a,
    .homev5 .bottom-benefice-quote blockquote,
    .homev5 .hp-ressources h2 {
        text-align: left;
    }
    .homev5 .cta-header {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .homev5 .cta-header,
    .homev5 .spe-header {
        /*text-align: center;*/
    }

    .hp-content .display_mobile img {
        float: left;
        margin-right: 20px;
    }
    .hp-content .display_mobile img + h3 {
        text-align: left;
        margin-left: 85px;
    }

    .homev5 .cta-header > div:first-of-type {
        margin-bottom: 30px;
    }

    .homev5 .hp-header-generique {
        padding-top: 75px;
    }

    .homev5 h1.spe-header {
        font-size: 26px;
    }

    .homev5 h1.spe-header br {
        display: none;
    }

    .homev5 .cta-header a {
        padding: 15px 20px;
    }

    .homev5 .hp-fonctionnalitees h2 {
        font-size: 24px;
    }

    .homev5 .titles-fonctionnalitees {
        display: none;
    }

    .homev5 .hp-fonctionnalitees div.hp-content {
        text-align: center;
        display: block;
        height: auto;
    }

    .homev5 .hp-fonctionnalitees div.hp-content .col-md-7 {
        display: none;
    }

    .homev5 .hp-fonctionnalitees p a {
        font-size: 14px;
    }

    .homev5 .cta-header p {
        font-size: 18px;
        font-weight: 600;
    }

    .homev5 .hp-fonctionnalitees p {
        font-size: 18px;
        margin-bottom: 40px;
        text-align: left;
    }

    .homev5 .bottom-benefice-quote {
        margin: 0;
        padding: 20px 10px;
        margin-top: 40px;
    }

    .homev5 .top-benefice-content.row {
        margin: 0;
    }

    .homev5 section.hp-benefices {
        text-align: center;
    }

    .homev5 h2 {
        font-size: 24px!important;
    }

    .homev5 .top-benefice-content h3 {
        font-size: 20px;
    }

    .homev5 .benefice-1 p, .homev5 .benefice-2 p, .homev5 .benefice-3 p, .homev5 .benefice-4 p {
        font-size: 14px;
        display: block;
        margin: 0px;
        margin-top: 10px;
    }

    .homev5 .top-benefice-content p + p a {
        display: inline-block;
    }

    .homev5 h1.spe-header span {
        line-height: 30px;
    }

    .homev5 .profil-benefice {
        margin-top: 30px;
    }

    .homev5 section.hp-benefices .top-benefice-content img {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .homev5 .hp-bandeau-perso .col-md-4 {
        line-height: 110px;
    }

    .homev5 .perso-bandeau.row {
        margin: 0;
    }

    .homev5 .right-bandeau blockquote {
        font-size: 18px;
        max-width: 100%;
        text-align: center;
        padding-left: 60px;
    }

    .right-bandeau blockquote > span:first-of-type {
        font-size: 80px;
        margin-top: -50px;
        margin-left: -45px;
    }
    .right-bandeau blockquote > span:last-of-type {
        font-size: 80px;
        margin-top: -15px;
    }

    .homev5 .right-bandeau .profil-bandeau,
    .homev5 .profil-bandeau img {
        margin-bottom: 20px;
    }

    .homev5 .logo-bandeau {
        line-height: 100px;
        overflow: visible;
        height: auto;
    }

    .homev5 .logo-bandeau .col-md-4:after {
        content: none;
    }

    .homev5 .ressource-card:nth-of-type(1) > p a ,
    .homev5 .ressource-card:nth-of-type(2) > p a {
        margin-bottom: 30px;
        display: inline-block;
    }

    .homev5 .display_mobile {
        display: block;
        margin-bottom: 30px;
    }

    .homev5 .right-bandeau .profil-bandeau {
        padding-right: 0px;
    }

    .homev5 .profil-bandeau img, .homev5 .profil-bandeau p {
        margin-left: 0px;
    }

    i.fa.fa-facebook {
        left: 0px;
    }

    .homev5 #cta-demo {
        font-size: 14px;
        padding: 10px 20px;
    }

    .arrow-bandeau-gen.col-md-1.col-sm-1 {
        display: none;
    }

    .homev5 .large_container .col-md-2 {
        width: 50%;
        line-height: 130px;
        text-align: center;
    }

    .homev5 .arrow-bandeau-gen + a {
        padding: 10px 35px;
    }

    footer.footerv2 .col-md-2 {
        min-height: auto;
        margin-bottom: 20px;
    }

    .hp-fonctionnalitees-container .hp-content {
        border-bottom: 2px solid white;
        padding-bottom: 0!important;
        margin-bottom: 40px!important;
    }.hp-fonctionnalitees-container .hp-content:last-of-type {
        border-bottom: none;
    }
    /* my change */
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 20px;
    }
    .hp-benefices .bottom-benefice-quote{
        margin-left: 0px;
        margin-right: 0px;
    }
    .homev6 section#adopt h2 {
        margin-top: 40px;
    }
}



/* my cahnge adopt*/
.homev6 section#adopt{
    background: url(https://www.kameleoon.com/img/hp3_/adopt/bgAdopt.png) center;
    background-size: cover;
    clear: both;
/*     padding: 0;
padding-top: 20px; */
}
.homev6 section#adopt .container-fluid,
.homev7 section#adopt .container-fluid {
    padding: 0;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homev6 section#adopt .container-fluid .imgLeft,
.homev7 section#adopt .container-fluid .imgLeft{
    padding: 0;
}
.homev6 section#adopt .container-fluid .imgRight,
.homev7 section#adopt .container-fluid .imgRight{
    padding: 0;
}
.homev6 section#adopt .container-fluid .imgLeft img,
.homev7 section#adopt .container-fluid .imgLeft img{
    max-height: 330px;
}
.homev6 section#adopt .container-fluid .imgRight img,
.homev7 section#adopt .container-fluid .imgRight img{
    max-height: 330px;
    float: right;
}
/* wrapper */
@media screen and (min-width: 990px) {
    .homev6 section#adopt {
    padding: 0;
    padding-top: 20px;
    }
}
@media screen and (min-width: 990px) {
.homev6 .hp-fonctionnalitees-inner .wrapper{
    padding-top: 20px;
    }
}


/* new Changes  */
h2{
    line-height: 1.4;
}
h3{
    line-height: 1.3;
}
h1{line-height: 1.2;
}
.homev6 .hp-benefices blockquote{
    line-height: 1.5;
}
/* sectoral quote */
@media screen and (max-width: 1024px) {
	.homev6 .media-background,
  .homev7 .media-background {
		background-color: #89105d;
		background-image: none;
	}
	.homev6 .travel-background,
  .homev7 .travel-background{
		background-color: #0e4c6b;
		background-image: none !important;
	}
	.homev6 .ecommerce-background,
  .homev7 .ecommerce-background {
		background-color: #00a485;
		background-image: none;
	}
	.homev6 .banque-background,
  .homev7 .banque-background{
		background-color: #00b5d3;
		background-image: none !important;
	}
	.homev6 .perso-bandeau .text-center,
  .homev7 .perso-bandeau .text-center{
		margin: 0 auto;
		float: none;
   	margin-top: 30px;
   }
	.homev6 .right-bandeau blockquote,
  .homev7 .right-bandeau blockquote{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.homev6 .right-bandeau .profil-bandeau,
  .homev7 .right-bandeau .profil-bandeau{
		float: none;
		text-align: center;
	}
	.homev6 .profil-bandeau img, .homev6 .profil-bandeau p,
  .homev7 .profil-bandeau img, .homev7 .profil-bandeau p{
		margin-left: 0;
	}
	.homev6 .hp-bandeau-perso .col-md-4,
  .homev7 .hp-bandeau-perso .col-md-4 {
		margin: 0 auto;
		float: none;
		margin-top: 40px;

	}
	.homev6 .hp-bandeau-perso-inner >.col-md-4,
  .homev7 .hp-bandeau-perso-inner >.col-md-4 {
		padding-bottom: 0px;
	}
	.homev6 .hp-bandeau-perso-inner,
  .homev7 .hp-bandeau-perso-inner {
		padding-top: 0;
	}
	.homev6 a.hp-perso-button,
  .homev7 a.hp-perso-button{
		position: static;
	}
	.homev6 .hp-bandeau-perso .col-md-4,
  .homev7 .hp-bandeau-perso .col-md-4 {
		margin-top: 50px;
	}
	.homev6 .right-bandeau .profil-bandeau,
  .homev7 .right-bandeau .profil-bandeau{
		margin-top: 30px;
	}

}

/* green tabs */
.homev6 .kbottom0 .text-center{
	padding-top: 10px;
}
@media screen and (max-width: 992px) {
	.homev6 .kbottom0r{
		margin-top: 107px;
	}
	.hp-content .kbottom30r .imgPerso{
		margin-top: 55px !important;
	}
	/* .hp-content .kbottom30r .imgComprenez{
		margin-top: 45px !important;
	} */
	.homev6 .kbottom0 .text-center img{
		max-height: 180px;
	}
}
/* carousel */
@media screen and (max-width: 767px) {
	.homev6 .hp-fonctionnalitees .text-center{
		display: none;
	}
	.homev6 .kbottom40 > img{
		display: none;
	}
    .hp-fonctionnalitees .hp-fonctionnalitees-inner{
        padding-left: 65px;
        padding-right: 65px;
    }
}
/* pictures under quote */

.homev6 .hp-bandeau-perso .col-md-4,
.homev7 .hp-bandeau-perso .col-md-4 {
  min-height: 0px;
}

.hp-bandeau-perso .text-center > img{
	margin-top: 30px;
}
blockquote{
	padding: 10px 30px;
}

.ecommerce-background .perso-bandeau .text-center > img{
	margin-top: 50px;
}
.ecommerce-background a.hp-perso-button{
	top: -85px;
}
.travel-background .perso-bandeau .text-center > img{
	margin-top: 50px;
}
.travel-background a.hp-perso-button{
	top: -85px;
}
.homev6 .right-bandeau .profil-bandeau,
.homev7 .right-bandeau .profil-bandeau{
	margin-top: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    h1{
        line-height: 1.1;
    }
    h2{
        line-height: 1.3;
    }
    h3{
        line-height: 1.3;
    }
    h4{
        line-height: 1.4;
    }
    p{
        line-height: 1.5;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    h1{
        line-height: 1.1;
    }
    h2{
        line-height: 1.2;
    }
    h3{
        line-height: 1.2;
    }
    h4{
        line-height: 1.4;
    }
    p{
        line-height: 1.2;
    }
}
@media screen  and (max-width: 767px) {
    h1{
        line-height: 1.2;
    }
    h2{
        line-height: 1.3;
    }
    h3{
        line-height: 1.2;
    }
    h4{
        line-height: 1.5;
    }
    p{
        line-height: 1.3;
    }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
    #adopt a{
        margin-bottom: 50px;
   }
   .homev6 section#adopt{
        padding-top: 40px;
   }
}
@media screen and (max-width: 990px){
    .homev6 .hp-fonctionnalitees-inner .wrapper{
        padding-top: 10px !important;
    }
    .homev6 .titles-fonctionnalitees h3 span{
        font-size: 16px;
    }
}

/* changes for mobile */
@media screen and (max-width: 767px){
    .homev6 .cta-header a{
        margin-bottom: 40px;
    }
    section#adopt {
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .profil-benefice{
    	margin-top: 30px;
    	margin-left: 20px;
    }
    .homev6 .bottom-benefice-quote blockquote{
    	margin-top: 20px;
    }
    .hp-benefices .col-md-6:nth-child(2){
    	padding-bottom: 20px;
    }
    .homev6 .top-benefice-content.row{
    	padding-bottom: 0;
    }
}



@media screen and  (min-width: 768px) and (max-width: 990px){
	.kbottom0 .text-center{
		display: none;
	}
	.kbottom40 img{
		display: none;
	}
	.homev6 .hp-fonctionnalitees{
		height: 535px;
	}
	.homev6 .hp-fonctionnalitees-inner{
		height: 100%;
	}
	.homev6 .hp-fonctionnalitees-container {
		height: 224px;
	}
	.wrapper img{
		margin-top: 0 !important;
	}
	.hp-content .kbottom30r .imgComprenez{
		margin-top: 0 !important;
		height: 212px;
		width: 80%;
		margin-left: 30px;
	}
	.hp-content .kbottom30r .imgPerso{
		margin-top: -20px !important;
		height: 190px;
		margin-left: 30px;
	}
	.homev6 .kbottom0r{
		margin-top: -17px;
	}
	.homev6 .kbottom0r img{
		height: 230px;
		width: 80%;
		margin-left: 30px;
	}
	section#adopt{
		padding-bottom: 50px;
		padding-top: 40px;
	}

}
.hp-bandeau-perso a:hover{
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* carousel */
.arrow{
    display: none;
}

@media screen and (max-width: 767px) {
.arrow{
    display: block;
    position: absolute;
    width: 40px;
    top: 240px;
    right: 0px;
    z-index: 1000;
}
.arrowLeft{
    transform: rotate(180deg);
    left: 0px;
}
.homev6 .hp-fonctionnalitees-container{
    position: static;
}
.kbottom30r, .kbottom0r{
    position: absolute;
    bottom: 0;
}
.hp-fonctionnalitees{
    position: relative;
}
.hp-content .kbottom30r .imgPerso{
    margin-top: 10px !important;
}
.homev6 .hp-fonctionnalitees p{
    margin-bottom: 10px;
}
.homev6 .kbottom40{
    margin-bottom: 10px;
}
.hp-content .kbottom30r .imgComprenez{
    margin-top: 15px !important;
}
.homev6 .kbottom0r{
    margin-top: 0px;
}
.homev6 .kbottom0r{
        height: auto;
}
.hp-fonctionnalitees .hp-fonctionnalitees-inner{
    padding-left: 35px;
    padding-right: 30px;
}

@media screen and (max-width: 298px){
   .hp-content .kbottom30r .imgComprenez{
   display: none;

   }
   .hp-content .kbottom30r .imgPerso{
   display: none;
   margin-bottom: 20px;
   }
   .kbottom0r img{
    display: none;
   }
}
@media screen and (max-width: 320px){
   .hp-content .kbottom30r .imgComprenez{
    max-width: 200px;
   }
    .hp-content .kbottom30r .imgPerso{
    max-width: 200px;
    margin-bottom: 20px;
   }
   .homev6 .kbottom0r img{
        min-height: 0px;
        max-width: 200px;
   }
}
@media screen and (min-width: 320px){
       .hp-content .kbottom30r .imgComprenez{
        max-width: 275px;
        margin-left: 10px;
        margin-bottom: 15px;
       }
        .hp-content .kbottom30r .imgPerso{
        max-width: 275px;
        margin-bottom: 40px;
        margin-left: 13px;
       }
       .homev6 .kbottom0r img{
            min-height: 0px;
            max-width: 275px;
            margin-left: 15px;
       }
}
@media screen and (min-width: 380px){
        .hp-content .kbottom30r .imgComprenez{
            max-width: 320px;
        }
        .hp-content .kbottom30r .imgPerso{
            max-width: 320px;
        }
        .homev6 .kbottom0r img{
            min-height: 0px;
            max-width: 320px;
       }
}
@media screen and (min-width: 470px){
        .hp-content .kbottom30r .imgComprenez{
            max-width: 330px;
        }
          .hp-content .kbottom30r .imgPerso{
            max-width: 330px;
            margin-bottom: 40px;
        }
        .homev6 .kbottom0r img{
            min-height: 0px;
            max-width: 330px;
       }
}
@media screen and (min-width: 470px){
        .hp-content .kbottom30r .imgComprenez{max-width: 400px;
        }
        .hp-content .kbottom30r .imgPerso{max-width: 400px;
        margin-bottom: 40px;
        }
        .homev6 .kbottom0r img{
            min-height: 0px;
            max-width: 400px;
       }
}
@media screen and (min-width: 540px){
    .hp-content .kbottom30r .imgComprenez{margin-left: 60px;
    }
    .hp-content .kbottom30r .imgPerso{margin-left: 60px;
    margin-bottom: 40px;
    }
    .homev6 .kbottom0r img{
            min-height: 0px;
            margin-left: 60px;
       }
}
@media screen and (min-width: 620px){
    .hp-content .kbottom30r .imgComprenez{max-width: 450px;
    }
    .hp-content .kbottom30r .imgPerso{max-width: 450px;
    margin-bottom: 40px;
    }
    .homev6 .kbottom0r img{
            min-height: 0px;
            max-width: 450px;
       }
}

}

@media screen and (max-width: 1210px){
    body .container_left {
        display: none;
    }
  #nav-main{
    padding-left: 0;
  }
}

/* .hp-fonctionnalitees-container .hp-content{
    position: relative;
} */

.titleHyphen::after {
  content: "";
  display: block;
  height: 8px;
  width: 45px;
  margin: 8px 0;
  background: #03423c;
}

.titleHyphen--light::after {
  background: #a4dad1;
}

.twentytwenty-container {
  overflow: inherit;
}

/* ICONS FOR NEW NAV */

@font-face {
  font-family: 'icomoon';
  src:  url('https://www.kameleoon.com/fonts/icomoon.eot?2xl7nd');
  src:  url('https://www.kameleoon.com/fonts/icomoon.eot?2xl7nd#iefix') format('embedded-opentype'),
    url('https://www.kameleoon.com/fonts/icomoon.ttf?2xl7nd') format('truetype'),
    url('https://www.kameleoon.com/fonts/icomoon.woff?2xl7nd') format('woff'),
    url('https://www.kameleoon.com/fonts/icomoon.svg?2xl7nd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transform: scale(3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggle .icon-bar {
  transform: none;
}

.icon-icons_badges:before {
  content: "\e92f";
}
.icon-icons_banners:before {
  content: "\e930";
}
.icon-icons_call-to-actions:before {
  content: "\e931";
}
.icon-icons_cart:before {
  content: "\e932";
}
.icon-icons_discover:before {
  content: "\e933";
}
.icon-icons_enjoy:before {
  content: "\e934";
}
.icon-icons_images:before {
  content: "\e935";
}
.icon-icons_links:before {
  content: "\e936";
}
.icon-icons_listen:before {
  content: "\e937";
}
.icon-icons_our-team1:before {
  content: "\e938";
}
.icon-icons_social-proof:before {
  content: "\e939";
}
.icon-icons_testimonials:before {
  content: "\e93a";
}
.icon-icons_texts:before {
  content: "\e93b";
}
.icon-icons_titles:before {
  content: "\e93c";
}
.icon-icons_trust:before {
  content: "\e93d";
}
.icon-icons_check:before {
  content: "\e92d";
}
.icon-icons_cross:before {
  content: "\e92e";
}
.icon-icons_AB-test:before {
  content: "\e900";
}
.icon-icons_analytics:before {
  content: "\e901";
}
.icon-icons_code:before {
  content: "\e902";
}
.icon-icons_convert-visitors:before {
  content: "\e903";
}
.icon-icons_design:before {
  content: "\e904";
}
.icon-icons_engage-customers:before {
  content: "\e905";
}
.icon-icons_generate-qualified-leads:before {
  content: "\e906";
}
.icon-icons_KPI:before {
  content: "\e907";
}
.icon-icons_project-manager:before {
  content: "\e908";
}
.icon-icons_reactive-inactivate-customers:before {
  content: "\e909";
}
.icon-icons_target:before {
  content: "\e90a";
}
.icon-icons_AB-testing-client-side:before {
  content: "\e90b";
}
.icon-icons_AB-testing-full-stack:before {
  content: "\e90c";
}
.icon-icons_agencies:before {
  content: "\e90d";
}
.icon-icons_automobile:before {
  content: "\e90e";
}
.icon-icons_banking-insurance:before {
  content: "\e90f";
}
.icon-icons_boosted-conversion:before {
  content: "\e910";
}
.icon-icons_consulting:before {
  content: "\e911";
}
.icon-icons_content-personalizatio:before {
  content: "\e912";
}
.icon-icons_e-commerce:before {
  content: "\e913";
}
.icon-icons_ebooks-white-papers:before {
  content: "\e914";
}
.icon-icons_email-personalization:before {
  content: "\e915";
}
.icon-icons_increased-engagement:before {
  content: "\e916";
}
.icon-icons_infographics:before {
  content: "\e917";
}
.icon-icons_integrations:before {
  content: "\e918";
}
.icon-icons_jobs:before {
  content: "\e919";
}
.icon-icons_Kameleoon-academy:before {
  content: "\e91a";
}
.icon-icons_lead-generation:before {
  content: "\e91b";
}
.icon-icons_loyalty:before {
  content: "\e91c";
}
.icon-icons_media:before {
  content: "\e91d";
}
.icon-icons_mobile-optimization:before {
  content: "\e91e";
}
.icon-icons_online-courses:before {
  content: "\e91f";
}
.icon-icons_our-team:before {
  content: "\e920";
}
.icon-icons_predictive-targeting:before {
  content: "\e921";
}
.icon-icons_segment-analysis:before {
  content: "\e922";
}
.icon-icons_services:before {
  content: "\e923";
}
.icon-icons_success-stories-ebooks:before {
  content: "\e924";
}
.icon-icons_success-stories:before {
  content: "\e925";
}
.icon-icons_support:before {
  content: "\e926";
}
.icon-icons_technology:before {
  content: "\e927";
}
.icon-icons_travel:before {
  content: "\e928";
}
.icon-icons_videos:before {
  content: "\e929";
}
.icon-icons_visitor-segmentation:before {
  content: "\e92a";
}
.icon-icons_what-is-ab-testing:before {
  content: "\e92b";
}
.icon-icons_what-is-perso:before {
  content: "\e92c";
}

/* ICONS FOR NEW NAV */
