@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Barlow",
    sans-serif;
    color: #516171;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
    color: #092032;
}

a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}

/* NAVBAR */
.top-nav{
    background-color: green;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
    color: #fff;
}

.top-nav i,
.top-nav span{
    vertical-align: middle;
}

.social-links a{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
}

.social-links a:hover{
    background-color: #fff;
    color: #ff4229;
}

.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active{
    color: #ff4d29;
}

.navbar-brand{
    font-weight: 700;
    font-size: 26px;
    color: #092032;
}

.navbar-brand span{
    color: #ff4d29;
}

/* BTN CONCTACT US */

.btn{
    padding: 9px 24px;
    font-weight: 500;
}

.btn-brand{
    background-color: #ff4d29;
    color: #fff;
    border-color: #ff4d29; 
}

.btn-brand:hover{
    color: #fff;
    background-color: #e04122;
}

/*INFOBOX*/
.info-box{
    display: flex;
    align-items: center;
}

.info-box img{
    width: 90px;
    margin-right: 24px;
}

/*card slider*/
.card-list .card-item{
    color: #fff;
    width: 400px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(30px);
    background-color:#e04122;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-list .card-item .user-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
    border: 3px solid #fff;
    padding: 4px;
}

.card-list .card-item .user-profession{
    font-size: 1.15rem;
    color: #e3e3e3;
    font-weight: 500;
    margin: 14px 0 40px;
}

.card-list .card-item .message-button{
    font-size: 1.25rem;
    padding: 10px 35px;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    cursor:pointer;
    background: #fff;
    border: 1px solid transparent;
    transition: 0.2s ease;
}

.card-list .card-item .message-button:hover{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: #fff;
}








.titre-footer{

				border-color: solid 20px red;
				color: white;
				font-size: 16px;
				font-family: Maiandra GD;
			 }

.corps{
	width: 90%;
	padding-left: 10%;
	background: #fdfdfc;
}

.carousel-caption h5{
	font-size: 45px;
	letter-spacing: 2px;
	margin-top: 25px;
}

.carousel-caption p{
	font-size: 18px;
}

.navbar-nav a{
	font-size: 16px;
	font-weight: 500;
}

.presentation .card{
	margin-top: auto;
	margin-left: auto;
	position: absolute;
}

.cc-navbar{
	background-color: rgba(0, 0, 0, 0.55);
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.54);
	z-index: 100;
}

.dropdown-menu{
	background-color: rgba(0, 0, 0, 0.55);
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.54);
}

.dropdown-menu .dropdown-item{
	color: #fff;
}

.dropdown-menu .dropdown-item:hover{
	color: #383837;
}

.cc-navbar .nav-link{
	border-bottom: 2px solid transparent;
	transition: padding-bottom .4s ease-in-out, border-color .3s ease;
	color: #fff;
}

.cc-navbar .nav-link:hover{
	border-bottom-color: var(--bs-teal);
} 

.slide-carousel{
	padding-top: 78px;
} 

.contpres-card{
	text-align: justify;
}

.pres-card{
	border: none;
	background: #fdfdfc;
}

.imgpres-img{
	border-radius: 5% 60% 60% 60%;
}

.serv-card{
	color: #fff;
	font-size: 20px
}

.servi-card{
	color: #fff;
	font-size: 13px;	
}

.services .card-body i{
	font-size: 50px;
}

.nosserv{
	background: #f9f9f7;
}

.pres{
	background: #fdfdfc;
}









@media screen and (max-width: 1100px){
										.corps{
												width: 100%;
												padding-left: 0%;
											  } 
													
									  }

@media screen and (max-width: 900px){
														
									  }


@media screen and (max-width: 800px){
														
									  }

@media screen and (max-width: 750px){
													
									  }

@media screen and (max-width: 700px){
														
									  }

@media screen and (max-width: 600px){

										.carousel-caption h5{
											font-size: 17px;
										}

										.carousel-caption a{
											padding: 10px 15px;
										}

										.carousel-caption p{
											width: 100;
											line-height: 1;
											font-size: 2px;
										}			
									  }
									  

