@font-face {
    font-family: 'Aller';
    src: url('../fonts/Aller.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllerBold';
    src: url('../fonts/Aller-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{
    color: #fff; 
    font-family: 'Aller';
    font-size: 16px;
    background: #2d3d6e;
}  
*{
    margin: 0px;
    padding: 0px;
}
p{ 
    font-family: 'Aller';
    font-size: 16px;
}
ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
a, a:focus, a:hover{
    text-decoration: none;
}

.switcher{
    background: url('../images/switcher.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.logo{
    position: relative;
    bottom: -78px;
}

.content{
    padding-top: 150px;
}
.form_group{
    position: relative;
    margin-bottom: 50px;
}
.form_group:before{
    content: '';
    position: absolute;
    left: 40px;
}
.form_group.icon_nom:before{
    background: url('../images/user.png') no-repeat;
    width: 40px;
    height: 40px;
    top: 29px;
}
.form_group.icon_mail:before{
    background: url('../images/message.png') no-repeat;
    width: 40px;
    height: 27px;
    top: 38px;
}
.form_group.icon_phone:before{
    background: url('../images/smartphone.png') no-repeat;
    width: 27px;
    height: 45px;
    top: 25px;
}
.form_group input{
    font-family: 'Aller';
    font-size: 30px;
    color: #fff;
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #4774ff;
    padding-left: 150px;
}
.form_group input::placeholder{
    font-family: 'Aller';
    font-size: 30px;
    color: #fff;
}
.submit_input{
    position: relative;
}
.submit_input:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -22px;
    margin-left: -90px;
    background: url('../images/email.png') no-repeat;
    width: 54px;
    height: 44px;
    pointer-events: none;
}
.submit_input input{
    width: 100%;
    height: 100px;
    background: #f5aaad;
    text-align: center;
    font-family: 'AllerBold';
    font-size: 35px;
    color: #2d3d6e;
    border: 0;
    outline: none;
}
.form_inscription p{
    font-family: 'Aller';
    font-size: 17px;
    color: #6a87e0;
    text-align: justify;
    line-height: 30px;
    margin-top: 50px;
}
.message-success{
    font-family: 'AllerBold';
    font-size: 25px;
    color: #2d3d6e;
    background: #f5aaad;
    padding: 20px 35px;
    text-align: center;
}
.message-success p{
    font-family: 'Aller';
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin: 10px auto;
    text-align: center;
}
label.error{
    margin-top: 10px;    
    color: #f00;
}

.block_offre{
    position: relative;
    right: -30px;
}
.text_block_offre{
    text-align: center;
    position: absolute;
    z-index: 1;
}
.text_block_offre h2{
    font-family: 'AllerBold';
    font-size: 30px;
    color: #fff;
}
.text_block_offre h3{
    font-family: 'AllerBold';
    font-size: 80px;
    color: #2d3d6e;
    background: #f5aaad;
    padding: 20px 35px;
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.img_block_offre{
    position: relative;
    right: -70px;
    padding-top: 100px;
}
.form-ligne p.information{
    color: #fff;
    position: relative;
}
.information label{
    display: inline;
}
.information label.error{ 
    display: block;
    position: absolute;
    top: -40px;
    font-size: 15px;

} 
.galerie{
    margin: 100px 0;
}
.galerie .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.galerie_slider_content .owl-stage{
    padding-left: 100px !important;
}
.galerie_slider_content .owl-theme .owl-nav{
    position: absolute;
    bottom: -45px;
    right: 8%;
    margin-top: 0;
    width: 230px;
    height: 80px;
    background: #f5aaad;
}
.galerie_slider_content .owl-theme .owl-nav:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -25px;
    background: url('../images/separator.png') no-repeat;
    width: 34px;
    height: 50px;
    background-size: contain;
}
.galerie_slider_content .owl-carousel .owl-nav button.owl-next span,
.galerie_slider_content .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.galerie_slider_content .owl-carousel .owl-nav button.owl-next:after,
.galerie_slider_content .owl-carousel .owl-nav button.owl-prev:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 25px;
    margin-top: -13px;
}
.galerie_slider_content .owl-carousel .owl-nav button.owl-next:after{
    right: 30px;
    background: url('../images/next.png') no-repeat;
}
.galerie_slider_content .owl-carousel .owl-nav button.owl-prev:after{
    left: 30px;
    background: url('../images/prev.png') no-repeat;
}
.galerie_slider_content .owl-carousel.owl-drag .owl-item{
    opacity: .5;
}
.galerie_slider_content .owl-carousel.owl-drag .owl-item.active{
    opacity: 1 !important;
}
.item_galerie_slider a{
    overflow: hidden;
    position: relative;
    padding-bottom: 65%;
    display: block;
}
.item_galerie_slider a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    backface-visibility: visible;
}

