@charset "UTF-8";

html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}
#mainNav .navbar-brand {
  font-family:Roboto;
  font-weight: 500;
  color: #000;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family:Roboto;
  font-weight: 500;
  color: #000;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #950020;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #950020 !important;
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: rgba(255,255,255,0.5);
  }
  #mainNav .navbar-brand {
    color: rgba(0, 0, 0, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #FFF;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #E1EDE7;                           /*vert     #009544*/
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #FFF;
  }
}

.page-section {
  padding: 2rem 0;
}
.page-section-s {
  padding: 4rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.logo{
	padding-left: 30%;
	width: 80px;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.horaire{
	background-color: white;
	border-radius: 30px;
}

h2{
	font-family: "Roboto", sans-serif;
  	font-weight: 300;
	font-size: 2em;
}	
h3{
	font-family: "Roboto", sans-serif;
  	font-weight: 300;
	font-size: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}



.slide h1{
	font-family: "Roboto", sans-serif;
  	font-weight: 300;
	right: 10%;
	left: 10%;
  	font-style: normal;
	color: #FFFFFF;
	position: absolute;
	bottom:50%;
	}

.slide h2{
	font-family: "Roboto", sans-serif;
  	font-weight: 300;
	right: 10%;
	left: 10%;
  	font-style: normal;
	color: #FFFFFF;	
	position: absolute;
	bottom:10%;
}

.slide .btn{
	font-family: "Roboto", sans-serif;
  	font-weight: 300;
	background-color: #009544;
  	font-style: normal;
	color: #FFFFFF;	
	position: absolute;
	bottom:35%;
	right:10%;
}
.slide .btn:hover{
	background-color: #64DA9A;
	color: #000;
	font-weight: 700;
}

	.titre-bando{
		position: absolute;
		font-size: 3em;
		top: 120px;
		}	

 @media (min-width: 576px) {
	.slide h1{
		font-size: 3em;
	  	bottom:50%;
		}
	.slide h2{
		font-size: 2em;
	  	bottom:10%;
		}	
	.titre-bando{
		font-size: 3em;
		top: 120px;
		}	
 	#about h2{
			font-size: 1.5em;
		}
	  .logo{
			padding-left: 30%;
			width: 80px;
		}
    .h5 {
		  font-size: 1rem;
		  line-height: 1.5rem;
		}
}


 @media (min-width: 768px) {
	.slide h1{
		font-size: 4em;
	  	bottom:50%;
		}
	.slide h2{
		font-size: 3em;
	  	bottom:10%;
}	
	.titre-bando{
		font-size: 4em;
		top: 120px;

		}	
	#about h2{
    font-size: 2em;
}
		.logo{
	padding-left: 30%;
	width: 80px;
}
   .h5 {
		  font-size: 1.5rem;
		  line-height: 2rem;
		}
}

@media (min-width: 992px) {
		.slide h1{
		font-size: 5em;
	  	bottom:50%;
			}
	.slide h2{
		font-size: 3em;
	  	bottom:20%;
}	
	.titre-bando{
		font-size: 5em;
		top: 120px;
		}	
	#about h2{
    	font-size: 3em;
}
	.logo{
		padding-left: 30%;
		width: 80px;
}
   .h5 {
		  font-size: 1.5rem;
		  line-height: 2.5rem;
		}
}
	
@media (min-width: 1200px) {
	.slide h1{
		font-size: 7em;
	  	bottom:45%;
	}
	.slide h2{
		font-size: 5em;
	  	bottom:35%;
}	
	.titre-bando{
		font-size: 5em;
		top: 150px;
	}	

	#about h2{
		font-size: 3em;
	}
	.logo{
		padding-left: 10%;
		width: 120px;
	}
   .h5 {
	  font-size: 1.5rem;
	  line-height: 2.5rem;
	}
}
/*------------------------------------------------------------*/	
	


.carousel-item{
	height:100%;
}


.carousel-caption {
  position: absolute;
  right: 0;
  top:20%;
  left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.logocaption {
	width: 60%;
}

.fond-text{
	  background-color: rgba(0, 0, 0, 0.4);

}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}




.imfond {
  margin-top:4.5rem;
}

@media (min-width: 992px) {
 .imfond {
	margin-top: 0;
  }
}


.help{
cursor: help;
}

.pointer{
cursor: pointer;
}

.vert{
	background-color: #009544 ;
}


.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #f4623a;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #c34e2e;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f4623a;
}


.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: #009544;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}


.container-sp{
	width: 100%;
	max-width: 1800px;
}
.grille_sel:hover{
	background-color: #f4623a;
	cursor: pointer;
}
.fleche:hover{
	cursor: pointer;
}








#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl, #portfolio .container-xxl {
  max-width: 1920px;
}
#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box, #portfolio .container-xxl .portfolio-box {
  position: relative;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption, #portfolio .container-xxl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  color: #fff;
  background:rgba(0,149,68,0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xxl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}


/*---------------------------------- bandeaux----------------------------------------------*/

