@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700');

body {
    font-family: 'Montserrat', sans-serif;
    background: #f6f6f6;
}

:focus {
    outline: none !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

.container-non-fluid {
    padding: 0 5%;
    margin: 50px auto 20px auto;
}


h2 {
    text-transform: uppercase;
    color: #F5C847;
    font-weight: 100;
    border-bottom: 3px solid #F5C847;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
}

.margin-bottom-60px {
    margin-bottom: 60px;
}

.header {
    position: relative;
}

.contenu-header {
    position: absolute;
    top: 15%;
    left: 10%;
}

.contenu-header h1 {
    margin-bottom: 0;
}

.contenu-header h1,
.contenu-header p {
    color: #007da0;
    text-transform: uppercase;
}

.pourcent {
    font-weight: 700;
    font-size: 3rem;
}

.header img {
    width: 100%;
}

/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #007da0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* /Sweep To Right */

.bouton-header {
    background: #f5c847;
    border: 1px solid #f5c847;
    color: #FFF;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.bouton-header:hover,
.bouton-header:focus,
.bouton-header:active {
    color: #f5c847;
}

.bouton-header:before {
    background: #FFF;
}

h2 .picto-titre {
    height: 40px;
    margin: -24px 10px auto 0;
}

.col-carte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carte-investir {
    background: #FFF;
    margin-top: 30px;
    width: 100%;
}

.img-investir {
    width: 100%;
}

.carte-contenu {
    padding: 20px 50px 30px 50px;
    color: #007DA0;
}

.carte-titre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.carte-titre img {
    height: 50px;
    width: 50px;
}

.carte-titre h3 {
    color: #007DA0;
    text-transform: uppercase;
    font-weight: 100;
    padding-left: 20px;
    font-size: 1.25rem;
}

.carte-investir ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.carte-investir li {
    background-image: url(../img/fleche-jaune.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 17px;
    background-size: 9px;
}

.mon-offre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-img {
    background: url(../img/contact-img-2.jpg);
    background-size: cover;
}

.contact-img img {
    width: 100%;
}

.contact {
    background: #007DA0;
    padding: 20px 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.titre-formulaire h3 {
    color: #FFF;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
}

.titre-formulaire p {
    color: #FFF;
}

.contact form {
    width: 100%;
    margin-bottom: 20px;
}

.contact input[type="text"] {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a8a8a8;
    margin-bottom: 20px;
    height: 35px;
}

.contact textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a8a8a8;
    height: 150px;
    margin-bottom: 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a8a8a8;
    padding-left: 5px;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a8a8a8;
    padding-left: 5px;

}

input::placeholder,
textarea::placeholder {
    color: #a8a8a8;
    padding-left: 5px;

}

.optin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

label.souscrire {
    padding-left: 10px;
    color: #FFF;
    font-size: .7rem
}

.savoir-plus,
.savoir-plus:hover,
.savoir-plus:focus,
.savoir-plus:active {
    color: #FFF;
    text-decoration: underline;
}

.bouton-bleuI {
    background: #007DA0;
    color: #FFF;
    padding: 5px 50px;
    font-weight: 700;
}

.bouton-bleuI:hover,
.bouton-bleuI:focus,
.bouton-bleuI:active {
    color: #FFF;
    text-decoration: underline;
}

.bouton-bleu {
    background: #FFF;
    color: #007DA0;
    padding: 5px 50px;
    font-weight: 700;
}

.bouton-bleu-tel {
    background: #FFF;
    color: #007DA0;
    padding: 5px 24px;
    font-weight: 700;
}

.bouton-fleche {
    border-radius: 5px 0px 0px 5px;
    margin-left: -36px;
    border: 1px solid #FFF;
    padding: 0;
}

.bouton-fleche:before {
    border-radius: 3px 0px 0px 3px;
}

input.valider {
    padding: 5px 50px;
    border: none;
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
}

input[type="submit"] {
    color: #007DA0;
    font-weight: 700;
}

.bouton-fleche:hover input[type="submit"],
.bouton-fleche:focus input[type="submit"],
.bouton-fleche:active input[type="submit"] {
    color: #FFF;
}

.bouton-bleu:hover {
    color: #FFF;
}

.bouton-bleu:before {
    background: #007DA0;
}

.col-envoyer {
    text-align: center;
}

.bouton-fleche:after {
    content: ' ';
    background: #007DA0 !important;
    background-image: url("../img/picto-fleche.png") !important;
    border: none;
    -webkit-appearance: none;
    background: none;
    background-position: center 6px !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 165px;
    top: -1px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #FFF;
    border-left: none;
    width: 36px;
    height: 36px;
}

.bouton-fleche,
.bouton-fleche:after {
    -webkit-box-shadow: 8px 4px 7px 0 rgba(0, 0, 0, 0.1), 10px 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 8px 4px 7px 0 rgba(0, 0, 0, 0.1), 10px 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.contact h4 {
    color: #FFF;
    font-weight: 100;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.contact p {
    color: #FFF;
}

.bouton-telephone,
.bouton-telephone:before {
    border-radius: 5px;
}

.bouton-telephone {
    -webkit-box-shadow: 8px 4px 7px 0 rgba(0, 0, 0, 0.1), 10px 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 8px 4px 7px 0 rgba(0, 0, 0, 0.1), 10px 6px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #FFF;
}

.bloc-contenu-contact {
    margin: auto;
    width: 80%;
}

.carte-bon-plan {
    background: #FFF;
    text-align: center;
}

.carte-bon-plan img {
    width: 100%;
}

.carte-bon-plan h3 {
    color: #007DA0;
    text-transform: uppercase;
    font-weight: 100;
    margin: 25px auto;
}

.carte-bon-plan p {
    background: #007DA0;
    color: #FFF;
    padding: 5px 0;
}

.bouton-plus {
    border-radius: 5px 0px 0px 5px;
    margin-left: -18px;
    margin-top: 30px;
    border: 1px solid #007DA0;
}

.bouton-plus:before {
    border-radius: 3px 0px 0px 3px;
}

.bouton-plus:after {
    content: ' ';
    background: #007DA0;
    background-image: url("../img/picto-plus.png");
    background-position: center 6px;
    background-repeat: no-repeat;
    position: absolute;
    left: 434px;
    top: -1px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #007DA0;
    border-left: none;
    width: 36px;
    height: 36px;
}

.footer-ville {
    background: url(../img/footer-ville.svg);
    background-repeat: no-repeat;
    background-position-x: 500px;
    background-position: 95% 0%;
    height: 60px;
    width: 100%;
    border-bottom: 10px solid #F5C847;
    margin-top: 50px;
}

footer {
    background: #007DA0;
    text-align: center;
    color: #FFF;
}

footer p {
    margin: 0;
    padding: 20px;
}

footer a,
footer a:hover,
fotter a:active,
footer a:focus {
    color: #FFF;
}

.c-a-vous {
    text-align: left;
}

.c-a-vous img {
    height: 100px;
    max-width: 100%;
}

.bloc-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slogan {
    text-align: center;
    line-height: 1.3;
    margin: auto;
}

.ligne-1 {
    color: #007DA0;
    font-size: 1.5rem;
}

.ligne-2 {
    color: #F5C847;
}

.logo-semcoda {
    text-align: right;
}

.logo-semcoda img {
    height: 100px;
}

nav {
    margin-top: 40px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
}

h2.message-envoi {
    margin: auto;
    border-bottom: none;
}

.visuel-envoi {
    width: 200px;
    height: 200px;
    margin: 100px auto 30px auto;
}

/* CLAIRE CSS*/

.messageform {
    text-align: center;
    font-size: 20px;
    padding: 50px 0 50px 0;
    color: #007DA0;
}

.bandeaup {
    font-size: 1.5rem;
    line-height: 30px;
}

.bandeautitre {
    font-size: 2rem;
    padding-bottom: 22px;
}

.text-asterisque {
    font-size: 12px;
}

.captcha_wrapper{
 text-align : center;
 width : 100%;
 margin-top:2px;
 margin-bottom:2px;
}
