@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
*{
	padding: 0;
	margin: 0;
	font-family: 'popoins', sans-serif;
	box-sizing: border-box;
	
}

html::-webkit-scrollbar-track{
    background: transparent;
}
html::-webkit-scrollbar-thumb{
    background: #081bc9;
    border-radius: 10px;
}
html::-webkit-scrollbar{
    width: 10px;
}


.navbar{
    background-color: #ffff;
    height: 90px;
    margin-top: 0px;
    border-radius: 0;
	box-shadow: 5px 2px 5px #081bc9;
}

.navbar-brand img{
	max-width: 100%;
    max-height: 50px;
	/*
    font-weight: 500;
    color: #081bc9;
    font-size: 24px;
	*/
}
.offcanvas-title{
	font-weight: 800;
    color: #081bc9;
    font-size: 24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.offcanvas-title:hover{
	color: #050b3f !important;

}
.login-button{
    background-color: #081bc9 ;
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.6S;
}
.login-button:hover{
    background-color: #081bc979;
    color: #ffffff;
}
.navbar-toggler{
    border: none;
    font-size: 1.25rem;
}
.navbar-toggler:focus, .btn-close:focus{
    box-shadow: none; 
    outline: none;
}
.nav-link{
    color:#666777;
    font-weight: 500;
    position: relative;
	font-size: 25px;
}

.nav-link a {
	font-size: 25px;
}
.nav-link:hover, .nav-link.active{
    color:#000;
}
@media (min-width:991px) {
.nav-link::before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color:#081bc9;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

/* 
.navbar-brand img{
	width: 30%;
} */
.nav-link:hover::before, .nav-link.active::before{
    width: 100%;
    visibility: visible;
	color: #000000;
}

.login-button{
    background-color: #081bc9 ;
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.6S;
}
}
.flex-slider {
	width: 100%;
	position: relative;
}
.flex-slider .slides {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.flex-slider .slides li {
	float: left;
	margin-right: -100%;
	width: 100%;
	/* overflow-x: hidden; */
	height: 50vw;
}
.flex-slider .flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.flex-slider .flex-direction-nav .flex-prev, .flex-slider .flex-direction-nav .flex-next {
	background-color: rgba(255,255,255,0.7);
	padding: 25px;
	text-decoration: none;
	position: absolute;
	height: 1em;
	top: 50%;
	bottom: 0;
	margin: 0 auto;
	z-index: 8;
	text-align: center;
	color: #333;
	max-width: 20px;
}
.carousel-caption {
	color: #fff !important;;
	text-shadow: 1px 0px 0px #000;
	bottom: 0;
	margin: 0 auto;
	font-size: 80px;
	padding: 25px;
	text-align: center;
	align-items: center;
	font-weight: 800;
	top: 50%;
	text-transform: uppercase;
	letter-spacing: 8px;
}
.flex-slider .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-slider .flex-direction-nav .flex-next {
	right: 0;
}
.slide-image{
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.flex-active-slide .slide-image {
	animation: zoomout 5s;
}
@keyframes zoomout {
	0% {
		transform: scale(1.3);
   }
	100% {
		transform: scale(1);
   }
}



@media (max-width: 768px) {
	.flex-slider .slides > li {
		height: 70vw;
   }
   
.login-button{
    font-size: 14px;
}
}
@media screen and (min-width: 358px){
	.carousel-caption {
	  font-size: 21px;
	  line-height: 30px;
	}
	.login-button{
		font-size: 14px;
	}
  } 
@media screen and (min-width: 482px){
	.carousel-caption {
	  font-size: 21px;
	  line-height: 30px;
	}
	.login-button{
		font-size: 14px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  } 
@media screen and (min-width: 492px){
	.carousel-caption {
	  font-size: 25px;
	  line-height: 35px;
	}
	.login-button{
		font-size: 14px;
	}
  } 
@media screen and (min-width: 495px){
	.carousel-caption {
	  font-size: 25px;
	  line-height: 35px;
	}
	.login-button{
		font-size: 14px;
	}

	.navbar{
		display: flex;
	}
  } 
  @media screen and (min-width: 520px){
	.carousel-caption {
	  font-size: 28px;
	  line-height: 35px;
	}
  }
@media screen and (min-width: 500px){
	.carousel-caption {
	  font-size: 30px;
	  line-height: 35px;
	}
	.login-button{
		font-size: 14px;
	}
  }   
  @media screen and (min-width: 570px){
	.carousel-caption {
	  font-size: 30px;
	  line-height: 35px;
	}
  }
  @media screen and (min-width: 620px){
	.carousel-caption {
	  font-size: 35px;
	  line-height: 40px;
	}
  }
  @media screen and (min-width: 680px){
	.carousel-caption {
	  font-size: 35px;
	  line-height: 40px;
	}
  }
  @media screen and (min-width: 720px){
	.carousel-caption {
	  font-size: 38px;
	  line-height: 40px;
	}
  }
@media screen and (min-width: 800px){
	.carousel-caption {
	  font-size: 42px;
	  line-height: 50px;
	}
  }
  @media screen and (min-width: 860px){
	.carousel-caption {
	  font-size: 45px;
	  line-height: 50px;
	}
  }
  @media screen and (min-width: 920px){
	.carousel-caption {
	  font-size: 60px;
	  line-height: 60px;
	}

	.navbar-brand img {
		max-width: 92%;
		max-height: 50px;
	}
	.login-button{
		font-size: 16px;
	}
  }
  @media screen and (min-width: 1000px){
	.carousel-caption {
	  font-size: 80px;
	  line-height: 80px;
	}
  }
  @media only screen and (max-width: 344px){
	.carousel-caption {
	  font-size: 15px;
	  line-height: 20px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  }
 
  @media only screen and (max-width: 321px){
	.carousel-caption {
	  font-size: 13px;
	  line-height: 18px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  }



  @media only screen and (max-width: 348px){
	.carousel-caption {
	  font-size: 13px;
	  line-height: 18px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  }


  @media  screen and (max-width: 350px){
	.carousel-caption {
	  font-size: 8px;
	  line-height: 18px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  }

  @media only screen and (max-width: 312px){
	.carousel-caption {
	  font-size: 13px;
	  line-height: 18px;
	}
	.navbar-brand img {
		max-width: 60%;
		max-height: 25px;
	}
	.login-button{
		font-size: 8px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  }

  
@media only screen and (max-width: 360px){
	.carousel-caption {
	  font-size: 16px;
	  line-height: 30px;
	}
	.login-button{
		font-size: 14px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  } 
  

  @media only screen and (max-width: 390px){
	.carousel-caption {
	  font-size: 20px;
	  line-height: 30px;
	}
	.login-button{
		font-size: 12px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  } 


  @media screen and (max-width: 375px)
    {
		.navbar-brand img {
			max-width: 60%;
			max-height: 25px;
		}
		.login-button{
			font-size: 8px;
		}
		.copyrighttexte p {
	   
			font-size: 12px;
		}
		
	.carousel-caption {
	  font-size: 14px;
	  line-height: 25px;
	}
	.login-button{
		font-size: 14px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
  } 


nav {
    width: auto;
}

@media only screen and (max-width: 393px){
	.carousel-caption {
	  font-size: 12px;
	  line-height: 25px;
	}
	.login-button{
		font-size: 14px;
	}
	.copyrighttexte p {
   
		font-size: 12px;
	}
	.offer-content .row i {
		font-size: 25px;
		color: #081bc9;
	}
  
.offer-content .row i {
    font-size: 25px;
    color: #081bc9;
}
.offer-content .row h3 {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 800;
}

.offcanvas-title {
    font-weight: 800;
    color: #081bc9;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav-link {
    
    font-size:12px;
}

.navbar{
    display: flex !important;
    justify-content: space-evenly !important;
    margin: 0px !important;
    margin-right: 0px !important;

}
.navbar-toggler {
    border: none;
    font-size: 10px;
}


.navbar-brand img {
    max-width: 90%;
    max-height: 50px;
}


  } 




@media (max-width: 299px) {
	.carousel-caption {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 2px;
	  }
  
.offer-content .row i {
    font-size: 25px;
    color: #081bc9;
}
.offer-content .row h3 {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 800;
}

.offcanvas-title {
    font-weight: 800;
    color: #081bc9;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav-link {
    
    font-size:12px;
}

.navbar{
    display: flex !important;
    justify-content: space-evenly !important;
    margin: 0px !important;
    margin-right: 0px !important;

}
.navbar-toggler {
    border: none;
    font-size: 1rem;
}


.navbar-brand img {
    max-width: 90%;
    max-height: 50px;
}

.login-button {
    font-size: 6px;
}
.copyrighttexte p {
   
    font-size: 12px;
}

}
















	/*
	.d-block{
	height: 700px;
	}
.carousel-caption{
	position: absolute;
    top: 0;
	bottom: 0;
    display: flex;
     align-items: center;
     bottom: initial!important;
	 justify-content: center;
	 flex-direction: column;
	 height: calc(100vh - 170px);
	
	 }

	/*.carousel-caption h5{
		font-size: 30px;
		background: rgba(255, 255, 255, 0.7);
		padding:15px 0 ;
		color: #084074;
		border-radius: 100px;
	}*/
	/*
	.carousel-caption h5 {
		color:#0a1a29;
		-webkit-animation-duration: 1.2s;
		animation-duration: 1.2s;
		background: rgba(255, 255, 255, 0.356);
		border-radius: 10px;
		font-size: 40px;
		font-weight: 800;
		margin-top: -30px;
		font-family: 'EB Garamond', serif;
		font-style: italic;
		font-stretch: expanded;
	}
	.carousel .carousel-inner,
	.carousel .carousel-item {
			position: relative;
			width: 100%;
			height: 100%;
			
}
    #partie_image{
			padding-top: 90px;
			overflow: hidden;

	}
	.carousel {
		position: relative;
		width: 100%;
		height: calc(140vh - 170px);
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}

	.carousel-item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.carousel-item::after{
	position: relative;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
	}
	*/
	/* section a propos de nous */
	#about{
		padding-top:45px;
	  }

	  .about-text h4{
		padding: 10px 5px;
		color: #000;
		text-shadow: 1px 0px 0px #000;
		opacity: 0.8;
		font-size: 35px;
		line-height: 50px;
		padding-bottom: 10px;
		font-family:  Georgia, serif;
        font-weight: 800;
		text-transform: uppercase;
        font-style: normal;
		  }
		.about-text p{
			padding-top: 10px;
			margin-right: 0;
			color: #0c0c0c;
			font-size: 25px;
			font-family: "system-ui";
			font-weight: 400;
			line-height: 200%;
			letter-spacing: 1px;
		}

	a .btn{
    color: #fff;
	background-color: #081bc9;
	text-shadow: 0px 0px 0px #000;
	border: none;
	font-size: 12px;
	max-width: 180px;
	font-weight: 800;
	padding: 8px 15px;
	transition: 0.5s;
	cursor:pointer;
		}

  /* section nos services */
	#services{
		padding-top: 50px;
		padding-bottom: 50px;
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/image5.jpg);
		background-position: center;
		background-size: cover;
		margin-bottom: 100px;
		background-attachment: fixed;
		color: #fff;
		margin-top: 50px;
		overflow-x: hidden;
	}
    #services h2{
		text-align: center;
		font-weight: bold;
		cursor: pointer;
	    color: #fff;
	    text-shadow: 1px 0px 0px #ffffff;
		text-transform: uppercase;
	}
	#services h2::after{
		content: '';
		display: block;
		background: #efefef!important;
		height: 3px;
		margin: 20px auto 5px;
		width: 120px;
	}
	#services .icon{
		font-size: 40px;
		margin: 20px auto;
		height: 80px;
		width: 80px;
		border: 1px solid #fff !important;
		padding: 10px;
		border-radius: 50%;
		padding: 10px;

	}
	#services h3{
		color: #fff;
		text-shadow: 1px 0px 0px #ffffff;

	}


	#services p{
		font-size: 13px;
		font-family: 'Libre Baskerville';
		color: #fff;
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.Service{
		margin-top: 40px;
		padding: auto;
	}
	#services .col-md-3:hover{
		background: #084074;
		cursor: pointer;
		border-radius: 20px;
		transition: 0.7s;
	}
/*nos produits*/

.products {
	padding-top: -10px;
	padding-left: 2px;
	margin-right: 2px;
    text-align: center;
	background-color: rgba(6, 52, 204, 0.664);
	margin-top: -80px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    margin-top: 20px;
	gap: 1rem;
	padding: 0.5rem;
	overflow-x: hidden;
}

.product {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#prod h2{
font-size: 32px;
font-weight: bold;
text-align: center;
margin-top: 5px;
padding-top: 30px;
cursor: pointer;
text-transform: uppercase;
color: #000;
text-shadow: 1px 0px 0px #000;
}
#prod h2::after{
	content: '';
	display: block;
	background: #000!important;
	height: 3px;
	margin: 9px auto 5px;
	width: 140px;
}
.product img {
    width: 100%;
    height: 50%;
	border-radius: 5px;
}
.product h3 {
    margin: 6px 0;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	background-color: #007FFF ;
	text-shadow: 0px 0px 0px #000;

}
.product p {
    margin: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .products {
        padding: 1rem;
    }
	.product-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-gap: 20px;
		margin-top: 20px;
	}
}

/*section partenaires */

.partners-section {
	padding: 50px 0;
    margin-top: 10px;
}
.partners-section h2{
	font-size:32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #081bc9;
	text-shadow: 1px 0px 0px #000;
	cursor: pointer;
	
}
.partners-section h2::after{
	content: '';
	display: block;
	background: #030377e0!important;
	height: 3px;
	margin-top: 1px;
	margin: 9px auto 5px;
	width: 120px;
}
.parternaire_liste .item-p{
	margin-bottom: 5px;
	/*animation: scroll-animation 10S linear infinite; 
	-webkit-transform: translateY(-48%) translateX(-60%);
     transform: translateY(-48%) translateX(-60%);*/
	 padding-left: 20px;
	 padding-right: 30px;
	 background-color:#fff;
}

.parternaire_liste .item-p img{
	width: auto;
	margin: 18px;
	padding: 0;
	padding-right: 4em;
}
.partner-logo {
	width: 300px;
	height: 200px;
	object-fit: scale-down;
	border-radius: 8px;
}

/*section teams */

#team {
	padding: 60px 0;
	overflow: hidden;
	}

.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	}
	
	.team .member .teampic {
	overflow: hidden;
	width: 240px;
	border-radius: 10%;
	}
	
	.team .member .teampic img {
	transition: ease-in-out 0.3s;
	} 
	
	
	.team .member .member-info {
	padding-left: 30px;
	}
	
	.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	color: #081bc9;
	text-shadow: 1px 0px 0px #000;
	}
	
	.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
	}
	
	.team .member span::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #081bc9;
	bottom: 0;
	left: 0;
	}
	
	.team .member .socialteam {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
	
	.team .member .socialteam a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #eff2f8;
	border-radius: 10px;
	}
	
	.team .member .socialteam a i {
	color: #081bc9;
	font-size: 16px;
	margin: 0 1px;
	}
	
	.team .member .socialteam a:hover {
	background: #081bc9;
	}
	
	.team .member .socialteam a:hover i {
	color: #fff;
	}
	
	.team .member .socialteam a+a {
	margin-left: 8px;
	}
	
	.section-title {
	text-align: center;
	padding-bottom: 30px;
	}
	
	.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #081bc9;
	text-shadow: 1px 0px 0px #000;
	}

	.section-title p {
		margin: 10px 0 0 0;
		font-size: 14px;
		}
	
	.underline{
		width: 150px;
		height: 1px;
		background-color: #081bc9;
		text-shadow: 1px 0px 0px #000;
		margin: auto;
		margin-top: -30px;
	}
	/* .section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
	}
	
	.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #47b2e4;
	bottom: 0;
	left: calc(50% - 20px);
	} */
	
	
	






