/*============================================================
    Extra small devices (col-xs, phones) (0px to 767px)
==============================================================*/
@media only screen and (max-width: 767px) {
.container-fluid {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.bgwhite {
    padding-top: 200px !important;
    padding-bottom: 60px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.bgwhite h1 { /* Titre des sections */
    font-size: 30px;
}
.bgwhite h2{ /* Préparons ensemble votre rallye ! */
    font-size: 22px;
}
}

/*============================================================
    Small devices (col-sm, tablets) (768px to 991px)
==============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;

}
.bgwhite {
    padding-top: 200px !important;
    padding-bottom: 60px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.bgwhite h1 { /* Titre des sections */
    font-size: 26px;
}
.bgwhite h2{ /* Préparons ensemble votre rallye ! */
    font-size: 22px;
}
}
