/*css perso*/


/*Polices*/
@font-face {
    font-family: 'agency_fbbold';
    src: url('../polices/agencyb-webfont.woff2') format('woff2'),
         url('../polices/agencyb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'x360_by_redgeregular';
    src: url('../polices/x360.woff2') format('woff2'),
         url('../polices/x360.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html body {
	font-family: 'agency_fbbold'
}


/*navbar perso*/
.logo {
	height : 100px;
	width : 300px;
}
.navbar {
  background-color: #3A4472;
  font-size: 200%;
}
.navbar .navbar-brand {
  color: #ffffff;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #000000;
}
.navbar .navbar-text {
  color: #ffffff;
}
.navbar .navbar-text a {
  color: #000000;
}
.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #000000; 
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #000000;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #477181;
  border-color: #477181;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #477181;
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #477181;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #477181;
}
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
  background-color: #477181;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #ffffff;
}
.navbar .navbar-link {
  color: #ffffff;
}
.navbar .navbar-link:hover {
  color: #000000;
}
@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #477181;
  }
  .logo {
	height : 50px;
	width : 150px;
}
}
@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #477181;
  }
  .logo {
	height : 50px;
	width : 150px;
}
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
	
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #477181;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #000000;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: #477181;
  }
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #000000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #000000;
  background-color: #477181;
}


/*section 1 Acceuil*/
#section1 {
	padding-top : 120px;
	background-image: url("../images/background.jpg");
	background-size: cover;
	background-position: bottom;
	height: 600px;
	display: flex;
    flex-direction: column;
	background-color : rgba(0, 0, 0, 1);
}
.logo-central {
	margin: auto;
	width: 400px;
}
#section1 .message {
	font-family: 'x360_by_redgeregular', Arial;
	font-size: 40px;
	font-style: italic;
	text-align: center;
	padding: 1%;
	color: white;
	text-shadow: 2px 2px 3px black;
	margin-top: 10px;
	background: linear-gradient(180deg, rgba(0,124,60,0.7819328414959734) 0%, rgba(126,187,73,0.591456651019783) 54%, rgba(126,187,73,0) 100%);
	position: relative;
	top: 20%;
}
@keyframes text-entrant{
	0%{
		transform: translateY(10vh);
		opacity: 0;
	},
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.message
{
	animation-name: text-entrant;
	animation-duration: 1000ms;
	animation-delay: 500ms;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-iteration-count: 1
}


/*section 2 Apropos*/
#bandeblanche{
	padding-top : 120px;
	background-color:white;
}
.h2-custom {
	font-family: 'agency_fbbold';
	display: block;
	text-align: center;
	color: white;
	background-color: #3A4472;
}
#section2 {
	
	background-color:#D9D9D9;
} 
#contenusection2{
	padding-right : 50px;
	padding-left : 50px;
	padding-bottom : 10px;
}
#section2 .carousel {   
    width: 95%;
}
#section2 .carousel-inner {
	border-radius: 16px;
}
#section2 .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0; 
    width: 30%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .7;
    border-radius:45px;
}
#section2  .glyphicon-chevron-right {
    right: 20%;
}
#section2  .glyphicon-chevron-left {
    left: 20%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 90rem;
	height: 7rem;
}
.text-about{
	font-size: 24px;
	text-align: justify;
	padding: 8%;
	padding-top: 4%;
}
.text-about2{
	font-size: 24px;
	text-align: justify;
    padding: 8%;
    padding-top: 0%;
}
.list-pointfort{
	font-size: 24px;
	text-align: justify;
	padding: 8%;
	padding-top: 4%;
	padding-bottom : 0%;
}
.list-pointfort li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.iconePointFort {
  height: 83px;
  margin: 10px;
  box-shadow: 2px 2px 5px #B3B3B3;
  border-radius: 10px;
}
.text-about3{
	font-size: 24px;
	text-align: start;
	margin: 10px;
}
.list-habilitation{
	font-size: 24px;
	text-align: justify;
	padding: 8%;
	padding-top: 4%;
}
.list-habilitation li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.text-about4{
	font-size: 24px;
	text-align: start;
	margin: 10px;
}


