body {
    margin: 0;
    padding: 0;
    background: url('http://www.elevagedebelheme.com/wp-content/themes/equestrian/images/bg/bg-01.jpg') repeat;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    display: flex;
    flex-direction: column;
}

.content {
    margin-left: 15%;
    margin-right: 15%;
}

/* Gestion de la barre de navigation */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(52, 73, 94, 1);
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 24px;
}

ul.topnav li a:hover {
    color: #dadada;
}

ul.topnav li.icon {
    display: none;
}

/* Gestion des div dans le header */
.image {
    position: absolute;
    z-index: 1;
}

.navbar {
    position: relative;
    z-index: 2;
    margin-top: 14%;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.content {
    margin-top: 20%;
}

.col-gauche {
    width: 66%;
    float: left;
    margin-top: 150px;
}

.col-droite {
    width: 33%;
    float: right;
}

.liste {
    list-style-type: none;
}

.imgAccueil {
    margin-top: 75px;
    border: solid 5px white;
    max-width: 100%;
    height: auto;
}

.imgAccueilLeft {
    margin-top: 50px;
    border: solid 5px white;
    max-width: 60%;
    height: auto;
}

ul.liste li {
    margin-top: 50px;
}

.change {
    color: #333399;
    font-weight: bold;
}

.footer {
    background: url("../img/footer.jpg") repeat;
    height: 100%;
    bottom: 0;
    margin-top: 100px;
    width: 100%;
}

.contentFooter {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 150px;
}

.blocContact {
    margin-left: 100px;
    margin-top: 10px;
    width: 30%;
    font-size: 16px;
    color: rgba(230, 230, 230, 0.7);
    float: left;
}

#imageFooter {
    max-width: 100%;
}

.center {
    text-align: center;
    margin-top: 20px;
}

.center a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.carroussel {
    margin-left: 100px;
    float: left;
    width: 20%;
}

.cutFooter {
    width: 100%;
    border-bottom: solid 2px white;
    float: left;
    margin-top: 30px;
}

.logoFooter {
    margin-left: 100px;
    width: 20%;
}

.nameSite {
    text-align: center;
    margin-top: 20px;
    color: #f2f2f2;
    float: left;
}

#imageFooterCarroussel {
    max-width: 100%;
}

.colGauche {
    width: 50%;
    float: left;
    margin-top: 80px;
}

.colDroite {
    width: 50%;
    float: right;
    margin-top: 40px;
}

#carteContact {
    max-width: 80%;
}

#textContact {
    font-size: 20px;
    padding: 20px;
    text-align: center;
    margin-left: 10px;
}

#form {
    margin-top: 80px;
    padding: 20px;
}

#colorTrue {
    color: #00bf00;
    font-weight: bold;
}

#colorFalse {
    color: darkred;
    font-weight: bold;
}

.premiereLigne {
    margin-top: 50px;
    font-size: 20px;
}

.titleTarif {
    border: 2px solid black;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin-top: 50px;
}

.descriptionTarifs {
    margin-top: 50px;
    font-size: 20px;
}

/* Gestion des card */
.contentTarifs {
    margin-top: 80px;
    width: 100%;
}

.leftCard {
    float: left;
    width: 50%;
    background-color: #ffffff;
    font-size: 20px;
    padding: 20px;
}

.rightCard {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 20px;
    background-color: #ffffff;
    padding: 20px;
}

.card {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
}

.imgTarifs {
    max-width: 100%;
}

.gestureBox {
    margin-top: 150px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}

.titleListeTarif {
    font-weight: bold;
    font-size: 24px;
}

.listPartenaire {
    margin-top: 100px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.linePartenaire {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}

.imgPartenaire {
    width: 250px;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.carouselSlide {
    margin-top: 30px;
}

#titleCarouselSlide {
    font-size: 20px;
    font-weight: bold;
}

.pre {
    margin-top: 80px;
}

.instalGauche {
    width: 50%;
    float: left;
    height: 800px;
}

.instalDroite {
    width: 50%;
    float: right;
    height: 800px;
    border-left: solid 2px black;
}

#responsiveMenu {
    margin-left: 27%;
}

/* Gestion du menu responsive */
@media screen and (max-width: 1600px) {
    #responsiveMenu {
        margin-left: 25%;
    }
}
@media screen and (max-width: 1300px) {
    #responsiveMenu {
        margin-left: 20%;
    }
}
@media screen and (max-width: 1100px) {
    #responsiveMenu {
        margin-left: 14%;
    }
}
@media screen and (max-width: 1000px) {
    #responsiveMenu {
        margin-left: 9%;
    }
}
@media screen and (max-width: 900px) {
    #responsiveMenu {
        margin-left: 5%;
    }
}

/* Gestion des média query => Responsive */
@media screen and (max-width: 870px) {
    .navbar {
        margin-top: 30%;
    }

    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }

    ul.topnav.responsive {
        position: relative;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }

    .col-gauche {
        width: 66%;
        float: left;
        margin-top: 0;
    }

    .col-droite {
        width: 33%;
        float: right;
        margin-top: 0;
    }

    .content {
        margin-top: 30px;
    }

    .colDroite {
        float: none;
    }

    .colGauche {
        float: none;
    }

}

@media screen and (max-width: 1100px) {
    .blocContact {
        margin-left: 100px;
        margin-top: 10px;
        max-width: 20%;
    }

    .logoFooter {
        max-width: 40%;
    }

    #form {
        margin-top: 30px;
    }

    .carroussel {
        max-width: 40%;
    }
}

@media screen and (max-width: 1500px) {
    .logoFooter {
        margin-left: 30px;
    }

    .blocContact {
        width: 30%;
    }
}

@media screen and (max-width: 1350px) {
    .contentFooter {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 150px;
    }
}

@media screen and (max-width: 750px) {
    .blocContact {
        margin-left: 75px;
        max-width: 30%;
    }

    .carroussel {
        margin-left: 75px;
        max-width: 30%;
    }
}

@media screen and (max-width: 620px) {
    .blocContact {
        margin-left: 50px;
    }

    .carroussel {
        margin-left: 50px;
    }
}

@media screen and (max-width: 450px) {
    .blocContact {
        margin-left: 20px;
    }

    .carroussel {
        margin-left: 20px;
    }
}