@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');
html {
    font-size: 100%;
}

body {
    background-color: #3A418D;
}

p, h1, h2, h3, h4, span {
    /*color: white;*/
    font-family: 'Montserrat', sans-serif;
}

p, a {
    font-size: 1rem;
    line-height: 1.5rem;
}

a {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
    font-weight: 800;
}

h1 {
    font-size: 5rem;
    text-transform: uppercase;
}

h2 {
    font-size: 3.75rem;
    text-transform: uppercase;
}

h3 {
    font-size: 2.5rem;
}

.titre-hp {
    font-size: 5rem;
    text-transform: none;
}

.medium_title {
    font-size: 3.1rem;
}

/*------------------------------------
----------------IMG-------------------
-------------------------------------*/

img {
    width: 100%;
}

.img-90 {
    width: 90%;
}

.img-80 {
    width: 80%;
}

.img-70 {
    width: 70%;
}

.img-60 {
    width: 60%;
}

.img-50 {
    width: 50%;
}

.img-40 {
    width: 40%;
}

.img-30 {
    width: 30%;
}

.img-20 {
    width: 20%;
}
.auto_width {
    width: auto !important;
}
/*------------------------------------
----------------TYPO-------------------
-------------------------------------*/

main .glyphicon {
    font-size: 40px;
}

.fw-600 {
    font-weight: 600;
}

/*------------------------------------
----------------CTA-------------------
-------------------------------------*/

.alfeo-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    border: 2px solid white;
    padding: 20px 25px;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s;
}

.alfeo-button.green {
    color: #2FAC66;
    border: 2px solid #2FAC66;
}

.alfeo-button:hover {
    box-shadow: inset 300px 0 0 0 #2FAC66;
    text-decoration: none;
    transition: all .5s;
}

.alfeo-button.green:hover {
    color: white;
}

/*------------------------------------
----------------COULEURS--------------
-------------------------------------*/

.bg-yellow, .bg-yellow p {
    background-color: #FECC1C;
    color: #2B80B7;
}
.bg-rose {
    color:#F4B3C3;
}

.bg-rose p{
    color: #000;
}

.bg-blue, .bg-blue p {
    background-color: #2B80B7;
    color: #F18F86;
}

.bg-pink {
    background-color: #F18F86;
   
}
.bg-pink p {
    color: #000;
}
.bg-orange, .bg-orange p {
    background-color: #F18F86;
    color: #FECC1C;
}

.bg-green {
    background-color: #2FAC66;
}

.color-green {
    color: #2FAC66;
}
.color-blue {
    color: #3A418D;
}
.color-purple {
    color: #494495;
}
.color-yellow {
    color: #FECC1C;
}
.color-pink {
    color: #F18F86;
}


/* Ajout nouveaux couleurs */

.bg-red, .bg-red p {
    background-color: #E8412B;
    color: #FECC1C;
}

/*------------------------------------
----------------SPACING---------------
-------------------------------------*/

.padding-10 {
    padding: 10% !important;
}
.padding-3 {
    padding: 3% !important;
}
.padding-left-3 {
    padding-left: 3% !important;
}

.padding-right-3 {
    padding-right: 3% !important;
}
.padding-top-3 {
    padding-top: 3% !important;
}

.padding-bottom-3 {
    padding-bottom: 3% !important;
}
.padding-5 {
    padding: 5% !important;
}

.padding-top-5 {
    padding-top: 5% !important;
}

.padding-bottom-5 {
    padding-bottom: 5% !important;
}

.padding-left-5 {
    padding-left: 5% !important;
}

.padding-right-5 {
    padding-right: 5% !important;
}

.padding-top-10 {
    padding-top: 10% !important
}

.padding-bottom-10 {
    padding-bottom: 10% !important;
}

.padding-left-10 {
    padding-left: 10% !important;
}

.padding-right-10 {
    padding-right: 10% !important;
    ;
}

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

.margin-bottom-5 {
    margin-bottom: 5% !important;
}

.margin-left-5 {
    margin-left: 5% !important;
}

.margin-right-5 {
    margin-right: 5% !important;
}

.margin-top-5 {
    margin-top: 5% !important;
}

.margin-bottom-10 {
    margin-bottom: 10% !important;
}

.margin-left-10 {
    margin-left: 10% !important;
}

.margin-right-10 {
    margin-right: 10% !important;
}

.margin-top-10 {
    margin-top: 10% !important;
}

