/*
Theme Name: Coriolink 2025
Theme URI: https://www.coriolink.com/
Description: Coriolink 2025 WordPress Theme
Version: 1.0.1
Author: WP&Co / Davy Clouet
Author URI: https://wpandco.fr / https://davy-clouet.com/

License: Commercial
*/

:root {
    --dark-blue:#004f6c;
    --blue:#55A6BD;
    --blue2:#78b4ba;
    --light-blue:#d1e0e9;
    --light-blue2:#eaf4f5;
    --light-blue3:#deeeee;
    --light-blue4:#deecee;
    --dark-grey:#1d1d1b;
    --sky:#bddade;
    --grass-blue:#141b4d;
}

/*------------------------------------*\
BOOTSTRAP
\*------------------------------------*/

@media (min-width: 1640px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1635px;
    }
}

/*------------------------------------*\
MAIN
\*------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    -webkit-text-size-adjust:none;
}
body {
    font:300 11px/1.4 'Poppins', sans-serif;
    color:var(--dark-grey);
    padding-top: 22rem;
}
body.home  {
    padding-top: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
img {
    max-width:100%;
    height: auto;
    vertical-align:bottom;
}
.text-white a,
.text-white a:hover {
    color: #fff;
}
a {
    color:var(--dark-grey);
    text-decoration:none;
}
a:hover {
    color:var(--dark-grey);
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
strong {
    font-weight: 700;
}
h2 {
    font-weight: 700;
    font-size: 3.8rem;
    text-align: center;
}
section.page_title {
    background-color: var(--dark-blue);
    color: #fff;
    padding: 10rem 0;
}
section.page_title h1 {
    margin-bottom: 0;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
}

/*------------------------------------*\
COMMUN
\*------------------------------------*/

main {
    overflow-x: hidden;
}

.rs{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rs a{
    margin-right: 1rem;
}

.rs a,
.fi_icon {
    width: 4.1rem;
    height: 4.1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--light-blue);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.2rem;
}
.rs a img,
.rs a svg,
.fi_icon img,
.fi_icon svg {
    max-width: 2.1rem;
    max-height: 2.4rem;
}
.rs a,
.rs a svg path,
.fi_icon,
.fi_icon svg path{
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
.rs a svg path,
.fi_icon svg path{
    fill: var(--dark-blue);
}
.rs a:hover,
.footer_infos.hover .fi_icon{
    background: var(--dark-blue);
}
.rs a:hover svg path,
.footer_infos.hover .fi_icon svg path{
    fill: var(--light-blue);
}
.sub-line {
    position: relative;
    padding-bottom: 2.2rem;
}
.sub-line:after {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: 0;
    width: 5.5rem;
    height: 0.4rem;
    background: var(--blue);
    margin: auto;
}
.sub-line-left:after {
    left: 0;
    right: auto;
}


/* Magnific popup */
.mfp-bg {
    z-index: 10000;
}
.mfp-wrap {
    z-index: 10001;
}
.white-popup {
    background: #fff;
    padding: 20px;
    width: 60rem;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.success-message {
    font-size: 2rem;
    color: #28a745;
    margin-top: 2rem;
    margin-bottom: 4rem !important;
    font-weight: 700;
}
#form-container a {
    background-color: rgb(0 79 108);
    border-radius: 2rem;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
#form-container a:hover {
    background-color: #000;
    color: #fff;
}
#form-container.contact__form .wpcf7-text,
#form-container.contact__form .wpcf7-email,
#form-container.contact__form .wpcf7-select,
#form-container.contact__form .wpcf7-textarea {
    border: 1px var(--dark-blue) solid;
}

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

header > .container > .row {
    position: relative;
}

.sticky-wrapper {
    width:100%;
    z-index: 9999;
    position: fixed;
    top: 0;
}
header{
    width:100%;
    z-index: 9999;
    padding-bottom: 1.8rem;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    background-color: #fff;
}
.home header {
    background-color: rgba(255, 255, 255, 0);
}

.header_nav,
.header_nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header_nav{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 7.5rem;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
.header_nav nav ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .logo {
    width: 10rem;
    margin-right: 4.5rem;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
header .nav {
    margin-right: 3.4rem;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}

header nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    line-height: 2.3rem;
}
header nav li:not(:first-child):not(.contact):before {
    content: "";
    display: inline-block;
    background: var(--dark-blue);
    margin: 0 2.2rem;
    width: 2px;
}
header nav li a {
    font-size: 2.2rem;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
header nav li:not(.contact) a:after{
    content: "";
    width:0;
    height:2px;
    left: 0;
    bottom:-2rem;
    position: absolute;
    background: transparent;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
header nav li.current-menu-item:not(.contact) a {
    font-weight: 600;
}
header nav li.current-menu-item:not(.contact) a:after,
header nav li:not(.contact) a:hover:after{
    background: var(--dark-blue);
    width: 85%;
}

header nav li.contact a{
    background: var(--dark-blue);
    padding: 1.6rem 2.3rem;
    line-height: 1.4rem;
    display: inline-block;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    margin-left: 2.7rem;
    font-weight: 600;
    color: #FFF;
    font-size: 2rem;
}
header nav li.contact:hover a{
    background: #FFF;
    color: var(--dark-blue);
}

header .rs{
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
header .rs li a{
    width: 4.6rem;
    height: 4.6rem;
    background:#FFF;
}
header .rs li a:hover svg path{
    fill: #FFF;
}

.top_fixed_container {
    position: absolute;
    right: 0;
}

.top_fixed {
    background: var(--dark-blue);
    -webkit-border-bottom-left-radius: 1rem;
    -moz-border-radius-bottomleft: 1rem;
    border-bottom-left-radius: 1rem;
    -webkit-border-bottom-right-radius: 1rem;
    -moz-border-radius-bottomright: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
    padding: 1.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30rem;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
.top_fixed .tf_logo {
    width: 12.1rem;
    position: relative;
}
.top_fixed .tf_logo img {
    max-width: 100%;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
.top_fixed .tf_logo img.lux_hover_img {
    position: absolute;
    left: 0;
    opacity: 0;
}
.top_fixed .tf_txt {
    margin-left: 2rem;
    color: #FFF;
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 1.8rem;
    width: 12.1rem;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}

.top_fixed:hover{
    background: #FFF;
}
.top_fixed:hover .tf_txt{
    color:var(--dark-blue);
}
.top_fixed:hover .tf_logo img.lux_hover_img{
    opacity:1;
}

header.scrolling{
    padding-bottom: 0.7rem;
    background: #FFF;
}
header.scrolling .header_nav {
    padding-top: 1.8rem;
}
header.scrolling .nav,
header.scrolling .rs {
    margin-top: 1rem;
}
header.scrolling nav li a {
    font-size: 2rem;
}
header.scrolling nav li.contact a {
    font-size: 1.8rem;
}

.fixed_contact {
    position: fixed;
    right: -10rem;
    top: 50%;
    z-index: 999;
    width: 26.6rem;
    height: 6.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.fixed_contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--dark-blue);
    color: #FFF;
    -webkit-border-top-right-radius: 3rem;
    -moz-border-radius-topright: 3rem;
    border-top-right-radius: 3rem;
    -webkit-border-top-left-radius: 3rem;
    -moz-border-radius-topleft: 3rem;
    border-top-left-radius: 3rem;
    font-size: 2.1rem;
    text-transform: uppercase;
    padding: 2.1rem 2.1rem 1.8rem 2.1rem;
    line-height: 1;
    width: 100%;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
}
.fixed_contact a i {
    height: 1.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fixed_contact a i svg{
    width:2.1rem;
    height: auto;
}

.fixed_contact a:hover {
    background: #FFF;
    color: var(--dark-blue);
}

.fixed_sidebar {
    position: fixed;
    right: -8rem;
    top: 50%;
    z-index: 999;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.fixed_sidebar .rs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fixed_sidebar .rs a {
    margin-bottom: 1rem;
    margin-right: 0;
    -webkit-box-shadow: 0 0 1rem rgba(0, 79, 108,0.1);
    -moz-box-shadow: 0 0 1rem rgba(0, 79, 108,0.1);
    box-shadow: 0 0 1rem rgba(0, 79, 108,0.1);
}
.fixed_sidebar .rs .contact-item a {
    -webkit-transform: translate(0, 10rem) rotate(-90deg);
    -moz-transform: translate(0, 10rem) rotate(-90deg);
    -ms-transform: translate(0, 10rem) rotate(-90deg);
    -o-transform: translate(0, 10rem) rotate(-90deg);
    transform: translate(0, 10rem) rotate(-90deg);
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    background: var(--dark-blue);
    color: #FFF;
    /*-webkit-border-top-right-radius: 3rem;
    -moz-border-radius-topright: 3rem;
    border-top-right-radius: 3rem;
    -webkit-border-top-left-radius: 3rem;
    -moz-border-radius-topleft: 3rem;
    border-top-left-radius: 3rem;*/
    font-size: 1.8rem;
    height: 4.1rem;
    line-height: 4.1rem;
    text-transform: uppercase;
    padding: 0 2.1rem;
    width: 100%;
    -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    margin: 0;
}
.fixed_sidebar .rs .contact-item a:hover {
    background: #FFF;
    color: var(--dark-blue);    
}
.fixed_sidebar .rs .contact-item a i {
    height: 1.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fixed_sidebar .rs .contact-item a i svg{
    width:2.1rem;
    height: auto;
}
.fixed_sidebar .rs .contact-item a i svg path {
    fill: #fff;
}
.fixed_sidebar .rs .contact-item a:hover i svg path {
    fill: #004f6c;
}
.fixed_sidebar .rs .contact-item span {
    display: inline-block;
    margin-right: 1rem;
}

/*------------------------------------*\
FOOTER
\*------------------------------------*/

footer {
    padding: 2rem 0 7.2rem 0;
}
footer .prix-list {
    margin-top: 0;
    margin-bottom: 5rem;
}

footer .rs li a {
    margin-bottom: 0.2rem;
}

.fi_txt{
    font-size: 1.4rem;
}
.fi_txt a{
    color:var(--dark-grey);
}
.fi_txt a[href*="tel"] {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: -0.2rem;
    display: inline-block;
}

.footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_menu li:not(:last-child):after {
    content: "/";
    margin: 0 0.4rem;
}
.footer_logo img {
    display: inline-block;
    width: 15rem;
    height: auto;
    margin-right: 0;
}
.footer_logo-baseline {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 0;
}
.footer_contact .footer_infos:not(:last-child) {
    margin-right: 11rem;
}

/*------------------------------------*\
FRONTPAGE
\*------------------------------------*/

.prix-list {
    margin-top: 5rem;
    text-align: center;
}
.prix-list-item {
    font-size: 1.3rem;
    font-weight: 700;
    width: 30rem;
}
.prix-list-item:not(:last-child) {
    margin-right: 4rem;
}
.prix-list-item img {
    display: inline-block;
    max-width: 13rem;
    margin-bottom: 1rem;
}
.prix-list-item p {
    margin-bottom: 0;
}
#coriolink_prlx {
    background: var(--sky);
    position: relative;
    height: 100vh;
    min-height: 127.5rem;
    overflow: hidden;
}
#coriolink_prlx > img {
    position: absolute;
}
#coriolink_prlx img.prlx_first {
    right: 0;
    top: 0;
    z-index: 10;
    width: 49.89583333333333%;
}
#coriolink_prlx img.prlx_second {
    bottom: 0;
    left: 0;
    z-index: 8;
}
#coriolink_prlx img.prlx_third {
    left: 0;
    bottom: 0.5rem;
    z-index: 6;
}
#coriolink_prlx > img.prlx_fourth {
    bottom: 25rem;
    left: 0;
    z-index: 4;
}
#coriolink_prlx > img.prlx_fifth {
    top: 20rem;
    left: -5%;
    right: -5%;
    margin: auto;
    z-index: 2;
    width: 81.25%;
}

.prlx_txt_container {
    padding-top: 20rem;
    z-index: 11;
    position: relative;
}
.prlx_txt_container h1 {
    font-size: 5.4rem;
    font-weight: 700;
    /*padding-bottom: 2.4rem;*/
    margin-bottom: 4.9rem;
    position: relative;
}
/*
.prlx_txt_container h1:after {
content: "";
width: 5.5rem;
height: 0.5rem;
background: var(--dark-blue);
display: block;
position: absolute;
left: 0;
bottom: -0.5rem;
}
*/
.prlx_txt {
    font-size: 2.4rem;
    max-width: 100rem;
    margin: 0 auto;
    font-weight: 600;
    text-shadow: 1px 1px 5px #bddade;
}
.prlx_txt img {
    width: 45rem;
    display: block;
    margin: 0 auto 6rem auto;
}

#expertises_front,
#metiers {
    background: var(--grass-blue);
    padding: 3rem 0 6rem 0;
    text-align: center;
    color: #FFF;
}
#expertises_front a {
    color: #FFF;
}
#metiers{
    padding-top: 10rem;
    padding-bottom: 19rem;
}
#expertises_front h2,
#metiers h2 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 12rem;
}
#expertises_front .expertise .exp_icon,
#metiers .expertise .exp_icon {
    margin-bottom: 2.2rem;
}
#expertises_front .expertise .exp_icon img,
#metiers .expertise .exp_icon img {
    max-width: 6.2rem;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
#expertises_front .expertise .exp_icon img[alt*="lobbytraining"],
#metiers .expertise .exp_icon img[alt*="lobbytraining"] {
    max-width: 7rem;
}
#expertises_front .expertise .exp_icon img[alt*="gestion de expertise"],
#metiers .expertise .exp_icon img[alt*="gestion de expertise"] {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#expertises_front .expertise:hover img,
#expertises_front .expertise .exp_icon img[alt*="gestion de expertise"],
#metiers .expertise:hover img,
#metiers .expertise .exp_icon img[alt*="gestion de expertise"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#expertises_front .expertise .exp_icon:after,
#metiers .expertise .exp_icon:after {
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
#expertises_front .expertise:hover .exp_icon:after,
#metiers .expertise:hover .exp_icon:after {
    bottom: -0.5rem;
}
#expertises_front .expertise,
#metiers .expertise {
    margin-bottom: 7.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#expertises_front .expertise .exp_icon,
#metiers .expertise .exp_icon {
    margin-bottom: 2.2rem;
    display: inline-block;
}
#expertises_front .expertise .exp_title,
#metiers .expertise .exp_title {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 30.5rem;
    margin: 0 auto;
}

.home .swiper-container,
.cs__section .swiper-container,
#references .swiper-container,
.page-template-template-agence-v3 .swiper-container,
.single-expertise .swiper-container {
    overflow: hidden;
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.home .swiper_global_container,
.cs__section .swiper_global_container,
#references .swiper_global_container,
.page-template-template-agence-v3 .swiper_global_container,
.single-expertise .swiper_global_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .swiper_global_container span[class*="swiper-button"],
.cs__section .swiper_global_container span[class*="swiper-button"],
#references .swiper_global_container span[class*="swiper-button"],
.page-template-template-agence-v3 .swiper_global_container span[class*="swiper-button"],
.single-expertise .swiper_global_container span[class*="swiper-button"] {
    width: 5.2rem;
    height: 5.2rem;
    background: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#partenaires_front .swiper_global_container span[class*="swiper-button"],
.cs__section .swiper_global_container span[class*="swiper-button"],
.home #actualites_front .swiper_global_container span[class*="swiper-button"],
#etudes_de_cas_expertise .swiper_global_container span[class*="swiper-button"] {
    background: var(--grass-blue);
}
#partenaires_front .swiper_global_container span[class*="swiper-button"] img,
.cs__section .swiper_global_container span[class*="swiper-button"] img,
.home #actualites_front .swiper_global_container span[class*="swiper-button"] img,
#etudes_de_cas_expertise .swiper_global_container span[class*="swiper-button"] img {
    -webkit-filter: brightness(10000);
    filter: brightness(10000);
}
.home #actualites_front .swiper-container .swiper-wrapper > .swiper-slide,
.cs__section .swiper-container .swiper-wrapper > .swiper-slide,
#etudes_de_cas_expertise .swiper-wrapper > .swiper-slide {
    height: auto;
}
.home #actualites_front .swiper-container .swiper-wrapper > .swiper-slide article,
.cs__section .swiper-container .swiper-wrapper > .swiper-slide article,
.home #actualites_front .swiper-container .swiper-wrapper > .swiper-slide article .actu_item-wrapper,
.cs__section .swiper-container .swiper-wrapper > .swiper-slide article .actu_item-wrapper,
#etudes_de_cas_expertise .swiper-container .swiper-wrapper > .swiper-slide article .actu_item-wrapper {
    height: 100%;
}
span[class*="swiper-button"].partenaire_swiper-button-prev,
span[class*="swiper-button"].edc_swiper-button-prev {
    -webkit-transform: translate(-4rem, 0);
    -moz-transform: translate(-4rem, 0);
    -ms-transform: translate(-4rem, 0);
    -o-transform: translate(-4rem, 0);
    transform: translate(-4rem, 0);
}
span[class*="swiper-button"].partenaire_swiper-button-prev img {
    margin-right: 2px;
}
span[class*="swiper-button"].partenaire_swiper-button-next,
span[class*="swiper-button"].edc_swiper-button-next {
    -webkit-transform: translate(4rem, 0);
    -moz-transform: translate(4rem, 0);
    -ms-transform: translate(4rem, 0);
    -o-transform: translate(4rem, 0);
    transform: translate(4rem, 0);
}
span[class*="swiper-button"].partenaire_swiper-button-next img,
span[class*="swiper-button"].actus_swiper-button-next img,
span[class*="swiper-button"].edc_swiper-button-next img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 4px;
}

#partenaires_front{
    background:#FFF;
    padding: 8rem 0 7rem;
}
#references{
    padding: 9.5rem 0 11rem;
    background:var(--light-blue3);
}
#partenaires_front h3,
#references h3{
    margin-bottom: 4rem;
}
#etudes_de_cas_front h3,
#etudes_de_cas_expertise h3 {
    margin-bottom: 8rem;
}
#partenaires_front h3,
#references h3,
#etudes_de_cas_front h3, 
#etudes_de_cas_expertise h3{
    font-size: 3.4rem;
    text-align: center;
    font-weight: 600;
    width: 132rem;
    max-width: 100%;
    display: block;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
#partenaires_front h3,
#partenaires_front .partenaires_subtext {
    color: var(--grass-blue);
}
#references h3 {
    color: #000;
}
#partenaires_front .partenaires_subtext{
    margin-bottom: 6rem;
    font-size: 2.4rem;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.partenaire_slider .swiper-slide {
    background: #FFF;
    height: 15.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partenaire_slider .swiper-slide img {
    max-height: 12rem;
    max-width: 22rem;
}
.home .partenaire_slider .swiper-slide img {
    max-height: 12rem;
    max-width: 22rem;
}
#etudes_de_cas_front {
    background:var(--grass-blue);
    padding: 8rem 0 17.5rem;
}
#etudes_de_cas_expertise {
    background:var(--light-blue);
    padding: 8rem 0 17.5rem;
}
#etudes_de_cas_front article,
#etudes_de_cas_expertise article {
    font-size: 2.4rem;
    height: 100%;
    position: relative;
}
#etudes_de_cas_front article .article_wrapper,
#etudes_de_cas_expertise article .article_wrapper {
    padding: 4.5rem 4rem 14rem 4rem;
    height: 100%;
    z-index: 2;
}
#etudes_de_cas_front .swiper-slide,
#etudes_de_cas_expertise .swiper-slide {
    height: auto;
}
#etudes_de_cas_front .swiper-slide:nth-child(even) article,
#etudes_de_cas_expertise .swiper-slide:nth-child(even) article {
    background-color: #c1d9dd;
}
#etudes_de_cas_front .swiper-slide:nth-child(odd) article,
#etudes_de_cas_expertise .swiper-slide:nth-child(odd) article {
    background-color: #b4ccda;
}
#etudes_de_cas_front article .rubrique,
#etudes_de_cas_expertise article .rubrique {
    text-transform: uppercase;
    color: var(--dark-grey);
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    padding-bottom: 1.6rem;
    display: block;
    line-height: 1.2;
}
#etudes_de_cas_expertise article .rubrique {
    font-weight:900;
}
#etudes_de_cas_front article .rubrique_wrapper,
#etudes_de_cas_expertise article .rubrique_wrapper {
    margin-bottom: 4rem;
    min-height: 6.4rem;
}
#etudes_de_cas_front article .rubrique:after,
#etudes_de_cas_expertise article .rubrique:after {
    background-color: var(--dark-grey);
    width: 3.5rem;
    height: 0.3rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
#etudes_de_cas_front article .edc_link,
#etudes_de_cas_expertise article .edc_link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
}
#etudes_de_cas_front article:after,
#etudes_de_cas_expertise article:after {
    display: block;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
#etudes_de_cas_front article:hover:after,
#etudes_de_cas_expertise article:hover:after {
    height: 100%;
}
#etudes_de_cas_front article .title_wrapper,
#etudes_de_cas_expertise article .title_wrapper {
    margin-bottom: 5.5rem;
    min-height: 13.8rem;
}
#etudes_de_cas_front article h4,
#etudes_de_cas_expertise article h4 {
    color: var(--dark-grey);
    font-weight: 900;
    font-size: 3.6rem;
    line-height: 1;
    position: relative;
    padding-bottom: 3rem;
    display: block;
}
#etudes_de_cas_front article h4:after,
#etudes_de_cas_expertise article h4:after {
    background-color: var(--dark-grey);
    width: 7.5rem;
    height: 0.5rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
#etudes_de_cas_front article .resume,
#etudes_de_cas_expertise article .resume {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}
#etudes_de_cas_expertise article .resume {
    text-align:center;
}
#etudes_de_cas_front article .hashtags,
#etudes_de_cas_expertise article .hashtags {
    list-style: none;
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 0;
}
#etudes_de_cas_front article .hashtags li,
#etudes_de_cas_expertise article .hashtags li {
    display: inline-block;
}
#etudes_de_cas_front article .hashtags li:before,
#etudes_de_cas_expertise article .hashtags li:before {
    display: inline-block;
}

#actualites_front {
    background-color: #e1ecee;
    padding: 9.5rem 0 15rem 0;
}
#actualites_front h3 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 8.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 2.2rem;
}
#actualites_front article {
    padding-right: 4.3rem;
    padding-bottom: 2.5rem;
    -webkit-transform: translateX(2.15rem);
    -moz-transform: translateX(2.15rem);
    -ms-transform: translateX(2.15rem);
    -o-transform: translateX(2.15rem);
    transform: translateX(2.15rem);
}
#actualites_front .actu_item-wrapper {
    background-color: #fff;
    text-align: center;
    padding: 5rem 5rem 11rem 5rem;
}
#actualites_front article a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
}
#actualites_front .categorie {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1;
    padding-bottom: 1.3rem;
}
#actualites_front .categorie:after {
    background-color: #1d1d1b;
    margin: 0 auto;
    position: absolute;
    width: 3.5rem;
    height: 0.3rem;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
}
#actualites_front .date {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}
#actualites_front h2 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 0;
}
#actualites_front .cta_lire {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 4rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 0 3.6rem 0 1.3rem;
    text-transform: uppercase;
    bottom: 5rem;
    width: 14rem;
    background-color: #c1d9dd;
}
#actualites_front .swiper-slide:nth-child(odd) .cta_lire {
    background-color: #b4ccda;
}
#actualites_front .cta_lire img {
    width: 1.1rem;
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    position: absolute;
    top: 50%;
    right: 2rem;
}
#actualites_front .actu_item-wrapper:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #ccc;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c1d9dd;
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: -o-transform ease 300ms;
    -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;
}
#actualites_front .swiper-slide:nth-child(odd) .actu_item-wrapper:after {
    background-color: #b4ccda;
}
#actualites_front .actu_item-wrapper:hover:after {
    -webkit-transform: translate(2.5rem, 2.5rem);
    -moz-transform: translate(2.5rem, 2.5rem);
    -ms-transform: translate(2.5rem, 2.5rem);
    -o-transform: translate(2.5rem, 2.5rem);
    transform: translate(2.5rem, 2.5rem);
}

/*------------------------------------*\
ETUDES DE CAS
\*------------------------------------*/

.page-template-template-etudes-cas section.page_title {
    background-color: var(--light-blue-4);
    padding: 0;
    position: absolute;
    width: 100%;
    top: 18rem;
}
.page-template-template-etudes-cas section.page_title h1 {
    color: #000;
    font-weight: 500;
    font-size: 3.5rem;
}
.page-template-template-etudes-cas section.page_title .sub-line::after{
    display: none;
}

/*------------------------------------*\
BLOG/ACTUS
\*------------------------------------*/

.actus main,
.single-post main {
    background-color: #ecf4f6;
}
.actus section.page_title,
.single-post section.page_title {
    background-color: #ecf4f6;
    color: var(--dark-grey);
    padding: 5rem 0 8rem 0;
}
.actus section.page_title h1,
.single-post section.page_title .sub-line {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3.2rem;
    margin-bottom: 6.5rem;
    text-align: center;
}
.actus .main-loop article {
    margin-bottom: 8.5rem;
    font-size: 1.6rem;
}

.actus .main-loop .view-article {
    display: none;
}
.actus .main-loop .post-thumbnail {
    margin-bottom: 4rem;
}
.actus .main-loop .meta,
.single-post .meta {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1;
}
.actus .main-loop h2,
.single-post h1 {
    font-weight: 600;
    color: var(--dark-grey);
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    line-height: 1.2;
}
.actus .main-loop .pagination_container {
    margin-bottom: 10rem;
    text-align: center;
}
.actus .main-loop .pagination_container a:not(.next):not(.prev),
.actus .main-loop .pagination_container span {
    display: none;
}
.actus .main-loop .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.actus .main-loop .pagination a {
    font-size: 0;
    color: transparent;
    width: 5.2rem;
    height: 5.2rem;
    background: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.actus .main-loop .pagination a:before {
    background: url(img/fleche.png) 50% / 100% no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    content: '';
}
.actus .main-loop .pagination a.next {
    margin-left: 2.5rem;
}
.actus .main-loop .pagination a.next:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-post .post-intro {
    font-size: 2.4rem;
    margin-bottom: 5rem;
}
.single-post .post-intro h1 {
    font-size: 4.2rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 4rem;
    padding-bottom: 3.5rem;
    position: relative;
}
.single-post .post-intro h1:after {
    background-color: var(--blue);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.4rem;
    width: 5rem;
    content: '';
}
.single-post .post-intro .meta {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 5rem;
}
.single-post .post-intro .meta-cat {
    margin-right: 2.5rem;
}
.single-post .post-intro .meta .meta-social a {
    width: 3.8rem;
    height: 3.8rem;
    background-color: #d1dfea;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-post .post-intro .meta .meta-social a:hover {
    background-color: #004f6c;
}
.single-post .post-intro .meta .meta-social a:not(:last-child) {
    margin-right: 1rem;
}
.single-post .post-intro .meta .meta-social svg {
    display: block;
    width: 2rem;
    height: auto;
}
.single-post .post-intro .meta .meta-social svg path {
    fill: #004f6c;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.single-post .post-intro .meta .meta-social a:hover svg path {
    fill: #fff;
}
.single-post .lien_bouton_telechargement a {
    background-color: var(--dark-blue);
    border-radius: 2rem;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2rem;
    display: inline-block;
}
.single-post .post-content {
    font-size: 2.2rem;
}
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
    color: var(--dark-blue);
    font-weight: 700;
}
.single-post .post-content h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
.single-post .post-content h3 {
    font-size: 2.6rem;
    margin-bottom: 1.8rem;
}
.single-post .post-content h4 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
}
.single-post .post-content h5 {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
}
.single-post .post-content h6 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.single-post .post-content p:not(:last-child),
.single-post .post-content ul:not(:last-child) {
    margin-bottom: 2rem;
}
.single-post .post-content ul {
    list-style-position: inside;
}
.single-post .post-content blockquote {
    font-style: italic;
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 0.3rem solid var(--dark-blue);
}
.single-post .retombees {
    margin: 10rem 0;
}


/*------------------------------------*\
CONTACT
\*------------------------------------*/

.page-template-template-contact main {
    padding: 10rem 0 7.5rem 0;
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% + 57rem) 59%;
    background-position: -moz-calc(100% + 57rem) 59%;
    background-position: calc(100% + 57rem) 59%;
    -webkit-background-size: 192rem auto;
    -moz-background-size: 192rem auto;
    -o-background-size: 192rem auto;
    background-size: calc(100% + 40rem) auto;
    background-color: #ebf4f5;
}
.page-template-template-contact h1 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 6.5rem;
    padding-bottom: 2.5rem;
}
.contact__coords {
    font-size: 1.6rem;
}
.contact__adresse,
.contact__phone {
    margin-bottom: 2rem;
}
.contact__coords .fi_icon {
    margin-right: 2.5rem;
}
.contact__social {
    right: 0;
    top: 0;
    z-index: 1;
    width: auto;
}
.contact__form {
    margin-top: 5rem;
}
.contact__form p {
    margin-bottom: 2.3rem;
}
.contact__form .wpcf7-text,
.contact__form .wpcf7-email,
.contact__form .wpcf7-select,
.contact__form .wpcf7-textarea {
    font-weight: 300;
    font-size: 1.8rem;
    color: #1d1d1b;
    padding: 2rem;
    width: 100%;
    border: 1px #fff solid;
    background-color: #fff;
    outline: none;
}
.contact__form .wpcf7-text:focus,
.contact__form .wpcf7-email:focus,
.contact__form .wpcf7-select:focus,
.contact__form .wpcf7-textarea:focus {
    border: 1px var(--dark-blue) solid;
}
.contact__form .submit-col p {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.contact__form .wpcf7-spinner {
    position: absolute;
    right: 0;
    margin: 0 10.8rem;
}
.contact__form .form-submit {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--dark-blue);
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 0 none;
    padding: 0 8rem;
    line-height: 6rem;
    margin-top: 0 !important;
}
.contact__form .wpcf7-form.submitting .form-submit {
    opacity: 0.5;
}
.contact__form .wpcf7-form.invalid .form-submit {
    background-color: red;
}
.contact__form .wpcf7-form.sent .form-submit {
    background-color: green;
}
.contact__form .form-submit:hover {
    color: var(--dark-blue);
    background-color: #fff;
}
.contact__form .wpcf7-form.sent * {
    display: none;
}
.contact__form .wpcf7-form.sent .wpcf7-response-output {
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    border: 0 none;
    background-color: var(--dark-blue);
}

.contact__coords .fi_icon,
.contact__social ul li a{
    background: var(--dark-blue);
}
.contact__coords .fi_icon svg path,
.contact__social ul li a svg path{
    fill: var(--light-blue);
}

/*------------------------------------*\
TEMPLATE SECTIONS TEXTE
\*------------------------------------*/

.page-template-template-page-texte section {
    padding: 7rem 0 0 0;
    background: var(--light-blue2);
}
.page-template-template-page-texte section:last-child {
    padding-bottom: 7rem;
}
.page-template-template-page-texte section h2 {
    margin-bottom: 5rem;
}

/*------------------------------------*\
AGENCE
\*------------------------------------*/

.page-template-template-agence section {
    padding: 10rem 0;
}
section.ag__team {
    background-color: #ebf4f5;
}
.ag__team-list {
    margin-top: 10rem;
}
.ag__team-list .col-12 {
    margin-bottom: 3rem;
}

.ag__team-list .ag__team-item {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: inherit;
    height: 61.3rem;
    width: 100%;
    background-color: transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-transition: -webkit-transform 1s;
}
.ag__team-item.position-relative.flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.ag__team-list .ag__team-item > div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ag__team-list .ag__team-item .ag__team-item-content{
    padding: 4.5rem 4.5rem 41rem 4.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 0;
}
.ag__team-list .col-12:nth-child(odd) > div .ag__team-item-content,
.ag__team-list .col-12:nth-child(odd) .ag__team-bio-wrapper .ag__team-item-content ,
.ag__team-list .col-12:nth-child(odd) > div .ag__team-bio-wrapper,
.ag__team-list .col-12:nth-child(odd) .ag__team-bio-wrapper .ag__team-bio-wrapper {
    background-color: #b3d2d6;
}
.ag__team-list .col-12:nth-child(even) > div .ag__team-item-content,
.ag__team-list .col-12:nth-child(even) .ag__team-bio-wrapper .ag__team-item-content ,
.ag__team-list .col-12:nth-child(even) > div .ag__team-bio-wrapper,
.ag__team-list .col-12:nth-child(even) .ag__team-bio-wrapper .ag__team-bio-wrapper {
    background-color: #a5c2d3;
}

.ag__team-list h3 {
    font-weight: 700;
    font-size: 4.6rem;
    margin-bottom: 1rem;
}
.ag__team-list h4 {
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 0;
}
.ag__team-item-visu {
    -webkit-filter: grayscale(1) brightness(1.1);
    filter: grayscale(1) brightness(1.1);
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
    max-height: 40rem;
    width: auto;
    z-index: 1;
}
.ag__team-item-linkedin {
    top: 4.5rem;
    right: 4.5rem;
    z-index: 2;
}
.ag__team-item-linkedin svg {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}
.ag__team-item-linkedin path {
    fill: #fff;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.ag__team-item-linkedin:hover path {
    fill: var(--dark-blue);
}
.ag__team-bio-wrapper {
    font-size: 1.6rem;
    color: #1d1d1b;
    z-index: -1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.ag__team-bio-content {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
    width: -webkit-calc(100% - 5rem);
    width: -moz-calc(100% - 5rem);
    width: calc(100% - 5rem);
    height: -webkit-calc(100% - 5rem);
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    z-index: 1;
    background-color: #fff;
}
.ag__team-bio-content > div {
    max-height: 100%;
    overflow: auto;
    padding: 3.5rem 2rem;
}
.ag__team-bio-content > div::-webkit-scrollbar {
    width: 5px;
}
.ag__team-bio-content > div::-webkit-scrollbar-track {
    background: var(--light-blue);
}
.ag__team-bio-content > div::-webkit-scrollbar-thumb {
    background: var(--dark-blue);
}
.ag__team-bio-content > div::-webkit-scrollbar-thumb:hover {
    background: var(--dark-blue);
}

.ag__team-bio-content:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 22px 0 22px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ag__team-list .col-12:nth-child(odd) .ag__team-bio-content:after {
    border-color: #b3d2d6 transparent transparent transparent;
}
.ag__team-list .col-12:nth-child(even) .ag__team-bio-content:after {
    border-color: #a5c2d3 transparent transparent transparent;
}

.page-template-template-agence section.ag__section:nth-of-type(even) {
    background: var(--light-blue2);
}
.ag__section h2,
.ag__timeline h2 {
    text-align: left;
}
.ag__section .sub-line::after,
.ag__timeline .sub-line::after {
    left: 0;
    right: auto;
}
.ag__section_txt {
    font-size: 2.2rem;
}

.ag_ecosysteme_visuel_container {
    text-align: center;
    padding-top: 9rem;
    padding-bottom: 10rem;
    position: relative
}
.ag_ecosysteme_visuel_container .ag_eco_visuel {
    position: absolute;
    text-align: left;
    width: 24rem;
}
.ag_ecosysteme_visuel_container .ag_eco_visuel .ag_eco_visuel_list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_haut {
    top: 6rem;
    left: 50%;
    -webkit-transform: translateX(12.5rem);
    -moz-transform: translateX(12.5rem);
    -ms-transform: translateX(12.5rem);
    -o-transform: translateX(12.5rem);
    transform: translateX(12.5rem);
}
.ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_gauche {
    left: 50%;
    -webkit-transform: translateX(-53.5rem);
    -moz-transform: translateX(-53.5rem);
    -ms-transform: translateX(-53.5rem);
    -o-transform: translateX(-53.5rem);
    transform: translateX(-53.5rem);
    bottom: 15.5rem;
}
.ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_droite {
    bottom: 18.3rem;
    left: 50%;
    -webkit-transform: translateX(29rem);
    -moz-transform: translateX(29rem);
    -ms-transform: translateX(29rem);
    -o-transform: translateX(29rem);
    transform: translateX(29rem);
}

.ag_ecosysteme_visuel_container .ag_eco_visuel > strong {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    color: var(--dark-blue);
}
.ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_gauche > strong {
    color: var(--blue);
}
.ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_droite > strong {
    color: var(--blue2);
}

.ag_ecosysteme_visuel_container .ag_eco_visuel .ag_eco_visuel_list li {
    position: relative;
    padding-left: 1.6rem;
}
.ag_ecosysteme_visuel_container .ag_eco_visuel .ag_eco_visuel_list li:before {
    content: "";
    background: url(img/eco_fleche.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    left: 0;
    top: 0.4rem;
}

.ecosysteme_txt_container {
    font-size: 1.8rem;
    line-height: 2.2rem;
    width: 1035px;
    margin: 0 auto;
    max-width: 100%;
}
.ecosysteme_txt_container > strong {
    text-align: center;
    display: block;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-bottom: 1.2rem;
}

.page-template-template-agence-v3 section {
    padding: 5rem 0;
}
.page-template-template-agence-v3 section:not(.page_title) {
    background: var(--light-blue2);
}
.page-template-template-agence-v3 section#references {
    background: var(--light-blue2);
}
.page-template-template-agence-v3 .ag__section_txt {
    margin-top: 7.5rem;
}
.page-template-template-agence-v3 .ag__section-s1 .ag__section_txt {
    line-height: 1.4;
}
.page-template-template-agence-v3 .ag__section-s1 .ag__section_txt li:not(:last-child) {
    margin-bottom: 1rem;
}
.page-template-template-agence-v3 .ag__section-s1 .ag__section_txt li::marker {
    content: '– ';
}
.page-template-template-agence-v3 .ag__section-s1 .ag__section_txt strong {
    font-weight: 600;
}
.page-template-template-agence-v3 .ag__section-s1 .ag__section_txt p:not(:last-child) {
    margin-bottom: 2.5rem;
}
.page-template-template-agence-v3 .ag__anime .ag__section_txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-template-template-agence-v3 .ag__anime .ag__section_txt li {
    padding-left: 3rem;
    background: url(img/icons/fleche_bleue.png) 0 0.5rem / 1.9rem no-repeat;
    margin-bottom: 0.5rem;
}
.page-template-template-agence-v3 .ag__section_logos {
    margin-top: 7.5rem;
    padding: 0 5rem;
}
.page-template-template-agence-v3 .ag__section_logos-item {
    background-color: #fff;
    width: 20rem;
    height: 20rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 1.5rem;
    margin: 0 auto;
}
.page-template-template-agence-v3 .ag__section_logos-item img {
    max-height: 8.5rem;
    width: auto;
    display: inline-block;
}
.page-template-template-agence-v3 #references h3 {
    width: auto;
}
@media screen and (max-width: 1399.98px) {
    .page-template-template-agence-v3 .ag__section_logos {
        padding: 0;
    }
    .page-template-template-agence-v3 .ag__section_logos-item {
        width: 18rem;
        height: 18rem;
    }
}
@media screen and (max-width: 1199.98px) {
    .page-template-template-agence-v3 .ag__section_logos {
        padding: 0;
    }
    .page-template-template-agence-v3 .ag__section_logos-item {
        width: 18rem;
        height: 18rem;
    }
}
@media screen and (max-width: 991.98px) {
    .page-template-template-agence-v3 .ag__section_logos-item {
        width: 15rem;
        height: 15rem;
    }
}
@media screen and (max-width: 767.98px) {
    .page-template-template-agence-v3 .ag__section_logos-item {
        margin-bottom: 1.5rem;
    }
}

/* Timeline */
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
    font-size: 2.2rem;
    font-weight: 600;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.3rem;
    background-color: #003b5c;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.tl-start,
.tl-end {
    position: absolute;
    background-color: #003b5c;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tl-start {
    top: 0;
}
.tl-end {
    bottom: 0;
}

/* Container around content */
.tl-item-wrapper {
    padding: 2rem 0 2rem 6rem;
    position: relative;
    width: 50%;
}
.tl-item-wrapper:nth-child(even) {
    padding: 2rem 6rem 2rem 0;
}

/* The circles on the timeline */
.tl-item-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: white;
    border: 0.3rem solid #003b5c;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    right: -1.5rem;
}

/* Place the container to the left */
.tl-item-wrapper:nth-child(even) {
    left: 0;
}

/* Place the container to the right */
.tl-item-wrapper:nth-child(odd) {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tl-item-wrapper:nth-child(even)::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 2rem;
    right: 4.1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Add arrows to the right container (pointing left) */
.tl-item-wrapper:nth-child(odd)::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 2rem 1rem 0;
    left: 4.1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Fix the circle for containers on the right side */
.tl-item-wrapper:nth-child(odd)::after {
    left: -1.5rem;
    right: auto;
}

/* The actual content */
.tl-content {
    position: relative;
}
.tl-date {
    width: 14rem;
    height: 14rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.6rem;
    color: #fff;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
}
.tl-item-wrapper:nth-child(4n+1) .tl-date {
    background-color: #498ba5;
}
.tl-item-wrapper:nth-child(4n+1)::before {
    border-color: transparent #498ba5 transparent transparent;
}
.tl-item-wrapper:nth-child(4n+2) .tl-date {
    background-color: #55a6bd;
}
.tl-item-wrapper:nth-child(4n+2)::before {
    border-color: transparent transparent transparent #55a6bd;
}
.tl-item-wrapper:nth-child(4n+3) .tl-date {
    background-color: #78b4bb;
}
.tl-item-wrapper:nth-child(4n+3)::before {
    border-color: transparent #78b4bb transparent transparent;
}
.tl-item-wrapper:nth-child(4n+4) .tl-date {
    background-color: #626b72;
}
.tl-item-wrapper:nth-child(4n+4)::before {
    border-color: transparent transparent transparent #626b72;
}
.tl-legend {
    margin-left: 1.5rem;
}
.tl-item-wrapper:nth-child(even) .tl-legend {
    margin-left: 0;
    margin-right: 1.5rem;
}
.tl-item-wrapper .tl-legend span {
    font-size: 1.2rem;
    display: inline-block;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 767.98px) {
    .timeline {
        margin-top: 5rem;
    }
    .timeline::after {
        left: 1.5rem;
        right: auto;
    }
    .tl-start, .tl-end {
        left: 1.1rem;
        right: auto;
    }
    .tl-item-wrapper:nth-child(odd)::after {
        left: 0.1rem;
    }
    .tl-item-wrapper,
    .tl-item-wrapper:nth-child(even),
    .tl-item-wrapper:nth-child(odd) {
        width: 100%;
        padding: 2rem 0 2rem 6rem;
        left: auto;
    }
    .tl-item-wrapper:nth-child(even) .tl-legend {
        margin-left: 1.5rem;
        margin-right: 0;
    }
    .tl-item-wrapper::after {
        right: auto;
        left: 0.1rem;
    }
    .tl-item-wrapper:nth-child(even)::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1rem 2rem 1rem 0;
        left: 4.1rem;
        right: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .tl-item-wrapper:nth-child(4n+2)::before {
        border-color: transparent #55a6bd transparent transparent;
    }
    .tl-item-wrapper:nth-child(4n+4)::before {
        border-color: transparent #626b72 transparent transparent;
    }
}

/*------------------------------------*\
ETUDES DE CAS / PAGE
\*------------------------------------*/

.cs__section {
    padding: 8.5rem 0 26rem 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.cs__section:nth-of-type(even) {
    background-color: var(--light-blue-4);
}
.cs__section:nth-of-type(odd) {
    background-color: #fff;
}
.cs__section h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3.2rem;
    margin-bottom: 6.5rem;
    text-align: center;
}

.cs__section article {
    height: 100%;
    position: relative;
}
.cs__section article .article_wrapper {
    padding: 4.5rem 4rem 14rem 4rem;
    height: 100%;
    z-index: 2;
}
.cs__section .swiper-slide {
    height: auto;
}
.cs__section .swiper-slide:nth-child(even) article {
    background-color: #c1d9dd;
}
.cs__section .swiper-slide:nth-child(odd) article {
    background-color: #b4ccda;
}
.cs__section article .rubrique {
    color: var(--dark-grey);
    font-weight: 900;
    font-size: 3.2rem;
    position: relative;
    padding-bottom: 1.6rem;
    display: block;
    line-height: 1.2;
    text-transform: lowercase;
}
.cs__section article .rubrique::first-letter {
    text-transform: uppercase;
}
.cs__section article .rubrique_wrapper {
    margin-bottom: 4rem;
    min-height: 6.4rem;
}
.cs__section article .rubrique:after {
    background-color: var(--dark-grey);
    width: 3.5rem;
    height: 0.3rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.cs__section article .edc_link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
}
.cs__section article:after {
    display: block;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.cs__section article:hover:after {
    height: 100%;
}
.cs__section article .title_wrapper {
    margin-bottom: 5.5rem;
    min-height: 13.8rem;
}
.cs__section article h4 {
    color: var(--dark-grey);
    font-weight: 900;
    font-size: 3.6rem;
    line-height: 1;
    position: relative;
    padding-bottom: 3rem;
    display: block;
}
.cs__section article h4:after {
    background-color: var(--dark-grey);
    width: 7.5rem;
    height: 0.5rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.cs__section article .resume {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}
.cs__section article .hashtags {
    list-style: none;
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.cs__section article .hashtags li {
    display: inline-block;
}
.cs__section article .hashtags li:before {
    display: inline-block;
}

.cs__section.cs__section_grands-groupes {
    background-position: 50% 102%;
}
.cs__section.cs__section_institutions-et-groupements-d-interets {
    background-position: 50% 101%;
}
.cs__section.cs__section_eti-pme {
    background-position: 50% 101%;
}
.cs__section:nth-child(odd) .swiper_global_container span[class*="swiper-button"] {
    background: var(--light-blue-4);
}

/*------------------------------------*\
ETUDES DE CAS / SINGLE
\*------------------------------------*/

.single-etudes_de_cas .page_title {
    background-color: var(--light-blue-4);
    color: #1d1d1b;
    font-size: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6rem 0 20rem 0;
    background-position: 50% 115%;
    background-repeat: no-repeat;
    -webkit-background-size: auto 25rem;
    -moz-background-size: auto 25rem;
    -o-background-size: auto 25rem;
    background-size: auto 25rem;
}
.single-etudes_de_cas h1 {
    font-size: 4.2rem;
    font-weight: 700;
}
.single-edc__situation {
    padding: 12.5rem 0 10rem 0;
    background-color: #e1ecee;
}
.single-edc__title img {
    margin-bottom: 5rem;
    max-width: 50%;
}
.single-edc__situation-content {
    padding-top: 15rem;
    background: url(img/icons/edc_situation.png) 0 0 / 5.7rem no-repeat;
    font-size: 2.6rem;
}
.single-edc__retombee-content {
    font-size: 2.6rem;
}
.single-edc__situation-content h2 {
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
    background: url(img/icons/fleche_bleue.png) 0 50% / 1.9rem no-repeat;
    text-align: left;
}
.single-edc__situation-content p:last-child,
.single-edc__situation-content ul:last-child {
    margin-bottom: 0;
}
.single-edc__3cols {
    background-color: var(--dark-blue);
    padding: 11rem 0 18rem 0;
}
.single-edc__3cols-item {
    padding-top: 15rem;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
}
.single-edc__3cols-item.single-edc__3cols-item-results {
    padding-top: 3rem;
    padding: 5rem;
    border: 0.3rem solid #fff;
    background: url(none) !important;
}
.single-edc__3cols .col-12:nth-child(1) .single-edc__3cols-item {
    background: url(img/icons/edc_problematique.png) 0 0 / 5.9rem no-repeat;
}
.single-edc__3cols .col-12:nth-child(2) .single-edc__3cols-item {
    background: url(img/icons/edc_reponse.png) 0 0 / 7.8rem no-repeat;
}
.single-edc__3cols .col-12:nth-child(3) .single-edc__3cols-item {
    background: url(img/icons/edc_solution.png) 0 0 / 7.8rem no-repeat;
}
.single-edc__3cols h3 {
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
    background: url(img/icons/fleche_bleue_light.png) 0 50% / 1.9rem no-repeat;
    text-align: left;
}
.single-edc__retombees {
    background-color: #e1ecee;
    padding: 10rem 0;
}
.single-edc__retombees h3 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 6rem;
}
.single-edc__retombees-item {
    font-size: 2.2rem;
    margin-bottom: 5.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #93999a;
}
.single-edc__retombees-item .media {
    font-weight: 700;
    padding-left: 1.5rem;
    background: url(img/icons/fleche_bleue.png) 0 50% / 1.1rem no-repeat;
}

/*------------------------------------*\
METIERS
\*------------------------------------*/

.page-template-template-metiers h1 {
    margin-bottom: 7.5rem;
    font-size: 4.2rem;
}
.page-template-template-metiers #metiers .expertise .exp_title {
    font-size: 2.6rem;
}

/*------------------------------------*\
SINGLE METIER
\*------------------------------------*/

.single-expertise section {
    padding: 10rem 0;
}
.single-expertise .expertise__section-s1 {
    background: var(--light-blue2);
    padding: 5rem 0 8rem 0;
}
.single-expertise .sub-line:not(h1) {
    margin-bottom: 2.2rem;
}
.single-expertise .sub-line:not(h1) img {
    height: 8rem;
    width: auto;
}
.single-expertise .fleche_bleue_claire {
    padding-left: 3rem;
    background: url(img/icons/fleche_bleue_light.png) 0 0.5rem / 1.9rem no-repeat;
    margin-bottom: 0.5rem;
}
.single-expertise h1 {
    margin-bottom: 3rem;
    font-size: 3.8rem;
}
.expertise__bloc:not(:last-child) {
    margin-bottom: 4rem;
}
.expertise__bloc_infographie img {
    max-width: 90%;
}
.expertise__section_txt {
    font-size: 2.2rem;
    line-height: 1.4;
}
.expertise__section_txt a {
    text-decoration: underline;
}
.expertise__section_txt a:hover {
    text-decoration: none;
}
.s1_bloc_prepare_to_act .expertise__section_txt p:last-child{
    margin: 0;
}
.single-expertise .expertise__section-s1 .s1_texte_dintroduction {
    margin-bottom: 2.2rem;
}
.single-expertise .expertise__section-s1 .s1_bloc_telephone,
.single-expertise .expertise__section-s1 .s1_bloc_prepare_to_act {
    background: #d4e4e7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-expertise .expertise__section-s1 .s1_bloc_telephone {
    padding: 20px 40px;
}
.single-expertise .expertise__section-s1 .s1_bloc_prepare_to_act {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-expertise .expertise__section-s1 .s1_bloc_prepare_to_act img {
    width: 55%;
    margin-bottom: 10px;
}
.s1_bloc_telephone .fi_icon svg {
    max-width: 4.1rem;
    max-height: 4.4rem;
}
.single-expertise .expertise__section-s1 .s1_bloc_telephone .fi_icon{
    background: var(--dark-blue);
    width: 8rem;
    height: 8rem;
}
.single-expertise .expertise__section-s1 .s1_bloc_telephone .fi_icon svg path {
    fill: var(--light-blue);
}
.s1_bloc_telephone .fi_icon svg {
    max-width: 4.1rem;
    max-height: 4.4rem;
}
.single-expertise .expertise__section-s1 .s1_bloc_collaborateur_container {
    margin-top: 8rem;
    height: 100%;
}
.single-expertise .expertise__section-s1 .s1_bloc_collaborateur {
    border: 2px solid white;
    position: relative;
    padding: 8rem 6rem;
}
.single-expertise .expertise__section-s1 .s1_bloc_collaborateur .collaborateur_photo {
    position: absolute;
    top: -15%;
    left: -5%;
    right: -5%;
    width: 128px;
    height: 128px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin: auto;
    overflow: hidden;
}
.single-expertise .expertise__section-s1 .s1_bloc_collaborateur .collaborateur_photo img {
    -o-object-fit: cover;
    object-fit: cover;
}
.single-expertise .expertise__section-s2 {
    background: var(--dark-blue);
}
.single-expertise .expertise__section-s2 .sub-line::after {
    left: 0;
    right: auto;
}
.single-expertise .expertise__section-s2 .titre_bloc {
    margin-bottom: 2.2rem;
    font-size: 2.8rem;
    text-align: left;
    text-transform: uppercase;
    padding-left: 3rem;
    background: url(img/icons/fleche_bleue_light.png) 0 0.6rem / 1.9rem no-repeat;
}
.single-expertise .expertise__section-s2 .cadre_blanc {
    border: 2px solid white;
    padding: 4rem;
    max-width: 90%;
}
.single-expertise .expertise__section-s2 .cadre_blanc p:last-child {
    margin-bottom: 0;
}
.single-expertise .expertise__section-s2 .cadre_blanc:not(:last-child) {
    margin-bottom: 3rem;
}
.single-expertise .expertise__section-s3 h2 {
    text-align: left;
}
.single-expertise .expertise__section-s3 h2.sub-line::after {
    left: 0;
    right: auto;
}
.single-expertise .container-ronds-journaliste {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.single-expertise .container-ronds-journaliste .rond-journaliste {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
.single-expertise .container-ronds-journaliste .rond-journaliste img {
    margin: 0 auto;
    width: 100px;
}
.single-expertise #etudes_de_cas_expertise {
    background: var(--light-blue2);
}
.single-expertise #etudes_de_cas_expertise .swiper-slide:nth-child(odd) article,
.single-expertise #etudes_de_cas_expertise .swiper-slide:nth-child(even) article {
    background-color: #FFF;
}
.single-expertise .expertise__section_txt li::marker {
    content: '– ';
}
.single-expertise .expertise__section_txt ul:last-child {
    margin-bottom: 0;
}
.single-expertise .expertise__section_txt li:not(:last-child) {
    margin-bottom: 1rem;
}
.single-expertise .s1_texte_cartouche {
    background-color: #d4e4e7;
    border-radius: 1rem;
    padding: 2rem;
    border: 0.2rem solid var(--dark-blue);
    font-size: 2rem;
    font-weight: 500;
}
.single-expertise .s1_texte_cartouche img {
    width: 25rem;
    margin: 0 auto;
}

/*------------------------------------*\
SPECIFICITES
\*------------------------------------*/

.page-template-template-specificites #specificites {
    padding: 10rem 0;
    background: var(--dark-blue);
}
.page-template-template-specificites h1 {
    margin-bottom: 7.5rem;
    font-size: 4.2rem;
    color: #fff;
}
.page-template-template-specificites .title_icone img {
    height: 8rem;
    width: auto;
}
.page-template-template-specificites .expertise__section-s2 .sub-line::after {
    left: 0;
    right: auto;
}
.page-template-template-specificites .sub-line:not(h1) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}
.page-template-template-specificites .expertise__section-s2 .titre_bloc {
    margin-bottom: 2.2rem;
    font-size: 2.8rem;
    text-align: left;
    text-transform: uppercase;
    padding-left: 3rem;
    background: url(img/icons/fleche_bleue_light.png) 0 0.6rem / 1.9rem no-repeat;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:992px) {
    .header_nav {
        padding-top: 2rem;
    }
    header .logo {
        width: 20rem;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    header {
        padding-bottom: 2.5rem;
    }
    body {
        padding-top: 150px;
    }

}
@media only screen and (max-width:1639.98px) {
    header .nav {
        margin-right: 2rem;
    }
    header nav li a {
        font-size: 2rem;
    }
    header nav li:not(:first-child):not(.contact):before {
        margin: 0 1.5rem;
    }
    header nav li.contact a {
        margin-left: 1.5rem;
        font-size: 1.8rem;
    }

    header.scrolling nav li:not(:first-child):not(.contact):before {
        margin: 0 1.5rem;
    }
    header.scrolling nav li a {
        font-size: 1.7rem;
    }
    header.scrolling nav li.contact a {
        font-size: 1.7rem;
    }
    header.scrolling .nav {
        margin-right: 1.7rem;
    }

    .top_fixed {
        width: 28rem;
    }
    .top_fixed .tf_txt {
        font-size: 1.7rem;
    }

    .footer_contact .footer_infos:not(:last-child) {
        margin-right: 4rem;
    }

    #actualites_front {
        padding: 8.5rem 0 10rem 0;
    }
    #etudes_de_cas_front article .article_wrapper,
    #etudes_de_cas_expertise article .article_wrapper {
        padding: 3.5rem 3rem 13rem 3rem;
    }
    #etudes_de_cas_front article .title_wrapper,
    #etudes_de_cas_expertise article .title_wrapper {
        margin-bottom: 3.5rem;
        min-height: 11.8rem;
    }
    #partenaires_front {
        padding: 5rem 0 5rem;
    }
    #etudes_de_cas_front article .resume,
    #etudes_de_cas_expertise article .resume {
        font-size: 2rem;
    }
    #actualites_front h3 {
        margin-bottom: 6.5rem;
    }
    .single-post .post-intro h1 {
        font-size: 3rem;
    }
    .single-post .post-intro {
        font-size: 2.2rem;
    }

    .single-expertise .container-ronds-journaliste .rond-journaliste {
        width: 9rem;
        height: 9rem;
    }
}

@media only screen and (max-width:1399.98px) {
    html {
        font-size: 58%;
    }

    .header_nav {
        padding-top: 2.8rem;
    }
    body.home .header_nav {
        padding-top: 4.8rem;
    }
    body.home header.scrolling .header_nav {
        padding-top: 1.8rem;
    }
    header .nav {
        margin-top: 1.2rem;
    }
    header .rs {
        margin-top: 0.8rem;
    }

    .top_fixed {
        width: auto;
    }
    .top_fixed .tf_txt {
        display: none;
    }

    .fixed_contact {
        width: 22rem;
        right: -8rem;
    }
    .fixed_contact a {
        font-size: 1.6rem;
    }

    .ag__team-item-visu{
        max-height: 32rem;
    }
    .ag__team-list h3 {
        font-size: 4.2rem;
    }

    footer > .container > .row > div:first-child {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .footer_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_contact .footer_infos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .footer_contact .footer_infos:last-child {
        margin-bottom: 0;
    }
    .footer_contact .footer_infos .fi_icon {
        margin-bottom: 0;
        margin-right: 1rem;
    }
    .fi_txt a[href*="tel"] {
        margin-top: 0.3rem;
    }
    .footer_menu {
        margin-top: 1.4rem;
    }

    #etudes_de_cas_front article h4,
    #etudes_de_cas_expertise article h4,
    .cs__section article .resume{
        font-size: 3rem;
    }

    #expertises_front .expertise,
    #metiers .expertise {
        margin-bottom: 5.2rem;
    }

    .partenaire_slider .swiper-slide img {
        max-width: 85%;
    }
    span[class*="swiper-button"].partenaire_swiper-button-prev,
    span[class*="swiper-button"].edc_swiper-button-prev {
        -webkit-transform: translate(-3rem, 0);
        -moz-transform: translate(-3rem, 0);
        -ms-transform: translate(-3rem, 0);
        -o-transform: translate(-3rem, 0);
        transform: translate(-3rem, 0);
    }
    span[class*="swiper-button"].partenaire_swiper-button-next,
    span[class*="swiper-button"].edc_swiper-button-next {
        -webkit-transform: translate(3rem, 0);
        -moz-transform: translate(3rem, 0);
        -ms-transform: translate(3rem, 0);
        -o-transform: translate(3rem, 0);
        transform: translate(3rem, 0);
    }
    #expertises_front h2,
    #metiers h2 {
        margin-bottom: 8rem;
    }

    #etudes_de_cas_front,
    #etudes_de_cas_expertise {
        padding: 8rem 0 12.5rem;
    }
    #etudes_de_cas_front article .title_wrapper,
    #etudes_de_cas_expertise article .title_wrapper {
        margin-bottom: 1.5rem;
    }
    #etudes_de_cas_front article .article_wrapper,
    #etudes_de_cas_expertise article .article_wrapper {
        padding: 3.5rem 3rem 11rem 3rem;
    }
    #etudes_de_cas_front article .hashtags,
    #etudes_de_cas_expertise article .hashtags,
    .cs__section article .hashtags {
        font-size: 1.6rem;
    }

    #actualites_front h2 {
        font-size: 2rem;
    }

    .page-template-template-contact main{
        -webkit-background-size: -webkit-calc(100% + 80rem) auto;
        -moz-background-size: -moz-calc(100% + 80rem) auto;
        -o-background-size: calc(100% + 80rem) auto;
        background-size: calc(100% + 80rem) auto;
        background-position: -webkit-calc(100% + 82rem) 59%;
        background-position: -moz-calc(100% + 82rem) 59%;
        background-position: calc(100% + 82rem) 59%;
    }
}
@media only screen and (max-width:1399.98px) and (max-height:699.98px) {
    html {
        font-size: 56%;
    }

    #coriolink_prlx {
        min-height: 80rem;
    }
    .prlx_txt_container {
        padding-top: 18rem;
    }
    .prlx_txt_container h1 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .prlx_txt {
        font-size: 2.4rem;
        max-width: none;
    }
}
@media only screen and (max-width:1199.98px) {
    html {
        font-size: 52%;
    }
    .top_fixed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }
    .top_fixed .tf_txt {
        margin-left: 0;
        text-align: center;
    }

    .fixed_contact a {
        line-height: 1;
    }

    .ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_droite {
        -webkit-transform: translateX(35rem);
        -moz-transform: translateX(35rem);
        -ms-transform: translateX(35rem);
        -o-transform: translateX(35rem);
        transform: translateX(35rem);
    }

    .single-expertise .container-ronds-journaliste .rond-journaliste {
        width: 8rem;
        height: 8rem;
    }
    span[class*="swiper-button"].partenaire_swiper-button-prev,
    span[class*="swiper-button"].edc_swiper-button-prev {
        -webkit-transform: translate(-2rem, 0);
        -moz-transform: translate(-2rem, 0);
        -ms-transform: translate(-2rem, 0);
        -o-transform: translate(-2rem, 0);
        transform: translate(-2rem, 0);
    }
    span[class*="swiper-button"].partenaire_swiper-button-next,
    span[class*="swiper-button"].edc_swiper-button-next {
        -webkit-transform: translate(2rem, 0);
        -moz-transform: translate(2rem, 0);
        -ms-transform: translate(2rem, 0);
        -o-transform: translate(2rem, 0);
        transform: translate(2rem, 0);
    }
}

@media only screen and (max-width:991.98px){
    html {
        font-size: 50%;
    }
    body {
        padding-top: 80px;
    }

    .top_fixed {
        width: 16.2rem;
        margin: auto;
    }
    header .logo {
        width: 20rem;
    }
    footer > .container > .row > div:first-child {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_nav {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .footer_menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    #expertises_front {
        padding-bottom: 4rem;
    }
    #metiers {
        padding-bottom: 9rem;
        padding-top: 9rem;
    }

    #partenaires_front {
        padding: 8rem 0 5rem;
    }

    .single-etudes_de_cas h1 br {
        display: none;
    }

    .top_fixed_container {
        width: 163px;
        right: -5%;
        left: -5%;
        margin: 0 auto;
    }

    .mobilemenu_icon_container {
        margin-left: auto;
    }
    .mobilemenu_icon {
        display: inline-block;
        cursor: pointer;
    }
    .mobilemenu_icon .bar1,
    .mobilemenu_icon .bar2,
    .mobilemenu_icon .bar3 {
        width: 35px;
        height: 5px;
        background-color: var(--dark-blue);
        margin: 6px 0;
        -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    }
    .menumobile_active .mobilemenu_icon .bar1 {
        -webkit-transform: translate(0, 11px) rotate(-45deg);
        -moz-transform: translate(0, 11px) rotate(-45deg);
        -ms-transform: translate(0, 11px) rotate(-45deg);
        -o-transform: translate(0, 11px) rotate(-45deg);
        transform: translate(0, 11px) rotate(-45deg);
    }
    .menumobile_active .mobilemenu_icon .bar2 {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menumobile_active .mobilemenu_icon .bar3 {
        -webkit-transform: translate(0, -11px) rotate(45deg);
        -moz-transform: translate(0, -11px) rotate(45deg);
        -ms-transform: translate(0, -11px) rotate(45deg);
        -o-transform: translate(0, -11px) rotate(45deg);
        transform: translate(0, -11px) rotate(45deg);
    }

    .menumobile_active header{
        background: #FFF !important;
    }
    .menu_mobile_container {
        position: fixed;
        z-index: 999;
        background: #FFF;
        width: 100%;
        padding: 2.5rem 0;
        top: -100vh;
        -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    }
    .menumobile_active .menu_mobile_container{
        top: 11.6rem;
    }
    .menumobile_active.header_scrolling .menu_mobile_container{
        top: 9.5rem;
        padding-top: 5rem;
    }
    .menu_mobile_container ul {
        list-style: none;
        padding: 0;
    }
    .menu_mobile_container ul:not(.rs) {
        margin-bottom: 2rem;
    }
    .menu_mobile_container ul:not(.rs) li a {
        color: var(--dark-blue);
        font-size: 2rem;
        padding: 1rem;
        text-align: center;
        display: block;
        position: relative;
        -webkit-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        -o-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        -moz-transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
        transition: all 0.2s cubic-bezier(.78,.32,.43,.85);
    }
    .menu_mobile_container ul:not(.rs) li.current-menu-item a,
    .menu_mobile_container ul:not(.rs) li a:hover {
        color: #FFF;
        background: var(--dark-blue);
    }
    .menu_mobile_container ul.rs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu_mobile_container ul.rs li:last-child a {
        margin-right: 0;
    }

    .ag__section_txt {
        margin-top: 3rem;
    }

    .ag_ecosysteme_visuel_container .ag_eco_visuel {
        position: relative;
    }
    .ag_ecosysteme_visuel_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_haut,
    .ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_gauche,
    .ag_ecosysteme_visuel_container .ag_eco_visuel.ag_eco_visuel_droite {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 5rem 2rem 0 2rem;
    }

    .ag__team-bio-content {
        font-size: 2rem;
    }

    .ag__team-list .ag__team-item {
        height: 42.3rem;
    }
    .ag__team-list .ag__team-item .ag__team-item-content {
        padding: 4.5rem 4.5rem 21rem 4.5rem;
    }

    .partenaire_slider .swiper-slide {
        margin-top: 0 !important;
    }

    .page-template-template-contact main {
        background-position: -webkit-calc(100% + 58rem) -66rem;
        background-position: -moz-calc(100% + 58rem) -66rem;
        background-position: calc(100% + 58rem) -66rem;
    }

    .page-template-template-contact .contact__social {
        display: none;
    }
    .page-template-template-contact .contact__urgence {
        margin-top: 2rem;
    }
    .single-post .post-intro picture {
        display: block;
        margin-top: 2rem;
    }
    .single-post .retombee-item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .s1_bloc_telephone,
    .s1_bloc_prepare_to_act {
        margin-bottom: 2.2rem;
    }
    .expertise__section-s2 .expertise__section_txt {
        margin-bottom: 2.2rem;
    }
    .expertise__section-s2 .infographie {
        margin-bottom: 2.2rem;
    }

    .expertise__section > .container > .row > div[class*='col']:not(:last-child) {
        margin-bottom: 3rem;
    }
    .single-expertise .container-ronds-journaliste {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .single-expertise .expertise__section-s1 .s1_texte_dintroduction {
        text-align: center;
    }
    .single-expertise .expertise__section-s1 .s1_bloc_collaborateur {
        height: auto;
        padding: 12rem 5rem 5rem 5rem;
    }
    .single-expertise .expertise__section-s1 .s1_bloc_collaborateur .collaborateur_photo {
        top: -9rem;
    }

    .single-expertise .expertise__section-s1 .s1_bloc_telephone {
        height: auto;
    }
    .single-expertise .expertise__section-s1 .s1_bloc_prepare_to_act,
    .single-expertise .expertise__section-s1 .s1_bloc_telephone {
        margin-bottom: 3.5rem;
    }
    .single-expertise .expertise__section-s1 .s1_bloc_prepare_to_act img {
        width: auto;
        max-width: 24rem;
    }
}

@media only screen and (max-width:767.98px){
    html {
        font-size: 48%;
    }
    .prlx_txt {
        font-size: 2rem;
    }
    #expertises_front h2 {
        font-size: 2.5rem;
    }
    #partenaires_front h3 {
        font-size: 2.5rem;
    }

    .fixed_sidebar {
        top: auto;
        bottom: 25rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #coriolink_prlx img.prlx_second {
        width: 116%;
        max-width: none;
        left: -15%;
    }

    #partenaires_front h3,
    #references h3,
    #etudes_de_cas_front h3,
    #etudes_de_cas_expertise h3 {
        width: 100%;
    }

    .home .swiper_global_container,
    .cs__section .swiper_global_container,
    .single-expertise .swiper_global_container {
        position: relative;
    }
    .home .swiper_global_container span[class*="swiper-button"],
    .cs__section .swiper_global_container span[class*="swiper-button"],
    .single-expertise .swiper_global_container span[class*="swiper-button"] {
        bottom: -7rem;
        top: auto;
        position: absolute;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .home #partenaires_front .swiper_global_container span[class*="swiper-button"] {
        bottom: -6rem;
    }
    .home #partenaires_front .swiper_global_container span[class*="swiper-button-prev"] {
        transform: translateX(-100%);
        left: 45%;
    }
    .home #partenaires_front .swiper_global_container span[class*="swiper-button-next"] {
        transform: translateX(100%);
        right: 45%;
    }
    #partenaires_front {
        padding: 8rem 0 10rem 0;
    }
    .home #actualites_front .swiper_global_container span[class*="swiper-button"] {
        bottom: -4rem;
    }
    span[class*="swiper-button"].partenaire_swiper-button-prev,
    span[class*="swiper-button"].edc_swiper-button-prev {
        left: 5%;
    }
    .home #actualites_front .swiper_global_container span[class*="swiper-button-prev"] {
        left: 9%;
    }
    span[class*="swiper-button"].edc_swiper-button-next,
    span[class*="swiper-button"].partenaire_swiper-button-next {
        right: 5%;
    }
    .home #actualites_front .swiper_global_container span[class*="swiper-button-next"] {
        right: 9%;
    }

    .contact__social {
        position: relative !important;
    }
    .contact__form .wpcf7-text,
    .contact__form .wpcf7-email,
    .contact__form .wpcf7-select,
    .contact__form .wpcf7-textarea {
        font-size: 1.5rem;
        padding: 1.2rem 1.5rem;
    }
    .contact__form .form-submit {
        font-size: 1.4rem;
        padding: 0 3rem;
    }

    .prlx_txt_container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        text-align: center;
    }
    .prlx_txt_container h1:after {
        left: -5%;
        right: -5%;
        margin-left: auto;
        margin-right: auto;
    }

    .cs__section {
        -webkit-background-size: auto auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        padding-bottom: 25rem;
    }
    .page-template-template-etudes-cas section.page_title {
        top: 16rem;
    }
    .cs__section.cs__section_grands-groupes {
        padding-bottom: 20rem;
        padding-top: 7rem;
    }
    .cs__section.cs__section_institutions-et-groupements-d-interets {
        padding-bottom: 18rem;
    }
    section.cs__section.cs__section_eti-pme {
        padding-bottom: 17rem;
    }

    .cs__section {
        padding-top: 5rem;
    }
    .cs__section h3 {
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }

    .single-etudes_de_cas h1 {
        font-size: 2.8rem;
    }
    .single-edc__situation-content h2 {
        font-size: 2rem;
    }

    .top_fixed_container {
        width: 148px;
    }
    .menumobile_active.header_scrolling .menu_mobile_container {
        top: 9.6rem;
    }

    .page-template-template-contact main {
        background-position: -webkit-calc(100% + 60rem) -47rem;
        background-position: -moz-calc(100% + 60rem) -47rem;
        background-position: calc(100% + 60rem) -47rem;
    }

    .ag__team-list .ag__team-item {
        height: 51.3rem;
    }
}

@media only screen and (max-width:575.98px){
    #coriolink_prlx > img.prlx_fourth {
        bottom: 6rem;
    }
    header .logo {
        width: 11rem;
    }
    .prix-list-item {
        width: 90%;
    }
    .prix-list-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .prix-list-item img {
        max-width: 8rem;
        margin-bottom: 0;
        margin-right: 2rem;
    }
    .prlx_txt img {
        margin: 0 auto 3rem auto;
    }
    .prix-list {
        margin-top: 2rem;
        text-align: left;
    }

    .ag__team-list .ag__team-item .ag__team-item-content {
        padding: 3rem 0 15rem 3rem;
    }
    .ag__team-item-linkedin {
        top: 3rem;
        right: 3rem;
    }

    .fixed_contact {
        right: -1.4rem;
        width: 5.6rem;
        height: 4rem;
        top: auto;
        -webkit-transform: translate(0, 0) rotate(-90deg);
        -moz-transform: translate(0, 0) rotate(-90deg);
        -ms-transform: translate(0, 0) rotate(-90deg);
        -o-transform: translate(0, 0) rotate(-90deg);
        transform: translate(0, 0) rotate(-90deg);
        bottom: 5rem;
    }
    .fixed_contact a {
        padding: 1.2rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fixed_contact a span {
        display: none;
    }

    footer {
        padding: 4rem 0 3.2rem 0;
    }

    footer > .container > .row > div:first-child > * {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .footer_logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer_logo img {
        margin-right: 0;
        margin-bottom: 0.9em;
        padding-left: 0.1rem;
    }
    .footer_contact {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.3rem;
    }
    .footer_contact .footer_infos {
        width: 24rem;
    }
    .footer_contact .footer_infos:not(:last-child) {
        margin-right: 0;
    }

    .footer_social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    footer .rs li a {
        margin-bottom: 0;
    }
    footer .rs li:last-child a {
        margin-right: 0;
    }

    .footer_menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ag__team-bio-content:after {
        top: -2px;
    }

    .page-template-template-contact main {
        background-position: -webkit-calc(100% + 48rem) -36rem;
        background-position: -moz-calc(100% + 48rem) -36rem;
        background-position: calc(100% + 48rem) -36rem;
    }
    .contact__form .submit-col p {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact__form .form-submit {
        margin-top: 2rem !important;
    }
    .contact__coords .fi_icon {
        margin-right: 1.5rem;
    }
    .page-template-template-contact h1{
        font-size: 2.4rem;
    }

    #actualites_front article {
        padding-right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .home #actualites_front .swiper_global_container span[class*="swiper-button-prev"] {
        left: 5%;
    }
    .home #actualites_front .swiper_global_container span[class*="swiper-button-next"] {
        right: 5%;
    }
    .home .partenaire_slider .swiper-slide img {
        max-height: auto;
        max-width: 100%;
    }
    #actualites_front .actu_item-wrapper:after{
        display: none !important;
    }

    span[class*="swiper-button"].partenaire_swiper-button-prev,
    span[class*="swiper-button"].edc_swiper-button-prev {
        -webkit-transform: translate(-1rem, 0);
        -moz-transform: translate(-1rem, 0);
        -ms-transform: translate(-1rem, 0);
        -o-transform: translate(-1rem, 0);
        transform: translate(-1rem, 0);
    }
    span[class*="swiper-button"].partenaire_swiper-button-next,
    span[class*="swiper-button"].edc_swiper-button-next {
        -webkit-transform: translate(1rem, 0);
        -moz-transform: translate(1rem, 0);
        -ms-transform: translate(1rem, 0);
        -o-transform: translate(1rem, 0);
        transform: translate(1rem, 0);
    }

    .single-expertise .container-ronds-journaliste {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-expertise .container-ronds-journaliste .rond-journaliste img {
        margin: 0;
        width: 100%;
    }
    .single-expertise .expertise__section-s2 .cadre_blanc {
        padding: 3rem;
    }
}


@media only screen and (max-width:409.98px){
    .ag__team-item-visu {
        max-height: 26rem;
    }
    .ag__team-list .ag__team-item .ag__team-item-content {
        padding-right: 3rem;
    }
    .ag__team-list h4 {
        padding-right: 0;
    }
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::-moz-selection {
    background:var(--dark-blue);
    color:#FFF;
    text-shadow:none;
}

::selection {
    background:var(--dark-blue);
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:var(--dark-blue);
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:var(--dark-blue);
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
