/*
Theme Name: Crédit Agricole Ile de France - Numéros d'urgence
Author: TIMOTHEE CORRADO
Author URI: -
Description: Landing page Numéros d'urgence 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');

: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-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;
}

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

body {
    font-family: '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: 'Open Sans ExtraBold', sans-serif;*/
    font-family: 'Open Sans Bold', sans-serif;
    margin-top: 60px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
}

h1 strong {
    /*font-family: 'Open Sans ExtraBold', sans-serif;*/
    font-family: 'Open Sans ExtraBold', sans-serif;
    margin-top: 60px;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-ca-green);
}

h1 .highlight {
    color: var(--color-ca-apple);
}

h2 {
    font-size: 23px;
    /*font-family: 'Open Sans ExtraBold', sans-serif;*/
    font-family: 'Open Sans Bold', sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-ca-middle-blue);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; /*30px*/
}

h3 {
    font-family: 'Open Sans Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #000000;
}

h6 {
    font-family: 'Open Sans Regular', sans-serif;
    font-size: 18px;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}

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

@media (max-width: 767.98px){
    .container-pp 
    {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*--------------------------------------------------------------
>>> COMPONENTS
----------------------------------------------------------------*/
sup {
    font-size: 0.6em;
    top: -0.7em;
    font-weight: 400;
}


.cta-primary>button {
    font-family: 'Open Sans ExtraBold', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    /*padding: 10px 30px;*/
    width: 235px;
    height: 42px;
    border-radius: 6px;
    background: var(--color-ca-apple);
    border: none;
    color: white;
    display: block;
    /*margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;*/
    text-align: left;
    position: relative;
   /* padding-right: 7.5rem;*/
   padding-left: 20px;
    
}

.cta-primary:hover {
    cursor: pointer;
    text-decoration: none;
}

.cta-secondary>button {
    font-family: 'Open Sans ExtraBold', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    /*padding: 10px 30px;*/
    width: 235px;
    height: 42px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid var(--color-ca-apple);
    color: var(--color-ca-apple);
    display: block;
    transition: 0.3s;
}

.cta-secondary:hover {
    cursor: pointer;
    text-decoration: none;
}

.cta-secondary:hover>button {
    background: var(--color-ca-apple);
    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);
    }
  }
 

/*--------------------------------------------------------------
>>> Numéros d'urgence
----------------------------------------------------------------*/
.numurgence
{
    /*position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
	height: 100%;
	width: 100%;
    position: relative;
}

.titre-choix
{
    font-family: 'Open Sans SemiBold', sans-serif;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
}

.titre-choix-perso
{
    margin-top: 15px;
}

.titre-choix-perso span
{
    font-style: italic;
}

.bloc-choix 
{
    background: white;
    min-height: 200px; /*245px;*/
    min-width: 450px; /*550px;*/
    border-radius: 10px;
    margin-top: 15px; /*30px*/
    margin-bottom: 15px; /*30px*/
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    transition: 0.3s;
}

.bloc-choix-ml {margin-left: 15px; /*30px*/}
.bloc-choix-mr {margin-right: 15px; /*30px*/}

.bloc-choix:hover
{
    background: #308276;
    color: white;
    transition: 0.3s;
}

.bloc-choix:hover .bloc-choix-titre h3, .bloc-choix:hover .bloc-choix-titre p, .bloc-choix:hover .bloc-choix-titre p span
{
    color: white;
}

.bloc-choix-img
{
    width: 90px; /*100px;*/
    height: 90px; /*100px;*/
    border-radius: 90px; /*100px;*/
    background: white;
}

.bloc-choix-img-perso
{
    position: absolute;
    top: 30px;
    left: 120px;
}

.bloc-choix-titre h3 
{
    font-family: 'Open Sans SemiBold', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
}

.bloc-choix-titre p 
{
    font-family: 'Open Sans Regular', sans-serif;
    font-size: 16px;
    color: black;
}

.bloc-choix-titre p span 
{
    font-style: italic;
}

.questionfaq
{
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 14px;
}

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

    .bloc-choix 
    {
        width: 100%;
        min-width: 450px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bloc-choix-ml {margin-left: 0;}
    .bloc-choix-mr {margin-right: 0;}
}

@media (max-width : 500px) {
    .bloc-choix 
    {
        min-width: calc(100% - 40px);
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    h1, h1 strong  {
        font-size: 18px;
    }

    .titre-choix {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }

}

.titre-perso 
{
    max-width: calc(100% - 500px);
}

.retour
{
    position: absolute;
    right: 60px;
    top: 66px;
    font-family: 'Open Sans SemiBold', sans-serif;
    font-size: 18px;
}

@media (max-width: 800px) {
    .retour
    {
        right: 15px;
        top: 37px;
    }

    .titre-perso 
    {
        margin-top: 35px;
        max-width: calc(100% - 40px);
    }

    .bloc-choix-img-perso
    {
        width: 60px;
        height: 60px;
        top: 15px;
        left: 15px;
    }
}

/*collapses accordion*/
.accordion-item 
{
    border: none;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F4F4F4;
    border-radius: 10px;
}

.accordion-item, .accordion-item .accordion-button
{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-collapse, .accordion-item:last-of-type .accordion-button.collapsed  {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.accordion-header { padding: 0; }

.accordion-header .collapsed
{
    border-radius: 10px;
}

.accordion-button
{
    height: 45px; /*38*/
    background-color: #F4F4F4;
    font-family: 'Open Sans SemiBold', sans-serif;
    font-size: 16px;
    color: black;
}


.accordion-button:focus 
{
    border-color: #000000;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #F4F4F4;
    /*box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);*/
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/*Fin collapses accordion*/

.accordion-body strong {
    color: var(--color-ca-dark);
}

.accordion {
    padding-bottom: 120px;
}

.mentionetranger
{
    font-size: 12px;
}
/*--------------------------------------------------------------
>>> Moyens de paiement
----------------------------------------------------------------*/