/*section 3 produit*/
#section3{
	background-color: #3A4472;
}
#contenusection3{
	background: rgb(58,68,114);
	background: linear-gradient(180deg, rgba(58,68,114,1) 33%, rgba(255,255,255,1) 100%);
	padding : 50px;
}
#bandegrise{
	padding-top : 120px;
	background-color:#D9D9D9;
}
.h2-custom2 {
	font-family: 'agency_fbbold';
	display: block;
	text-align: center;
	color: white;
	background-color: #3A4472;
}
#section3 h3 {
  color: white;
  background: linear-gradient(90deg, rgba(0,124,60,1) 5%, rgba(126,187,73,1) 100%);
  text-align: center;
  margin: 1%;
  margin-right: 1%;
  margin-left: 1%;
  font-size: 30px;
  border: solid;
  border-color: #2C365B;
  display: block;
  width: 76%;
  margin-right: auto;
  margin-left: auto;
  border-width: 0.5px;
  box-shadow: 2px 2px 7px #2C365B;
  border-radius: 9px;
}
#section3 p {
  font-size: 20px;
  text-align: justify;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-top: 5%;
}
#imagesMini {
  margin: 5%;
  display: flex;
}
#section3 .imageMini {
  display: block;
  width: 250px;
  transition: transform .1s;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 5px #211A72;
  border-radius: 19px;
  border: 1px solid #211A72;
  border-radius: 14px;
  padding: 3px;
}
#section3 .imageMini:hover{
-ms-transform: scale(1.5); /* IE 9 */
-webkit-transform: scale(1.5); /* Safari 3-8 */
transform: scale(1.5);
}
#section3 .table {
  background-color: white;
  text-align: center;
}
#section3 .tbody {
  font-weight: normal;
}
.tableau-mobile {
  display: none;
}
.tableau {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 24px;
  padding-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
}


/*section 4 contact*/
#bandebleu {
	padding-top : 120px;
	background-color: #3A4472;
}
.h2-custom3 {
  font-family: 'agency_fbbold';
  display: block;
  text-align: center;
  color: white;
  background-color: #3A4472;
}
.map{
  margin: 5%;
  height:400px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 10px #C8C7C7;

}
#gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:400px;
  width:500px;
}
.text-contact{
  text-align: center;
  margin-top: 3%;
  font-size: 20px; 
  
}
#section4 .form-label{  
      display: block;
      width: 370px;
      height: 30px;
      padding-left: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-left: auto;
      margin-right: auto;
      font-size: 17px; 
}
#section4 .form-control {
      display: block;
      width: 370px;
      height: 30px;
      padding-left: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-left: auto;
      margin-right: auto;
      font-size: 17px;
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.05);
      border: 0px;
      transition: background 0.5s;
}
#section4 .invalid-feedback {
      width: 370px;
      height: 30px;
      padding-left: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-left: auto;
      margin-right: auto;
      font-size: 15px;
}
#section4 .valid-feedback {
      width: 370px;
      height: 30px;
      padding-left: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-left: auto;
      margin-right: auto;
      font-size: 15px;
}
#envoyer {
      width: 260px;
      height: 50px;
      position: relative;
      display: block;
      margin: 20px auto;
      border-radius: 10px;
      border: none;
      background: #3A4472;
      color: white;
      font-size: 20px;
      transition: background 0.4s;
      cursor: pointer;	 
  }
#envoyer:hover {
  background-color:  #009640;
}


/* CSS FOOTER */
footer {
  background-color: #D9D9D9 ;
}
.icone {
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-icone{
  text-align: center;
  display: block;
}
.copyright{
  text-align: center;
  color: white;
  background-color: #878787;
}
.copyright a {
  color: #3A4472;
}


/*CSS en dessous de 992 pixel*/
@media only screen and (max-width: 991px){
.map{
  position:relative;
  text-align:right;
  height:400px;
  width:267px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 4px 4px 10px #C8C7C7;
}
#gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:400px;
  width:267px;
}
}


/*CSS en dessous de 768 pixel*/
@media only screen and (max-width: 767px){

#section1 {
	padding-top : 0px;
}
#section1 .message {
  top: 10%;
  font-size: 30px;
  
}
#contenusection2{
	padding-left : 20px;
	padding-right : 20px;
}
#section2 .carousel {   
    margin: auto;
}
#imagesMini {
  margin-top: 0%;
  margin-bottom: 2%;
  flex-direction: column;
}
#contenusection3{
	padding : 0px;
}
#section3 p {
  font-size: 18px;
}
#section3 .imageMini {
  display: block;
  width: 200px;
  margin-top: 5%;
}
.tableau {
  display: none;
}
.tableau-mobile {
  display: block;
  margin-top: 10%;
  font-size: 16px;
}
#bandeblanche{
	padding-top : 75px;
	background-color:white;
}
#bandegrise{
	padding-top : 75px;
	background-color:#D9D9D9;
}
#bandebleu {
	padding-top : 75px;
	background-color: #3A4472;
}
.logo-central {
	margin: auto;
	width: 200px;
}
#section4 .imagecontact {
    display: none;
  }
.icone {
  height: 37px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.text-icone {
  font-size: 16px;
  margin-bottom: 0px;
}
.iconePointFort {
  height: 30px;
  margin: 5px;
  box-shadow: 2px 2px 5px #B3B3B3;
  border-radius: 5px;
}
#section4 .form-label{  
    width: 320px;
}
#section4 .form-control {
   width: 320px;
}
#section4 .invalid-feedback {
	width: 320px;
}
#section4 .valid-feedback {
   width: 320px;
}