.footer{
    padding: 40px 0 70px;
}
.footer .row{
    align-items: center;
}
.info_footer{
    text-align: center;
}
.info_footer a{
    display: inline-block;
    font-family: 'AllerBold';
    font-size: 60px;
    color: #f5aaad;
}
.info_footer span{
    display: block;
    font-family: 'AllerBold';
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.social_media{
    text-align: right;
}
.social_media li{
    display: inline-block;
    margin-left: 50px;
}
.social_media li:first-child{
    margin-left: 0;
}

@media (max-width: 1500px){
    .block_offre {
        right: 0;
    }
    .img_block_offre {
        right: -40px;
    }
}
@media (max-width: 1399px){
    .text_block_offre h2 {
        font-size: 25px;
    }
    .text_block_offre h3{
        font-size: 65px;
    }
}
@media (max-width: 1199px){
    .text_block_offre h2 {
        font-size: 20px;
    }
    .text_block_offre h3{
        font-size: 50px;
    }
    .social_media li {
        margin-left: 30px;
    }
}
@media (max-width: 991px){
    .switcher{
        height: 400px;
    }
    .block_offre {
        text-align: center;
        margin-top: 30px;
    }
    .img_block_offre{
        right: unset;
    }
    .footer, .social_media{
        text-align: center;
    }
    .info_footer {
        margin: 15px 0 40px;
    }
}
@media (min-width: 500px) and (max-width: 767px){
    .galerie_slider_content .owl-stage {
        padding-left: 40px !important;
    }
}
@media (max-width: 575px){
    .logo {
        bottom: -45px;
        width: 250px;
    }
    .content {
        padding-top: 100px;
    }
    .form_group input {
        font-size: 20px;
        height: 80px;
        padding-left: 70px;
    }
    .form_group input::placeholder{
        font-size: 20px;
    }
    .form_group:before {
        left: 20px;
        background-size: contain !important;
    }
    .form_group.icon_nom:before {
        width: 30px;
        height: 30px;
        top: 25px;
    }
    .form_group.icon_mail:before {
        width: 30px;
        height: 22px;
        top: 30px;
    }
    .form_group.icon_phone:before {
        width: 20px;
        height: 30px;
        left: 28px;
    }
    .submit_input input {
        height: 80px;
        font-size: 25px;
    }
    .submit_input:before {
        margin-top: -17px;
        margin-left: -80px;
        width: 40px;
        height: 33px;
        background-size: contain;
    }
    .form_inscription p{
        font-size: 15px;
    }
    .text_block_offre {
        left: 0;
        right: 0;
    }
    .text_block_offre h2 {
        font-size: 18px;
    }
    .text_block_offre h3 {
        font-size: 40px;
    }
    .info_footer a{
        font-size: 40px;
    }
    .info_footer span {
        font-size: 15px;
    }
    .galerie_slider_content .owl-stage {
        padding-left: 0px !important;
    }
    .galerie_slider_content .owl-theme .owl-nav {
        bottom: -40px;
        width: 170px;
        height: 60px;
    }
    .galerie_slider_content .owl-carousel .owl-nav button.owl-next:after,
    .galerie_slider_content .owl-carousel .owl-nav button.owl-prev:after {
        width: 35px;
        height: 19px;
        margin-top: -8px;
        background-size: contain !important;
    }
    .galerie_slider_content .owl-theme .owl-nav:after {
        margin-top: -20px;
        width: 27px;
        height: 40px;
        background-size: contain;
    }
}








