body{ 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
h1{
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}
h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}
h3{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.container {
    overflow: hidden;
}
.carousel {
    position: relative;
}
.carousel-inner {
    display: flex;
    overflow: hidden;
    height: 230px;
    flex-wrap: nowrap;
}
.slide {
    flex: 0 0 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.carousel-controls {
    position: absolute;
    z-index: 5;
    left: 1%;
    right: 1%;
    top: 10%;
    display: flex;
    justify-content: space-between;
    
}
.carousel-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    right: 50%;
    bottom: 1%;
    display: flex;
    justify-content: center;
}
.carousel-dots .dot {
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}
.carousel-dots .active {
    border: 10px solid #3e5783;
}
.carousel-dots .inactive {
    border: 10px solid #ffffff;
}
#tarteaucitronAlertBig {
    width: 300px; /* Largeur du carré */
    height: 300px; /* Hauteur du carré */
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9999;
}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    
}

.slider {
display: flex;
transition: transform 0.5s ease-in-out;
justify-content: center;
}

.slider-item {
min-width: 100%;
box-sizing: border-box;
display: none;
}

.slider-control-prev, .slider-control-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
color: #717171;
background-color: #e8e7e7;
border-radius: 100%;
border: none;
padding: 10px;
cursor: pointer;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
}

.slider-control-prev {
left: 10px;
}

.slider-control-next {
right: 10px;
}

.slider-dots2 {
text-align: center;
padding: 10px;
}

.dot2 {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
cursor: pointer;
}

.dot2.active {
background-color: #717171;
}

.Lycee{
    background-image: url(Image/isjm.png);
    background-size: cover;
}

.BTS{
    
    background-image: url(Image/StVincent.jpeg);
    background-size: cover;
}    