@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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



.content_page{
    background: url('../img/background.png') no-repeat top right;
    background-size: cover !important;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}


/* Header */

.content_header{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.content_header h1{
    font-family: 'GothamBook';
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding-top: 25px;
}
.content_header h1 b{
    font-family: 'GothamBold';
    font-size: 60px;
    display: block;
}
.content_header h1 span{
    font-family: 'GothamBold';
    font-size: 35px;
    display: block;
    color: #eecc7f;
    letter-spacing: 2px;;
}
.content_header ul{
    background: url('../img/bg_ul.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    padding: 25px 30px;
    margin: 0;
}
.content_header ul li{
    list-style: none;
    font-family: 'Aller';
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
}
.content_header ul li:last-child{
    margin-bottom: 0;
}
.content_header ul li img{
    margin-right: 10px;
}
.contact_form_style{
    max-width: 570px;
    min-height: 550px;
    background: #002445;
    padding: 20px 50px 0 50px;
    text-align: center;
}
.logo{
    text-align: right;
}
.contact_form_style h2{
    font-family: 'GothamBook';
    font-size: 22px;
    color: #fbc64f;
    text-transform: uppercase;
    line-height: 1;
    margin: 50px 0;
}
.contact_form_style h2 b{
    font-family: 'GothamBold';
    font-size: 30px;
    display: block;
    line-height: 1;
}
.form_group{
    margin-bottom: 25px;
    text-align: left;
}
.form_group input{
    font-family: 'GothamBook';
    font-size: 18px;
    color: #241f20;
    width: 100%;
    height: 45px;
    outline: none;
    border: 0;
    padding-left: 15px;
    background: #eef9ff;
}
.form_group input::placeholder{
    font-family: 'GothamBook';
    font-size: 18px;
    color: #241f20;
    text-transform: uppercase;
}
samp.error{
    font-family: 'GothamBook';
    font-size: 14px;
    color: red;
}
.checkbox_accepte{
    font-family: 'GothamBook';
    font-size: 14px;
    color: #fff;
    text-align: left;
    position: relative;
}
#accepte-error{
    position: absolute;
    top: -20px;
    left: 0;
}
.submit_input{
    position: relative;
    bottom: -30px;
}
.submit_input button{
    background: #fbc64f;
    border-radius: 40px;
    border: 0;
    font-family: 'GothamBold';
    font-size: 25px;
    color: #241f20;
    padding: 15px 50px;
    text-transform: uppercase;
    cursor: pointer;
}
.submit_input button img{
    margin-right: 15px;
}

/* Prix */

.studios_prix{
    text-align: center;
    margin: 30px 0 70px;
}
.studios_prix .row{
    align-items: center;
}

/* Galerie */

.galerie{
    text-align: center;
}
.galerie .row{
    align-items: center;
}

/* Infos contact */

.info_contact{
    margin-top: 80px;
}
.content_info_contact{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.item_info_contact{
    display: flex;
    align-items: center;
}
.item_info_contact__border{
    border-right: 1px solid #fac650;
}
.item_info_contact label{
    font-family: 'GothamBook';
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    font-style: italic;
}
.item_info_contact label strong a{
    font-family: 'GothamBold';
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
.item_info_contact label strong{
    display: block;
    line-height: 1;
}

@media (max-width: 1199px){
    .content_header h1 {
        font-size: 40px;
    }
    .content_header h1 b {
        font-size: 50px;
    }
    .content_header h1 span {
        font-size: 28px;
    }
    .content_header ul {
        background-size: cover;
    }
    .contact_form_style h2{
        font-size: 18px;
    }
    .contact_form_style h2 b {
        font-size: 25px;
    }
}
@media (max-width: 991px){
    .content_header ul{
        margin: 30px 0;
    }
    .header .row .col-lg-6:last-child{
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: -ms-center;
        text-align: -o-center;
    }
    .studios_prix {
        margin: 50px 0 70px;
    }
}
@media (max-width: 767px){
    .studios_prix{
        margin: 0;
        padding: 50px 0;
    }
    .galerie{
        margin-top: 80px;
    }
    .img_galerie{
        margin-bottom: 20px;
    }
}
@media (max-width: 575px){
    .content_page {
        background: url(../img/background.png) no-repeat top center;
    }
    .content_header h1 {
        font-size: 30px;
        text-align: center;
    }
    .content_header h1 b {
        font-size: 40px;
    }
    .content_header h1 span {
        font-size: 21px;
    }
    .content_header ul li {
        font-size: 18px;
    }
    .contact_form_style {
        padding: 20px 15px 0 15px;
    }
    .form_group input, .form_group input::placeholder {
        font-size: 16px;
    }
    .submit_input button {
        font-size: 19px;
        padding: 12px 40px;
    }
    .studios_prix img{
        max-width: 300px;
    }
    .item_info_contact img{
        max-width: 30px;
    }
    .item_info_contact label{
        font-size: 13px;
    }
    .item_info_contact label strong a{
        font-size: 18px;
    }
}







