* {
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  list-style: none;
}


body {
  text-align: center;
  
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
  
  
}
#monTitre {
            font-size: 34px;
            font-weight: bold;
            color: #000080;
            text-align: center;
            margin-top: 50px;
            opacity: 0;
            transform: translateY(-20px);
            transition: opacity 1s, transform 1s;
            
}

.titre1 {
  color: gray;
  margin-bottom: 50px;
}
.img-fluid {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
.hea {
    
    font-size: 20px;
    color: white;
    background-color: #000080;
    margin-left: -400px;
    width: 2000px;
}
.hea img {

    margin-bottom: 20px;
}

.hea a {
    color: white;
    margin-right: 20px;
    margin-bottom: 20px;
}

.header-fixed {
	background-color: #000080;
	box-shadow:0 1px 1px #ccc;
	padding: 40px 80px;
	height: 180px;
	color: #ffffff;
	box-sizing: border-box;
	top:-50px;
    
	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}


.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/*	The header placeholder. It is displayed when the header is fixed to the top of the
	browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder{
	height: 180px;
	display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin-left: 10px;
}

.header-fixed .header-limiter h1 span {
	color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 50px;
	font-size: 20px;
	
}

.header-fixed .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-fixed .header-limiter nav a{
	display: inline-block;
	padding: 20 5px;
	text-decoration:none;
	color: #ffffff;
	opacity: 0.9;
	
}

.header-fixed .header-limiter nav a:hover{
	opacity: 1;
	
}

.header-fixed .header-limiter nav a.selected {
	color: #608bd2;
	pointer-events: none;
	opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 50px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
	line-height: 28px;
	font-size: 13px;
}


/* Making the header responsive */

@media all and (max-width: 600px) {

	.header-fixed {
		padding: 20px 0;
		height: 75px;
	}

	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
		float:none;
		margin-left: 25px;
	}

	.header-fixed .header-limiter nav a {
		font-size: 15px;
		padding: 5px 0;
		margin-left: -15px;
	}
    .header-limiter img {
        width: 50px;
        height: 50px;
    }
	body.fixed .header-fixed {
		display: none;
	}

}

/*
	 We are clearing the body's margin and padding, so that the header fits properly.
	 We are also adding a height to demonstrate the scrolling behavior. You can remove
	 these styles.
 */

body {
	margin: 0;
	padding: 0;
	height: 1500px;
}


header {
  background: gray;
  text-align: center;
  width: auto;
  margin-top: 0%;
  margin: 0;
  
}
.Bon {
    width: 100px;
    height: 100px;
    margin-left: 100px;
    float: right;
    border-radius: 15px;
    margin-top: -100px;
}
.navbar-brand {
    margin-left: 100px;
    margin-top: 50px;
    
    font-weight: bold; 

}

.nav-link {
    margin-top: 300px;
    color: red;
    margin-right: 100px;
    
}
@media screen and (max-width:767px) {

    .nav-link {
        margin-bottom: 50px;
        margin-top: 170px;

    }

}
.container-fluid .navbar-brand {
    font-size: 20px;
}


.nav-item {
    color: white;
    font-size: 20px;
    margin: auto;
}
@media screen and (max-width:767px) {

    .nav-item {
        margin-top: -150px;
        margin-bottom: -150px;
    }

}

.navbar-toggler {
    margin-bottom: 50px;
}

.logo {
  border-radius: 15px;
  margin-left: -1000px;
  width: 150px;
  height: 150px;
  margin-top: -100px;
}

.form-control {
    width: 200px;
}

/*header nav {
  display: inline;


}

header a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 200px;
}

header nav a:hover {
  background: rgb(54, 53, 49);
  text-decoration: none;
  color: #f2f2f2;
  border-radius: 15px;
}

header h1 {
  font-weight: bold;
  color: white;
  margin-right: 1400px;
  width: 500px;
  padding-top: 100px;

}

header nav a {
  padding: 10px 50px 20px;
  margin-top: -50px;
}

.imga {
  width: 5em;
  height: 5em;
}

.mobile-menu {
  display: block;
  width: 100%;
  background: #BF8438;
  line-height: 1.6em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

/*Supprimez l'ul */
.mobile-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  background: #BF8438;
}

/*Création de la liste horizontale*/
.mobile-menu li {
  display: inline-block;

}

