/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 avr. 2020, 11:09:52
    Author     : jeanchris
*/


.form-control {
    max-width:100%;
}
    
.webform-element--title-inline > label {
    display: inline-block;
    width: 100px;
}

.enligne{
    display: inline-block;
}

.enligne .form-text{
    width: inherit;
    display: inline-block;
}

.afficher-description .form-text{
    width: inherit;
    display: inline-block;
}

.afficher-description .description{
    display: inline-block;
    width: 100px;
    color:rgb(48, 48, 48);
    font-family:eb-garamond;
    font-size:13px;
    font-style:normal;
    font-weight:700;
    height:17px;
    letter-spacing:1.04px;
    line-height:17px;
    margin-bottom:5px;
    max-width:100%;
    padding-right:6.5px;
    text-size-adjust:100%;
    text-transform:none;
    width:100px;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.btn-primary {
    color: #fff;
    background-color: #4992b6;
    border-color: #64a2d5;
}

label.control-label {
    margin-bottom: 14px;
}

.form-actions {
    text-align: center;
}

.webform-button--submit{
    margin-top: 20px;
    padding: 25px 40px;
    text-transform: uppercase;
}

.logo-centre img {
    width: initial;
    display: initial;
}

.largeur-100{
    width: 100%;
} 

.espace-avant{
    margin-top: 15px;
}
    
    