.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/*------------------------------------
----------------ALIGNEMENTS-----------
-------------------------------------*/

.align-middle {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.align-bottom {
    display: flex !important;
    align-items: flex-end;
}

.align-right {
    justify-content: flex-end;
}

.align-center {
    justify-content: center;
}

.absolute-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.full-height {
    height: 100% !important;
}

.is-flex {
    display: flex;
    flex-wrap: wrap;
}

/*------------------------------------
----------------MENU----------------
-------------------------------------*/

.navbar-default, .navbar-nav {
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    list-style: none;
    transition: all .3s;
}

.navbar-fixed-top.sticky {
    background-color: #3A418D;
    transition: all 0.3s;
}

.navbar-header {
    float: none;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    /*position: absolute;*/
}

.modal-fullscreen-menu {
    padding: 15px;
}

.modal-fullscreen-menu .close {
    color: white;
    opacity: 1;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 5vh;
}

.modal-fullscreen-menu .modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    display: flex;
    height: 100%;
    align-items: center;
}

.modal-fullscreen-menu .list-group {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.modal-backdrop.in {
    opacity: 1;
    background-color: #3A418D;
}

.navbar-nav>li>a {
    text-shadow: none;
    font-weight: bold;
    line-height: 60px;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #2FAC66;
    text-decoration: none;
}

.dropdown-menu>li>a {
    background: #3A418D;
    font-size: 14px;
    color: white;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #2FAC66;
}

/*------------------------------------
----------------BORDER----------------
-------------------------------------*/

/*ENCADREMENT HAUT BAS*/

.border-top-bottom {
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
}

/*BORDER CORNER YELLOW*/

.border-corner-left:before {
    content: '';
    width: 50px;
    height: 50px;
    border-left: 20px solid #FECC1C;
    border-bottom: 20px solid #FECC1C;
    position: absolute;
    display: block;
    bottom: 20%;
}

.border-corner-left.corner-1::before {
    left: 75px;
}

.border-corner-left.corner-2::before {
    left: 40px;
}

.border-corner-left.corner-3::before {
    left: 50px;
}

/*BORDER CORNER WHITE*/

.border-corner-bottom-right {
    width: 50px;
    height: 50px;
    border-right: 20px solid white;
    border-bottom: 20px solid white;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

article .border-corner-right {
    right: 30px;
}

.border-corner-top-left {
    width: 50px;
    height: 50px;
    border-left: 20px solid white;
    border-top: 20px solid white;
    position: absolute;
    left: 0;
    top: 0;
}

form .border-corner-top-left {
    left: 5%;
    top: 5%;
}

form .border-corner-bottom-right {
    right: 5%;
    bottom: 5%;
}

/*BG COLOR BORDER*/

.border-left-yellow {
    border-left: 20px solid #FECC1C;
}

.border-left-pink {
    border-left: 20px solid #F4B3C3;
}

.border-left-red {
    border-left: 20px solid #E8412B;
}

.border-left-blue {
    border-left: 20px solid #2B80B7;
}

.border-left-orange {
    border-left: 20px solid #F18F86;
}

/*------------------------------------
----------------HP----------------
-------------------------------------*/

/*Slider Style*/

.slide--right .slide__title-wrap, .slide--left .slide__title-wrap {
    display: none;
}

.slide--current .slide__title-wrap {
    text-align: center;
}

@media (min-width:768px) {
    .slide--right .slide__title-wrap, .slide--left .slide__title-wrap {
        display: block;
    }
    .slide--current .slide__title-wrap {
        text-align: right;
    }
}

header {
    margin-bottom: 0;
}

@media (min-width:768px) {
    header {
        margin-bottom: 0;
    }
}

.number {
    font-size: 3.125rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.control-prev-next {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    padding-top: 30px;
}

/*IMG CAROUSEL*/

/*#confiance .item img {
    width: 244px;
    height: 114px;
}*/

/*------------------------------------
----------------FORMULAIRE----------------
-------------------------------------*/

.theme_6 label {
    display: none;
}

.theme_6 input, .theme_6 textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 0;
}

.theme_6 input:focus, .theme_6 textarea:focus {
    border: 1px solid rgba(255, 255, 255, 1);
    outline-color: transparent;
    outline-width: 0;
    transition: all .3s;
}

.theme_6 input::placeholder, .theme_6 textarea::placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.theme_6 textarea::placeholder {
    line-height: 150px;
}

.theme_6 .formgroup {
    padding-right: 15px !important;
    padding-bottom: 15px;
}

.theme_6 .formgroup.input {
    height: 68px;
}

.required-field-indicator {
    display: none;
}

input {
    border-radius: 0;
}

.form-group {
    margin-bottom: 0;
}

.formul_spec input[type="radio"] {
    position: absolute !important;
    width: 19px !important;
    height: 19px !important;
    opacity: 0 !important;
    display: inline-block !important;
    z-index: 1 !important;
    cursor: pointer !important;
}

.formul_spec input[type="radio"]+label {
    color: #fff;
    font-size: 14px;
    display: block;
}

.formul_spec input[type="radio"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(images/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

.formul_spec input[type="radio"]:checked+label span {
    background: url(images/check_radio_sheet.png) -57px top no-repeat;
}

.formul_spec {
    padding-bottom: 3%;
}

.plezi .padding-10 {
    position: relative;
}

.plezi .control-group {
    padding-right: 15px !important;
    padding-bottom: 15px;
}

.plezi .control-group .controls {
    height: 53px;
}

.plezi .control-group input {
    height: 100%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 0;
}

.plezi label {
    display: inline-block;
}

.plezi .submit {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    border: 2px solid white;
    padding: 20px 25px;
    margin-top: 20px;
    display: inline-block;
    background: transparent;
    text-shadow: none;
}

.plezi .submit:hover, .plezi .submit:focus, .plezi .submit:active, .plezi .submit.active{
    box-shadow: inset 300px 0 0 0 #2FAC66;
    text-decoration: none;
    transition: all .5s;
    border: 2px solid white;
}

.plezi .submit input {
    border: none;
    background: transparent;
}
.plezi .checkbox input[type=checkbox], .plezi .checkbox-inline input[type=checkbox], .plezi .radio input[type=radio], .plezi .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
    height: auto;
    width: auto;
}
.plezi .controls select.form-control, .plezi .controls select.form-control:focus {
   
    background: #3A418D;
    color: #fff !important;
}
/*------------------------------------
----------------FOOTER----------------
-------------------------------------*/

footer {
    background-color: white;
}
footer li {
    margin-bottom: 25px;
}
footer p {
    color: #000;
    font-size: 0.625rem;
    line-height: 1rem;
    padding: 5%;
}

.footer-menu {
    color: #3A418D;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    font-size: 0.98rem;
    text-align: left;
    padding-bottom: 5%;
}

a.footer-menu:hover {
    color: #2FAC66;
}

footer .alfeo-button {
    margin-top: 0;
}

footer img {
    width: 50%;
}

.menu-copyright {
    color: black;
}

.menu-copyright span {
    color: black;
    font-size: 1rem;
    line-height: 1.5rem;
}

.menu-copyright a, .menu-copyright span {
    font-size: .645rem;
}

.menu-copyright a:hover {
    color: #2FAC66;
}

.menu-copyright a:before {
    content: "-";
    padding: 0 3%;
}

.menu-copyright a:before:hover {
    text-decoration: none !important;
}

@media (max-width:425px) {
    footer img {
        width: 50%;
    }
}

@media (min-width:992px) {
    footer img {
        width: 250px;
    }
}

@media (max-width:992px) {
    footer img {
        width: 50%;
    }
}

@media (max-width:992px) {
    form .border-corner-top-left {
        left: 20px;
        top: 10px;
    }
    .border-corner-top-left {
        width: 40px;
        height: 40px;
        border-left: 10px solid white;
        border-top: 10px solid white;
    }
    form .border-corner-bottom-right {
        right: 20px;
        bottom: 10px;
    }
    .border-corner-bottom-right {
        width: 40px;
        height: 40px;
        border-right: 10px solid white;
        border-bottom: 10px solid white;
    }
}

@media (max-width:1366px) {
    .border-corner-left.corner-3::before, .border-corner-left.corner-2::before, .border-corner-left.corner-1::before {
        left: 0;
    }
    .border-corner-left:before {
        content: '';
        width: 38px;
        height: 38px;
        border-left: 12px solid #FECC1C;
        border-bottom: 12px solid #FECC1C;
        bottom: 0;
    }
}

main .rsItem .container-fluid.padding-5 {
    padding: 0 5% 5% !important;
}

.blog-admin tbody a {
    color: initial;
}
.blog-admin input[type="checkbox"] {
    position: relative;
}
.blog-admin tbody td, .blog-admin th span {
    color: initial;
}