/*Style des liens de menu*/
/*.mobile-menu li a {
  display: block;
  min-width: 140px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #BF8438;
  text-decoration: none;
  margin-left: -5px;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/*survol pour les liens de niveau supérieur*/
.mobile-menu li:hover a {
  color: #BF8438;
  background-color: #ccddee;
}

/*Style des liens déroulants*/
.mobile-menu li:hover ul a {
  background: #f3f3f3;
  color: #BF8438;
  height: 40px;
  line-height: 40px;
}

/*État de survol pour les liens déroulants*/
.mobile-menu li:hover .mobile-menu ul a:hover {
  color: #BF8438;
}

/*Masquer les liens déroulants jusqu'à ce qu'ils soient nécessaires*/
/*.mobile-menu li ul {
  display: none;
}

/*Rendre les liens déroulants verticaux*/
/*.mobile-menu li ul li {
  display: block;
  float: none;
}

/*Empêcher l'habillage du texte*/
/*.mobile-menu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}


/*Style du bouton d'étiquette 'afficher le menu' et le masquer par défaut*/
/*.mobile-menu .show-menu {
  text-decoration: none;
  color: #fff;
  background: #BF8438;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .show-menu span {
  padding-left: 35px;
}

/*Masquer la case à cocher*/
/*.mobile-menu input[type=checkbox] {
  display: none;
}

/*Afficher le menu lorsque la case à cocher invisible est cochée*/
/*.mobile-menu input[type=checkbox]:checked~#menu {
  display: block;
}

/*Responsive*/

/*.mobile-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #f0f0f0;
  padding: 10px;
}

#menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#show-menu:checked~#menu {
  display: block;
}

#menu li {
  margin-bottom: 10px;
}

#menu li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
}

.show-menu {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.lignes {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

/*
@media screen and (max-width : 800px) {
  .mobile-menu .lines {
    border-bottom: 20px double #f8f8f8;
    border-top: 20px solid #f8f8f8;
    border-bottom: 20px solid #f8f8f8;
    content: "";
    height: 20px;
    width: 50px;
    padding-right: 15px;
    float: right;
  }*/

/*Faire apparaître les liens déroulants en ligne*/
/*.mobile-menu ul {
  position: static;
  display: none;
}

/*Créer un espacement vertical*/
/*.mobile-menu li {
  margin-bottom: 1px;
}

/*Faire tous les liens de menu pleine largeur*/
/*.mobile-menu ul li,
.mobile-menu li a {
  width: 100%;
}

/*Afficher le lien « afficher le menu »*/
/*.mobile-menu .show-menu {
  display: block;
}



/* barre de recherche */
.input-group-append button {
  background-color: #000080;
  border-color: gray;
}

/*header*/


/*image dessus image dessous*/
#conteneur {
  position: relative;
  height: 300px;
  width: 100%;

}

@media screen and (min-width: 401px) and (max-width: 1280px) {
  #conteneur {
    width: 100%;

  }
}

@media screen and (max-width: 400px) {
  #conteneur {
    width: 400px;
    margin-bottom: 20px;
    height: 200px;
    margin-right: 10px;
  }
}

#conteneur img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 15px;
  margin-top: -5%;
}



@media screen and (min-width:768px) and (max-width:1023px) {
  #conteneur img {

    width: 200px;
    margin-bottom: 20px;
    height: 200px;
    margin-left: -12%;
  }
}

@media screen and (max-width:767px) {
  #conteneur img {
    width: 80%;
    margin-bottom: 20px;
    height: 200px;
    margin-left: -80px;


  }
}


@keyframes fondu-in-out {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#conteneur img .image-de-dessus {
  animation-name: fondu-in-out;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;

}


.container_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  
}

.item_a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  animation: fadeInUp 1s ease-in-out;
}
.item_a p {
    width : 400px;
    text-align: justify;
    margin-top: 5px;
    
}
@media screen and (max-width: 768px) {

  .item_a p {
    margin-bottom: 20px;
    
    height: 400px;
    
  }
}

.item_a img {
  width: 400px;
  height: 400px;
  border-radius: 5%;
  margin-bottom: 10px;
}
/* Media Queries for Responsive Layout */

/* pour large screens (desktops) */
@media screen and (max-width: 1500px) {


  .item_a img,
  .item_a p {


    width: 300px;
    margin: 0 auto;

    height: 300px;
  }
}



