
.container-projets {
    margin-bottom: 3rem;
    margin-left: 0px;
}

.container-projets a {
    text-decoration: none;
    color: black;
}

.container-projets p {
        /* modif PV pour avoir le même texte que les menus */
        font-weight: 300;
        font-size: 0.75em;
        letter-spacing: 3px;
        text-decoration: none;
        margin-left: 0px;
        /* Fin de modif */
        margin-left: 0vw;   
}

.container-projets a:hover img {
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
}

.container-projets a:hover p {
    text-decoration: none;
    /* modif PV */
    font-weight: 300;
    font-size: 0.75em;
    letter-spacing: 3px;
    margin-left: 0px;
    color:darkgray;
    /*border:1px solid red;*/
    /* Fin de modif */
}

.container-projet .projet-banner img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 75vh;
}

.projet-title {
    font-size: 20px;
}

.projet-title strong {
    font-weight: bold;
}

.projet-desc {
    line-height: 1;
    text-align: justify; /* Modif Patrick */
    font-size: 16px;
}

.container-projet img {
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
}

.container-projet table  {
    font-size: 16px;
}

.container-projet table th {
    font-weight: 400;
    padding-left: 0;
}


.container-projet .projet-desc p {
    padding-top: 8px;
    margin-left:0px ;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

@media (min-width: 1200px) { 
    .container-projets {
        padding-right: 70px;
        padding-left: 70px;
    }

    .container-projets .col-12 {
        padding-right: 35px;
        padding-left: 35px;
        padding-bottom: 35px;
    }
}


/* Modification Patrick pour pouvoir modifier l'ordre des projets                                            */
/*************************************************************************************************************/
/* Donner le bon ordre d'affichage des différents projets à l'écran                                          */
/*************************************************************************************************************/
.container-projets .row {
    display: flex;
    flex-wrap: wrap;  
}

.ensemble1:nth-child(1) { order: 1; } /* Projet 1 Drouot devient le premier   */
.ensemble1:nth-child(2) { order: 7; } /* Projet 2 Cotillon devient le deuxième  */
.ensemble1:nth-child(3) { order: 4; } /* Projet 3 Tournelle devient le troisième */
.ensemble1:nth-child(4) { display: none; } /* Projet 4 Pléiade devient le quatrième */
.ensemble1:nth-child(5) { order: 6; } /* Projet 5 Disney devient le cinquième */
.ensemble1:nth-child(6) { display: none; } /* Projet 6 Blr devient le sixième   */
.ensemble1:nth-child(7) { order: 3;} /* Projet 7 Square port Royal devient le sixième   */
.ensemble1:nth-child(8) { order: 5;} /* Projet 8 Bellechasse devient le sixième   */
.ensemble1:nth-child(9) {display: none; } /* Projet 9 Hoche devient le sixième   */
.ensemble1:nth-child(10) { display: none;} /* Projet 10 Citadelle devient le sixième   */
.ensemble1:nth-child(11) { display: none;} /* Projet 11 Olivette devient le sixième   */
.ensemble1:nth-child(12) { order :2}  /* Projet 12 Charmel */


/* Pour la justification des textes dans les pages des différents projets                                    */
.projet-desc p .col-12.col-lg-6 p {
    text-align: justify;
}
/*************************************************************************************************************/
/* Fin de la description CSS pour la page Projets                                                            */
/*************************************************************************************************************/
/* Fin de modification Patrick                                                                               */
/*-----------------------------------------------------------------------------------------------------------*/
/* Projet 1          Drouot                                                                                  */
/* Projet 2          Cotillon                                                                                */
/* Projet 3          Tournelle                                                                               */
/* Projet 4          Pléiade                                                                                 */
/* Projet 5          Disney                                                                                  */
/* Projet 6          Blr                                                                                     */
/* Projet 7          Square Port Royal                                                                       */
/* Projet 8          Bellechasse                                                                             */
/* Projet 9          Hoche                                                                                   */
/* Projet 10         Citadelle                                                                               */
/* Projet 11         Olivette                                                                                */
/* Projet 12         Chalmel                                                                                 */
/* Projet 13                                                                                                 */
/*-----------------------------------------------------------------------------------------------------------*/

