/* Les espaces top */
.espace-10 {
    margin-top: 10px;
}

.espace-20 {
    margin-top: 20px;
}

.espace-30 {
    margin-top: 30px;
}

.espace-50 {
    margin-top: 50px;
}

.espace-60 {
    margin-top: 60px;
}

.espace-70 {
    margin-top: 70px;
}

.espace-80 {
    margin-top: 80px;
}

.espace-100 {
    margin-top: 100px;
}

.espace-150 {
    margin-top: 150px;
}

.espace-200 {
    margin-top: 200px;
}

.espace-300 {
    margin-top: 300px;
}

.flex-end {
    justify-content: flex-end !important;
    margin-left: -1.25rem;
    margin-top: 2rem;
}

.espace-g-30 {
    margin-left: 30px;
}

.col-left {
    float: left !important;
    margin-top: 10px;
}

.espace-b-60 {
    margin-bottom: 60px;
}

.col-right {
    float: right !important;
}

.col-center {
    float: center !important;
}

/* Coller le bouton a droite */
.colle-right-10 {
    position: relative; 
    display: inline-block;
}

/* Les couleurs */
.color-fff {
    color: #fff !important;
}

.color-000 {
    color: #000 !important;
}


/* Image + Texte cote à cote */
@media (min-width: 1200px) {
.flotte {
    float:left;
}  
.her50 {
    width: 50%;
    padding-left: 40px;
}
}
.text-icon {
    padding-left: 45px;
    padding-top: 5px;
    font-weight: bold;
}
@media (max-width: 1200px) {
.text-icon {
    margin-top: -48px;
}
}

/* Card espace */
.min-h-screen {
    min-height: 260px !important;
}

/* Centre item */
.centre {
    display: flex;
    align-items: center;
    justify-content: center;
}

.decal-img {
    margin-left: -200px;
}

@media (min-width: 1000px) {
.check-sup {
    display: none;
}
}

.decal-left {
    margin-left: 20px !important;
}

/* separator */
.separator {
    border-top: 1px solid #fff;
    width: 100%;
}

.marge-left {
    padding-left: 20px;
}

.marge-bottom {
    padding-bottom: 20px;
}