/* pour laptops */
@media screen and (max-width: 1200px) {




  .item_a img,
  .item_a p {

    width: 250px;
    height: 250px;
  }
}



/* For tablets */
@media screen and (max-width: 992px) {


  .item_a img,
  .item_a p {
    text-align: justify;

    width: 350px;
    height: 250px;
  }
}



/* Pour mobile */
@media screen and (max-width: 768px) {


  .item_a img, 
  .item_a p
   {
    text-align: justify;
    margin-left: 10px;
    width: 250px;
    height: 200px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {
  .item_a {
    width: 100%;
    max-width: 200px;
  }
}
/* container div1...*/
.flex-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  animation: apparition 0.8s ease-out;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .flex-box {

    height: 1000px;

    margin-bottom: -100px;
  }
}

@media screen and (max-width:767px) {
  .flex-box {

    margin-bottom: 330px;
    height: 1000px;

  }
}


.flex-box>div {
  height: 400px;
  width: 400px;
  background: rgba(103, 104, 103, 0.5);
  margin: 15px 5px;
  transition: all 2s;
  transform: translate(-1000%) rotate(45deg);
  z-index: -1;

}

.buri {
  width: 80%;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
}

#backToNormal {
  transform: translate(0) rotate(0deg);

}

.iba {
  height: 300px;
  width: 300px;
  margin-top: 40px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}

.ibo {
  height: 300px;
  width: 300px;
  margin-top: 40px;
  margin-left: 12%;


}

.ibu {
  height: 300px;
  width: 300px;
  margin-top: 40px;
  margin-left: 12%;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}



.div4 {
  text-align: center;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .div4 {


    margin-top: 50px;
  }
}

@media screen and (max-width:767px) {
  .div4 {

    margin-bottom: -210px;


  }
}

.div2 img {
  text-align: center;
}

@media screen and (max-width: 400px) {
  .div2 img {
    margin-left: 10px;

  }
}

.div1 img {
  text-align: center;
}

@media screen and (max-width: 400px) {
  .div1 img {
    margin-left: 10px;

  }
}

.div4 h2 {
  color: #BF8438;
  margin-top: 10px;
}

.div1 h2 {
  color: #BF8438;
  margin-top: 10px;
  text-align: center;
}

.div2 h2 {
  color: #BF8438;
  margin-top: 10px;
  text-align: center;
}



.container {
  display: flex;
  flex-wrap: wrap;
}

.item img {
  width: 50vw;
  border-radius : 15px;
  
}
/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 901px) and (max-width: 980px) {
  .item img {
    margin-left:100px;
    /* 50% de largeur pour les écrans de tablette */
  }
}
/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 891px) and (max-width: 900px) {
  .item img {
    margin-left:110px;
    /* 50% de largeur pour les écrans de tablette */
  }
}
/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 770px) and (max-width: 890px) {
  .item img {
    margin-left: 10px;
    /* 50% de largeur pour les écrans de tablette */
  }
}
/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 716px) and (max-width: 770px) {
  .item img {
    margin-left: 10px;
    /* 50% de largeur pour les écrans de tablette */
  }
}
/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 340px) and (max-width: 715px) {
  .item img {
    margin-left: 10px;
    /* 50% de largeur pour les écrans de tablette */
  }
}

.titre_1 {
  font-weight: bold;
  font-size: 150%;
  background-color: #000080;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.titre_1:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.titre_4 {
    color: black;
}
.titre_4:hover {
  color: black;
  text-decoration: none;
}
.titre_5 {
    color: black;
    margin: 150px 50px 150px;
    text-align: justify;
}
.titre_5:hover {
  color: black;
  text-decoration: none;
}
.titre_6 {
    color: black;
    width: 500px;
    text-align: justify;
    
}
.titre_6:hover {
  color: black;
  text-decoration: none;
}

.texte_2 {
  color: rgb(43, 41, 41);
  text-decoration: none;
  
}

.texte_2:hover {
  color: rgb(43, 41, 41);
  text-decoration: none;
}
.titre_3 {
  color: rgb(43, 41, 41);
  text-decoration: none;
  display: block;
  text-align: justify;
  margin-left: 10%;
  margin-right: 10%;
  
}

.titre_3:hover {
  color: rgb(43, 41, 41);
  text-decoration: none;
}


.item {
  flex: 1 0 50%;
  /* 50% de largeur pour les écrans d'ordinateur et tablettes */
  padding: 20px;
  box-sizing: border-box;
  text-align: justify;
  
}