/*footer*/


footer {
    position:relative;
    bottom: 0;
}

.footer {
    background-color: #040a18;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 80px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}

@media (max-height:800px) {
    footer {
        position: static;
    }

    header {
        padding-top: 40px;
    }
}

.footer .footer-left {
    width: 30%;
}

.footer h3 {
	color: #f5f5f5;
    margin: 0;
    padding-bottom: 20px;
    font-family: Georgia, 'Time New Roman', Times, serif;
	text-transform: capitalize;
}

.footer .footer-left img {
    width: 50%;
    vertical-align: middle;
}

.footer .footer-left .credit-cards {
    width: 100%;
}

.footer .footer-copyright {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
	font-style: oblique;
    margin: 0;
    padding-top: 10%;
}

.footer .footer-center {
    width: 35%;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0px;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: #ffffff;
    text-decoration: none;
}

.footer .footer-right {
    width: 30%;
}

.footer .footer-about {
    line-height: 22px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
	letter-spacing: 2px;
}

.footer .footer-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer-media {
    margin-top: 25px;
}

.footer .footer-media a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer .footer-media a:hover {
    background-color: rgb(2, 0, 122);
}
.copyrighttexte {
	width: 100%;
	height: auto;
	background: #000000;
	color: #fff;
	padding: 8px 100px;
	text-align: center;
	cursor: pointer;
	font-family: fantasy;
	
}
.copyrighttexte p{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: 800;
	font-style: italic;
	
}

.copyrighttexte :hover{
	color: #fff !important;
}

@media (max-width: 880px) {

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
	.copyrighttexte {

		padding: 8px 40px;
		font-size: 15px;
		
	}
    .footer .footer-center i {
        margin-left: 0px;
    }

}




	@media only screen and (max-width:991.98px) {
		/*
		.navbar-brand{
			margin-left: 13px;
			padding: 20px 20px; 
			font-size: 20px;
			color: #fff !important;
			font-family: sans-serif;
			}  
			.nav-link{
				color: #fff!important;  
				font-weight: 400;
				font-size: 10px;
				padding-top: -50px;
				}         
			    li .nav-item{
				padding: 0 10px ;
				}*/
				
	}
	

	@media screen and (min-width: 300px) {

		.navbar{
			display: flex !important;
			justify-content: space-evenly !important;
			margin: 0px !important;
			margin-right: 0px !important;

		}
		nav {
			width: auto;
		}

		.about-text p {
			padding-top: 10px;
			margin-right: 0;
			color: #0c0c0c;
			font-size: 15px;
			font-family: system-ui;
			font-weight: 400;
			line-height: 200%;
			letter-spacing: 1px;
		}
		.about-text h4 {
			padding: 10px 5px;
			color: #000;
			text-shadow: 1px 0px 0px #000;
			opacity: 0.8;
			font-size: 16px;
			line-height: 35px;
			padding-bottom: 10px;
			font-family:  Georgia, serif;
			font-weight: 800;
			font-style: normal;
		}

		.navbar-brand img {
			max-width: 60%;
			max-height: 50px;
		}

		.login-button {
			font-size: 6px;
		}

		.navbar-toggler-icon {
			width: 8px;
			height: 1.5em;
			
	
	  }

	  .offcanvas{
		width: 60% !important;
		height: 60%;

	}
	}

	@media (min-width:1075px) {
		.navbar-brand img {
			max-width: 110%;
			max-height: 70px;
		}

		.login-button{
			font-size: 14px;
		}
	}



/*  Iphone responsive */

/* 1179×2556 pixels at 460ppi */
@media only screen 
    and (width: 393px) 
    and (height: 852px) 
    and (-webkit-device-pixel-ratio: 3) {

		.carousel-caption {
			font-size: 12px;
			line-height: 25px;
		  }
		  .login-button{
			  font-size: 8px;
		  }
		  .copyrighttexte p {
		 
			  font-size: 12px;
		  }
		  .offer-content .row i {
			  font-size: 25px;
			  color: #081bc9;
		  }
		  .carousel-caption {
			  font-size: 13px;
			  line-height: 18px;
			}
		
	  .offer-content .row i {
		  font-size: 25px;
		  color: #081bc9;
	  }
	  .offer-content .row h3 {
		  margin-left: 5px;
		  font-size: 15px;
		  font-weight: 800;
	  }
	  
	  .offcanvas-title {
		  font-weight: 800;
		  color: #081bc9;
		  font-size: 20px;
		  font-family: Georgia, 'Times New Roman', Times, serif;
	  }
	  .nav-link {
		  
		  font-size:12px;
	  }
	  
	  .navbar{
		  display: flex !important;
		  justify-content: space-evenly !important;
		  margin: 0px !important;
		  margin-right: 0px !important;
	  
	  }
	  .navbar-toggler {
		  border: none;
		  font-size: 1rem;
	  }
	  
	  
	  .navbar-brand img {
		  max-width: 92%;
		  max-height: 70px;
	  }
	  
	  .login-button {
		  font-size: 6px;
	  }
	  .copyrighttexte p {
		 
		  font-size: 12px;
	  }
	  
	 }
	 
	@media screen and (max-width: 320px) {

		.navbar{
			display: flex !important;
			justify-content: space-evenly !important;
			margin: 0px !important;
			margin-right: 0px !important;

		}
		nav {
			width: auto;
		}

		.about-text p {
			padding-top: 10px;
			margin-right: 0;
			color: #0c0c0c;
			font-size: 15px;
			font-family: system-ui;
			font-weight: 400;
			line-height: 200%;
			letter-spacing: 1px;
		}
		.about-text h4 {
			padding: 10px 5px;
			color: #000;
			text-shadow: 1px 0px 0px #000;
			opacity: 0.8;
			font-size: 16px;
			line-height: 35px;
			padding-bottom: 10px;
			font-family:  Georgia, serif;
			font-weight: 800;
			font-style: normal;
		}

		.navbar-brand img {
			max-width: 60%;
			max-height: 50px;
		}

		.login-button {
			font-size: 6px;
		}

		.navbar-toggler-icon {
			width: 8px;
			height: 1.5em;
			
	
	  }

	  .offcanvas{
		width: 60% !important;
		height: 60%;

	}
	}

	 /* 1284×2778 pixels at 460ppi */
@media only screen 
and (width: 430px) 
and (height: 932px) 
and (-webkit-device-pixel-ratio: 3) { 
 .navbar-brand img {
			max-width: 50%;
			max-height: 50px;
		}

		.login-button {
			font-size: 12px;
		}

}


/* 1170×2532 pixels at 460ppi */
@media only screen 
    and (width: 390px) 
    and (height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 

		.navbar-brand img {
			max-width: 60%;
			max-height: 50px;
		}

		.login-button {
			font-size: 12px;
		}

	}

	/* 1284×2778 pixels at 458ppi */
@media only screen 
and (width: 428px) 
and (height: 926px) 
and (-webkit-device-pixel-ratio: 3) {

	.navbar-brand img {
		max-width: 60%;
		max-height: 50px;
	}

	.login-button {
		font-size: 12px;
	}

 }


 /* 1080×2340 pixels at 476ppi */
@media only screen 
and (width: 375px) 
and (height: 812px) 
and (-webkit-device-pixel-ratio: 3) {

	.navbar-brand img {
		max-width: 60%;
		max-height: 50px;
	}

	.login-button {
		font-size: 12px;
	}
 }



/* 828×1792 pixels at 326ppi */
@media only screen 
    and (width: 414px) 
    and (height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
		.navbar-brand img {
			max-width: 60%;
			max-height: 50px;
		}

		.login-button {
			font-size: 12px;
		}

	 }


	 /* 1242×2688 pixels at 458ppi */
@media only screen 
and (width: 414px) 
and (height: 896px) 
and (-webkit-device-pixel-ratio: 3) {
	.navbar-brand img {
		max-width: 60%;
		max-height: 50px;
	}

	.login-button {
		font-size: 12px;
	}

 }


/* 750×1334 pixels at 326ppi */
@media only screen 
    and (width: 375px) 
    and (height: 667px) 
    and (-webkit-device-pixel-ratio: 2) {

		.navbar-brand img {
			max-width: 60%;
			max-height: 50px;
		}

		.login-button {
			font-size: 10px;
		}

	 }