Select Git revision
indexCSS.css
indexCSS.css 2.20 KiB
#myVideo {
position: relative;
margin-left: 0;
bottom: 0;
top: 90;
min-width: 100%;
min-height: 100%;
opacity: 0.20;
}
.titlehistoire {
font-family: 'Kufam';
font-size: 50px;
text-align: left;
margin-top: -820px;
margin-left: 11vh;
font-weight: bold;
color: black;
position: absolute;
}
.texthistoire {
font-family: 'Kufam';
font-size: 20px;
text-align: justify;
margin-top: -700px;
margin-left: 170px;
margin-right: 170px;
color: black;
position: absolute;
font-weight: bold;
}
.titlebut {
font-family: 'Kufam';
font-size: 50px;
text-align: left;
margin-top: 100px;
margin-left: 11vh;
font-weight: bold;
color: black;
position: relative;
}
.textbut {
font-family: 'Kufam';
font-size: 20px;
text-align: justify;
margin-left: 170px;
margin-right: 170px;
color: black;
position: relative;
}
.titlepartenaire {
font-family: 'Kufam';
font-size: 50px;
text-align: left;
margin-top: 20vh;
margin-left: 11vh;
font-weight: bold;
color: black;
}
.imgpartenaire {
width: 275px;
height: 175px;
margin-left: 25vh;
margin-top: 70px;
margin-bottom: 80px;}
.carousel-title {
font-family: 'Kufam';
font-size: 50px;
text-align: left;
margin-top: 20vh;
margin-left: 11vh;
font-weight: bold;
color: black;
position: relative;
}
.evenement1 {
font-weight: bold;
font-family: 'kufam';
font-size: 30px;
color: #3C893B;
}
.evenement2 {
font-weight: bold;
font-family: 'kufam';
font-size: 30px;
color: #3C893B;
}
.evenement3 {
font-weight: bold;
font-family: 'kufam';
font-size: 30px;
color: #3C893B;
}
.carousel-container {
height: 1300px;
width: 1000px;
position: relative;
overflow: hidden;
text-align: center;
z-index: 1;
justify-content: center;
margin: 0 auto;
margin-bottom: -400px;
margin-top: 100px;
}
.carousel-slide {
display: block;
position: absolute;
width: 100%;
opacity: 0;
transition: opacity 0.4s ease-in-out;
}
.carousel-slide img {
max-width: 100%;
}
.carousel-slide.fade-in {
opacity: 1;
}