body {
  margin: 0;
}

.main-title {
  font-family: "Anton", sans-serif;
  color: white;
  font-size: 5vw;
  padding: 60vh 0 0 50px;
}

h2 {
  font-family: "Anton", sans-serif;
  color: #348bf7;
  font-size: 40px;
}

h3 {
  font-family: "Anton", sans-serif;
  color: #348bf7;
}

p,
li {
  font-family: "Abel", sans-serif;
  font-size: 22px;
}

li {
  list-style-type: "- ";
}

.btn {
  border-radius: 0;
}

.page-title {
  background-color: #264072;
}
.page-title .space {
  height: 200px;
}
.page-title h1 {
  font-family: "Anton", sans-serif;
  font-size: 5vw;
  color: #fff;
  text-shadow: 2px 3px 3px #264072;
  font-size: 55px;
  padding: 30px 100px;
  background: rgb(52, 139, 247);
  background: linear-gradient(131deg, rgb(52, 139, 247) 0%, rgb(255, 255, 255) 100%);
}

.page-content {
  padding: 60px 0px;
}
.page-content h2 {
  font-size: 30px;
  color: white;
  background-color: #264072;
  padding: 10px 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  padding: 10px 5px;
  background-color: #d9e2f3;
}
.page-content .numbers span {
  font-family: "Abel", sans-serif;
  font-size: 80px;
  color: #348bf7;
}
.page-content .numbers h6 {
  font-size: 40px;
  font-family: "Anton", sans-serif;
}

.page-image-lg {
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.page-image-lg img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.side-logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.professionnal-img {
  width: 250px;
  height: 250px;
}

.actors-img {
  width: 150px;
  height: 150px;
}

.ck-editor__editable {
  min-height: 400px !important;
  max-height: 800px;
}

.image_resized {
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.ck .ck-editor__editable {
  min-height: 400px ipo !important;
}

@media screen and (max-width: 667px) {
  .page-content {
    padding: 30px 10px;
  }
  .page-title .space {
    height: 72px;
  }
  .page-title h1 {
    font-size: 8vw;
    padding: 20px 10px;
  }
}
.navbar {
  background-color: #264072;
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav .nav-item {
  font-family: "Abel", sans-serif;
  margin: 0 auto;
  text-align: center;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: white;
  transition: all 0.2s ease-in;
  font-size: 1vw;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  padding-top: 5px;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .active {
  font-weight: 400;
}
.navbar .navbar-collapse {
  flex-direction: column;
}
.navbar .nav-title {
  color: white;
}
.navbar .nav-title img {
  width: 50px;
  height: auto;
  border-radius: 5%;
}
.navbar .nav-title .title {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 30px;
  padding: 10px 30px 10px 10px;
  border-right: 1px solid white;
}
.navbar .nav-title .title a {
  text-decoration: none;
  color: white;
}
.navbar .nav-title .subtitle {
  font-family: "Abel", sans-serif;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 30px;
}
.navbar .navbar-mobile-title {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  color: white;
}
.navbar .navbar-mobile-subtitle {
  font-family: "Abel", sans-serif;
  font-style: italic;
  font-size: 16px;
  color: white;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar li {
  list-style-type: none;
}

@media screen and (max-width: 667px) {
  .nav-title {
    display: none;
  }
  .nav-item {
    margin: 0 !important;
    text-align: left !important;
  }
  .nav-item .nav-link {
    font-size: 4vw !important;
  }
}
.footer {
  background-color: #264072;
  padding: 10px 80px;
}
.footer .footer-link {
  display: block;
  margin: 20px 0;
  font-family: "Abel", sans-serif;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.footer .footer-link:hover {
  font-weight: bold;
  padding-left: 5px;
}
.footer p {
  font-family: "Abel", sans-serif;
  color: white;
}
.footer i {
  color: white;
  font-size: 30px;
}
.footer li {
  list-style-type: none;
}

@media screen and (max-width: 667px) {
  .footer {
    padding: 20px 0;
  }
  .footer-link {
    text-align: center;
  }
}
.home-intro {
  padding: 200px 0 20px 0;
}
.home-intro .card {
  border: none;
}
.home-intro .card .card-body {
  padding: 50px 20px;
}

.home-list {
  padding-bottom: 30px;
}
.home-list .list {
  border: 1px solid #264072;
  padding: 30px;
}
.home-list table {
  width: 100%;
  text-align: center;
}
.home-list table tr:hover {
  background-color: rgba(52, 139, 247, 0.3);
}
.home-list table td {
  box-shadow: 0 1px 3px lightgray;
}
.home-list table p {
  margin: 0;
}
.home-list .home-right-link {
  width: 150px;
  word-wrap: break-word;
}

.mobile-img-zone,
img {
  max-width: 100%;
}

@media screen and (max-width: 667px) {
  .home-intro {
    padding: 100px 0 20px 0;
  }
  .home-intro h2 {
    font-size: 30px;
  }
  .home-intro .card .card-body {
    padding: 0px 20px !important;
  }
  .list {
    padding: 10px !important;
  }
  .list p {
    font-size: 14px !important;
  }
  .list a {
    font-size: 14px !important;
  }
}
.partnairs {
  background-color: lightgrey;
  padding: 100px 30px;
  margin-bottom: 50px;
}
.partnairs .partner-card {
  display: flex;
  margin-bottom: 30px;
}
.partnairs .partner-card .card-image {
  background-color: white;
  vertical-align: middle;
}
.partnairs .partner-card .card-image .card-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.partnairs .partner-card .card-text {
  padding: 20px;
  width: 100%;
  background-color: white;
}
.partnairs .partner-card .card-text h4 {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  color: #264072;
  border-bottom: 1px solid #348bf7;
}
.partnairs .partner-card .card-text h5 {
  font-size: 20px;
  color: #348bf7;
}

@media screen and (max-width: 667px) {
  .card-text h4 {
    font-size: 22px !important;
  }
}
.contact {
  z-index: 1000;
  background-color: white;
  position: relative;
}
.contact .contact-section {
  padding: 50px 0;
}
.contact .contact-section h2 {
  margin-bottom: 30px;
}
.contact .contact-section h5 {
  margin-bottom: 25px;
}
.contact .contact-section input,
.contact .contact-section textarea {
  line-height: 30px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 229, 229);
  border-width: 1px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #efefef;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}
.contact .contact-section .submit-btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgb(205, 178, 128);
}
.contact .contact-section .submit-btn:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(205, 178, 128, 0.5), 0 0 20px rgba(205, 178, 128, 0.2);
  outline-color: rgb(205, 178, 128);
  outline-offset: 5px;
}
.contact .contact-section .htp {
  display: none;
}

@media screen and (max-width: 667px) {
  .contact .contact-section {
    padding: 50px 0 !important;
  }
}
.login-form {
  font-family: "Abel", sans-serif;
  background-color: #264072;
  padding: 30px;
  color: white;
  box-shadow: 0px 3px 4px 0px black;
}

/*# sourceMappingURL=app.css.map */
