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


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


: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 
{
    background-color: #F5FAFB;
}

main {
    overflow: hidden;
}

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

.lien-simple
{
    color: #308276;
    text-decoration: underline;
    transition: 0.3s;
}

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

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

body {
    font-family: '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: 500 24px / 1.125 "Open Sans", sans-serif;
    color: #009787;
    padding-top: 45px;
    max-width: 450px;
    margin-bottom: 30px;
}

h1 strong {
    font: 500 32px / 1.125 "Open Sans", sans-serif;
}

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

.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
    {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

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

    h1{
        font-size: 22px;
    }

}


.btn-iode
{
    width: 450px;
    height: 50px;
    text-align: center;
    font-family: 'Montserrat';
    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: 'OpenSans-Medium';
    font-weight: 300;
}

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

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

.blue
{
    color: #009787;
}

.contain-1200
{
    max-width: 1200px;
    width: 100%;
}

.contain-400
{
    max-width: 430px;
    width: 100%;
}

.contain-440
{
    max-width: 470px;
    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;
    height: 45px;
    background-color: #008B7C;
    border: 1px solid #008B7C;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    color: white;
    transition: 0.3s;
}

.btn-secondary
{
    max-width: 100%;
    width: 270px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #008B7C;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    color: #008B7C;
    transition: 0.3s;
    margin-top: 15px;
}

.btn-primary:hover, .btn-secondary:hover
{
    background-color: #32c9b9;
    border-color: #32c9b9;
    color: white;
    font-size: 13.5px;
}

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

/*--------------------------------------------------------------
>>> Step-Header
----------------------------------------------------------------*/
#stepheader {
    background-color: white;
    height: 90px;
    margin-top: auto;
    margin-bottom: auto;
}

h3 
{
    font-size: 16px;
    font-family: 'OpenSans-Medium';
}

.step-indicator
{
    font-size: 12px;
    font-family: 'OpenSans';
    color: #707070;
}

