/*
Theme Name:   customizrchild
Description:  Theme enfant
Author:       durelec
Author URL:   Mettez ici l’URL du blog ou du site de l’auteur
Template:     customizr
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  customizrchild
*/

/* Écrivez ici votre propre feuille de style personnelle */

.navbar-brand .btn-logo{
    background: #042b42;
    border: 1px solid #042b42;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 6px;
    transition: all 0.2s ease-in;
}

.navbar-brand .btn-logo:hover{
    background: none;
    color: #042b42;
}

.navbar-brand .btn-logo-depannage{
    margin-left: 40px;
    background: #de3333;
    color: #fff;
    border: 1px solid #de3333;
}
.navbar-brand .btn-logo-depannage:hover{
    background: none;
    color: #de3333;
}

.navbar-brand .btn-logo-contact{
    margin-right: 40px;
}

.btn-mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.btn-mobile .btn-logo{
    background: #042b42;
    border: 1px solid #042b42;
    color: #fff;
    font-size: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 6px;
    transition: all 0.2s ease-in;
}

.btn-mobile .btn-logo-depannage{
    margin-left: 40px;
    background: #de3333;
    color: #fff;
    border: 1px solid #de3333;
}




.is-sticky .navbar-brand .btn-logo{
    display: none;
}

@media screen and (min-width: 991px){
    .btn-mobile{
        display: none;
    }
}

@media screen  and (min-width: 560px){
    .btn-mobile .btn-logo{
        font-size: 13px;
    }
}

@media screen and (max-width: 991px){
    .navbar-brand .btn-logo{
        display: none;
    }
}


/*     Formulaire de contact     */

.form-champ {
    border: 1px solid #303133;
    border-radius: 5px;
    padding: 10px 0 9px 11px;
    font-size: 15px;
    color: #303133;
}

.form-label {
    color: #303133;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    min-width: -webkit-fill-available;
}

input[type="checkbox"] {
    border: 1px solid #303133;
    border-radius: 3px;
    margin-right: 1em !important;
}

.form-checkbox {
    font-size: 15px;
    margin-top: 0;
}

.form-split-champ {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-split-champ .form-label{
    margin-right: 60px;
}

.full-champ {
    width: 100%;
    float: left;
}

#submit-btn {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Poppins';
    letter-spacing: 1.65px;
    padding: 12px 64px;
    border-radius: 5px;
}

#btn-center {
    text-align: center;
}

.form-left {
    width: 40%;
    float: left;
}

.form-right {
    width: 40%;
    float: right;
}

.form-checkbox-2 {
    font-size: 15px;
    margin-left: 1em;
    text-decoration: underline !important;
}

#cf7sr-62d6ab4d83b1d {
    text-align: -webkit-center;
}

@media screen and (max-width:500px) {
    .form-left {
        width: 100%;
        float: none;
    }
    
    .form-right {
        width: 100%;
        float: none;
    }
}

#your-message {
    height: 97px;
}

.ici {
    display: flex;
}
