.projets-cover {
    text-align: center;
    padding:40px 0px;
    background-size: cover;
    width: 100%;
}

.projets-cover .projets-cover-logo {
    width: 80px;
    display: inline-block;
}

.projets-cover h1 {
    color: white;
    margin-top: 9px;
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: bold;
}

.col-projets .card-nos-projets-reverse {
    background-color: rgb(155, 180, 58);
    padding: 14px;
    border-radius: 35px 0;
    width:260px;
    height: 305px;
    display: inline-block;
}

.col-projets {
    position: relative;
}

@media only screen and (min-width: 1092px) {
    .col-projets .card-nos-projets-reverse:hover {
        width:300px;
        height: 320px;
        position: absolute;
        left:0;
        z-index: 10;
    }

    .col-projets .card-nos-projets-reverse:hover .img-nos-projets-reverse  {
        height: 150px;
    }
}

.col-projets .card-nos-projets-reverse:hover a  {
    text-decoration: none;
}

.col-projets .img-nos-projets-reverse {
    background-size: cover;
    height: 135px;
    border-radius: 35px 0;
}

.col-projets .title-nos-projets {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: white;
    margin: 12px 0 18px 0;
}

.col-projets .btn-nos-projets {
    border: 1px solid white;
    width: 100%;
    /* color: white; */
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.row-projets {
    background-color: rgb(23, 23, 23);
    padding:30px 100px 90px 100px;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}


.projets-row-title, .description-projet  {
    padding: 0px 100px 50px 100px;
    background-color: rgb(23, 23, 23);
}

.projets-row-title h1 {
    font-size: 32px;
    color:rgb(211, 131, 42);
    font-weight: bold;
}

.projets-row-title h2 {
    font-size: 32px;
    color: white;
    font-weight: bold;
}

.description-projet h2{
    font-size: 23px;
    color: white;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

.description-projet p{
    font-size: 16px;
    color: white;
    text-align: justify;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 20px;
}

.description-projet i{
    position: absolute;
    left:15px;
    top:1px;
    width:23px;
}

.projects-gallery {
    background-color: rgb(23, 23, 23);
}

.voirlasuite{
    color: rgb(245, 152, 49);
}

.voirlasuite:hover{
    color: rgb(189, 101, 0);
}

.como-content {
    text-align: center;
    padding: 0;
    margin: 0;
}

.como-content h2 {
    padding-left: 0px;
    font-size: 13px;
    display: inline-block;
    margin: 0;

}

.como-content img {
   display: inline-block;
   width: 55px;
   margin-bottom: 10px; 
   margin-top: 10px;
}

.card-nos-projets-reverse {
    padding: 25px;
    border-radius: 35px 0;
    margin-top: 18px;
    height: 260px;
}

.img-nos-projets-reverse {
    height: 150px;
    border-radius: 35px 0;
}

.btn-nos-projets-plan {
    font-weight: 600;
    width: 140px;
    margin-top: 10px;
    float: left;
}

.btn-nos-projets-plan i{
    margin-left:-45px;
    padding: 0;
    position: relative;
}

.download-content {
    text-align: center;
    width: 25px;
    float: left;
    margin: 10px 25px;
}

.download-content i{
    position: relative;
    width: 20px;
    line-height: 0px;
    margin-top: -20px;
}

.download-content span{
    color: white;
    font-size: 10px;
    font-weight: 100;
    line-height: 0px;
    visibility: hidden;
    color: transparent;
    
}
