
.menu-home {
    background-image: url("../img/back.JPG") ;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    height: 100%;
    width: 100%;
}



.filtre {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.header-content {
    margin-top: 250px;
}

.presentation {
    padding-top: 20px;
}

.infos {
    max-width: 200px;
    width: 100%;
    padding: 10px 15px;
    top: 100px;
    text-align: center;
    font-weight: 600;
    line-height: 43px;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 100px;
    letter-spacing: 1px;
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
    text-decoration: none;
    border-radius: 20px;
}

.infos:hover {
    background-color: #FFF;
    transition: all 0.7s ease;
    color: #333;
}

h1 {
    color: rgb(25,78,190) !important;
    font-family: NADALL;
}

.back-presentation {
    background-image: url("../img/presentation.JPG") ;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    background-position: center 50%;
    /*height: 50%;
    width: 100%;
    margin-bottom: 50px;*/
}

.activites {
    background-color: #0984e3;
}

.activites-h1 {
    color: white !important;
}

.articles {
    background-color: white !important;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}

/*contact form*/

#success-message {
    opacity: 0;
}

.margin-top-25 {
    margin-top: 25px;
}


.form-group .form-control {
    -webkit-box-shadow: none;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius:0;
    border-color: #2574a9;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-color: #2574a9;

}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.btn-mod.btn-border {
    color: #2574a9;
    border: 1px solid #2574a9;
    background: transparent;
}

.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: #2574a9;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #2574a9;
    background: #2574a9;
    outline: none;
}

@media only screen and (max-width: 500px) {
    .btn-mod.btn-large {
        padding: 6px 16px;
        font-size: 11px;
    }

}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.btn-fb {
    background-image: url("../Footer/img/facebook.svg") ;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.btn-insta {
    background-image: url("../Footer/img/instagram.svg") ;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

@font-face {
    font-family: "Police perso";
    src: url("NADALL.TTF");
}

body {
    font-family: NADALL;
}

section {
    padding-top:50px;
    padding-bottom:20px;
}

.hm-gradient {
    background-color: #eee;
}
.darken-grey-text {
    color: #2E2E2E;
}

.laura-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.t {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}
