body {
    /* font-family: "arial", sans-serif; */
    margin-left:100px;
    margin-right:100px;
    /* text-align: justify; */
	
}

#slider {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top:5px;
    display: flex;
    align-items: center;
}

#slider140 {
    position: relative;
    width: 90%;
    height: ;
    margin-right: 50px;
    margin-top:5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

#slidetext {
    position: absolute;
	/* margin-left: 200px; */
    padding: 100px;
    width: 100%;
    height: 100%;
	font-size: 40px;
    font-weight: bold;
	color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
    #slidetext {
        padding: 50px;
        font-size: 20px;
    }
    
}

#slide {
    width: 100%;
}
#slide140 {
    width: 140%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
#slide2 {
    height: 400px;
    aspect-ratio: 4/3;
    object-fit: cover;
;


}

#precedent,
#suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 100px;
    color: rgba(220, 220, 220, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
}

#precedent {
    left: 0;
}

#suivant {
    right: 0;
}

#slider:hover #precedent,
#slider:hover #suivant {
    opacity: 1;
}

.list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;

}
.pictoservice1{
    height: 80px;
    font-size: x-large;
    text-align: left;
}

.pictoservice{
    height: 70px;
    font-size: x-large;
    text-align: left;
}


@media screen (max-width: 1024px) {
    .pictoservice1{
        height: 80px;
        font-size: medium;
    }
    .pictoservice{
        height: 70px;
        font-size: medium;
    }
}


@media screen and (max-width: 600px) {
    .pictoservice1{
        height: 30px;
        font-size: medium;
    }
    .pictoservice{
        height: 30px;
        font-size: medium;
    }
}

.menu{
    z-index: 1000;
}
.ui.menu{
  align-items: center;
  justify-content: space-around;
}
.top-bar-logo {
    width: 100% !important;
    max-height: 100px!important;
    max-width: 170px!important;
    min-width: 50px!important;
}