.btn-back > button
{
    background-color: #008B7C;
    height: 35px;
    border-radius: 35px;
    color: white;
    width: 100px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn-back > .disabled
{
    background-color: #D9D9D9;
}


.btn-cross > button
{
    background-color: white;
    height: 35px;
    border-radius: 35px;
    color: white;
    width: 100px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn-cross > button > svg > path
{
    transition: 0.3s;
}

.btn-back > button:hover, .btn-cross > button:hover
{
    background-color: #008B7C;
}

.btn-cross > button:hover > svg > path
{
    stroke: white;
}

.btn-back > .disabled:hover
{
    background-color: #D9D9D9;
}

.padding-15 
{
    padding-left: 15px;
    padding-right: 15px;
}

.step-line
{
    height: 4px;
    width: 100%;
    position: relative;
    background-color: #D9D9D9;
}

.step-line > div
{
    height: 100%;
    background-color: #009787;
}

@media (max-width: 450px) {
    .btn-back > button
    {
        width: 80px;
    }
}
/*--------------------------------------------------------------
>>> Step-Body
----------------------------------------------------------------*/
#stepbody {
    background-color: #F5FAFB; /* #FAFCFD; */
    padding-top: 60px;
    padding-bottom: 60px;
}

.mention-recap
{
    margin-top: 30px;
    font-family: 'OpenSans';
    font-size: 12px;
    color: #707070;
    text-align: justify;
}

.mention-recap > a
{
    color: #00C6B7;
}

.mention-recap > a:hover
{
    color: #008B7C;
}

.control-group
{
    margin-bottom: 20px;
}

/*Checkbox*/
.control {
    font-family: 'OpenSans';
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 0; /*33*/
    padding-top: 0px;
    cursor: pointer;
    font-size: 14px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 3px; /*calc(50% - 10px);*/
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 4px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background-color: #009787;
    transform: translateY(-50%);
    border-radius: 20%;
    transition: 0.3s ease-in-out;
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
/**/

.titre-label
{
    font-size: 17px; /* 16px; */
    color: black; /* #707070; */
    width: 330px;
    max-width: 100%;
    margin-bottom: 30px;
    font-family: 'OpenSans-Medium';
}

.titre-label > strong
{
    font-family: 'OpenSans-Medium';
    color: #007461;
}

.mention-field
{
    width: 330px;
    max-width: 100%;
    font-size: 12px;
    color: #707070;
    font-family: 'OpenSans';
    margin-top: 5px;
}

.contain-form
{
    width: 330px;
    max-width: 100%;
}

.tooltip-dr
{
    position: absolute;
    top: 0;
    right: -2px;
    height: 20px;
    width: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    border-radius: 20px;
    background-color: #007461;
    border: none;
    color: white;
    font-family: 'Montserrat';
    font-size: 13px;
}

.titre-field
{
    font-family: "OpenSans-Medium";
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}
label.titre-field {
	display:block;
}
label.labelDysNone { display:none;}
.titre-recap
{
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: black;
    margin-bottom: 30px;
}

.text-field
{
    font-family: "OpenSans";
    font-size: 13px;
    text-align: justify;
    color: #454545;
    width: 330px;
    max-width: 100%;
}


.input-field, .select-field, .montant_remuneration, .message_alert
{
    width: 330px;
    max-width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9; /*#ced4da;*/
    color: #212529;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.input-group 
{
    margin-bottom: 20px;
}

.input-field-left 
{
    height: 40px;
    width: 200px;
    max-width: calc(100% - 100px);
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #707070; /*#ced4da;*/
    border-radius: 0.25rem;
}

.input-field-right 
{
    height: 40px;
    width: 130px;
    /*max-width: calc(100% - 230px);*/
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    background-color: #008B7C;
    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 #008B7C; /*#ced4da;*/
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,background-color 0.3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-field-right:focus, .input-field-right:active
{
    background-color: #32c9b9;
    border-color: #32c9b9;
}

.select-field
{
    background-image: url(../img/icones/arrow_select_black.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.switch-field {
	display: flex;
	margin-bottom: 20px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: white;
	color: #008B7C;
	font-size: 14px;
	line-height: 1;
	text-align: center;
    padding: 12px 15px;
	margin-right: -1px;
	border: 1px solid #008B7C;
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
	transition: all 0.1s ease-in-out;
    height: 40px;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #008B7C;
    color: white;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.input-field-flex
{
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9; /*#ced4da;*/
    color: #212529;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.input-field-flex:nth-child(1)
{
    width: 75px;
    max-width: calc(24% - 5px);
}

.input-field-flex:nth-child(2)
{
    width: 75px;
    max-width: calc(24% - 5px);
}

.input-field-flex:nth-child(3)
{
    width: 165px;
    max-width: calc(52% - 5px);
}


.montant_remuneration
{
    border-color: transparent !important;
    background-color: rgba(138, 206, 199, 0.29);
    min-height: 40px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.montant_remuneration > p, #simulation_dynamique > p
{
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #14655c;
}

.message_alert
{
    border-color: transparent !important;
    background-color: rgb(248 245 149 / 29%);
    min-height: 40px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Montserrat";
    color: #7f6331;
}

.message_alert > strong
{
    font-family: "Montserrat-Medium";
}

.tableau-simulation
{
    margin-top: 15px;
    display: flex;
}

.tableau-simulation-annees, .tableau-simulation-montants
{
    width: 50%;
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #14655c;
}

.tableau-simulation-annees div, .tableau-simulation-montants div
{
    height: 30px;
}

.tableau-simulation-mention
{
    font-size: 12px !important;
    color: #14655c;
    margin-top: 10px;
    font-family: "Montserrat-Italic" !important;
    /*display: inline !important;*/
}

@media (max-width : 329px) {
    .form-contain
    {
        width: 100%;
    }

    .input-field-right 
    {
        width: 100px;
    }

    
}

.recap-contain
{
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.recap-liste
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.recap-item-left
{
    font-family: "Montserrat-Light";
    text-align: left;
}

.recap-item-right
{
    font-family: "Montserrat-Medium";
    text-align: right;
}

.recap-item-left, .recap-item-right
{
    font-size: 14px;
}

.recap-mentions > p
{
    font-family: "OpenSans-Italic";
    font-size: 12px;
}

#fip_produit 
{
    color: #00C6B7;
    cursor: pointer;
    transition: 0.3s;
}

#fip_produit:hover
{
    color: #008B7C;
}

.success-title 
{
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    color: #00C6B7;
    margin-bottom: 20px;
}

.success-text 
{
    font-size: 14px;
    margin-bottom: 60px;
    color: #454545;
}

.success-bloc-comparateur
{
    background: white;
    padding: 30px 30px;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.success-text-comparateur
{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #454545;
    margin-bottom: 10px;
}

/*Validation*/
#double-authentification
{
    background-color: #ffffff; /*#fdfdfd;*/
    padding: 40px 20px 40px 20px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    margin-bottom: 30px;
    position: relative;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
  }
  
  @keyframes shadowPulse {
    33% {
      background: #FFF;
      box-shadow: -24px 0 #008B7C, 24px 0 #FFF;
    }
    66% {
      background: #008B7C;
      box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
      background: #FFF;
      box-shadow: -24px 0 #FFF, 24px 0 #008B7C;
    }
  }

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

.double-authentification-inputs > input
{
    background-color: #F5FAFB;
    height: 80px;
    width: 50px;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    border: none;
    font-size: 45px;
    text-align: center;
    font-family: "Montserrat-Medium";
}

@media (max-width: 500px) {
    .double-authentification-inputs 
    {
        max-width: 339px;
    }

    .double-authentification-inputs > input
    {
        height: 60px;
        width: 44px;
        font-size: 20px;
        padding: 0 !important;
    }
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #00C6B7;
  }
  .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #F5FAFB; /* ANCIENNE COULEUR : 009597;*/
    transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #00C6B7;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid #00C6B7;
  }
  .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #F5FAFB; /* ANCIENNE COULEUR : 009597;*/
  }

  @keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }

  .renvoicode1, .renvoicode2
  {
    font-size: 12px;
    /*font-family: "Montserrat-Medium";*/
    color: #008B7C;
  }

  .renvoicode1
  {
    cursor: pointer;
    color: #00C6B7;
    transition: 0.3s;
  }

  .renvoicode1:hover
  {
    color: #008B7C;
  }

/**/

.form-error
{
    text-align: center;
    width: 330px;
    max-width: 100%;
    margin-top: 15px;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    color: darkred;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width : 329px) {
    .form-error
    {
        width: 100%;
    }   
}
/*--------------------------------------------------------------
>>> MENTIONS
----------------------------------------------------------------*/

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