#bandeau{
	background-color: hsla(206,23%,44%,0.80);
	width: 100%;
	height: 120px;
	background-image: url("../assets/img/tibiri/bandeau-paysage.jpg");
	background-size: cover;
	background-position : bottom left;
	margin-top:4.2rem;
	margin-bottom: 5em;

}

 @media (min-width: 576px) {
	 #bandeau{
		height: 140px;
		margin-top:4.5rem;
	}
}
@media (min-width: 768px) {
	 #bandeau{
		height: 200px;
	  	margin-top:4.5rem;
	} 
}
@media (min-width: 992px) {
	 #bandeau{
		height: 240px;
	  	margin-top:0;
	} 
}
@media (min-width: 1200px) {
	 #bandeau{
		height: 350px;
	  	margin-top:0;
	} 
}
/*---------------------------------- cards----------------------------------------------*/
.card-pharma{
	background-color: #009544;
	/*margin: 10px auto;
	min-width: 140px;
	max-width: 160px;*/
}

.card-pharma{
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */ 
transition: all 1s ease;
}
.card-pharma:hover{
/* L'image est grossie de 25% */
-webkit-transform:scale(1.1); /* Safari et Chrome */
-moz-transform:scale(1.1); /* Firefox */
-ms-transform:scale(1.1); /* Internet Explorer 9 */
-o-transform:scale(1.1); /* Opera */
transform:scale(1.1);
}
.lien-card a{
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

.lien-card a:link {
  color: #000;
}

.lien-card a:visited {
  color: #7A1540;
}

.lien-card a:focus {
  border-bottom: 1px solid;
}

.lien-card a:hover {
  border-bottom: 1px solid;
}

.lien-card a:active {
  color: #000;
}
.page-section-rubriques {
	 padding: 4rem ;
}

.membres {
	background-color: #fffae6;
}
.actu-img{
	width: 100%;
	margin-top: 10px;
}
.card-jm{
	min-width: 240px;
	max-width: 500px;
}
.card-jm2{
	text-align: center;
}
.card-jm3{
	padding-top: -15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.card-jm4{
	min-width: 280px;
	max-width: 330px;
	margin: 15px;
}
.card-gouaches{
	margin: 10px auto;
	min-width: 140px;
	max-width: 160px;
}

.card-body {
  padding: 0.75rem;
}

.card-title {
  margin-bottom: 0.25rem;
}
.card-mbre{
	margin-bottom: 20px;
}
.card-mbre .card-header{
	background-color: #7194D1;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
}
.card-mbre .card-footer{
	background-color: #C2D4F4;
	color: #000000;
	text-align: right;
}



@media (min-width: 576px) {
	.st2{
		padding-bottom: 20px;
		font-size: 2em;
		}
	.memehaut{
		height: 450px;
		}
	.memehaut1{
		height: 450px;
		max-width: 600px;
		}
	.actu-img{
		width: 100%;
		margin-top: 10px;
		}
	}
    @media (min-width: 768px) {
	.st2{
		padding-bottom: 20px;
		font-size: 2em;
		}
	.memehaut{
		height: 450px;
		}
	.memehaut1{
		height: 550px;
		max-width: 700px;
		}
	.actu-img{
		width: 90%;
		margin-top: 10px;
		}
	}
    @media (min-width: 992px) {
	.st2{
		font-size: 4em;
		padding-bottom: 20px;
		}
	.memehaut{
		height: 600px;
		}
	.memehaut1{
		height: 680px;
		max-width: 850px;
		}
	.actu-img{
		width: 80%;
		margin-top: 10px;
		}
	.card-jm{
		min-width: 400px;
		max-width: 500px;
		}
	}
    @media (min-width: 1200px) {
	.st2{
		padding-bottom: 20px;
		font-size: 4em;
			}
	.memehaut{
		height: 740px;
		}
	.memehaut1{
		height: 740px;
		max-width: 1000px;
		}
	.actu-img{
		width: 80%;
		margin-top: 10px;
		}
		.card-jm{
			min-width: 200px;
			max-width: 300px;
		}
	}
.tabloselect {
	background-color: #333;
	color: #FFF;
}
.tabloselect img{
	height: auto;
	width: 90%;
	padding: 5%;
}
.tabloselect:hover {
	background-color: #666;
	cursor: pointer;
}



.cadre{
	width: 90%;
	margin: 30px;
	border: 20px solid white;
}
.cadre:hover{
	border: 20px solid red;
	cursor: pointer;
}

/*******************************ANNONCE*****************/
#annonce {
	position:absolute;
	visibility:visible;
	top:38%;
	height:2.5rem;
	z-index:1000;
}
 @media (min-width: 576px) {
	 #annonce {
	top:38%;
	}
}
@media (min-width: 768px) {
	 #annonce {
	top:10%;
	} 
}
@media (min-width: 992px) {
	 #annonce {
	top:10%;
	} 
}
@media (min-width: 1200px) {
	 #annonce {
	top:10%;
	} 
}
