* {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0;
  padding: 0; }

h1 {
  text-align: center; }

h1, h2, h3, p {
  color: #253858; }

p {
  line-height: 1.5; }

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

.text-justify {
  text-align: justify; }

.alert {
  padding: 20px;
  color: #FFFFFF;
  transition: opacity 0.6s; }

@media screen and (max-width: 991px) {
  .alert {
    width: 100%;
    margin: 15px auto; } }
@media screen and (min-width: 992px) {
  .alert {
    width: 75%;
    margin: 15px auto; } }
.alert-danger {
  background-color: #FF5050; }

.alert-success {
  background-color: #69CD40; }

.close-btn {
  margin-left: 15px;
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }
  .close-btn:hover {
    color: black; }

/******************************************* MENU *******************************************/
nav {
  background-color: #FFFFFF;
  overflow-x: hidden;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
  nav li {
    list-style-type: none; }
    nav li a {
      color: #253858;
      text-decoration: none;
      font-weight: 500; }

/********************************** VERSION MOBILE DU MENU **********************************/
@media screen and (max-width: 991px) {
  .btn-mobile {
    border: none;
    cursor: pointer;
    background: none;
    margin: 1em; }
    .btn-mobile .bar1, .btn-mobile .bar2, .btn-mobile .bar3 {
      width: 25px;
      height: 3px;
      background-color: #253858;
      margin: 5px 0;
      transition: 0.4s;
      display: block;
      border-radius: 10px; }

  .change .bar1 {
    transform: rotate(-45deg) translate(-7px, 10px);
    -webkit-transform: rotate(-45deg) translate(-7px, 10px); }

  .change .bar2 {
    opacity: 0; }

  .change .bar3 {
    transform: rotate(45deg) translate(-1px, -4px);
    -webkit-transform: rotate(45deg) translate(-1px, -4px); }

  .menu-links {
    display: none; }
    .menu-links li {
      padding: 1em 0; }

  ul.show {
    display: block; } }
/********************************** VERSION DESKTOP DU MENU **********************************/
@media screen and (min-width: 992px) {
  .btn-mobile, .fa-circle-xmark {
    display: none !important; }

  .menu-links {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .menu-links li {
      margin: 1em; } }
.row {
  display: flex;
  flex-wrap: wrap; }

.third {
  margin-bottom: 1em; }

@media screen and (max-width: 991px) {
  .third {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .third {
    width: 33.3333333333%; } }
section {
  padding: 1em 3em; }

.intro {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
  .intro p, .intro b {
    text-align: justify; }

.about {
  display: flex;
  background-color: #e9f2fe; }
  .about div {
    padding: 2em; }

.services h2 {
  margin-left: 1em; }
.services img {
  height: 350px; }
@media screen and (max-width: 991px) {
  .services img {
    width: 200px; } }
.services .my-services {
  display: flex; }
  .services .my-services div {
    padding: 1em; }

@media screen and (max-width: 991px) {
  .about {
    flex-wrap: wrap; }
    .about img {
      width: 180px; }

  .my-services {
    flex-wrap: wrap; } }
@media screen and (min-width: 992px) {
  .about img {
    width: 400px; } }
.contact .row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
.contact .btn-call {
  text-align: center;
  text-decoration: none;
  background-color: #69CD40;
  color: #FFFFFF;
  border: 1px solid #69CD40;
  border-radius: 30px;
  padding: 15px 20px;
  display: inline-block;
  margin: 1em; }
  .contact .btn-call:hover {
    background-color: #FFFFFF;
    color: #69CD40;
    border: 1px solid #69CD40;
    transition: 400ms; }
.contact input, .contact textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 40px;
  width: 100%;
  padding: 10px;
  margin: 6px 0 16px 0;
  transition: 0.5s;
  outline: none; }
  .contact input:focus, .contact textarea:focus {
    border: 3px solid #253858; }
.contact textarea {
  height: auto; }
.contact button[type=submit] {
  text-decoration: none;
  background-color: #69CD40;
  color: #FFFFFF;
  border: 1px solid #69CD40;
  border-radius: 2px;
  padding: 8px;
  display: block;
  width: 50%;
  text-align: center;
  margin: 2em auto;
  cursor: pointer; }
  .contact button[type=submit] img {
    height: 20px;
    vertical-align: middle; }
  .contact button[type=submit]:hover {
    background-color: #28a745;
    border-color: #28a745; }
.contact .mt {
  margin-top: 10px;
  color: #253858; }
.contact i {
  color: #253858;
  vertical-align: middle; }

.disabled {
  opacity: 0.65;
  pointer-events: none; }

.flag-img {
  width: 30px;
  vertical-align: middle; }

.hidden {
  display: none;
  visibility: hidden; }

@media screen and (max-width: 991px) {
  form {
    width: 100%; } }
@media screen and (min-width: 992px) {
  form {
    width: 50%;
    margin: auto; } }
.social-networks {
  margin-top: 3em; }

footer {
  background-color: #e9f2fe;
  color: #253858;
  text-align: center;
  padding: 2em; }
