.body {
    font-family: roboto_slabregular, Arial;
}

.grid-container-principal, .container-bouton-catalogue-tarifs, .container-bouton-handicap {
    max-width: 1277px;
    margin-left: auto;
    margin-right: auto;    
    display: grid;
    grid-template-columns: 340px 600px 340px;
}


.grid-container-principal {
    align-items: center;
}

.grid-container-principal a:hover {
    text-decoration: none;
    opacity: 80%;
}

.item-photo.gauche {
    text-align: center;
}

.item-photo.gauche img {
    height: 230px;
    padding-top: 15px;
}

.btn-formations-tarifs, .btn-formations, .btn-stats {
    width: 100%;
    border: 1px solid;
    border-radius: 99px;
    height: 30px;
    font-size: 15px;
    font-family: AkkoPro_Condensed, Arial;
    box-shadow: 2px 2px 5px 0px RGBA(129,137,141,1);
}

.btn-formations {
    color: white;
    background-color: #000033;
    border-color: #000033;
}

.new-btn-formations {
 color: white;
  background-color: #26587d;
  border-color: #000033;
  width: 100%;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 99px;
  height: 65px;
  font-size: 39px;
  font-family: AkkoPro_Condensed, Arial;
  box-shadow: 5px 18px 16px 2px RGB(129, 137, 141);

}
 
.new-btn-certif {
color: white;
  background-color: #26797d;
  border-color: #000033;
  width: 100%;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 99px;
  height: 26px;
  font-size: 17px;
  font-family: AkkoPro_Condensed, Arial;
  box-shadow: 5px 18px 16px 2px RGB(129, 137, 141);
  margin-bottom: 6px;

}
.new-btn-reg {
color: white;
  background-color: #26797d;
  border-color: #000033;
  width: 100%;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 99px;
  height: 26px;
  font-size: 17px;
  font-family: AkkoPro_Condensed, Arial;
  box-shadow: 5px 18px 16px 2px RGB(129, 137, 141);
  margin-bottom: 6px;

}
.btn-formations:hover {
    background-color: #00007A;
    border-color: #00007A;
}

.btn-formations-tarifs {
    color: white;
    background-color: #c9d401;
    border-color: #c9d401;
}

.btn-formations-tarifs:hover {
    background-color: #d2db2f;
    border-color: #d2db2f;
}

.item-bouton-avis-clients a {
    max-width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-stats {
    text-align: center;
    color: #eea70e;
    border-color: #eea70e;
}

.btn-stats:hover {
    color: white;
    background-color: #eea70e;
    border-color: #eea70e;
}


.grid-container-central {
    display: grid;
    grid-template-columns: repeat(auto-fit, 190px);
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
}

.toutes-les-formations {
    grid-column: 1/4;
}

.toutes-les-formations.item-category {
    background-color: cadetblue;
    width: 97%;
    height: 20px;
}

.item-category {
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 65px;
    width: 90%;
    display: table;
}

.item-category p {
    display: table-cell;
    vertical-align: middle;
}

.container-bouton-catalogue-tarifs {
    margin-top: 15px;
}

.item-bouton-catalogue-tarifs {
    margin-left: 17px;
    margin-right: 17px;
}


.item-bouton-handicap{
    margin-left: 17px;
    margin-right: 17px;	
	text-align: center;
}

.item-photo.droite {
    text-align: center;
}

.item-photo.droite img {
    height: 230px;
    padding-bottom: 15px;
}

.item-droite-button {
    padding-top: 10px;
}


.button-mobile {
    display: none;
}


@media (max-width: 800px) {
    .item-photo {
        display: none;
    }
    
    .grid-container-principal {
        margin-top: 15px;
        grid-template-columns: auto;
    }
	
	.container-bouton-catalogue-tarifs {
        display: none;
    }
    
    .grid-container-central {
        grid-template-columns: repeat(auto-fit, 190px);
    }
}


@media (max-width: 600px) {
    .item-photo {
        display: none;
    }
    
    .container-bouton-catalogue-tarifs {
        display: none;
    }
    
    .grid-container-principal {
        display: flex;
        margin-top: 15px;
    }
	
	.container-bouton-handicap{
        display: none;
    }
    
    .grid-container-central {
        display: flex;
        flex-direction: row;
        font-size: 10px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        grid-gap: 0px;
    }
    
    .item-category {
        width: 42%;
        height: 58px;
        font-size: 16px;
        font-weight: normal;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    
    .toutes-les-formations.item-category {
        width: 90%;
        height: 25px;
    }
    
    .button-mobile {
        display: block;
    }
    
    .button-mobile .formations, .button-mobile .stats {
        margin-bottom: 10px;
    }
    
    .button-mobile .btn-formations, .button-mobile .btn-formations-tarifs, .button-mobile .btn-stats {
        height: 50px;
        width: 98%;
    }
}


