/** Import Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
	font-family: Kalmansk;
	src: url('../fonts/Kalmansk-Regular.otf');
	font-display: fallback;
}

@font-face {
	font-family: Bahnschrift;
	src: url('../fonts/BAHNSCHRIFT.html\ 1.woff');
}

@font-face {
	font-family: Poppins;
	src: url('../fonts/Poppins-Medium.ttf');
}

section {
	padding: 0;
	margin: 0;
	margin: 100px auto;
}



img {
	width: 150px;
	border-radius: 50px 50px 0 0;
}

/* RESPONSIVE */

/* test	*/
body {
	color: #272727;
	font-family: 'Bahnschrift', serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	padding: 1rem;
  }
  
  .main{
	max-width: 1200px;
	margin: 0 auto;
  }
  
  h1 {
	  font-family: 'Poppins', serif;
	  font-size: 30px;
	  font-weight: 400;
	  text-align: center;
	  padding-bottom: 30px;
	  color: #0367e0;
  }
  @media (max-width: 710px) {
	  h1 {
		  font-size: 1rem;
		  text-align: start;
		  width: 90%;
		  margin: auto;
	  }
  }

  p {
	  text-align: left;
	  padding: 0 30px;
  }

  h2 {
	padding: 0 30px;
  }

  h3 {
	  padding: 20px;
	  font-size: 20px;
	  font-weight: bold;
	  margin-top: 20px;
  }

  .formation-title {
	  font-size: 20px;
	  text-align: left;
  }

  .introduction {
	display: flex;
	align-items: center;
  }
  
  .introduction img {
	width: 50%;
  }


  @media (max-width: 767px) {
	h1 {
		font-size: 1rem;
		text-align: start;
		width: 90%;
		margin: auto;
	}
	.formation-title {
		font-size: 1rem;
		color: #0367e0;
	}
	.formation-intro {
		font-size: .8rem;
	}
	h2 {
		font-size: 1rem;
		color: #0367e0;
	}
	summary {
		font-size: 1rem !important;
	}
	h3 {
		font-size: 1.2rem;
		color: #0367e0;
	}
	.introduction {
		flex-direction: column;
	}
	.introduction img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
  }
  
  

  .formation-intro {
	  text-align: justify;
  }
  
  img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
  }

  
  .cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 50px 0;
	padding: 0;
  }
  
  .cards_item {
	display: flex;
	padding: 1.5rem;
	width: 100%;
  }
  
  @media (min-width: 710px) {
	.cards_item {
	  width: 50%;
	}
  }
  
  @media (min-width: 1030px) {
	.cards_item {
	  width: 33.3333%;
	}
  }
  
  .card {
	z-index: 1;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	height: 220px;
  }

  .card img {
	width: 60%;
  }

  .card_image {
	  z-index: 10;
	  position: absolute;
	  margin-left: -2%;
	  margin-top: -2%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #ffffff;
	  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	  border-radius: 50%;
	  width: 70px;
	  height: 70px;
	  color: #0367e0;
  }
  
  .card_content {
	padding: 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
  
  .card_title {
	color: #0367e0;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0px;
  }
  
  .card_text {
	color: #000000;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;    
	font-weight: 350;
	text-align: center;
  }

  .suivi-formation {
	  display: flex;
  }

  

  .suivi-formation img {
	  width: 50%;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  @media (max-width: 710px) {
	.suivi-formation {
	  flex-direction: column-reverse;
	}
  }

  @media (max-width: 550px) {
	.suivi-formation img {
		width: 80%;
	}
  }

  .suivi-content {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
  }

  .suivi-content li {
	  text-align: left;
  }

  .suivi-content ul {
	padding-bottom: 30px;
  }

  .button {
    background-color: white;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0 20px 40px -14px rgb(0 0 0 / 25%);
    color: #0367E0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }