/*
Theme Name: Crédit Agricole Ile de France - Homepage professionnel
Author: TIMOTHEE CORRADO
Author URI: -
Description: Landing page Homepage professionnel - création compte CA IDF
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;600;700;800;900&family=Roboto:wght@700;800&display=swap');*/

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('OpenSans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: url('OpenSans/OpenSans-BoldItalic.ttf');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('OpenSans/OpenSans-ExtraBold.ttf');
}

@font-face {
    font-family: 'OpenSans-ExtraBoldItalic';
    src: url('OpenSans/OpenSans-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('OpenSans/OpenSans-Italic.ttf');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('OpenSans/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('OpenSans/OpenSans-LightItalic.ttf');
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('OpenSans/OpenSans-Medium.ttf');
}

@font-face {
    font-family: 'OpenSans-MediumItalic';
    src: url('OpenSans/OpenSans-MediumItalic.ttf');
}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('OpenSans/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('OpenSans/OpenSans-SemiBoldItalic.ttf');
}

/*GOTHAM*/

@font-face {
    font-family: 'Gotham-Black';
    src: url('Gotham/Gotham-Black.otf');
}

@font-face {
    font-family: 'Gotham-BlackItalic';
    src: url('Gotham/Gotham-BlackItalic.otf');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('Gotham/Gotham-Bold.otf');
}

@font-face {
    font-family: 'Gotham-BoldItalic';
    src: url('Gotham/Gotham-BoldItalic.otf');
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham/Gotham-Book.otf');
}

@font-face {
    font-family: 'Gotham-Italic';
    src: url('Gotham/Gotham-BookItalic.otf');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('Gotham/Gotham-Light.otf');
}

@font-face {
    font-family: 'Gotham-LightItalic';
    src: url('Gotham/Gotham-LightItalic.otf');
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('Gotham/Gotham-Medium.otf');
}

@font-face {
    font-family: 'Gotham-MediumItalic';
    src: url('Gotham/Gotham-MediumItalic.otf');
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('Gotham/Gotham-Thin.otf');
}

@font-face {
    font-family: 'Gotham-ThinItalic';
    src: url('Gotham/Gotham-ThinItalic.otf');
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url('Gotham/Gotham-Ultra.otf');
}

@font-face {
    font-family: 'Gotham-UltraItalic';
    src: url('Gotham/Gotham-UltraItalic.otf');
}

@font-face {
    font-family: 'Gotham-XLight';
    src: url('Gotham/Gotham-XLight.otf');
}

@font-face {
    font-family: 'Gotham-XLightItalic';
    src: url('Gotham/Gotham-XLightItalic.otf');
}



:root {
    --color-ca-dark-blue: #006675;
    --color-ca-dark-blue2: #067D90;
    --color-ca-middle-blue: #007D8F;
    --color-ca-dark: #252B42;
    --color-ca-green: #308276;
    --color-ca-apple: #99cc00;
    --color-ca-iode: #009787;
    --color-ca-gris: #f5f5f5;

    --color-white: #ffffff;
    --color-light: #f8fafc;
    --color-black: #121212;
    --color-night: #001632;
    --color-blue: #1a73e8;
    --color-gray: rgba(0, 0, 0, 0.25);
    --color-grayish: #dadce0;
    --shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

::selection {
    background-color: var(--color-ca-apple);
}

main {
    overflow: hidden;
}

a {
    color: var(--color-ca-dark-blue);
    text-decoration: none;
}

.lien-simple
{
    color: #181818; /*#308276;*/
    font-family: 'OpenSans-Bold';
    text-decoration: underline;
    transition: 0.3s;
}

.lien-simple:hover
{
    color: #005144; /*#32c9b9;*/
}

.lien-simple-vert
{
    color: #308276; /*#308276;*/
    font-family: 'OpenSans-Bold';
    text-decoration: underline;
    transition: 0.3s;
}

.lien-simple-vert:hover
{
    color: #181818; /*#32c9b9;*/
}

p {
    margin: 0;
    font-size: 16px;
}

body {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    background: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    margin-block-end: 0;
    margin-block-start: 0;
}

h1 {
    /*font-family: 'Gotham-Bold';*/
    font: 500 32px / 1.3 "OpenSans-Bold", sans-serif; /*24px*/
    color: black;
}

h2 {
    /*font-family: 'Gotham-Bold';*/
    font: 500 28px / 1.125 "OpenSans-ExtraBold", sans-serif; /*32px - Bold*/
    color: black;
}

.cartouche
{
    background-color: #2a8072; /*#005144;*/
    font-family: "OpenSans-SemiBold";
    color: white;
    padding: 0px 8px 2px 8px;
    border-radius: 10px;
    font-size: 30px;
}

/*
.cartouche::before {
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 4px;
    bottom: 0px;
    background: #2a8072;
    width: 100%;
    height: 15px;
    left: 0;
}
*/

.text-right
{
    text-align: right !important;
}

.container-large 
{
    max-width: 1500px;
    width: 100%;
}

.container-medium 
{
    max-width: 1300px;
    width: 100%;
}

.container-pp 
{
    max-width: 1200px;
    width: 1200px;
}

.container-pp-in
{
    max-width: 1100px;
    width: 1100px;
}


@media (max-width: 992px){
    .container-pp-in 
    {
        max-width: 700px;
    }

}

@media (min-width: 767.99px) and (max-width: 1091px) {
    h1{
        font-size: 26px;
    }

    .cartouche
    {
        font-size: 24px;
    }
    
}

@media (max-width: 767.98px){
    .container-pp, .container-large .container-medium 
    {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-pp-in 
    {
        width: 100%;
    }

    h1, h2{
        font-size: 22px;
    }

    .cartouche
    {
        font-size: 20px;
    }

}


.btn-iode
{
    width: 450px;
    height: 50px;
    text-align: center;
    font-family: 'Gotham';
    font-size: 18px;
    color: #ffffff;
    border: none;
    background: var(--color-ca-iode);
    border-radius: 4px;
    transition: 0.5s;
    cursor: pointer;
}


.btn-iode:hover
{
    font-size: 17.5px;
    background: var(--color-ca-dark-blue);
}

.textinner {
    font-size: 14px;
}
.semibold
{
    font-family: 'Gotham-Medium';
    font-weight: 300;
}

.bold
{
    font-family: 'Gotham-Bold';
}

i 
{
    font-family: 'Gotham-Italic';
}

.blue
{
    color: #009787;
}

.link
{
    font-family: "Gotham-Medium";
    color: #008B7C;
    font-size: 14px;
    transition: 0.3s;
}

.link:hover
{
    color: #1cc4a8;
}

.contain-1200
{
    max-width: 1200px;
    width: 100%;
}
/*--------------------------------------------------------------
>>> COMPONENTS
----------------------------------------------------------------*/
sup {
    font-size: 0.6em;
    top: -0.7em;
    font-weight: 400;
}

.btn-group
{
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 560px) {
    .btn-group
    {
        flex-direction: column; 
        text-align: center;
    }
}

.btn-primary
{
    max-width: 100%;
    /*width: 270px;*/
    padding: 3px 50px;
    height: 50px;
    background-color: #005144; /*#008B7C;*/
    border: 1px solid #005144; /*#008B7C;*/
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Gotham-Medium';
    color: white;
    transition: 0.3s;
    margin-top: 15px;
    padding-top: 2px;
}

.btn-secondary
{
    max-width: 100%;
    /*width: 270px;*/
    padding: 3px 40px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #181818; /*#008B7C;*/
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Gotham-Medium';
    color: #008B7C;
    transition: 0.3s;
    margin-top: 15px;
    padding-top: 2px;
}

.btn-primary:hover, .btn-secondary:hover
{
    background-color: #181818; /*#32c9b9;*/
    border-color: #181818; /*#32c9b9;*/
    color: white;
}

.fleche::before
{
    content: "";
    width: 35px;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 24px;
    transition: all 0.3s ease;
}

.fleche:hover:before {
    right: 24px;
    width: 25px;
}

.fleche::after
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
    transition: all 0.3s ease;
}

.fleche:hover:after {
  
    right: 20px;
}

.block-shadow
{
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
}

.pulse:hover {
    box-shadow: 0 0 0 rgb(153 204 0 / 40%);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(153, 204, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(153, 204, 0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(153, 204, 0, 0);
        box-shadow: 0 0 0 10px rgba(153, 204, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(153, 204, 0, 0);
        box-shadow: 0 0 0 0 rgba(153, 204, 0, 0);
    }
  }


  .title-h1 
  {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .title-h1 h1 
  {
    font-size: 32px;
    color: #005144;
    font-family: "OpenSans-Bold";
  }

  .title-h1 h1 strong
  {
    font-size: 24px;
    color: #005144;
    font-family: "OpenSans-Bold";
  }

  @media (max-width: 1091px) {
    .title-h1 
    {
      margin-top: 30px;
      margin-bottom: 0;
    }
    .title-h1 h1 
    {
      font-size: 24px;
    }
  
    .title-h1 h1 strong
    {
      font-size: 18px;
    }
  }
/*--------------------------------------------------------------
>>> Slider client
----------------------------------------------------------------*/  
#slider-client
{
    position: relative;
    width: 100%;
    height: 600px;
    background-color: grey;
    margin-bottom: 90px;
    overflow: hidden;
}

.slide
{
    position: absolute;
    /*left: 0;
    right: 0;*/
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 1s;
    background-color: white;
}

.slider-cartouche
{
    background-color: #2a8072; /*#005144;*/
    font-family: "OpenSans-SemiBold";
    color: white;
    padding: 0px 8px 2px 8px;
    border-radius: 10px;
    font-size: 24px;
}
/*
#slide1 { background-color: green;}
#slide2 { background-color: red;}
#slide3 { background-color: blue;}
*/
.bullets
{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 66px;
    left: calc(50% - 33px);
    bottom: 30px;
    z-index: 1;
}

.bullet
{
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: 0.3s;
}

.bullets > .active
{
    background-color: #181818;
}

.bullet:hover
{
    background: #005144;
}

.slider-content 
{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    position: relative;
}

.slider-content-image 
{
    width: 650px;
    height: 400px;
    border-radius: 4px;
    margin: auto;
}

.slider-content-image-1 
{
    background: url(../img/carousel/1.png) no-repeat center;
    background-size: cover;
}

.slider-content-image-2 
{
    background: url(../img/carousel/2.png) no-repeat center;
    background-size: cover;
}

.slider-content-image-3 
{
    background: url(../img/carousel/3.png) no-repeat center;
    background-size: cover;
}

.slider-content-bubble
{
    position: relative;
    width: 700px;
    padding: 45px;    
    margin: auto;
    margin-left: 50px;
    border-radius: 10px 10px 10px 0;
    background: #F5F5F5;
}

.slider-content-bubble > img
{
    position: absolute;
    left: -31px;
    bottom: 0;
}

h6
{
    font-family: "OpenSans-Bold";
    font-size: 24px;
}

.slider-content-text
{
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    margin-top: 30px;
}

@media (min-width : 1092px) and (max-width: 1399px) {
    .slider-content-image 
    {
        width: 500px;
        height: 320px;
    }
    .slider-content-bubble
    {
        width: calc(100% - 550px);
        margin-left: 40px;
        margin-right: 10px;
    }
}

@media (max-width: 1091px) {
    .slider-content-image 
    {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .slider-content-bubble
    {
        width: calc(100% - 30px);
        margin : auto;
        border-radius: 10px;
    }

    .slider-content-bubble > img
    {
        display: none;
    }

    .slider-content-text
    {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
>>> Titre Hero
----------------------------------------------------------------*/
.hero 
{
    display: flex;
    justify-content: center;
    height: 650px; /*700*/
}

.hero-contain
{
    display: flex;
    margin: auto;
}

.hero-center
{
    width: 100%;
}

.hero-center-contain
{
    max-width: 690px; /*500px*/
    margin: auto;
    display: flex;
    height: 100%;
}

.hero-center-text
{
    font: 600 36px / 1.3 "OpenSans-ExtraBold", sans-serif;
    text-transform: uppercase;
}


.hero-video
{
    max-width: 100%;
}


.hero-left, .hero-right
{
    width: 50%;
}

.hero-left > video
{
    max-width: 100%;
}

.hero-right
{
    text-align: center;
}

.hero-right-contain
{
    max-width: 690px; /*500px*/
    margin: auto;
    display: flex;
    height: 100%;
}

.hero-btn
{
    padding-top: 20px;
    padding-bottom: 10px;
}

@media (max-width: 1091px) {
    h1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero 
    {
        /*background-color: #181818;*/
    }

    .hero-contain
    {
        flex-direction: column;
        justify-content: center;
    }

    .hero-right, .hero-left, .hero-center
    {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
}
@media (max-width: 1091px) {
    .hero-center-text
    {
        
        font-size: 24px;
    }
}

/**/
.segment-bloc
{
    width: 480px;
    height: 220px;
    position: relative;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.3s;
} 

.segment-bloc:hover
{
    filter: grayscale(0);
    transform: scale(1.05);
} 

.segment-img-1
{
    background: url(../img/segment1.png) no-repeat center;
    background-size: contain;
}

.segment-img-2
{
    background: url(../img/segment2.png) no-repeat center;
    background-size: contain;
}

.segment-img-3
{
    background: url(../img/segment3.png) no-repeat center;
    background-size: contain;
}

.segment-text
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
} 
/**/

.segment-label 
{
    font-size: 20px;
    font-family: "OpenSans-Bold";
    margin-bottom: 15px;
}

.segment-btns
{
    display: flex;
}

.btn-gray 
{
    background-color: white;
    border: 2px solid #181818; /*2px solid #DEDEDE;*/
    font-size: 16px;
    font-family: "OpenSans-Bold";
    color: #181818; /*#797979;*/
    cursor: pointer;
    border-radius: 8px; /*50px*/
    padding: 11px 30px; /*15px 30px;*/
    margin: 15px;
    transition: 0.3s;
}

.btn-gray:hover
{
    background-color: #005144; /*#32c9b9;*/
    border-color: #005144; /*#32c9b9;*/
    color: white;
}

@media (max-width: 1091px) {
    .segment-btns
    {
       flex-direction: column;
    }

    .btn-gray 
    {
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
>>> NOUS CHOISIR
----------------------------------------------------------------*/
.cadre-nous-choisir
{
    width: 100%;
    border: 3px solid #CECCD5; /*2px solid #181818;*/
    border-radius: 20px;
    margin-top: 45px;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.conseiller-text
{
    font-size: 16px;
    font-family: "OpenSans-SemiBold";
    margin-top: 40px; /*55px;*/
    /*margin-bottom: 40px;*/
}

.conseiller-text > strong
{
    font-family: "OpenSans-ExtraBold";
}

.conseiller-text > span
{
    font-family: "OpenSans-Bold";
}

.img-conseiller > img
{
    max-width: 279px;
}

@media (max-width: 1091px) {
    .img-conseiller
    {
        display: none;
    }

    .cadre-nous-choisir
    {
        margin-top: 0;
        margin-left: 30px;
        margin-right: 30px;
        justify-content: center;
    }

    .conseiller-text
    {
       text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .mobile-center
    {
        text-align: center;
    }

    .mobile-margin-center
    {
        margin: auto;
    }
}

/*--------------------------------------------------------------
>>> PROPULSE
----------------------------------------------------------------*/
.propulse
{
    width: 100%;
    background-color: #EFFAF2;
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
}

.propulse-img
{
    padding: 15px 90px;
}

.propulse-bloc
{
    padding: 30px 30px 30px 0;
}

.propulse-title
{
    font-size: 24px;
    color: #005144;
    font-family: "OpenSans-ExtraBold";
}

.propulse-text
{
    font-size: 16px;
    margin-top: 30px;
    max-width: 690px;
    color: #181818;
    font-family: "OpenSans-Bold";
}

.propulse-list
{
    margin-top: 15px;
}

.propulse-list > div
{
    position: relative;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.propulse-list > div::before
{
    content: '';
    position: absolute;
    left: -30px;
    height: 20px;
    width: 20px;
    background: url('../img/icones/check-propulse.png');
}

.propulse-list > div > p
{
    font-size: 16px;
    line-height: 20px;
    color: #005144;
    font-family: "OpenSans-Bold";
}

.propulse-list > div > p > span
{
    font-family: "OpenSans-SemiBold";
}

.btn-propulse
{
    max-width: 100%;
    /*width: 270px;*/
    padding: 3px 50px;
    height: 50px;
    background-color: #005144; /*#008B7C;*/
    border: 1px solid #005144; /*#008B7C;*/
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: white;
    transition: 0.3s;
    margin-top: 30px;
    padding-top: 2px;
}

.btn-propulse:hover
{
    background-color: white; /*CFE4D5 / #32c9b9;*/
    border-color: white; /*CFE4D5 / #32c9b9;*/
    color: #005144;
}

@media (max-width: 1091px) {
    .propulse
    {
        flex-direction: column;
    }

    .propulse-img {
        padding: 0;
        padding-top: 30px;
        margin: auto;
    }

    .propulse-img > img {
        max-width: 200px;
    }

    .propulse-bloc
    {
        padding: 30px;
    }

    .propulse-title, .propulse-text
    {
        text-align: center;
    }

    .propulse-text
    {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .propulse-bloc-contain
    {
      /*  display: flex;
        justify-content: center;*/
    }

    /*
    .propulse-list
    {
        padding-left: 45px;
        padding-right: 45px;
    }

    .propulse-list > div
    {
        width: fit-content;
        margin: auto;
    }
    */
    .propulse-list > div::before {
        top: -20px;
        left: calc(50% - 10px);
    }

    .propulse-list > div
    {
        text-align: center;
        margin-left: 0;
        padding-top: 15px;
        padding-bottom: 45px;
        max-width: 350px;
        margin: auto;
    }

    .btn-propulse
    {
        margin-top: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------------
>>> TABLEAU
----------------------------------------------------------------*/
#tableau
{
    background: #FFFFFF;
}

.nav
{
    padding-top: 45px;
}

.nav-item 
{
    width: calc(100% / 4) !important;
    display: flex;
    justify-content: center;
    position: relative;
}

.nav-item:hover .nav-link
{
    color: black !important;
}

.nav-link
{
    text-align: center;
    color: #6E7073;
    /*text-transform: uppercase;*/
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    height: 50px;
}

.nav-item > .active
{
    background-color: transparent !important;
    color: black !important;
}

.nav-item > .nav-link::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 0;
    background-color: #DBD8E2;
}

.nav-item > .active::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 0;
    background-color: #181818;
}

.tab-content
{
    min-height: 450px;
    padding-bottom: 45px;
}

.container-tab
{
    width: 100%;
    max-width: 1000px;
}

.navpos1, .navpos2, .navpos3, .navpos4 {
    left: 0;
}

@media (max-width: 1299px) {
    .nav-link
    {
        font-size: 16px;
    }
}

@media (max-width : 767px) {
    .nav {
        flex-wrap: nowrap;
        /*width: 1000px;*/
        width: 200%;
        margin-left: 0;
        position: relative; /*absolute*/
        top: 0;
        right: 0;
        left: 0;
        transition: 0.9s;
    }
    .nav-item 
    {
        width: 200px;
    }

    .navpos1 {
        left: 0;
    }
    .navpos2 {
        left: -25%;
    }
    .navpos3 {
        left: -75%
    }
    .navpos4 {
        left: -125%;
    }
}

.tableau-container
{
    display: flex;
    position: relative;
    overflow: visible;
    margin-bottom: 90px;
}

.tableau-background-left
{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    /*bottom: 0;*/
    height: 600px;
    width: 50%;
    background: #D9D9D9;
}

.tableau-background-right
{
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    /*bottom: 0;*/
    height: 600px;
    width: 50%;
    background: #D9D9D9;
}


.tableau-content-left
{
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding: 30px;
    /*margin-left: calc(50% - 400px);*/
    min-height: 500px;
    width: 800px;
    background: white;
    /*background: linear-gradient(145deg, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.8) 90.71%);*/

}

.tableau-content-right
{
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-left: calc(100% - 800px); /*margin-left: calc(50% - 400px);*/
    padding: 30px;

    min-height: 500px;
    width: 800px;
    background: white;
}

.tableau-background-filter
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}

.background-encaissement
{
    background: url(../img/encaissement3.png) no-repeat left;
    background-size: cover;
    filter: saturate(0.8);
}

.background-financement
{
    background: url(../img/financement1.png) no-repeat right;
    background-size: cover;
    filter: saturate(0.8);
}

.background-placement
{
    background: url(../img/placement2.png) no-repeat right;
    background-size: cover;
    filter: saturate(1);
}

.background-assurance
{
    background: url(../img/assurance1.png) no-repeat center;
    background-size: cover;
    filter: saturate(1);
}

h4
{
    margin-top: 20px;
    font-size: 24px;
    font-family: "OpenSans-Bold";
    color: #005144;
    text-align: center;
    margin-bottom: 60px;
}

h5
{
    font-size: 16px;
    text-transform: uppercase;
    font-family: "OpenSans-ExtraBold";
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
}

.tableau-container-avantages
{
    display: flex;
    justify-content: space-around;
}

.tab-avantage-text
{
    font-size: 16px;
    font-family: "OpenSans-SemiBold";
    margin-top: 15px;
    margin-bottom: 30px;
}

.tab-avantage-text > strong
{
    font-family: "OpenSans-ExtraBold";
}

@media (max-width: 1091px) {
    .nav-item {
        height: 70px;
    }

    .tableau-background-left, .tableau-background-right
    {
        position: absolute;
        width: 100%;
    }

    .tableau-content-right, .tableau-content-left
    {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .tableau-container-avantages
    {
        flex-direction: column;
        justify-content: center;
    }

    .tab-avantage-text {
        margin-bottom: 45px;
    }

    h4
    {
        font-size: 20px;
    }

    .slider-cartouche
    {
        font-size: 20px;
    }
}
/*--------------------------------------------------------------
>>> LOA / LLD
----------------------------------------------------------------*/
.loa
{
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
}

.loa-bloc
{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 90px;
}

.loa-title
{
    font-size: 24px;
    color: #181818;
    font-family: "OpenSans-ExtraBold";
}

.loa-bloc-contain
{
    display: flex;
    flex-direction: row;
}

.loa-bloc-contain-img
{
    height: 125px;
    width: 125px;
    border-radius: 100%;
    background-color: white;
    text-align: center;
    display: flex;
    margin: auto;
}

.loa-bloc-contain-img > img
{
    margin: auto;
}

.loa-bloc-contain-right
{
    margin-left: 60px;
}

.loa-text
{
    font-size: 16px;
    margin-top: 30px;
    color: #181818;
    font-family: "OpenSans-Bold";
}

.btn-loa
{
    max-width: 100%;
    /*width: 270px;*/
    padding: 3px 50px;
    height: 50px;
    background-color: #005144; /*#008B7C;*/
    border: 1px solid #005144; /*#008B7C;*/
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: white;
    transition: 0.3s;
    margin-top: 30px;
    padding-top: 2px;
}

.btn-loa:hover
{
    background-color: white; /*CFE4D5 / #32c9b9;*/
    border-color: white; /*CFE4D5 / #32c9b9;*/
    color: #005144;
}

@media (max-width: 1091px) {
    .loa
    {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    .loa-bloc
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .loa-bloc-contain
    {
        flex-direction: column;
    }

    .loa-bloc-contain-right
    {
        margin-left: 0;
    }

    .loa-title, .loa-text
    {
        text-align: center;
    }

    .loa-text
    {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .btn-loa
    {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
>>> Ma Banque
----------------------------------------------------------------*/
.ma-banque
{
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.ma-banque-bloc
{
    padding: 30px;
}

.ma-banque-title
{
    font-size: 24px;
    color: #181818;
    font-family: "OpenSans-ExtraBold";
    margin-bottom: 30px;
}

.ma-banque-text
{
    font-size: 20px;
    color: #181818;
    font-family: "OpenSans-Bold";
}

.ma-banque-btns
{
    display: flex;
    justify-content: center;
}

.ma-banque-btns > div:nth-child(1)
{
    margin-right: 30px;
}

.ma-banque-btn
{
    margin-bottom: 30px;
    transition: 0.3s;
}

.ma-banque-btn:hover
{
    transform: scale(1.05);
}


@media (max-width: 1091px) {
    .ma-banque
    {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    .ma-banque-bloc
    {
        padding: 30px;
    }

    .ma-banque-title, .ma-banque-text
    {
        text-align: center;
    }

    .ma-banque-text
    {
        max-width: 100%;
        margin-bottom: 45px;
    }

    .ma-banque-btns
    {
        flex-direction: column;
    }

    .ma-banque-btns > div:nth-child(1)
    {
        margin-right: 0;
    }

}
/*--------------------------------------------------------------
>>> BANDEAU EER
----------------------------------------------------------------*/
.eer-bandeau
{
    background-color: #181818;
    width: 100%;
    padding: 60px 15px;
    margin-top: 60px;
    /*margin-bottom: 60px;*/
    display: flex;
    justify-content: center;
}

.eer-title
{
    font-family: "OpenSans-ExtraBold";
    font-size: 28px;
    color: white;
}

.eer-text
{
    font-family: "OpenSans-Bold";
    font-size: 22px;
    color: white;
    margin-top: 5px;
}

.eer-text-small
{
    font-family: "OpenSans-SemiBold";
    font-size: 18px;
    color: white;
    margin-top: 10px;
    margin-bottom: 45px;
}

.eer-btns-container
{
    display: flex;
    justify-content: center;
}

.eer-btns
{
    width: 500px;
    display: flex;
    justify-content: space-between;
}

.eer-btn-primary
{
    max-width: 100%;
    padding: 3px 50px;
    height: 50px;
    background-color: #ffffff; /*#008B7C;*/
    border: 2px solid #ffffff; /*#008B7C;*/
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: #181818;
    transition: 0.3s;
    padding-top: 2px;
}


.eer-btn-secondary
{
    max-width: 100%;
    padding: 3px 50px;
    height: 50px;
    background-color: #181818; /*#008B7C;*/
    border: 2px solid #ffffff; /*#008B7C;*/
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: #ffffff;
    transition: 0.3s;
    padding-top: 2px;
}

.eer-btn-primary:hover, .eer-btn-secondary:hover
{
    background-color: #005144; /*#32c9b9;*/
    border-color: #005144; /*#32c9b9;*/
    color: #ffffff;
}

.urgence-btn-secondary
{
    max-width: 100%;
    padding: 3px 50px;
    height: 50px;
    background-color: #181818; /*#008B7C;*/
    border: 2px solid #e68585; /*#008B7C;*/
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Gotham-Medium';
    color: #ffffff;
    transition: 0.3s;
    padding-top: 2px;
}

.urgence-btn-secondary:hover
{
    background-color: #e68585; /*#32c9b9;*/
    border-color: #e68585; /*#32c9b9;*/
    color: #ffffff;
}

@media (max-width: 1091px) {
    .eer-bandeau
    {
        margin-top: 0;
    }
    .eer-text
    {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .eer-btns
    {
        flex-direction: column;
        width: auto;
    }

    .eer-btn-primary
    {
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
>>> AUTRES MARCHES
----------------------------------------------------------------*/
.marches-btns 
{
    display: flex;
    /*margin-bottom: 60px;*/
}

.marche-btn 
{
    font-size: 16px;
    font-family: "OpenSans-Bold";
    border: none;
    border-radius: 8px;
    /*padding: 20px 15px 10px 15px;*/
    width: 300px;
    padding: 15px 0;
    cursor: pointer;
    margin: 30px 15px;
    transition: 0.3s;
} 

.marche-btn:hover > span
{
    transition: 0.3s;
    margin-right: 5px;
}

.marche-btn-agri
{
    background-color: #EFFAF2;
    color: #005144;
}

.marche-btn-asso
{
    background-color: #EFF6FA;
    color: #003951;
}

.marche-btn-entreprise
{
    background-color: #E1E7EF;
    color: #273C47;
}

@media (max-width: 1091px) {
    .marches-btns 
    {
        flex-direction: column;
    }

    .marche-btn 
    {
        margin: 15px;
    }
}
/*--------------------------------------------------------------
>>> MENTIONS
----------------------------------------------------------------*/

.mentions p
{
    padding-top: 60px;
    padding-bottom: 120px;
    font-family: 'Gotham';
    font-size: 10px;
    color: #707070;
}