/*
Theme Name: Crédit Agricole Ile de France - Portail CA LP
Author: TIMOTHEE CORRADO
Author URI: -
Description: Portail CA LP - 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);
}

html 
{
    height: 100%;
}

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

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

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

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

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

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

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

body {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    /*background: white;*/
    background : linear-gradient(230deg,#00035A 0%,#00000A 43%,#40143B 100%);
    height: 100%;
}

.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.125 "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;
}

h3 {
    /*font-family: 'Gotham-Bold';*/
    font: 500 18px / 1.125 "OpenSans-Bold", sans-serif; /*32px - Bold*/
    /*color: #4D5D72;*/
    color: #220B24;
    margin-left: 30px;
}

.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 (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;
    }

}


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

.modal
{
    backdrop-filter: blur(5px);
}

.modal-dialog {
    max-width: 450px;
}

.modal-content {
    border: 2px solid #40143B;
}

.modal-header {
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-title {
    font-family: "OpenSans-Bold";
    color: #220B24;
    font-size: 18px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(../img/icones/cross_close.svg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding-top: 0;
}

.bloc-alert, .bloc-info
{
    width: 100%;
    color: #220B24;
    display: flex;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.bloc-alert > div:nth-child(1), .bloc-info > div:nth-child(1)
{
    max-width: 24px;
    margin-top: auto;
    margin-bottom: auto;
}

.bloc-alert > div:nth-child(2), .bloc-info > div:nth-child(2)
{
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
}

.bloc-alert { background-color: #C1A2BD; }
.bloc-info { background-color: #EFDCB3; }

.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: #181818; /*#008B7C;*/
    border: 1px solid #181818; /*#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: #005144; /*#32c9b9;*/
    border-color: #005144; /*#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);
    }
  }
 
.pagination
{
    position: absolute;
    bottom: 15px;
    right: 120px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-item
{
    width: 42px;
    height: 44px;
    text-align: center;
}

.page-link
{
    padding: 0;
    padding: 10px 0;
    border: none;
    font-family: "OpenSans-SemiBold";
    color: #000000;
}

.page-link:hover
{
    color: #fff;
    background-color: #4D3B4E;
    border-color: white;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #220B24;
    border-color: white;
}

.page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.select-mini, .select-50, .select-100
{
    display: block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 40px;
    color: #212529;
    background-color: #fff;
    background-image: url(../img/icones/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-50, .input-100
{
    height: 40px;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.textarea-50, .textarea-100
{
    min-height: 100px;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.select-mini
{
    min-width: 30px;
}

.select-50, .input-50, .textarea-50
{
    width: 50%;
}

.select-100, .input-100, .textarea-100
{
    width: 100%;
}
/*--------------------------------------------------------------
>>> Drag and Drop
----------------------------------------------------------------*/
.upload-wrap
{
    position: relative;
    width: 100%;
    min-height: 120px;
    background-color: white;
    border: 2px dashed #ECEBEF;
    border-radius: 4px;
    display: flex;
}

.upload-wrap-file
{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
}

.upload-wrap > small
{
    
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.upload-wrap > img
{
    margin-left: auto;
}

.container-drop
{
    background: #ECEBEF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
}

/**/
.upload-wrap-img
{
    position: relative;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    display: flex;  
}

.upload-wrap-img-file
{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
}

.upload-wrap-img > img
{
    margin-left: auto;
    max-width: 100%;
}

.container-drop-img
{
    background: #ECEBEF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
}

.container-drop-img > img
{
    height: auto;
    max-width: 100%;
}
/*--------------------------------------------------------------
>>> Layout
----------------------------------------------------------------*/
/*Header*/
header 
{
    width: 100%;
    height: 90px;
    display: flex;
    /*background-color: white;*/
    background-color: transparent;
}

.header-contain
{
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}

.header-logo
{
    width: 310px;
    text-align: center;
    cursor: pointer;
}

.header-logo > img
{
    /*max-width: 112px;*/
    margin-top: 10px;
}

.header-user
{
    display: flex;
    margin-right: 45px;
}

.header-user-circle
{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    /*background-color: #EDF3FB;*/
    background-color: #FFFFFF;
    display: flex;
    position: relative;
    margin-right: 15px;
}

.pastille
{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #18AA76;
    width: 12px;
    height: 12px;
    border-radius: 12px;

}

.header-user-name-bloc
{
    display: flex;
    margin: auto;
}

.header-user-circle > p
{
    text-align: center;
    margin: auto;
    /*color: #546883;*/
    color: #220B24;
    font-size: 20px;
    font-family: "OpenSans-Bold";
}

.header-user-name > h6 
{
    /*color: #181818;*/
    color: white;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
}

.header-user-name > p
{
    color: #C0C0C0;
    font-size: 12px;
    font-family: "OpenSans-SemiBold";
}

.bulle
{
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    font-family: "OpenSans-Bold";
    color: #001632;
    font-size: 14px;
}

@media (max-width: 767px) {
    .header-cadre-user
    {
        display: none;
    }
}

/*Body*/
main 
{
    height: calc(100% - 90px);
    width: 100%;
    display: flex;
    overflow: hidden;
}

.body-content
{
    /*background-color: #F5F5F5;*/
    background-color: #FAFAFA;
    border-top-left-radius: 20px;
    width: calc(100% - 310px);
    height: 100%;
    transition: 0.6s;
}

/*Nav*/
nav {
    height: 100%;
    width: 310px;
    /*background-color: white;*/
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.6s;
}

.nav-contain
{
    width: 100%;

}

.btn-nav-upload
{
    width: 100%;
    height: 40px;
    background-color: #FFFFFF; /*#008B7C;*/
    border: 1px solid #FFFFFF; /*#008B7C;*/
    border-radius: 4px;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    color: #1D1223;
    transition: 0.3s;
}

.btn-nav-upload > svg
{
    margin-right: 5px;
}

.btn-nav-upload > svg > path
{
    transition: 0.3s;
}

.btn-nav-upload:hover
{
    background-color: #1D1223;
    border-color: #1D1223; /*#32c9b9;*/
    color: white;
}

.btn-nav-upload:hover > svg > path
{
    fill: white;
    transition: 0.3s;
}

.nav-hr
{
    background-color: #F5F5F5;
    opacity: 0.5;
    margin: 1.5rem 0 0.5rem 0;
}

.nav-line, .nav-line-admin, .nav-line-credit
{
    position: relative;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    transition: 0.3s;
}

.nav-line > p, .nav-line-admin > p, .nav-line-credit > p
{
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    /* color: #6F6F6F; */
    color: #FFFFFF;
    padding-left: 25px;
}

.nav-line:hover 
{
    /*background-color: #FFE9F6;*/
    background-color: #4D3B4F;
}

.nav-line:hover > p
{
    /*color: #98518D;*/
    color: white;
}

.nav-line-admin:hover
{
    /*background-color: #FFEFC5;*/
    background-color: #4D3B4F;
}

.nav-line-admin:hover > p
{
    color: #e3a953;
}


.nav-line-ico-home::before
{
    position: absolute;
    content: url(../img/icones/lucide_home.svg);
    top: calc(50% - 9px);
}
/*
.nav-line-ico-home:hover::before
{
    position: absolute;
    content: url(../img/icones/lucide_home_hover.svg);
}
*/
.nav-line-ico-pack::before
{
    position: absolute;
    content: url(../img/icones/ph_package-bold.svg);
    top: calc(50% - 9px);
}
/*
.nav-line-ico-pack:hover::before
{
    position: absolute;
    content: url(../img/icones/ph_package-bold-hover.svg);
}
*/

.nav-line-ico-faq::before
{
    position: absolute;
    content: url(../img/icones/faq.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-credit::before
{
    position: absolute;
    content: url(../img/icones/ico_credit.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-ass::before
{
    position: absolute;
    content: url(../img/icones/icon-park-outline_protection.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-ass:hover::before
{
    position: absolute;
    content: url(../img/icones/icon-park-outline_protection-hover.svg);
}

.nav-line-ico-baq::before
{
    position: absolute;
    content: url(../img/icones/mingcute_bank-card-line.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-baq:hover::before
{
    position: absolute;
    content: url(../img/icones/mingcute_bank-card-line-hover.svg);
}

.nav-line-ico-cre::before
{
    position: absolute;
    content: url(../img/icones/solar_euro-linear.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-cre:hover::before
{
    position: absolute;
    content: url(../img/icones/solar_euro-linear-hover.svg);
}

.nav-line-ico-epa::before
{
    position: absolute;
    content: url(../img/icones/tdesign_saving-pot.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-epa:hover::before
{
    position: absolute;
    content: url(../img/icones/tdesign_saving-pot-hover.svg);
}

.nav-line-ico-account::before
{
    position: absolute;
    content: url(../img/icones/line-md_account.svg);
    top: calc(50% - 9px);
}
/*
.nav-line-ico-account:hover::before
{
    position: absolute;
    content: url(../img/icones/line-md_account-hover.svg);
}
*/
.nav-line-ico-logout::before
{
    position: absolute;
    content: url(../img/icones/line-md_logout.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-logout:hover::before
{
    position: absolute;
    content: url(../img/icones/line-md_logout-hover.svg);
}

.nav-line-ico-lock::before
{
    position: absolute;
    content: url(../img/icones/iconoir_lock.svg);
    top: calc(50% - 9px);
}

.nav-line-ico-lock:hover::before
{
    position: absolute;
    content: url(../img/icones/iconoir_lock-hover.svg);
}

.nav-label
{
    font-size: 12px;
    font-family: "OpenSans-SemiBold";
    color: white;
    position: relative;
    padding: 10px 15px;
}

.nav-label-line-1:after
{
    position: absolute;
    content: "";
    right: 0;
    width: 170px;
    top: 50%;
    height: 1px;
    background-color: white;
}

.nav-label-line-2:after
{
    position: absolute;
    content: "";
    right: 0;
    width: 115px;
    top: 50%;
    height: 1px;
    background-color: #838A93;
}

.nav-label-line-3::after
{
    position: absolute;
    content: "";
    right: 0;
    width: 130px;
    top: 50%;
    height: 1px;
    background-color: #838A93;
}

.nav-select
{
    padding: 10px 15px; /*10px 20px;*/
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    transition: 0.3s;
    border: none;
    color: #6F6F6F;
}

.nav-select:hover
{
    background-color: #FFE9F6;
    color: #98518D;
    cursor: pointer;
}

.nav-footer {
    margin-top: auto;
    margin-bottom: 30px;
}


@media (max-width: 1199px) {
    .body-content
    {
        width: calc(100% - 80px);
    }

    nav {
        width: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }    

    .nav-line-admin, .nav-line
    {
        padding: 15px !important;
    }

    .nav-label-line-3::after {
        width: 100% !important;
    }
    
    .btn-nav-upload > svg {
        margin-right: 0 !important;
    }

    .header-logo {
        text-align: left;
        padding-left: 15px;
    }

    .dn-mobile
    {
        display: none;
    }
}
/*--------------------------------------------------------------
>>> Connect
----------------------------------------------------------------*/
.body-connect
{
    /*background-color: #f5f5f5 !important;*/
    /*background: linear-gradient(201deg,#232d55,#2f5a6a,#112be7);
    background-size: 180% 180%;*/
    background: linear-gradient(230deg,#00035A 10%,#00000A 43%,#40143B 90%);
    background-size: 115% 115%;
    animation: gradient-animation 15s ease infinite;
    display: flex;
}
  
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.form-connect
{
    margin: auto;
    width: 100%;
    max-width: 350px;
    background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0));
    border-radius: 8px;
    /*box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);*/
    text-align: left;
    color: white;
    padding: 30px;
}

.connect-logo-title > p
{
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    padding-top: 2px;
}

.connect-logo
{
    max-width: 200px;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
}

.connect-step-information > p
{
    font-size: 20px;
    font-family: 'OpenSans-bold';
    margin-top: 20px;
    margin-bottom: 30px;
}


.connect-step > p
{
    font-size: 16px;
    font-family: 'OpenSans-SemiBold';
    color: #6C637A;
    margin-bottom: 45px;
}

.connect-input-label
{
    font-size: 14px;
    font-family: 'OpenSans-SemiBold';
}

.connect-link
{
    font-size: 14px;
    font-family: 'OpenSans';
    color: #1765D9;
    text-decoration: underline;
}

.connect-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.connect-input-group>.connect-form-control, .connect-input-group>.connect-form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.connect-input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .connect-input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.connect-input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.connect-form-control {
    display: block;
    background-clip: padding-box;
}

.connect-input, .connect-input:active, .connect-input:focus, .connect-form-control, .connect-form-select 
{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: white;
    font-family: "OpenSans-SemiBold";
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #34303B !important;
    border-radius: 4px;
    padding: 0 15px;
}

.connect-input::placeholder
{
    color: #6C637A;
}

.connect-pass-eye
{
    content: '';
    position: absolute;
    top: 17px;
    bottom: 17px;
    right: 10px;
    width: 20px;
    background: url(../img/icones/eye-on.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.eye-on
{
    background: url(../img/icones/eye-off.svg) no-repeat center !important;
    background-size: 100% !important;
}

.connect-input-group-text {
    display: flex;
    align-items: center;    
    white-space: nowrap;
    padding: 0 !important;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 40px;
    font-size: 14px;
    color: white;
    font-family: "OpenSans-SemiBold";
    background: transparent !important;
    background-color: #34303B !important;
    border: 2px solid #34303B !important;
    border-radius: 4px;
    padding: 0 15px;
}

.connect-form-select {
    display: block;
    color: white;
    background-color: #34303B !important;
    background-image: url(../img/icones/select-arrow-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 16px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 0 !important;
    max-width: 200px;
}

.connect-btn
{
    margin-top: 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    border: none;
    background-color: white;
    color: #1D1223;
    border-radius: 4px;
    margin-top: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.connect-btn:hover
{
    font-size: 13.5px;
    background-color: #1D1223;
    color: white;
}

.connect-btn-disabled, .connect-btn-disabled:hover
{
    color: black !important;
    background-color: #34303B !important;
    cursor: not-allowed !important;
    font-size: 14px;
}

.connect-new-account > p
{
    margin-top: 45px;
    font-size: 15px;
    font-family: "OpenSans";
    margin-bottom: 30px;
}

.title-connect
{
    font-family: "OpenSans";
    text-align : center;
    margin-bottom: 14px;
    font-size: 16px;
    text-align: left;
}

.text-connect
{
    font-family: "OpenSans-SemiBold";
    margin-bottom: 15px;
    font-size: 14px;
    color: #6C637A;
    text-align: left;
}

.connect-error
{
    font-family: "OpenSans-SemiBold";
    margin-top: 15px;
    font-size: 14px;
    color: darkred;
}

.double-authentification-inputs 
{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.double-authentification-inputs > input
{
    background-color: transparent;
    color: white;
    height: 60px;
    width: 40px;
    border-radius: 4px;
    border: 2px solid #34303B;
    font-size: 35px;
    text-align: center;
    font-family: "OpenSans-Bold";
}


/*--------------------------------------------------------------
>>> Search Landings
----------------------------------------------------------------*/
.catalogue-subtitle
{
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    color: #A1A1A1;
    margin-left: 30px;
    margin-bottom: 15px;
}

.catalogue
{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0 0;
}

.catalogue-right
{
    margin-left: auto;
    width: 300px;
    height: calc(100% - 70px);
    /**/
    margin-top: 35px;
}

.catalogue-right-b
{
    margin-left: auto;
    width: 300px;
    height: calc(100% - 70px);
    overflow: auto;
}

.catalogue-filtres
{
    background-color: white;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    height: calc(100% - 100px);
    border-radius: 10px;
}

.catalogue-contain
{
    width: calc(100% - 300px);
}
.catalogue-corps
{
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow: auto;
}

@media (max-width:767px) {
    .catalogue-contain
    {
        width: 100%;
    }
    .catalogue-right, .catalogue-right-b
    {
        display: none;
    }

    .catalogue-corps
    {
        justify-content: center;
    }
}
.etiquette
{
    max-width: 250px;
    height: max-content;
    background-color: white;
    border-radius: 10px;
    padding: 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin: 0 30px 30px 30px;
    overflow: hidden;
    cursor: pointer;
}

.etiquette:hover
{
    background-color: #f8fafc;
}

.etiquette-cover
{
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}

.etiquette-title
{
    font-size: 16px;
    font-family: "OpenSans-Bold";
    color: #001632;
    text-align: left;
    margin-top: 10px; /*15px*/
    margin-bottom: 15px; /*20px*/
    hyphens: auto;
}

.etiquette-bottom
{
    padding-top: 15px;
    display: flex;
}
/*
.etiquette-credit
{
    background-color: white;
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 16px;
    font-family: "OpenSans-Bold";
    color: black;
    border-radius: 8px;
    padding: 2px 6px;
    z-index: 31;
}*/
.etiquette-credit
{
    position: absolute;
    top: -15px;
    left: -15px;
    height: 0;
    width: 0;
    border-top: 55px solid #4D3B4F;
    border-right: 60px solid transparent;
    z-index: 31;
}

.etiquette-credit > .etiquette-credit-montant
{
    font-size: 16px;
    font-family: "OpenSans-Bold";
    color: white;
    position: absolute;
    top: -50px;
    left: 5px;
    width: 50px;
}

.etiquette-suppr
{
    background-color: transparent;
    position: absolute;
    top: -15px;
    right: -20px;
    font-size: 16px;
    font-family: "OpenSans-Bold";
    color: black;
    padding: 2px 5px;
    border-radius: 8px;
    z-index: 31;
}

.etiquette-suppr > button
{
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background-color: #b81b38;
    border: none;
    padding: 2px;
    transition: 0.3s;
}

.etiquette-suppr > button:hover
{
    background-color: rgb(73, 0, 0);
}
/*
.etiquette-caisse
{
    font-size: 16px;
    margin-left: auto;
    font-family: "OpenSans-ExtraBold";
    color: #181818;
}
*/

.etiquette-text
{
    font-size: 12px;
    color: #C9C9C9;
    font-family: "OpenSans";
}

.etiquette-text > strong
{
    color: #818183;
}


.btn-previsualisation, .btn-previsualisation-disabled
{
    width: calc(100% - 35px);
    margin-right: 5px;
}

.btn-previsualisation > button
{
    width: 100%;
    height: 30px;
    background-color: white;
    color: #1765D9;
    border: 1px solid #1765D9;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    transition: 0.3s;
}

.btn-previsualisation:hover > button
{
    background-color: #1765D9;
    color: white;
    border: 1px solid #1765D9;
}

.btn-previsualisation-disabled > button
{
    width: 100%;
    height: 30px;
    border: none;
    color: #c7c7c7 !important;
    background-color: #e1e1e1 !important;
    cursor: not-allowed;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    cursor: not-allowed;
}

.btn-download 
{
    width: 30px;
}

.btn-download > button
{
    background-color: #1765D9;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
}

.dl-disabled, .dl-disabled:hover {
    color: #c7c7c7 !important;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
    cursor: not-allowed;
}

.univers_span
{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  padding: 4px 10px 4px 8px;
  border-radius: 4px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "OpenSans";
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.univers-icon
{
  width: 14px;
  height: 14px;
  font-size: 14px;    
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.univers_epargne
{
  background-color: #FFF8BC;
  color: #E3D024;
}

.univers_assurance
{
  background-color: #AFFFC6;
  color: #318C40;
}

.univers_credit
{
  background-color: #D9E8FF;
  color: #214172;
}

.univers_comptes
{
  background-color: #FBDDE5;
  color: #C9466D;
}

.univers_autre
{
    background-color: #fbddf8;
    color: #c946b1;
}

.type_bloc
{
    background-color: #220B24;
    color: #ffffff;
}

.searchLP
{
    width: calc(100% + 30px);
    margin-top: -80px;
    margin-bottom: 45px;
    margin-left: -15px;
}

.input-group>.input-search {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-search {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    color: #212529;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-search::placeholder {
    color: #6C637A;
}

.btn-search {
    display: inline-block;
    background-color: #ffffff !important;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    border-radius: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2;
    box-shadow: none !important;
    border: none !important;
}

.btn-search:hover
{    
    background-color: #220B24 !important; /*#32c9b9;*/
    border-color: #220B24 !important; /*#32c9b9;*/
    color: white !important;
}

.btn-search:hover > svg > circle
{
    stroke: #ffffff;
}

.btn-search:hover > svg > path
{
    fill: #ffffff;
}

.input-result
{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    padding-left: 15px;
    margin-bottom: 10px;
    background-color: #F5F4F4;
    color: #898989;
}

.filtres-label
{
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    color: #220B24;
}

.filtres-select
{
    width: 100%;
    height: 40px;
    border: none;
    cursor: pointer;
    background-color: #4D3B4E;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    padding-left: 15px;
    margin-bottom: 10px;
    background-image: url(../img/icones/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filtres-select > option:disabled
{
    color: white !important;
}

.filtres-stroke-password
{
    width: 100%;
    height: 40px;
    border: 1px solid #4D3B4E;
    cursor: pointer;
    background-color: transparent;
    color: #4D3B4E;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-Bold";
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px;    
}


.filtres-stroke-select
{
    width: 100%;
    height: 40px;
    border: 1px solid #4D3B4E;
    cursor: auto;
    background-color: transparent;
    color: #4D3B4E;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-Bold";
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.filtres-button
{
    width: 100%;
    height: 40px;
    background-color: #220B24;
    color: white;
    border: 1px solid #220B24;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-Bold";
    transition: 0.3s;
}

.filtres-button-outline
{
    width: 100%;
    height: 40px;
    background-color: transparent;
    color: #220B24;
    border: 2px solid #220B24;
    border-radius: 4px;
    font-size: 14px;
    font-family: "OpenSans-Bold";
    transition: 0.3s;
}

.filtres-button:hover, .filtres-button-outline:hover 
{
background-color: #110013;
font-size: 13px;
color: white;
border: 1px solid #110013;
}

@media (max-height: 760px) {

    .catalogue-filtres {
      margin-top: 0;
    }
 
    .catalogue-right
    {
        height: calc(100% - 145px);
        margin-top: 35px;
        overflow: auto;
    }

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

/*--------------------------------------------------------------
>>> Landing
----------------------------------------------------------------*/
.landing-cadre
{
    display: flex;
}

.landing-right
{
    width: 50%;
    padding: 0 30px;    
    overflow: auto;
}

.landing-left
{
    margin: 0 30px;
    width: calc(50% - 60px);
    background-color: white;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.landing-subtitle
{
    font-family: "OpenSans-Bold";
    font-size: 14px;
}

.description-landing
{
    background-color: transparent;
    border: none;
    width: 100%;
    min-height: 200px;
    resize: none;
    text-align: left;
}

.landing-nb-telechargement > img
{
    float: left;
}

.landing-nb-telechargement > p
{
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    color: #1D1223;
    line-height: 17px;
}

table.table-package {
    border: 2px solid #4d3b4e4c;
    width: 100%;
    text-align: left;
    border-collapse: collapse;

}
table.table-package tbody td {
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    color: #1D1223;
    padding: 3px 10px;
}
table.table-package tr:nth-child(even) {
    background: #4d3b4e69;
  }

@media (max-width: 1199px) {
    .landing-cadre
    {
        flex-direction: column;
    }

    .landing-left, .landing-right
    {
        margin: 0;
        background: transparent;
        width: 100%;
        height: auto;
        overflow: inherit;
    }

    .description-landing
    {
        min-height: 300px;
    }

    .overflow-mobile
    {
        overflow: auto;
    }
}

/*--------------------------------------------------------------
>>> Home
----------------------------------------------------------------*/
.home-header 
{
    padding-top: 75px;
}

.home-header-title
{
    font-family: "OpenSans-Bold";
    font-size: 18px;
}

.home-input-group
{
    width: 600px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

.input-group>.home-input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.home-input {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    color: #212529;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-input::placeholder {
    color: #6C637A;
}

.account-blocs
{
    display: flex;
    max-width: 450px;
    margin-left: 30px;
    margin-right: auto;
}

.home-blocs
{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}

.home-bloc
{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    /*padding: 30px;*/
    background-color: white;
    border-radius: 10px;
    width: 450px;
    max-width: calc(100% / 3);
}

.home-bloc-header p 
{
    text-align: center;
    font-family: "OpenSans-Bold";
    font-size: 18px;
    padding-bottom: 45px;
}

.home-text
{
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    color: #6C637A;
    padding-bottom: 15px;
}

.home-text > strong
{
    font-family: "OpenSans-Bold";
}

.home-text > span
{
    font-family: "OpenSans-Bold";
    color: #C1A2BD;
}

.home-package-line
{
    width: 100%;
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
}

.home-package-line:nth-child(even)
{
   background-color: #f5f5f5;
}


.home-package-line-left
{
    margin-top: auto;
    margin-bottom: auto;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.home-package-line-left > a
{
    font-family: "OpenSans-Bold";    
    color: #220B24;
    white-space : nowrap;
    text-overflow: fade(50%);
    max-width: 70%;
    overflow: hidden;
    font-size: 16px;
    transition: 0.3s;
}

.home-package-line-left > a:hover
{
    text-decoration: underline;
    color: #40143B;
}

.home-package-line-left > span
{
    font-family: "OpenSans";
    color: #818183;
    font-size: 14px;
}

.home-package-line-right
{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

@media (max-width: 1199px) {

    .home-header-bloc
    {
        width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto;
    }

    .home-blocs
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-bloc
    {
        width: calc(100% - 30px);
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*ADm*/
.adm_fil_lines
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.adm_fil_lines_pack
{
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    color: #181818;
}

.adm_fil_lines_email
{
    font-family: "OpenSans-SemiBold";
    font-size: 12px;
    color: #818183;
}

.btn-success-adm, .btn-danger-adm
{
    width: 40px;
    height: 30px;
    text-align: center;
}

.poids-total
{
    position: absolute;
    bottom: 30px;
    right: 105px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    font-family: "OpenSans-Bold";
    color: limegreen;
    font-size: 14px;
}

.user-new
{
    padding: 2px 6px 2px 4px;
    margin-right: 15px;
    border-radius: 3px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "OpenSans";
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    background-color: #FBDDE5;
    color: #C9466D;
}
/*FAQ*/
.faq-container
{
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.faq-title
{
    padding-top: 60px;
    font-family: "OpenSans-Bold";
    font-size: 36px;
    text-align: center;
    color: rgb(33, 37, 41);
}


/*COLLAPSE*/
.accordion 
{
    margin-top: 60px;
}

.accordion-button {
    padding: 20px;
    color: #071621;
    font-family: 'OpenSans-ExtraBold';
    font-size: 18px; /*24px*/
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 60px;
    margin-left: 15px ;
    margin-top: 11px;
    content: "";
    /*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");*/
    background-image: url("../img/icones/arrow-collapse.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 60px;
    margin-left: 15px ;
    margin-top: -3px;
    content: "";
    /*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");*/
    background-image: url("../img/icones/arrow-collapse2.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}

.accordion-button::after {
   display: none;
}

.accordion-button:focus {
    border-color: #009787;
    /*box-shadow: 0 0 0 0.25rem rgb(0 151 135 / 25%);*/
    box-shadow: none !important;
}


.accordion-item
{
    margin-bottom: 15px;
    border-radius: 8px !important;
    min-height: 84px;
    border: none;
}

/*
.accordion-item:nth-child(3)
{
    margin-bottom: 60px;
}
    */

.accordion-button 
{
    min-height: 84px;
    border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #40143B;
    /*box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);*/
    box-shadow: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius:0 !important;
}

.accordion-header
{
    overflow: hidden;
}

.accordion-table div
{
    line-height: 50px;
}

.accordion-table 
{
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    padding-left: 90px;
}

@media (max-width: 767px) 
{   
    .accordion-table 
    {
        padding-left: 0;
    }   
}

@media (max-width: 575px) 
{   
    .accordion-table div
    {
        line-height: 30px;
        text-align: center;
    }

    .accordion-table 
    {
        font-family: 'OpenSans-ExtraBold';
        font-size: 17px;
    }
    .accordion-table-inclus 
    {
        font-family: 'OpenSans';
        margin-bottom: 30px;
    }

}

@media (max-width: 460px) 
{
    .accordion-button {
        font-size: 18px;
    }

    .accordion-button::before {
        margin-right: 20px;
        margin-left: 0;
    }
    
}
/*FIN TOGGLE*/
