/*
Theme Name:  Atm
Theme URI:   -
Author:      Sequane - JE
Version:     1.0
*/

html, body.home {
    height: 100%;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}


.center-horizontal {
    justify-content: center;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.end-horizontal {
    justify-content: flex-end;
}

.center-vertical {
    align-items: center;
}

.column {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.no-margin-top {
    margin-top: 0 !important;
}

.mbxs {
    margin-bottom: 0.5em !important;
}

.mbs {
    margin-bottom: 1em !important;
}

.mbm {
    margin-bottom: 2em !important;
}

.mbl {
    margin-bottom: 3em !important;
}

.mtxs {
    margin-top: 0.5em;
}

.mts {
    margin-top: 1em;
}

.mtl {
    margin-top: 3em;
}

b, strong {
    font-weight: 600;
}

.txtcenter {
    text-align: center;
}

/* form */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f00;
}

/* modal */
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-content {
    padding: 2em 0;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.close {
    position: absolute;
    top: 1em;
    right: 1em;
}

/* colors
bleu atm : #002f70
bleu clair : #5dc5ea
rouge : #e20815
gris : #e5e5e5
*/

.rouge {
    color: #e20815 !important;
}

.bleu {
    color: #002f70 !important;
}

.bleu_clair {
    color: #5dc5ea !important;
}

.blanc {
    color: #fff !important;
}

.bg-blue {
    background-color: #002f70 !important;
    color: #fff;
}

/* header */

.page_header {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.affix {
    padding-bottom: 0;
    transition: 300ms all ease-in-out;
}

.affix-top {
    padding-bottom: 10px;
    transition: 300ms all ease-in-out;
}

.logo {
    padding: 1em;
    width: 160px;
    transition: 300ms all ease-in-out;
}

.affix .logo {
    width: 100px;
    transition: 300ms all ease-in-out;
}

.sf-menu > li > a {
    font-size: 18px;
    padding: 0.4em;
}

.affix:after {
    content: "";
    display: block;
    background-image: url('/wp-content/themes/atm/images/deco-header-xl-2.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 61px;
    position: absolute;
    width: 100%;
    bottom: -15px;
    opacity: 0;
    transition: 300ms all ease-in-out;
}

.affix-top:after {
    content: "";
    display: block;
    background-image: url('/wp-content/themes/atm/images/deco-header-xl-2.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 61px;
    position: absolute;
    width: 100%;
    bottom: -15px;
    opacity: 1;
    transition: 300ms all ease-in-out;
}

@media (min-width: 1920px) {
    /* .affix-top:after, .affix:after {
      background-image: url('/wp-content/themes/atm/images/lignes-header-xl.png');
    } */
}


/* slider homepage */

.image-container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.image-container, .video-container {
    height: 200px;
    position: relative;
}

.frame img {
    opacity: 0.2;
}

.intro_section .slides > li:nth-child(even) .frame img {
    opacity: 0.5;
}

.intro_section .slides > li .text-on-slide {
    color: #002f70;
}

.intro_section .slides > li .theme_button.color2 {
    background-color: #002f70;
    color: #fff;
}

.flex-direction-nav {
    position: absolute;
    right: 2em;
    bottom: 2em;
}

.flex-direction-nav li {
    display: inline-block;
    margin: 0 0.1em;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav a:before {
    top: 11px;
    left: 13px;
}

.flex-direction-nav a.flex-next:before {
    left: 14px;
}

.flex-direction-nav a {
    position: relative;
    border-radius: 0;
    height: 50px;
    width: 50px;
}

.video-bloc {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page_breadcrumbs {
    background-position: center center;
    background-size: cover;
}

/* section chiffres */

#bloc-number > div:nth-child(even) .flex {
    flex-direction: row-reverse;
}

#bloc-number > div:nth-child(even) .flex .bloc-texte_counter {
    text-align: right;
}

.counter {
    font-size: 70px;
    font-weight: 800
}

.title_counter {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin: 0 0.2em;
}

.bloc-texte_counter {
    padding: 0 2em;
}

.bloc-texte_counter p {
    font-size: 18px;
    margin: 0.3em 0;
    line-height: 23px;
}

/* titres & puces */

.h2-content {
    font-weight: 300;
    text-transform: uppercase
}

.puce-up::before {
    display: block;
    content: "";
    background-image: url('/wp-content/themes/atm/images/puce-basse.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
}


.sf-menu li li a:before {
    background-image: none !important;
}

.sf-menu > li > a {
    position: relative;
}


.puce-left:before {
    display: block;
    position: relative;
    content: "";
    background-image: url('/wp-content/themes/atm/images/puce-haute.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 77px;
}

.puce--center:before {
    background-position: center center;
    margin-bottom: 0.1em;
}

.h1-like {
    text-transform: uppercase;
    font-weight: 300;
    color: #002f70;
    font-size: 40px;
    margin-bottom: 0;
    position: relative;
}

.h2-like {
    text-transform: uppercase;
    font-weight: 600;
    color: #002f70;
    font-size: 30px;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 0.7em;
    display: block;
}

.h3-like {
    text-transform: uppercase;
    background-image: url('/wp-content/themes/atm/images/puce-basse.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-bottom: 0.7em;
    margin: 1.5em 0 0.5em 0;
    padding: 0 0 0 2.5em;
}

.h1-content {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.h2-s-titre {
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.h2-cta {
    text-transform: uppercase;
    font-weight: 600;
    color: #002f70;
    font-size: 30px;
    margin: 0 0 0.2em 0;
    display: block;
}

section ul {
    list-style-type: none;
    margin-bottom: 1.5em;
}

section ul li:before {
    content: "\f0da";
    font-family: "FontAwesome", cursive;
    margin-right: 0.8em;
}

footer ul li:before {
    content: none;
    font-family: "FontAwesome", cursive;
    margin-right: 0.8em;
}

.page_mainslider ul li:before {
    display: none;
}

/* layout & deco */

.sep {
    display: inline-block;
    margin: 0 auto;
    width: 60%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.partner-logo {
    opacity: 0.6;
    max-width: 80%;
    max-height: 85px;
    display: inline-block;
}

.bloc-logo {
    margin-bottom: 4em;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs_wrap .h1-content {
    display: inline-block;
}

img.picto {
    max-width: 75px;
}

.ban-img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bloc-img {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.blq-content {
    background-color: inherit;
    border: 2px solid #e5e5e5;
    padding-left: 115px;
    font-size: 23px;
    display: inline-block;
}

.blq-content p {
    color: #000;
}

.blq-content:before {
    color: #002f70;
    font-size: 170px;
    top: 70px;
}

.bloc-single .contentBloc {
    background-color: #eee;
    padding: 1em;
    height: 100%;
}

.bloc-single .contentBlocSp {
    background-color: #002f70;
    color: #fff;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.bloc-single .contentBloc strong {
    color: #002f70;
    font-size: 23px;
    font-weight: 400;
}

.bloc-single:nth-child(even) .contentBloc {
    border: 5px solid #eee;
    background-color: #fff;
}

/* footer */

section.footer {
    background-color: #002f70;
}

section.footer p {
    font-size: 16px;
}

section.footer [class*="col-"] {
    margin-bottom: 2em;
}

section.footer [class*="col-sm-2"] {
    padding-left: 4em;
}

.widgettitle {
    font-weight: 600;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    font-size: 25px;
}


.textwidget {
    line-height: 23px;
}

.textwidget a {
    font-size: 20px;
}

.bottom-line {
    background-color: #333;
    padding: 1em;
    text-align: center;
    color: #fff;
}

.bottom-line a {
    color: #fff;
    font-size: 15px;
}

.zone-cta {
    padding: 1em;
}

/* page agences */

.contact-infos .theme_button {
    background-color: inherit;
    border: 1px solid #fff;
    padding: 0.5em 1em;
    color: #fff;
    display: inline-block;
    margin: 0 0.2em 0.4em 0;
}

.contact-infos .theme_button:hover {
    background-color: #5dc5ea;
}

.coo a {
    /* font-size: 30px; */
}

/* map */

.acf-map {
    width: 100%;
    height: 600px;
}

/* form devis contact */

.bloc-form {
    padding: 2em;
    background-color: #e5e5e5;
    display: flex;
    flex-wrap: wrap;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
}

.bloc-form label, .form-flex label {
    width: 100%;
    color: #002f70;
}

.bloc-form input[type="radio"] {
    float: left;
    display: inline-block;
    margin-right: 0.5em;
}

.bg-blue label {
    color: #fff;
}

.bloc-form h2, .bloc-form h3 {
    color: #fff;
    font-weight: 400;
}

.bloc-form input[type="text"], .bloc-form input[type="email"], .form-flex input[type="text"], .form-flex input[type="email"], .form-flex textarea, .form-flex select {
    width: 100%;
    border: 0 !important;
    background-color: #fff !important;
    margin: 0.4em 0;
}

.form-flex textarea {
    height: 130px;
}

.ln {
    width: 100%;
    margin-bottom: 1em;
}

.ln-100 {
    width: 100% !important;
}

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

@media (min-width: 768px) {
    section.footer [class*="col-"] {
        /* padding-left: 0; */
        margin-bottom: 0.5em;
    }

    .widgettitle:before {
        left: -55px;
    }

    .breadcrumbs_wrap .h1-content {
        /* width: 70% */
    }
}

@media (min-width: 992px) {
    /* form contact */
    .bloc-form {
        padding: 3em 5em;
    }

    .ln {
        width: 50%;
    }

    .ln-pl {
        padding-left: 3em;
    }

    .ln-pr {
        padding-right: 3em;
    }

    .container {
        width: 1100px;
    }

    .sf-menu > li > a:hover {
        color: #002f70
    }

    .sf-menu > li > a {
        font-size: 14px;
        padding: 0 0.2em;
    }

    .image-container, .video-container {
        height: 600px;
    }

    .intro_section .slides > li:nth-child(odd) .text-on-slide {
        color: #fff;
    }

    .intro_section .slides > li:nth-child(odd) .theme_button.color2 {
        background-color: #fff;
        color: #002f70;
    }

    .flex-direction-nav {
        bottom: 2em;
        left: 37%;
    }

    .h1-like {
        font-size: 48px;
    }

    .h1-content {
        font-size: 45px;
    }

    .h2-like {
        font-size: 45px;
    }

    .h2-picto {
        margin: 0.5em 0 0.6em 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .h2-s-titre {
        font-size: 40px;
    }

    .bg-motif {
        background-repeat: no-repeat;
        background-position: 20% 20%;
        background-image: url('/wp-content/themes/atm/images/lignes-blanches.png');
    }

    .bg-grey-motif {
        background-color: #e5e5e5;
        background-position: 130% 50%;
    }

    .bg-white-motif {
        background-color: #fff;
    }

    .bg-white-motif:after {
        background-image: url('//wp-content/themes/atm/images/lignes-grises-partie-bas.png');
        left: 0;
        bottom: -50%;
    }

    .bg-white-motif:before {
        background-image: url('/wp-content/themes/atm/images/lignes-grises-partie-haut.png');
        left: 25%;
        bottom: 20%;
    }

    .bg-white-motif:after, .bg-white-motif:before {
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .bg-motif-wide {
        background-image: url('/wp-content/themes/atm/images/lignes-grises.png');
        background-repeat: no-repeat;
        background-position: 150% 50%;
    }

    .ban-img {
        height: 550px;
    }

    .zone-cta {
        background-color: #fff;
        padding: 3em 5em;
        position: absolute;
        bottom: 0;
        right: 10%;
        text-align: center;
    }

    .margin-bottom-100 {
        margin-bottom: 100px !important;
    }

    .bloc-img {
        background-position: center left;
    }

    .intro_section4 .bg_overlay > div {
        max-width: 520px;
        padding: 0
    }

    .sf-menu > li > a:hover:before, .sf-menu li.current-menu-item a:before {
        display: block;
        content: "";
        background-image: url('/wp-content/themes/atm/images/puce-basse.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 20px;
    }

    .sf-menu > li > a:hover:before, .sf-menu li.current-menu-item a:before {
        height: 8px;
        position: absolute;
        width: 100%;
        top: -5px;
        left: 5px;
    }

    .col-md-2 {
        width: 16.6% !important;
    }
}

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

    .sf-menu > li > a {
        font-size: 16px;
    }

    .image-container, .video-container {
        height: 860px;
    }

    .phl {
        padding-left: 80px;
        padding-right: 80px;
    }

    .bloc-img {
        background-size: contain;
    }

    .widgettitle:before {
        content: "\f13d";
        font-family: "FontAwesome", cursive;
        position: absolute;
        left: -30px;
        top: -5px;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 100%;
        padding: 0.4em;
        font-size: 18px;
    }
}

@media (min-width: 1500px) {
    .puce-left:before {
        display: inline-block;
        position: absolute;
        content: "";
        left: -95px;
        top: 10px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .flex-wrap {
        flex-wrap: wrap;
    }

}


/* Signature */@font-face {  font-family: "Monologue-Sequane";    src: url("fonts/Monologue-Sequane.ttf")      format("truetype"),    url("fonts/Monologue-Sequane.eot?#iefix")      format("embedded-opentype"),    url("fonts/Monologue-Sequane.woff") format("woff"),    url("fonts/Monologue-Sequane.woff2")      format("woff2");  font-weight: normal;  font-style: normal;}@font-face {  font-family: "Poppins-Sequane";    src: url("fonts/Poppins-Sequane.ttf")      format("truetype"),    url("fonts/Poppins-Sequane.eot?#iefix")      format("embedded-opentype"),    url("fonts/Poppins-Sequane.woff") format("woff"),    url("fonts/Poppins-Sequane.woff2")      format("woff2");  font-weight: normal;  font-style: normal;}.signature {  margin-bottom: -8px!important; height: 26px;  overflow: hidden;  margin: 0;  position: relative;  display: inline-block;}.signature .signature-content {  display: inline-block;  font-size: 26px;  line-height: 26px;  letter-spacing: -4.5px;  font-family: "Monologue-Sequane", sans-serif;  margin: 0;  position: relative;}.signature .signature-content a {  color: inherit;  font: inherit;  text-decoration: inherit;  position: relative;  letter-spacing: inherit;  text-transform: inherit;}.signature .signature-content .site {  letter-spacing: 0;  font-family: "Poppins", sans-serif;  font-size: 16px;  position: relative;  top: -5px;}.signature .signature-content .relever {  position: relative;  top: 26px;  transition: all 0.3s ease-out;  height: 100%;}.signature:hover .signature-content .relever,.signature:hover .signature-content {  top: 0;  letter-spacing: 0;}

/*loader*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes shake {
    40%, 90% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    60% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes shake {
    40%, 90% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    60% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.plane-loader {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 340px;
    height: 340px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
    padding: 30px;
    opacity: 0;
    transition: opacify .2s;
    z-index: -100
}

@-webkit-keyframes tail-buzz-52 {
    0%, 100% {
        -webkit-transform: rotate(-52deg) scaleX(1);
        transform: rotate(-52deg) scaleX(1)
    }
    50% {
        -webkit-transform: rotate(-53deg) scaleX(1.02);
        transform: rotate(-53deg) scaleX(1.02)
    }
}

@keyframes tail-buzz-52 {
    0%, 100% {
        -webkit-transform: rotate(-52deg) scaleX(1);
        transform: rotate(-52deg) scaleX(1)
    }
    50% {
        -webkit-transform: rotate(-53deg) scaleX(1.02);
        transform: rotate(-53deg) scaleX(1.02)
    }
}

.plane-loader--active {
    opacity: 1;
    z-index: 1
}

.plane-loader__circle {
    width: 100%;
    height: 100%;
    -webkit-animation: spin 6s infinite linear;
    animation: spin 6s infinite linear;
    position: relative;
    margin: auto;
    z-index: 1
}

.plane-loader__plane {
    width: 48px;
    height: 30px;
    position: absolute;
    top: 126px;
    left: -12px;
    z-index: 20;
    -webkit-animation: shake 2s infinite linear;
    animation: shake 2s infinite linear
}

.plane-loader__plane:after, .plane-loader__plane:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 17px;
    background: rgba(22, 65, 148, 1);
    border-radius: 0 0 0 34px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.plane-loader__plane:after {
    left: 12.63px;
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1)
}

.plane-loader__outer-tail {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border-top: 4px solid rgba(46, 49, 146, .01);
    border-right: 1x solid rgba(46, 49, 146, .2);
    border-bottom: 1px solid rgba(46, 49, 146, .2);
    border-left: 3px solid rgba(22, 65, 148, .6);
    position: absolute;
    -webkit-transform: rotate(-52deg) scaleX(1);
    transform: rotate(-52deg) scaleX(1);
    -webkit-animation: tail-buzz-52 8s infinite 2s linear;
    animation: tail-buzz-52 8s infinite 2s linear
}

.plane-loader__inner-tail {
    width: 244px;
    height: 244px;
    top: 20px;
    left: 18px;
    border-radius: 50%;
    border-top: 4px solid transparent;
    border-right: 1x solid rgba(46, 49, 146, .2);
    border-bottom: 1px solid rgba(46, 49, 146, .1);
    border-left: 3px solid rgba(22, 65, 148, .5);
    position: absolute;
    -webkit-transform: rotate(-52deg) scaleX(1);
    transform: rotate(-52deg) scaleX(1);
    -webkit-animation: tail-buzz-52 8s infinite linear;
    animation: tail-buzz-52 8s infinite linear
}

.plane-loader__title {
    position: absolute;
    padding: 3rem 6rem;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Campton-Light, sans-serif;
    margin: 0;
    transition: all .3s ease-in;
    opacity: 1
}

.plane-loader__title img {
    max-width: 150px;
}

.plane-loader__title.--hidden {
    opacity: 0
}

/* Page de Conversion */


@media (min-width: 1500px) {
    section.citation_convertion .puce-left:before {
        display: inline-block;
        position: absolute;
        content: "";
        left: 30vw;
        top: -5vh;
    }
}

@media (min-width: 1025px) {
    section.conversion_header {
        padding: 9rem 26.7rem;
    }

    .bg-chrono {
        padding: 9rem 26.7rem;
    }

    section.conversion_header div:first-child {
        top: 4.5rem;
    }

    .deux-colonnes-fleche div.colonne_1 div.blue {
        width: 34rem;
    }

    .deux-colonnes-fleche div.colonne_1, .deux-colonnes-fleche div.colonne_2 {
        margin: 0;
        padding-bottom: 11rem;
        padding-top: 10rem;
    }

    .deux-colonnes-fleche div.colonne_1 {
        padding-left: 26.7rem;
    }

    .deux-colonnes-fleche div.colonne_2 {
        padding-left: 12rem;
    }

    .deux-colonnes-fleche div.colonne_2 div.blue {
        width: 47rem;
    }

    .deux-colonnes-fleche div.colonne_2 {
        background-image: url(/wp-content/uploads/2021/06/Rectangle-3.png);
        background-repeat: no-repeat;
        background-position: -10% 20%;
    }

    .h-396 {
        height: 396px;
    }

    .etapes {
        padding: 6rem 0;
    }

    .etapes .rond-blanc:after {
        content: 'ligne';
        background-image: url(/wp-content/uploads/2021/06/Ligne-1.jpg);
        position: absolute;
        background-repeat: no-repeat;
        top: 11vh;
        left: 3vw;
    }

    .cta_conversion div.zone-cta {
        width: 552px;
        padding: 3em 3em;
    }

    .citation_convertion .owl-prev, .citation_convertion .owl-next {
        display: none;
    }

}

@media (max-width: 1024px) {
    section.conversion_header {
        padding: 8rem 4rem;
    }

    .deux-colonnes-fleche div.colonne_1, .deux-colonnes-fleche div.colonne_2 {
        padding-bottom: 6rem;
        padding-top: 5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .citation_convertion {
        padding: 0 4rem;
    }

    .etapes {
        padding: 3rem 4rem;
    }

    .cta_conversion {
        padding: 0 4rem;
    }

    .cta_conversion div.zone-cta {
        width: 325px;
        padding: 3em 3em;
    }
}

@media (max-width: 768px) {
    .deux-colonnes-fleche div.colonne_2 {
        padding-left: 8rem;
    }

    .citation_convertion .container {
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .cta_conversion div.container {
        padding-top: 3rem !important;
    }

    .topmargin_80 {
        margin-top: 0;
    }

    .etapes h2.h2 {
        font-size: 36px !important;
        line-height: 48px !important;
    }

    .wpcf7 .ajax-loader {
        display: none;
    }

    .cta_conversion.bg-motif.bg-grey-motif {
        background-repeat: no-repeat;
        background-position: 20% 20%;
        background-image: url(/wp-content/themes/atm/images/lignes-blanches.png);
        background-color: #e5e5e5;
    }

    .cta_conversion .zone-cta {
        background-color: white;
    }

    .bg-chrono p.sur-titre {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .bg-chrono h2.h2 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .deux-colonnes-fleche div.colonne_2 {
        padding-left: 3rem;
    }

    .addition_convertion {
        padding: 0 2em !important;
    }

    .addition_convertion .cadre {
        padding: 2rem !important;
        height: 100% !important;
        width: 100% !important;
    }

    .margin-bottom-7rem {

        flex-direction: column;
    }

    .etapes {
        background-color: #164194;
        background-image: none !important;
    }

    .formulaire div.informations {
        padding: 0 !important;
    }

    .citation_convertion blockquote {
        padding: 9rem 3rem !important;
    }
}

.citation_convertion .puce-up::before {
    background-position: top center !important;
}

section.conversion_header h1 {
    color: #164194;
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 50px;
    letter-spacing: 0;
}


.deux-colonnes-fleche div.colonne_2 {
    background-color: #E5E5E5;
}

.ban-conversion {
    max-height: 512px;
}

.bg-chrono {
    background-repeat: no-repeat;
    background-position: 20% 20%;
    background-image: url(/wp-content/uploads/2021/06/chrono-bg.jpg);
}

.bg-chrono .parallax.ls:after {
    opacity: 0 !important;
}

.addition_convertion .h2-s-titre, .cta_conversion .h2-s-titre {
    font-weight: 600;
    line-height: 50px;
}

.addition_convertion h2, .cta_conversion h2 {
    font-weight: 300;
    line-height: 60px;
}

.citation_convertion h2 {
    font-weight: 300;
    line-height: 60px;
    font-size: 48px;
    letter-spacing: 0;
}

.citation_convertion h3.h2-s-titre {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
}

.bg-chrono h2.h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0;
    color: white;
}

.bg-chrono p.sur-titre {
    text-transform: inherit;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    color: white;
    margin-bottom: 0;
}

.bg-cta {
    background-color: #164194;
}

.bg-cta p.texte {
    text-transform: inherit;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    color: white;
    margin-bottom: 3rem;
}

.deux-colonnes-fleche h2.h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0;
    color: #164194;
    margin-bottom: 0;
}

.deux-colonnes-fleche h2.h2-gras {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0;
    color: #164194;
    margin-top: 0;
}

.deux-colonnes-fleche div.blue, .addition_convertion div.blue {
    color: #164194;
}

.deux-colonnes-fleche .margin-left-red {
    margin-left: 1.5rem;
}

.addition_convertion .puce-up::before, .points_forts .puce-up::before, .etapes .puce-up::before, .formulaire .puce-up::before {
    background-position: top center;
}

.addition_convertion {
    padding: 0 6em;
}

.addition_convertion .cadre {
    padding: 0 6.5rem;
    border: 2px #164194 solid;
    height: 396px;
    width: 396px;
}

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

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.points_forts h2.h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0;
    color: #164194;
    margin-bottom: 0;
}

.points_forts h2.h2-gras {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0;
    color: #164194;
    margin-top: 0;
}

.points_forts h3 {
    color: #164194;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
    margin-top: 1rem;
    text-align: center;
}

.etapes h2.h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0;
    color: white;
    margin-bottom: 0;
}

.etapes h2.h2-gras {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0;
    color: white;
    margin-top: 0;
}

.etapes {
    background-image: url("/wp-content/uploads/2021/06/fond-etapes-atm.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.etapes h3 {
    color: white;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0;
}

.etapes .rond-blanc {
    color: #164194;
    font-size: 58px;
    line-height: 73px;
    font-weight: bold;
    letter-spacing: 0;
    background-color: white;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    text-align: center;
    padding-top: 3px;
}

.margin-bottom-7rem {
    padding-bottom: 7rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.etapes .rond-blanc.i-3:after {
    content: '';
}

.formulaire h2.h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0;
    color: #164194;
    margin-bottom: 0;
}

.formulaire h2.h2-gras {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0;
    color: #164194;
    margin-top: 0;
}

.formulaire .bloc-form {
    background-color: transparent;
}

.formulaire .bloc-form input[type="text"], .formulaire .bloc-form input[type="email"], .formulaire .form-flex input[type="text"], .formulaire .form-flex input[type="email"], .formulaire .form-flex textarea, .formulaire form-flex select, .formulaire .bloc-form textarea {
    border: 1px #164194 solid !important;
    width: 100%;
}

.citation_convertion blockquote {
    padding: 5rem 9rem;
}

.cta_conversion div.container {
    padding: 10rem 2rem;
}

.cta_conversion p {
    color: #164194;
}

.cta_conversion span.h2-cta {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: none;

}

.cta_conversion a.theme_button {
    background-color: #EB1725;
}

.formulaire input[type="submit"] {
    background-color: #164194;
}

.formulaire .bloc-form label, .form-flex label {
    color: #164194;
}

.bg-blue .form-flex label {
  color: #fff;
}

.informations small {
    font-size: 10pt;
}

.informations p {
    line-height: 27px;
}