/* Styles spécifiques pour les écrans d'ordinateur */
@media (min-width: 768px) {
  .item {
    flex: 1 0 33.33%;
    /* 33.33% de largeur pour les écrans d'ordinateur */
  }
}

/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 480px) and (max-width: 767px) {
  .item {
    flex: 1 0 50%;
    /* 50% de largeur pour les écrans de tablette */
  }
}

/* Styles spécifiques pour les écrans mobiles */
@media (max-width: 479px) {
  .item {
    flex: 1 0 100%;
    /* 100% de largeur pour les écrans mobiles */
  }
}

.bir {
  width: 30em;
  height: 30em;
  margin-left: 490px;
  text-align: justify;
}

@media only screen and (max-width: 320px) {
  .bir {
    margin-left: 34px;
    width: 15em;

  }

}

.part li a {
  text-decoration: none;
}

@media screen and (min-width: 321px) and (max-width: 899px) {
  .part li a {
    width: 35em;
    margin-left: 1%;

  }
}

@media only screen and (max-width: 320px) {
  .part li a {
    margin-left: -10px;
    width: 10em;

  }

}

.part a:hover {
  color: #1e2225;
}

.part {
  width: 35em;
  text-align: center;
  margin-left: 50%;
  margin-right: 300px;
  text-align: justify;

}

@media screen and (min-width: 321px) and (max-width: 755px) {
  .part {
    width: 31em;
    margin-left: 2px;

  }
}

@media only screen and (max-width: 320px) {
  .part {
    margin-left: 2px;
    width: 16em;

  }

}

.pur h2 {
  text-align: center;
  color: gray;
  margin-left: 380px;
}

@media screen and (min-width: 726px) and (max-width: 900px) {
  .pur h2 {
    margin-left: -42%;
  }

}

@media screen and (min-width: 321px) and (max-width: 899px) {
  .pur h2 {
    width: 15em;

    margin-left: -15%;
  }

}

@media only screen and (max-width: 320px) {
  .pur h2 {
    width: 15em;

    margin-left: -24%;
  }

}

.pat img {
  transition: transform .4s;
}

.pat img:hover {

  text-decoration: none;
  font-size: 3em;
}

/* Carte page contact */
.mape {
  text-align: center;

  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
  

}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mape {

    margin-left: 8%;
    width: 600px;
    margin-bottom: 60px;
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .mape {
    margin-left: 10px;
    width: 40%;
    margin-bottom: 10px;
    margin-top: 5px;

  }
}

/* texte de contact */
.bla {
  text-align: center;
  color: gray;
}

.bla a {
  font-size: 15px;

}



.but {
  width: 80px;
  background-color: gray;
  color: white;
  height: 60px;
  border-color: #ccc;
  border-radius: 15px;
  margin-top: 20px;
}

.bla {
  background-color: gray;
  color: white;
  width: 35em;
  text-align: center;
  margin: 0 auto;
  border-radius: 15px;
  height: 50px;
  margin-bottom: 300px;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .bla {

    font-size: 150%;

  }
}

@media screen and (max-width:767px) {
  .bla {
    font-size: 100%;

    margin-top: 10px;

  }
}


.bla h3 {
  color: gray;
  
  text-align: center;
}

@media screen and (min-width: 321px) and (max-width: 800px) {
  .bla h3 {
    font-size: 150%;

  }
}

@media only screen and (max-width: 320px) {
  .bla h3 {
    font-size: 100%;

  }

}

/*page d'accueil*/
.container h2 {
  color: #000080;
  font-weight: bold;
  width: 15em;
  text-align: center;
  margin: 0 auto;
  border-radius: 15px;
  font-size: 2em;
  margin-bottom: 10px;
  height: 40px;

}

@media screen and (min-width:768px) and (max-width:1023px) {
  .container h2 {

    font-size: 30px;

  }
}
@media screen and (min-width:465px) and (max-width:767px) {
  .container h2 {
    font-size: 20px;
    width: 250px;
    margin-top: 10px;
   
  }
}

@media screen and (max-width:464px) {
  .container h2 {
    margin-left: -90px;
    font-size: 20px;
    
  }
}


section {
  margin-bottom: 30px;
}

/* formulaire page redaction */
.formi titre {
  font-size: 15px;
}

.formi {
  margin-top: 50px;
  width: 800px;
  margin-bottom: 200px;
  color: gray;

}


