.section1 .carousel-cell {
    color: white;
    width: 100%;
    height: 100vh;
    background: #8C8;
    counter-increment: gallery-cell;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 60px 0;

}

.section1 .carousel-cell .sous-titre {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    max-width: 500px;
    width: 100%;
}

.section1 .carousel-cell .sous-titre p {
    font-size: 2.5em;
    font-weight: 200;
}

.section1 .carousel-cell .sous-titre button {
    padding: 7px;
    text-transform: uppercase;
    border: none;
    background: rgba(200, 200, 200, 0.7);
    font-weight: 500;
}

.section1 .carousel-cell .sous-titre a:hover button {

    background: rgba(200, 200, 200, 1);
}

.section1 .carousel-cell .sous-titre a:active {
    transition: 0s;
    transform: scale(0.95);
}

.section1 .flickity-button {
    display: none;
}

.section1 .flickity-page-dots {
    bottom: 50px;
}

.section1 .dot {
    background: none;
    color: white;
    opacity: 1;
}

.section1 .dot::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111"

}

.section1 .is-selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

.section1 .carousel-cell {}

/*Section 2


********************************/

.section2 .row {
    align-items: center;
    padding: 100px 0;
}

/*Section 3


********************************/
.section3 .row {
    padding: 100px 0;
}

.section3 .col-lg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section3 .col-lg i {
    font-size: 1.5em;
}

.section3 .col-lg i,
.section3 .col-lg h3,
.section3 .col-lg p {
    margin-bottom: 20px;
}

/*Section 4


********************************/
.section4 {
    padding: 100px 0;
}

.section4 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section4 .titre {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section4 .titre p {
    max-width: 500px;
}

.section4 .titre div {
    border: solid 1px red;
    width: 150px;
}

.section4 .row a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(50, 50, 50, 1);
    margin-bottom: 50px;
}

.section4 .row a:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.section4 .row a:active {
    transition: 0s;
    transform: scale(0.98);
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.3) inset, 5px 5px 10px rgba(0, 0, 0, 0.3) inset;
}

.section4 img {
    display: block;
    width: 100%;
}

.section4 a div {
    max-height: 200px;
    overflow: hidden;
}


.section4 a p:nth-child(3),
.section4 a p:nth-child(5) {
    opacity: 0.7;
}

.section4 a p:nth-child(4) {
    color: red;
}

.section4 form h3 {
    margin-top: 20px;
    font-size: 1.5em;
}

.section4 a[class="bouton"] {
    display: block;
    margin: auto;
}

.section4 a button {
    text-transform: uppercase;
    color: white;
    padding: 10px;
    font-weight: 600;
    background: rgba(255, 0, 0, 0.6);
}

.section4 a button:hover {
    background: rgba(255, 67, 67, 1);
    color: white;
}

.section4 a button:active {
    transition: 0s;
    transform: scale(0.98);
}

@media screen and (max-width:768px) {
    .section4 a div {
        max-height: 300px;
        overflow: hidden;
    }

}

/*Section 5



*************************/
.section5 {
    padding-top: 100px;
}


.section5 .borderRed {
    border: red 1px solid;
    width: 100px;
}

.section5 .static-banner {
    margin-bottom: -70px;
}

.section5 .carousel-cell .col {
    padding-top: 70px;
    padding-bottom: 40px;
    min-height: 525px;
}

.section5 .carousel-cell .col p:nth-child(3) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section5 .carousel-cell .col p:nth-child(3) a {
    color: rgba(50, 50, 50, 1);
}

.section5 .carousel-cell .col p:nth-child(3) a:hover {
    color: rgba(255, 0, 0, 1)
}

.section5 .carousel-cell .row .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



.section5 .flickity-page-dots {
    bottom: 20px;
}

.section5 .dot {
    background: none;
    color: #FF4343;
    opacity: 1;
}

.section5 .carousel-cell {
    width: 100%;
}

.section5 .dot::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111"
}

.section5 .is-selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

.section5 .row:nth-child(2) {
    background: rgba(230, 230, 230, 1);
}

.section5 .row:nth-child(2) .container {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and(max-width:768px) {


    .section5 .static-banner {
        margin-bottom: 0;
    }
}

/*Section 6



**************************/



.section6 {
    padding: 100px 0;
    background: url(Photo/Index/images/Index_24.jpg);
    background-position: center center;
    background-size: cover;

}

.section6 .carousel-cell {
    width: 100%;
    color: white;
    text-align: center;
}

.section6 .carousel-cell p {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.section6 .static-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.section6 .borderRed {
    border: red 1px solid;
    width: 100px;
}

.section6 .dot {
    background: none;
    color: white;
    opacity: 1;
}

.section6 .dot::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111"
}

.section6 .is-selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}

.section6 .flickity-button {
    background: none;
    color: white;
}

/*Section 7


***********************/

.section7 img {
    opacity: 0.5;
    transition: 0.3s;
}

.section7 img:hover {
    opacity: 1;
}
