@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500&display=swap');

* {
    font-family: 'Raleway', serif;
    font-size: 22px;
    color: #000;
}

.top-section {
    padding-top: 200px;
}

.logo {
    width:80px;
    height: auto;
}

.header-custom {
    background-color: #fff;
    height: 15%;

    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);  */
}
.navbar-nav {
	--bs-nav-link-color : #000;

    margin-top: -4%;

}
.header-custom .nav-link:hover, .header-custom .nav-link:focus {
    color: #198754;
}
.header-custom .logo{
    margin-top: -30%;
}

.menu-deroulant{
    background-color: #d0d0d0;
    border-radius: 0;
}
  
.menu-deroulant li:hover a {
    color: #198754;
    background-color: #d0d0d0;
}

.banner1 {
    background-image: url(assets/photo_artac/slide/IMG-20240628-WA0010_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.banner2 {
    background-image: url(assets/photo_artac/slide/IMG-20240628-WA0016_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.banner3 {
    background-image: url(assets/photo_artac/slide/IMG-20240628-WA0096.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.banner4 {
    background-image: url(assets/rerectificationwebartac/img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.banner5 {
    background-image: url(assets/rerectificationwebartac/book.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.banner6 {
    background-image: url(assets/photo_artac/imgpsh_fullsize_anim.jfif);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.banner7 {
    background-image: url(assets/rerectificationwebartac/img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.btn-link {
    background-color: #198754;
    text-decoration: none;
    color: #fff;
}

.btn-link:hover {
    background-color: #d0d0d0;
    color: #000;
}

.bg-green {
    background-color: #198754;
}

.bg-grey {
    background-color: #d0d0d0;
}

.about {
    background-image: url(assets/rerectificationwebartac/bureau.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 150vh;
    color: #fff;
}
.contact{
    font-size: 18px;
    color: #fff;

}

.footer .footer-link {
    color: #000;
}

.footer .footer-link:hover, .footer .footer-link:focus {
    color: #198754;
}
.container .footer-link {
    color: #111111;
}
.container .footer-link:hover, .footer .footer-link:focus {
    color: #198754;
}
@media screen and (max-width:768px) {
    * {
        font-size: 18px;
    }
}


