/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

body{
    background-color: #f49b00;
    background-repeat: no-repeat;
    background-image: url("../img/back.png");
    background-size: cover;
    font-family: 'Open Sans', sans-serif;

}
.box{
    background-color: #2f5571;
    opacity: 0.65;
    color:white;
    top:450px

}
.img-logos{
    margin: auto;
}
.mob-title{
    color: white;
    background-color: #286176;
}
.place{
    color: #2f5571;
    background-color: #ffde19;
    font-size: large;
    font-weight: bold;

}

.mob-title p{
    color: #ffde19;
    font-size: large;
}

.inscription-mob{
    top:150px;
    font-weight: bold;
}
.inscription{
    top:450px;
    font-weight: bold;

}
.logos{
top:300px;
}

.btn{
    border-radius: 30px;
    border-color: #2f5571;
    border-width: 2px;
    padding:14px 24px;border-style: solid;letter-spacing:1px;text-transform:uppercase;margin:5px;}
.btn:focus, .btn:active:focus, .btn.active:focus{outline:0 none;}
.btn-yellow{background-color:#ffde19;color:#2f5571;font-family:inherit;}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open > .dropdown-toggle.btn-yellow{background:#ffde19;}
.btn-yellow:active, .btn-yellow.active{background:#ffde19;box-shadow:none;}


@media(max-width:767px){


    body {
        background-image: url("../img/back-mob.png");

    }
    .box{
        background-color: #286176;
        color:white;
        top:200px;
        opacity:1;

    }

}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){
    body{
        background-color: #f49b00;
        background-repeat: no-repeat;
        background-image: url("../img/back.png");
        background-size: 60%;
        background-position: top;
        font-family: 'Open Sans', sans-serif;

    }
}

