@font-face {
  font-family: "Gfont";
  src: url("../fonts/gfont.otf");
}

:root
{
  --my-blue: #3A6688;
  --button-bg: #3A6688;
  --button-text-color: #fff;
  --baby-blue: #f8faff;
  --facebook-color: #4867aa;
  --insta-color: #ff005d;
  --linkedin-color: #027bb6;
  --bg-width: 160%;
  
}


*
{
    box-sizing: border-box;
}

body
{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Helvetica', sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  width: 100%;

}

.page
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: initial;

  scroll-behavior: smooth;
  overflow-x: hidden; 
  
}

.page::before
{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;

  height: 100vh;
  min-width: 100%;
  max-width: 160%;
  width: var(--bg-width);
  background-image: url('../images/john-lee-oMneOBYhJxY-unsplash.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page::after 
{
  content: "";
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(137, 137, 137, .3);
}

h1, h2
{
  text-shadow: 1px 1.5px #000000;
  color: #ffffff;
  
}

h1
{
  margin: 0;
  font-family: "Gfont", sans-serif;
  font-weight: 400;
}

h1
{
  position: relative;
  font-size: max(80px, 10vw);
  text-align: end;
}

h2
{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  margin: 0;
}

section.header-top-bar
{
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 110px;
  /* height: 200px; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 80px;

  /* background-color: rgba(230, 230, 230, 0.3); */

  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.705), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), #ffffff00);
}

section.header-top-bar img
{
  height: 65px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,.7));
}


section.banner-medium
{
  display: flex;
  align-items: center;
  justify-content: flex-start;

  margin-top: 60px;

  width: 100%;
  height: 400px;

  padding-left: 100px;
}



section.champs-applications
{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 max(30px, 12vw);
}

/* section.champs-applications > section
{
  padding: 0 !important;
} */

section.champs-applications section.bouton:last-child
{
  padding: 0 !important;
}

.champs-applications .champs-presentation
{
  margin-bottom: 200px;
  text-align: justify;
  font-size: 20px;
  /* line-height: 27px; */
  font-style: italic;
  font-weight: bold;
  color: #fff;

  width: 100%;
  max-width: 830px;

  text-shadow: 1px 1px 1px #000000;
}

.champs-container
{
  align-self: flex-end;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: auto 1fr;
  gap: 15px;
  /* align-content: center; */
  justify-items: center;
  align-items: center;

  width: 100%;
  max-width: 820px;

  border-radius: 18px;
  border: 3px solid rgba(227, 253, 255, 0.527);
  /* border: 3px solid #fff; */
  background-color: rgba(200, 200, 200, 0.65);

  box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);

  padding: 30px;

  /* backdrop-filter: blur(2px); */
}

.champs-container.right
{
  align-self: flex-start;
  grid-template-columns: 1fr 250px;
  
}

.champs-container h2
{
  text-align: center;
}

.champs-container h2.right
{
  grid-row: 1;
}

.champs-image
{
  justify-self: flex-start;
  grid-column: span 1;
  grid-row: span 2;
  background-color: #000;
  border-radius: 50%;

}

.champs-container img
{
  /* justify-self: flex-start; */
  display: block;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
  /* grid-column: span 1;
  grid-row: span 2; */

  box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
}

.champs-container .champs-image.right
{
  justify-self: flex-end;

  grid-column: 2/3;
  grid-row: span 2;
}

.champs-container ul
{
  grid-column: span 1;
  list-style: none;
  padding: 0;
  /* grid-row: 2/3; */
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
  line-height: 28px;
}

/* .champs-container ul li
{
  display: flex;
  align-items: center;
} */
.champs-container ul li i
{
  font-size: 14px !important;
  margin-right: 4px;
}

.champs-container ul li.plus
{
  /* text-shadow: none; */
  text-align: right;
  margin-top: 20px;
}

.champs-container.right ul li.plus
{
  text-align: left;
}

.savoir-plus
{
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: bold;
  /* color: var(--my-blue); */
  color: #fff;
}

.savoir-plus i
{
  transition: .4s;
}

.savoir-plus:hover
{
  /* color: var(--my-blue); */
}

.savoir-plus:hover i
{
  transform: translateX(5px);
}


section.bouton
{
  align-self: center;
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myButton {
  font-family: "Poppins", sans-serif;
  
  text-align: center;
  line-height: 32px;

	box-shadow:inset 0px 0px 15px 3px #23395e;

	background-color: var(--my-blue);
	border-radius:42px;
	border:4px solid #ffffff;

	cursor:pointer;
	color:#ffffff;

	font-size:20px;
  font-weight: bold;
	padding:10px 43px;

	text-decoration:none;

	text-shadow: 1px 1px #000000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  transition: .4s;
}
.myButton:hover 
{
	background-color: #4980aa;
}

.myButton:hover i{
  color: rgb(255, 59, 59);
	transform: rotate(20deg);
  transition: .2s;
}
.myButton:active {
  transform: scale(0.93);
  box-shadow: none;
}

.myButton i
{
  position: relative;
  top: 2px;
  font-size: 30px;
  margin-left: 5px;
  transition: .4s;
}













@media (min-width: 1300px) {
  h1
  {
    font-size: 130px;
  }
}

@media (max-width: 880px) {

  /* section.champs-applications
  {
    padding: 0 8px;
  } */
  .champs-applications .champs-presentation
  {
    font-size: 16px;
  }
  .champs-container 
  {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  
  .champs-container,
  .champs-container.right
  {
    align-self: unset;
  }
  .champs-image,
  .champs-container .champs-image.right
  {
    justify-self: unset;
    align-self: unset;
    grid-row: 1/3;
    grid-column: 1/3;
  }
 
  .champs-image img
  {
    opacity: .8;
  }
  .champs-container h2, .champs-container h2.right
  {
    position: relative;
    z-index: 1;
    grid-row: 1/3;
    grid-column: 1/3;

    font-size: 25px;
  }
  
  .champs-container ul
  {
    grid-column: span 2;
    line-height: 25px;
    font-size: 16px;
  }
  
  .champs-container ul li.plus
  {
    margin-top: 10px;
  }
  .champs-container ul li.plus,
  .champs-container.right ul li.plus
  {
    text-align: right;
  }


  .savoir-plus
  {
    font-size: 16px;
  }

}




@media (max-width: 800px) {

  /* .header-top-bar a
  {
    display: none;
  } */

  section.header-top-bar
  {
    display: none;
  }
  
}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

  section.banner-medium {
    
  justify-content: center;
  
  padding-left: 0;
  }
}

@media (max-width: 650px) {
  

}

@media (max-width: 500px) {
  section.champs-applications
  {
    padding: 0 8px;
  } 

}

@media (max-width: 400px) {

  /* section.champs-applications
  {
    padding: 0 8px;
  } */
  .champs-container img
  {
    width: 200px;
    height: 200px;
  }
  .myButton
  {
    padding: 11px 20px;
    font-size: 16px;
    line-height: 25px;
  }
  
  .myButton i
  {
    /* top: 2px; */
    font-size: 25px;
  }
  
}