.form {
  margin-top: 10px;
  width: 600px;
  margin-bottom: 60px;
  border: rgb(94, 86, 86) solid 3px;
  margin: 0 auto;
  padding: 30px;
  background-image: url("photo/platasie.jpg");
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .form {

    margin-left: 8%;
    width: 600px;
    margin-bottom: 60px;
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .form {
    margin-left: 40px;
    width: 80%;
    margin-bottom: 10px;
    margin-top: 5px;

  }
}


input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;

}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;

}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 20px;
  color: rgb(42, 40, 40);

}

input[type=submit] {
  background-color: gray;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  border: #f2f2f2 solid;
}

input[type=submit]:hover {
  background-color: gray;
}

/*.app {
  display: grid;
  width: 300px;
  margin: 0 auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50px repeat(5, 30px);
  grid-template-areas:
    "res res res res"
    "7 8 9 reset"
    "4 5 6 reset"
    "1 2 3 reset"
    "0 dot plus minus"
    "equal equal times div"
  ;
  border: 2px solid teal;
  border-radius: 4px;


}*/


h3 {
  text-align: right;
  margin: 7px 10px 0 0;
  font-size: 2rem;
  /*grid-area: res;
}



/* Page article */

.center-div img, h1 {
  margin: auto;


}
.titre-2 {
    color: black;
}

.center-div h1 {
  font-size: 3vw;
    color: black;
    background-color: black;
}

@media screen and (min-width: 321px) and (max-width: 800px) {
  .center-div h1 {
    font-size: 20px;

  }
}

@media only screen and (max-width: 320px) {
  .center-div h1 {
    font-size: 15px;

  }

}

.center-div p {
  text-align: center;
  text-align: justify;
  width: 70%;
  margin-left: 15%;
  color: black;
}

.center-div img {
  width: 40%;
  text-align: center;
  height: 40vw;

}

/*Retour à la page suivante*/
.clo h2 {
  font-size: 2vw;
  color: gray;
  
}

@media screen and (min-width: 321px) and (max-width: 800px) {
  .clo h2 {
    font-size: 20px;

  }
}

@media only screen and (max-width: 320px) {
  .clo h2 {
    font-size: 15px;

  }

}

.clo button {
  margin-top: 15px;
  border-radius: 10px;
  border-color: gray;
  margin: 20 auto;
  margin-bottom: 50px;
}

.clo button:hover {
  margin-top: 5px;
  border-radius: 10px;
  background-color: white;
}

/* carousels  pages article et articles*/
.carousel-item {
  height: 30vw;
  margin-bottom: 20px;
}

.carousel-caption h5 {
  color: white;
  font-size: 5vw;
}


.carousel-caption p {
  color: white;
  font-size: 2vw;
}

/* Page rubrique */


/*.column-e {
  display: block;
  width: 100%;
  height: 2500px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 130px;

}*/

.container_f {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  text-align: justify;
  margin: 0 auto;
  
}


.item-b {
  flex: 1 0 50%;
  /* 50% de largeur pour les écrans d'ordinateur et tablettes */
  padding: 20px;
  box-sizing: border-box;
  text-align: justify;
  margin-top: 50px;

}

/* Styles spécifiques pour les écrans d'ordinateur */
@media (min-width: 768px) {
  .item-b {
    flex: 1 0 33.33%;
    /* 33.33% de largeur pour les écrans d'ordinateur */


  }
}

/* Styles spécifiques pour les écrans de tablette */
@media (min-width: 480px) and (max-width: 767px) {
  .item-b {
    flex: 1 0 50%;
    /* 50% de largeur pour les écrans de tablette */

  }
}

/* Styles spécifiques pour les écrans mobiles */
@media (max-width: 479px) {
  .item-b {
    flex: 1 0 100%;
    /* 100% de largeur pour les écrans mobiles */

  }
}


.titro {
  margin-top: 30px;
  margin: 0 auto;
  font-size: 30px;
  text-decoration: none;
  
  
}



.coli {
  margin-top: 10px;
}

@media screen and (max-width:767px) {
  .coli {

    margin-top: -25px;


  }
}

.coli h2 {
  font-size: 30px;
}

@media screen and (max-width:767px) {
  .coli h2 {

    font-size: 20px;


  }
}




.tito {
  width: 400px;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .tito {

    font-size: 40px;
  }
}

@media screen and (max-width:767px) {
  .tito {
    margin-left: -180px;
    font-size: 35px;
    margin-top: 10px;
  }
}

.item-a h2 {
  color: gray;
}




.row-e:after {
  content: "";
  display: flex;
  clear: both;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;

}



.port li {
  width: 30em;
  text-align: center;
  margin-left: 22%;
  margin-right: 300px;
  text-align: justify;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .port li {
    width: 100%;
    margin-left: 10%;

  }
}

@media screen and (min-width: 321px) and (max-width: 900px) {
  .port li {
    width: 80%;
    margin-left: 10%;


  }
}

@media only screen and (max-width: 320px) {
  .port li {
    margin-left: -8%;
    width: 100%;
    font-size: 15px;

  }

}


.tir {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;

}


/*Image à droite texte page d'accueil*/




.column-c {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  margin-bottom: 520px;
  margin-top: 10px;
  margin-left: -200px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column-c img {
  width: 25em;
  margin-left: 65%;
  border-radius: 15px;
}


/*Image à gauche et texte page rubrique*/
.port li a {
  color: rgb(91, 88, 88);
  text-decoration: none;
}

.pot img {
  transition: transform .4s;
}

.pot img:hover {
  transform: scale(0.9);
}

/*texte animé page rubrique*/
.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3vw;
  margin: 0 auto;
  color: #000080;
}

/*texte animé page rubrique*/
.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  
  padding-bottom: 0.1em;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .ml6 .text-wrapper {
    display: inline-block;
    line-height: 1em;
    font-size: 30px;
    

  }
}

