*{
    margin:0; !important
    padding: 0; !important
    box-sizing: 0;
    -webkit-box-sizing:0;
    -moz-box-sizing:0;
}
@font-face{
    font-family: Brush-Script-Std-Medium;
    src: url('Brush-Script-Std-Medium.ttf');
}

ul {
    list-style-type: none;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    text-align: center;

}

li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

li a {
    display: inline-block;
    margin-right: -4px;
    color: white; 
    text-align: center;
    padding: 14px 16px;
    font-size: 20px;
    text-decoration: none;
    font-family: 'tahoma';
    animation-name: navout;
    animation-duration: 0s;
}

li a:hover {
    animation-duration: 0s;
    animation-name: navin;
    animation-fill-mode: forwards;
    text-decoration: none; !important
    color: white; 

}

/* nav bar fin*/

@keyframes navin {
    from {
        background-color: #333;
    }
    to {
        background-color: #111;
    }
}

@keyframes navout {
    from {
        background-color: #111
    }
    to {
        background-color: #333;
    }
}

.offset-0
{
    margin:0; !important
    padding: 0; !important
}
.tete {
        background-image: url(images/banniere.jpg);
    min-height: 150px;
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}

.titre {
    font-family:"Brush-Script-Std-Medium";
    font-size: 50px;
    margin-top: 6%;

}


.slogan {
    margin-top:-10px ;
    padding-top: 0px;
    margin-left: 30%;
    font-family:"Brush-Script-Std-Medium";
    font-size: 25px;
}
    

.logo {
    margin-left: 10px;  
    padding-left: 0px;  
    margin-top: 10px;  
    padding-top: 0px;  
    margin-bottom: 10px;  
    padding-bottom: 0px;  
    margin-right: 15px;  
    background-color: #fff; 
    border: gray; 
    border-style: solid; 
    border-width: 2px; 
}

@media (min-width: 992px){
    .logo{
        margin-left: 10px !important;  
        padding-left: 0px;  
        margin-top: 10px;  
        padding-top: 0px;  
        margin-bottom: 10px;  
        padding-bottom: 0px;  
        margin-right: 15px;  
        background-color: #fff; 
        border: gray; 
        border-style: solid; 
        border-width: 2px;  
    }
}



.navigation {
width: 100%;
}



.navigation2 {
    width: 100%; !important
    background-color:#333;
    
}



.corp {
    border: gray;
    border-width: 2px;
    border-style: solid;
    margin-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    overflow: inherit;
}
.corp p{
    font-size: 23px;
    font-family: 'Tahoma';
text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
    
    
}

.corp h3{
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 50px;
    font-family: 'Abril Fatface', cursive;
    
}


.corp .acroche {
    
font-family: 'Brush-Script-Std-Medium', cursive;  
    font-size: 30px;
    font-style: normal; 
    text-align: center;
    
}



.box {
    border-style: double;
    border-width: thick;
    border-color: deeppink;
    margin :4%;
    
    font-size: 20px;
    font-family: 'Tahoma';
    text-align: center; 
    padding-bottom: 10px;
}
.box p {
    margin-top: 5px;
    margin 0;
}


.centered {
align-content: center;
}



.mail {
    color: #8e8d8d;
}
.mail:hover{
    color:#8e8d8d;
}


.message {
    resize: none;
    
}

.bouton {
    margin-top:  15px;
}

.formulaire {
    margin-bottom: 20px;
    padding-bottom: 15px;
    
}



.bouttonenvoi {
    margin-top: 25px;
}

.navpannel p {
    color: white;
    font-family: "tahoma";
    font-size: 20px;
}

.navpannel {
    background-color: dimgray;
}

.titrediv {
    text-align: center;
    vertical-align: center;
    min-height: 150px;
    max-height: 500px;
}
