main{
    width:100%;
    height:1450px;
    display:flex;
    justify-content: space-around;
    position:relative;
    margin-bottom:50px;
}

footer{
    width:100%;
    height:300px;
    background:#CCC;
    overflow:hidden;
}

.container-sliders{
    width:100%;
    height:300px;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.slider-gauche{
    width:540px;
    height:300px;
    overflow:hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}

.slider-gauche img{}

.slider-droite{
    width:540px;
    height:300px;
    overflow:hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}

.slider-droite img{}



/* COLONNES */

.container-left{
    width:44%;
    height:1450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom:10px;
}

/* .container-center{
    width:31%;
    height:1450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom:50px;
} */

.container-right{
    width:44%;
    height:1450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom:10px;
}