@media screen and (max-width:767px) {
  .ml6 .text-wrapper {
    display: inline-block;
    line-height: 1em;
    margin-top: 10px;
    


  }
}
.brt {
    color: red;
    background-color: blue;
    font-size: 50px;
}

/* titre span */
 #monTitre {
            font-size: 34px;
            font-weight: bold;
            color: #000080;
            text-align: center;
            margin-top: 30px;
            opacity: 0;
            transform: translateY(-20px);
            transition: opacity 1s, transform 1s;
            background-color: red;
            
        }

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
  font-size: 30px;
  margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .ml6 .letter {
    display: inline-block;
    line-height: 1em;
    font-size: 30px;
    margin: 0 auto;
    margin-top: 20px;


  }
}

@media screen and (max-width:767px) {
  .ml6 .letter {
    display: inline-block;
    line-height: 1em;
    font-size: 20px;
    margin-top: 10px;

  }
}


.teto {
  margin-bottom: 50px;
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .teto {
    margin-bottom: 20px;
  }
}

/* Jeux de bulles*/
.jeux {
  width: 400px;
  height: 300px;
  background: url("photo/football2.png") no-repeat;
  background-size: cover;
  margin-left: 38%;
  border-radius: 15px;
  margin-bottom: 20px;
  border: solid 1px green;

}

@media screen and (min-width:768px) and (max-width:1023px) {
  .jeux {
    margin-left: 10px;
  }
}

@media screen and (max-width:767px) {
  .jeux {
    margin-left: 30px;
    width: 350px;
    height: 250px;
  }
}

.jeux a h3 {
  color: rgb(63, 61, 61);
  text-align: center;
  background-color: white;
  margin-top: 40px;
  width: 330px;
  margin-left: 9%;
  border-radius: 15px;

}

@media screen and (min-width:768px) and (max-width:1023px) {
  .jeux a h3 {
    width: 300px;
  }
}

@media screen and (max-width:767px) {
  .jeux a h3 {
    margin-left: 45px;
    width: 250px;
    font-size: 20px;

  }
}

.jeux a:hover {
  text-decoration: none;
}

/* Page article */


/*footer*/

a{
text-decoration:none;
outline:none !important;
color:#fff;
}

.border-shape {
background: #ffbe00 none repeat scroll 0 0;
color: #fff;
display: block;
height: 3px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 80px;
}

.border-shape::before {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 80px;
margin: 0 auto;
position: absolute;
text-align: center;
top: 1px;
width: 100px;
}

.border-shape::after {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
margin: 0 auto;
position: absolute;
right: 80px;
text-align: center;
top: 1px;
width: 100px;
}



.birno {
    color: red;
    background-color: blue;
}
.dire {
    color: red;
    background-color: blue;
}

footer nav a {
    height: 300px;
    background-color: red;
}
