body{
	height: auto;
	width: auto;
	/*background-image: url("btx.jpg");*/
	background-repeat: no-repeat;
	background-size: 100%;
}

body nav{
	width: 100%;
	padding-top: 0px;
	background-color: #2A3891;
}

body nav ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

body nav img{
	
	height: 100px;
	padding-top: 0px;
}

.borderLogo{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding-top: 0px;
	margin-left: 10px;
	
}

.contener_slideshow{
text-align: center;
}

/*test*/
.burger {
	display: flex;
	flex-direction: row;
	height: 100px;
	width: 100px;
}

.sidebar {
	background-color: #2A3891;
	color: azure;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	padding: 20px;
	box-sizing: border-box;
	transition: right 0.3s ease-in-out;
	z-index: 999;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar a {
	color: white;
	text-decoration: none;
}

.menu-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: #07C5F3;
	cursor: pointer;
	z-index: 9999;
}

.sidebar ol {
	padding-left: 0px;
}

.menu-open {
	right: 0;
}
/*fin du test!!!!!!!!!!*/

/*TEST IMAGE DéFILANTE*/
/*.contener_slideshow {
    width: 300px;
    height: 100px;
    overflow:hidden;
    position:relative;
    border:1px ridge gold;
	margin: auto;
}
.slid_1,.slid_2,.slid_3,.slid_4,.slid_5 {
    display:table-cell;
    width: 300px;
    height: 100px;
}
.contener_slide {
    width: 300px;
    height: 100px;
    position:absolute;
    display:table;
    animation:anim_slide 9s infinite alternate;
}*/

.diapo{
	margin: auto;
	height: 100px;
}

.dot_rank{
	text-align: center;
}

* {box-sizing: border-box;}
		body {font-family: Verdana, sans-serif;}
		.mySlides {display: none;}
		img {vertical-align: middle;}
		
		/* Slideshow container */
		.slideshow-container {
		  max-width: 1000px;
		  position: relative;
		  margin: auto;
		}

		.mySlides.fade img{
			display: block;
  			margin-left: auto;
  			margin-right: auto;
		  }
		
		/* The dots/bullets/indicators */
		.dot {
		  height: 15px;
		  width: 15px;
		  margin: 0 2px;
		  background-color: #bbb;
		  border-radius: 50%;
		  display: inline-block;
		  transition: background-color 0.6s ease;
		}
		
		.active {
		  background-color: #717171;
		}
		
		/* Fading animation */
		.fade {
		  animation-name: fade;
		  animation-duration: 1.5s;
		}
		
		@keyframes fade {
		  from {opacity: .4} 
		  to {opacity: 1}
		}
		
		/* On smaller screens, decrease text size */
		@media only screen and (max-width: 300px) {
		  .text {font-size: 11px}
		}




@keyframes anim_slide {
    0% {
            left:0px;
    }
    15% {
            left:0px;
    }
    35% {
            left:-950px;
    }
    65% {
            left:-950px;
    }
    85% {
            left:-1900px;
    }
    100% {
            left: -1900px;
    }
}
/*fin IMAGE */


@media only screen and (max-width: 900px) {
    .borderLogo{
		border-radius: 50%;
		width: 80px;
		height: 80px;
		padding-top: 0px;
		margin-right: 15px;
		margin-left: 0;
		float: right;
	}
	body nav img{
		height: auto;
		width: 75%;
		padding-top: 0px;
	}


	.logoInter {
		width: 200px;
		height: 125px;
		padding-top: 0px;
		margin-left: 0px;
		float: left;
	}

	nav ul li a {
		margin-left: 0px;
	}
}


@media only screen and (max-width: 800px) {
    .borderLogo{
		border-radius: 50%;
		width: 80px;
		height: 80px;
		padding-top: 0px;
		margin-right: 15px;
		margin-left: 0px;
		float: right;
	}

	body nav img{
		height: auto;
		width: 75%;
		padding-top: 0px;
	}
	
	.logoInter {
		width: 200px;
		height: 125px;
		padding-top: 0px;
		margin-left: 0px;
		float: left;
	}

	nav ul li a {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 700px) {
    .borderLogo{
		border-radius: 50%;
		width: 80px;
		height: 80px;
		padding-top: 0px;
		margin-right: 15px;
		margin-left: 0;
		float: right;
	}

	body nav img{
		height: auto;
		width: 75%;
		padding-top: 0px;
	}

	.logoInter {
		width: 150px;
		height: 100px;
		padding-top: 0px;
		margin-left: 0;
		float: left;
	}

	nav ul li a {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 600px) {
    .borderLogo{
		border-radius: 50%;
		width: 80px;
		height: 80px;
		padding-top: 0px;
		margin-right: 15px;
		margin-left: 0;
		float: right;
	}

	body nav img{
		height: auto;
		width: 75%;
		padding-top: 0px;
	}

	.logoInter {
		width: 150px;
		height: 100px;
		padding-top: 0px;
		margin-left: 0;
		float: left;
	}

	nav ul li a {
		margin-left: 0px;
	}
}
  
@media only screen and (max-width: 500px) {
    .borderLogo{
		border-radius: 50%;
		width: 80px;
		height: 80px;
		padding-top: 0px;
		margin-right: 15px;
		margin-left: 0;
		float: right;
	}

	body nav img{
		height: auto;
		width: 75%;
		padding-top: 0px;
	}

	.logoInter {
		width: 150px;
		height: 100px;
		padding-top: 0px;
		margin-left: 0;
		float: left;
	}

	nav ul li a {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 300px) {
    .borderLogo{
		border-radius: 50%;
		width: 80px;
		height: 80px;
		padding-top: 0px;
		margin-right: 15px;
		margin-left: 0;
		float: right;
	}

	body nav img{
		height: auto;
		width: 75%;
		padding-top: 0px;
	}

	.logoInter {
		width: 150px;
		height: 100px;
		padding-top: 0px;
		margin-left: 0;
		float: left;
	}

	nav ul li a {
		margin-left: 0px;
	}
}



nav.navbar.navbar-expand-xl.navbar-dark{
	padding: 0;
	padding-bottom: 1px;
}

a.nav-link{
	margin-left: 1px;
}

body nav ul li{
	width: auto;
	height: auto;
	font-size: 20px;
}

main div h1 {
	text-align: center;
	font-family: Helvetica;
	margin-top: 20px;
}

main div h2 {
	text-align: center;
	font-family: Helvetica;
}

main div h3 {
	text-align: center;
	font-family: Helvetica;
	margin-top: 20px;
}

main div h4 {
	text-align: center;
	font-family: Helvetica;
}

main div h5 {
	text-align: center;
	font-family: Helvetica;
}

main div p {
	text-align: center;
	font-size: 20px;
}


/*****Footer*****/

.page-footer{
	width: 100%;
	height: auto;
	background-color: #2A3891;
	/*opacity: 85%;*/
	/*margin-bottom: 0;*/
	/*position: fixed;*/
	bottom: 0;
	
}

footer p{
	margin: 0;
	color: white;	
	font-family: Verdana;
	/*font-size: 20px;*/
}

footer h5{
	color: #0080FF;
}

footer li{
display: inline-block;
}

footer .insta{
margin-left: 15px;
}

footer img {
	width: 200px;
	height: 110px;
	margin-bottom: 10px;
}

footer a {
	font-size: 18px;
	color: #f012cb;
}
/*****Fin Footer*****/