/*
*@colors
*/
:root{
  --primary-color:#fff;
  --secondary-color:#11293f;
}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

body{
  color:var(--secondary-color);
}
a{
	color:#009199;
}
a:hover{
	color:#006a70;
}

/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/

nav.navbar.bg-dark{
	background-color:#11293f !important;
	padding:10px;
}
nav #logo{
	position:absolute;
	z-index:2;
	top:0;
}
nav #logo a img{
	width:80%;
}
nav.navbar li a{
	padding:0.75rem !important;
	color:#fff;
	display:block;
	text-align:right;
}
nav.navbar li.active a{
	background-color:#fff;
	color:#11293f !important;
}



/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/



/******* CAROUSEL ******/

#carouselExampleIndicators .carousel-caption{
	bottom:20px;
	text-align:right;
}
#carouselExampleIndicators .carousel-caption .h5{
	color:#11293f;
	text-transform:uppercase;
	font-size:1.5rem;
	line-height: 1;
}
#carouselExampleIndicators .carousel-caption p{
	color:#11293f;
	font-size: 0.75rem;
}
#carouselExampleIndicators .carousel-indicators li{
	background-color:#11293f;
}

.bg-titre-page{

	background-color:#009199;
	color:#fff;
  padding: 75px;

}
.bg-turquoise{

	background-color:#009199;
	color:#fff;
  padding: 75px;

}

.bg-turquoise hr{

	width:30%;
	border-bottom:3px solid #fff;
margin: auto;
}
.blockend{
	width:30%;
	border-bottom:3px solid #009199;
}


.bg-rouages{
	background-color:#009199;
	color:#fff;
	background-image:url(../images/rouages.png);
	background-position:center right;
	background-repeat:no-repeat;
}
.bg-rouages hr{
	width:30%;
	border-bottom:3px solid #fff;
}

.bg-punaise{
	background-image:url(../images/punaise.png);
	background-position:center left;
	background-repeat:no-repeat;
}

.bg-punaise p{
    font-size: 1.4rem;
	text-align:right;
	line-height:3rem;
}

.turquoise{
  color: #009199;
}

.turquoise h3 {
    font-size: 1.5rem;
}

.ph4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h2h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

button.FAQ{
  border: none;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #009199;
  background-color: white;

}

.FAQ-block{
  border-bottom: 1px solid #009199;
  margin: 10px;
  padding: 20px;

}

.reponses{
  padding-left: 41px;
padding-top: 10px;
font-style: italic;
font-weight: 200;
font-size: 1.4rem;

}
.date{
  color:#009199;
  font-size: 1rem;
}

.lieu{
  background-color:#009199;
  color: white;
  font-size: 1rem;
  padding: 10px;
  text-transform: uppercase;
}

.ancienh2 {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer{
	background-color:#11293f;
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#009199;
}
footer .btn-primary{
	background-color:#009199;
	border:none;
}
footer .btn-primary:hover{
	background-color:#006a70;
}
footer hr{
	border-bottom:1px solid #fff;
}
footer ul li{
	list-style-type:none;
	padding-left:20px;
}
footer ul{
	margin-left: auto !important;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: flex-end;
}
footer .copyright{
	text-align:right;
}


/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	nav.navbar.bg-dark{
		padding:0;
	}
	#carouselExampleIndicators .carousel-caption{
		bottom:60px;
		text-align:center;
	}
	#carouselExampleIndicators .carousel-caption .h5{
		font-size:2rem;
		
	}
	#carouselExampleIndicators .carousel-caption p{
		font-size: 1rem;
	}
	nav #logo a img{
		width:100%;
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#carouselExampleIndicators .carousel-caption{
		bottom:240px;
	}
	#carouselExampleIndicators .carousel-caption .h5{
		font-size:3rem;
	}
	#carouselExampleIndicators .carousel-caption p{
		line-height: 1rem;
		font-size: 1.5rem;
	}
}
