/*
Theme Name: Crédit Agricole Ile de France - Comparateur de fonds ISR
Author: TIMOTHEE CORRADO
Author URI: -
Description: Landing page Comparateur de fonds ISR 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);
}

body
{
    background-color : white;
}

main {
    overflow: hidden;
}

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

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

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

.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: 700 40px / 1.125 "Gotham-Bold", "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #007461;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

h2 {
    font-family: 'Gotham-Medium';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
}

h3 {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
}

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

@media (max-width: 767.98px){
    .container-pp 
    {
        padding-left: 30px;
        padding-right: 30px;
    }
    h1{
        font-size: 22px;
    }
}

.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);
}
/*--------------------------------------------------------------
>>> COMPONENTS
----------------------------------------------------------------*/
sup {
    font-size: 0.6em;
    top: -0.7em;
    font-weight: 400;
}

.container-btns
{
    max-width: 530px;
    margin: auto;
}

.cta-primary {
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 13px;
    width: 250px;
    max-width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #009787;
    border: 2px solid #009787;
    color: white;
    text-align: center;
    padding-top: 9px;
    margin-bottom: 60px;
    transition: 0.3s;
    
}

.cta-primary:hover {
    cursor: pointer;
    background: #1cc4a8;
    border-color: #1cc4a8;
    text-decoration: none;
}

.cta-secondary {
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 13px;
    width: 250px;
    max-width: 100%;
    height: 40px;
    border-radius: 40px;
    background: transparent;
    border: 2px solid #009787;
    color: #009787;
    text-align: center;
    padding-top: 9px;
    margin-bottom: 60px;
    transition: 0.3s;
}

.cta-secondary:hover {
    cursor: pointer;
    text-decoration: none;
    background: #1cc4a8;
    border-color: #1cc4a8;
    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);
    }
  }
 
  @media (max-width : 575px) {
    .cta-primary 
    {
        margin: auto;
        margin-bottom: 15px;
    }
    .cta-secondary {
        margin: auto;
        margin-bottom: 60px;
    }
  }

/*--------------------------------------------------------------
>>> Titre Héro
----------------------------------------------------------------*/
.container-title
{
    max-width: 1350px;
    margin: auto;
}

.title
{
    padding: 45px 180px 40px 180px;
}

.title p 
{
    font: 400 17px / 27px "Gotham-Medium", "Open Sans", sans-serif;
    color: rgb(69, 69, 69);
    text-align: center;
}

@media (max-width: 1399px) 
{
    .title
    {
        padding: 30px;
    }
}
/*--------------------------------------------------------------
>>> Comparateur
----------------------------------------------------------------*/
.container-tab
{
    max-width: 1200px;
    margin: auto;
}
.comparateur
{
    background-color: #F5FAFB;
    padding: 60px 0 90px 0;
}

.fonds-mobile 
{
    display: none;
}


.tab-title-img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #009787; 
    float: left;
    margin-top: -13px;
    margin-right: 15px;
    text-align: center;
    padding-top: 5px;
}

table {
    width: 100%;
    margin-bottom: 60px;
}
thead {
    height: 60px;
    background-color: #009787;
    color: white;
    font-family: "OpenSans-Bold";
    font-size: 14px;
}

th:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding-right: 30px;
}

th:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding-left: 30px;
}

tbody .tab-line 
{
    height: 80px;
    background-color: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

th:nth-child(1) {width: 280px;}
th:nth-child(2) {width: 270px;}
th:nth-child(3) {width: 150px;}
th:nth-child(4) {width: 50px; text-align: center;}
th:nth-child(5) {width: 130px; text-align: center;}
th:nth-child(6) {width: 130px; text-align: center;}
th:nth-child(7) {width: 130px; text-align: center;}
th:nth-child(8) {width: 60px;}

tbody th:nth-child(2) {padding-right: 15px;}
tbody th:nth-child(3) {padding-right: 15px;}

h6
{
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    transition: 0.3s;
}

.tab-line-investment
{
    font-family: "OpenSans-Light";
    font-size: 12px;
}

.tab-line-supports
{
    font-family: "OpenSans-Light";
    font-size: 14px;
}

.tab-line-risks
{
    font-family: "OpenSans-Bold"; /*OpenSans-ExtraBold*/
    font-size: 16px;
}

.tab-line-risks sub
{
    font-family: "OpenSans-Light";
    font-size: 12px;
}

.tab-line-duration
{
    font-family: "OpenSans-Bold"; /*OpenSans-ExtraBold*/
    font-size: 16px;
}

.tab-line-duration span
{
    font-family: "OpenSans-Light"; 
    font-size: 14px;
}

.tab-line-subscription
{
    font-family: "OpenSans-Bold"; /*OpenSans-ExtraBold*/
    font-size: 15px;
}

.tab-line-subscription sub
{
    font-family: "OpenSans-Light";
    font-size: 11px;
}

.img-arrow
{
    background: url(../img/icones/ic_chevron_right_medium_blue.svg) no-repeat ;
    height: 30px;
    width: 30px;
    background-size: contain;
    transition: 0.3s;
}

tbody .tab-line:hover
{
    background-color: #A0D7A2;
    cursor: pointer;
    color: white;
}

tbody .tab-line:hover h6
{
    color: white;
}

tbody .tab-line:hover .img-arrow
{
    background: url(../img/icones/ic_chevron_right_medium_white.svg) no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain;
}

@media (min-width : 1000px) and (max-width: 1250px) {

    .container-tab
    {
        max-width: 1000px;
    }
    /*
    th:nth-child(1) {width: 280px;}
    th:nth-child(2) {width: 270px;}
    th:nth-child(3) {width: 150px;}
    th:nth-child(4) {width: 50px; text-align: center;}
    th:nth-child(5) {width: 130px; text-align: center;}
    th:nth-child(6) {width: 130px; text-align: center;}
    th:nth-child(7) {width: 130px; text-align: center;}
    th:nth-child(8) {width: 60px;}

    tbody th:nth-child(2) {padding-right: 15px;}
    tbody th:nth-child(3) {padding-right: 15px;}*/
}

@media (max-width: 1000px) {
    .container-tab
    {
        margin-left: 30px;
        margin-right: 30px;
    }
    table {display: none;}
    .fonds-mobile 
    {
        display: block;
    }
    .tab-line-investment
    {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    h6 
    {
        float: left;
        color: #009787;
    }
    .img-arrow
    {
        float: right;
        margin-top: -5px;
    }
    .comparateur {
        padding: 60px 0 30px 0;
    }
    h2 
    {
        font-size: 15px;
    }
    /*.tab-title-img
    {
        margin-top: -7px;
    }*/
}

.container-fond-mobile
{
    width: 100%;
    margin-top: 8px;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.container-fond-mobile:last-child
{
    margin-bottom: 60px;
}


.container-fond-mobile:hover
{
    background-color: #A0D7A2;
    color: white;
    transition: 0.3s;
    cursor: pointer;
}

.container-fond-mobile > p
{
    transition: 0.3s;
}

.container-fond-mobile:hover > h6, .container-fond-mobile:hover h5, .container-fond-mobile:hover > p
{
    color: white;
}

.container-fond-mobile:hover .img-arrow
{
    background: url(../img/icones/ic_chevron_right_medium_white.svg) no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain;
}

h5 {
    font-family: 'Gotham-Medium';
    font-weight: 500;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000000;
    transition: 0.3s;
}
/*--------------------------------------------------------------
>>> MENTIONS
----------------------------------------------------------------*/

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