@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  color: #8791af;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  body {
    font-size: 18px;
  }
}

body p {
  line-height: 32px;
}

@media (max-width: 575.98px) {
  body p {
    line-height: 30px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arimo", sans-serif;
}

a {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a.custom-btn {
  background: transparent;
  display: inline-block;
  border: #000000 1px solid;
  color: #8791af;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  a.custom-btn {
    padding: 13px 15px;
  }
}

a.custom-btn:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  border-color: #8791af;
}

a.text-link {
  color: #8791af;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  display: inline-block;
}

a.text-link:hover {
  text-decoration: none;
  -webkit-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
}

button {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

p.featured {
  font-size: 28px;
  color: #8791af;
}

.signup {
  background: white;
  display: inline-block;
  color: #138496;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .signup {
    padding: 9px 10px;
  }
}

.signup .login {
  height: 20px;
  width: auto;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.signup .login path {
  fill: #138496;
}

.signup:hover {
  background: white;
  color: #138496;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.signup:hover .login path {
  fill: #138496;
}

.p-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .p-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-section {
  padding-top: 5rem;
}

.pb-section {
  padding-bottom: 5rem;
}


.navbar.scrolled {
  background: transparent;
  border: none;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar.scrolled {
  background: rgba(19, 132, 150, 0.8);
}



.mfp-arrow-right:before, .mfp-arrow-left:before {
  border-left: none !important;
  border-right: none !important;
}

.share {
  padding: .5rem;
  margin-bottom: 0px;
}

.share li a {
  padding: 0rem .1rem;
}

.share li a:hover {
  opacity: .6;
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0.5rem 5px;
  }
  .navbar .main-logo svg {
    width: 180px;
  }
}

.navbar .social {
  display: block;
  padding: 7px 7px 3px;
  background: white;
  border-radius: 20px;
  -webkit-transition: all .2 ease;
  transition: all .2 ease;
}

.navbar .social .social-icon-gnral {
  width: 23px;
  height: 17px;
}

.navbar .social .social-icon-gnral path {
  fill: #138496 !important;
}

.navbar .social:hover {
  -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.down-arrow {
  position: absolute;
  top: calc(100vh - 80px);
  left: calc(50% - 14px);
  width: 0;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
  color: #ffffff;
  z-index: 9999;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}


@-webkit-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

#header {
  min-height: 770px;
  height: 100vh;
  padding-top: 40px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  #header {
    min-height: initial;
    padding-top: initial;
    height: 100vh;
  }
}

#header .proff figure {
  margin: 0px;
  text-align: right;
  /*margin-right: -120px;*/
}

#header .box-img img {
  -webkit-transform: translateY(64px);
  transform: translateY(64px);
}

#header .info-header h1.main-ttlo {
  color: #ffffff;
  font-size: 52px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #header .info-header h1.main-ttlo {
    font-size: 32px;
  }
}

.envoyer-form p {
  color: #ffffff;
}

.envoyer-form .mc-form {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 3px;
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .envoyer-form .mc-form {
    background: transparent;
    padding: 0px;
  }
}

.envoyer-form .mc-form input {
  border: none;
  background: transparent;
  margin-left: 15px;
  color: #ffffff;
}

.envoyer-form .mc-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.envoyer-form .mc-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.envoyer-form .mc-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.envoyer-form .mc-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.envoyer-form .mc-form input:focus {
  outline: none;
}

@media (max-width: 767.98px) {
  .envoyer-form .mc-form input {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 10px 10px;
    border-radius: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.envoyer-form .mc-form button.bttn {
  border: none;
  border-radius: 20px;
  padding: 8px 30px;
  color: #138496;
}

.envoyer-form .mc-form button.bttn:focus {
  outline: none;
}

.envoyer-form .mc-form button.bttn:hover {
  -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 767.98px) {
  .envoyer-form .mc-form button.bttn {
    width: 100%;
    background: white;
  }
}

#intro h2 {
  font-size: 48px;
  color: #138496;
}

@media (max-width: 767.98px) {
  #intro h2 {
    font-size: 32px;
  }
}

#intro .anchorpage {
  display: block;
}

@media (max-width: 767.98px) {
  #intro .anchorpage {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d6dbeb;
  }
}

#intro .anchorpage svg.svg-achor {
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 767.98px) {
  #intro .anchorpage svg.svg-achor {
    max-height: 60px;
    width: auto;
  }
}

#intro .anchorpage h3 {
  color: #434345;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#intro .anchorpage .arrow-down1 {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#intro .anchorpage .arrow-down1 path {
  fill: #138496;
}

#intro .anchorpage svg.svg-achor, #intro .anchorpage h3, #intro .anchorpage .arrow-down1 {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#intro .anchorpage:hover svg.svg-achor {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#intro .anchorpage:hover .arrow-down1 {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#intro .anchorpage:hover h3 {
  color: #138496;
}

#emploi .accordion {
  min-height: 650px;
}

#emploi .accordion .card-header {
  padding: 0px;
  border: none;
  background: none;
}

#emploi .accordion .card {
  border: none;
}

#emploi .accordion .card .btn-link {
  padding: 10px 0px;
  color: #8791af;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

#emploi .accordion .card .btn-link:hover {
  text-decoration: none;
  color: #138496;
}

#emploi .accordion .card .btn-link:focus {
  text-decoration: none;
}

#emploi .accordion .card .btn-link span {
  background: #138496;
  border-radius: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 4px;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 15px;
}

#emploi .accordion .card .card-body {
  padding: 35px;
  margin-left: 15px;
  border-left: 1px solid #d6dbeb;
}

#emploi .accordion .card .card-body h3 {
  font-size: 28px;
  color: #434345;
  margin-bottom: 30px;
}

#emploi .accordion .card .card-body .accordion-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#emploi .accordion .card .card-body .accordion-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

#emploi .accordion .card .card-body .accordion-list li::before {
  content: url(../images/bullet-arrow.svg);
  position: absolute;
  display: block;
  left: 0px;
  width: 15px;
  height: 15px;
}

#emploi .accordion .card .card-body .accordion-list li a {
  color: #8791af;
  text-decoration: underline;
  -webkit-text-decoration-color: #138496;
          text-decoration-color: #138496;
}

#emploi .accordion .card .card-body .accordion-list li a:hover {
  color: #138496;
}

#emploi .accordion .card:last-child .card-body {
  border-left: none;
}

.bg-green {
  background: #138496;
  color: #ffffff;
}

.bg-green h2.ttlo-section {
  color: white;
  font-size: 32px;
  text-transform: initial;
  margin-top: 10px;
  display: inline-block;
}

.bg-green h2.ttlo-section .text-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.bg-gray {
  background: #f3f4fd;
  color: #8791af;
}

.bg-gray h2.ttlo-section {
  color: #434345;
  font-size: 32px;
  text-transform: initial;
  margin-top: 10px;
  display: inline-block;
}

.bg-gray h2.ttlo-section .text-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#activites {
  background-image: url(../images/bg.jpg);
  background-position: bottom -120px center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

#activites .box-activite {
  margin-bottom: 40px;
}

#activites .box-activite .box-icon svg {
  margin-left: -20px;
}

#activites .box-activite .box-icon, #activites .box-activite h3 {
  display: table-cell;
  vertical-align: middle;
}

#activites .box-activite h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}

#activites .box-activite2 h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  #activites .box-activite2 {
    margin-bottom: 40px;
  }
  #activites .box-activite2 .box-icon svg {
    margin-left: -20px;
  }
  #activites .box-activite2 .box-icon, #activites .box-activite2 h3 {
    display: table-cell;
    vertical-align: middle;
  }
  #activites .box-activite2 h3 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
  }
}

#activites .box-img img {
  -webkit-transform: translateY(64px);
          transform: translateY(64px);
}

.g-section h2.ttlo-section {
  font-size: 32px;
  color: #434345;
  text-transform: initial;
  margin-top: 10px;
  display: inline-block;
}

.g-section h2.ttlo-section .text-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8791af;
}

@media (max-width: 575.98px) {
  .g-section h2.ttlo-section {
    font-size: 28px;
  }
  .g-section h2.ttlo-section .text-heading {
    font-size: 18px;
  }
}

.g-section .link-video a {
  position: relative;
  display: block;
  border-top: 3px solid #8791af;
  border-bottom: 3px solid #8791af;
  cursor: pointer;
}

.g-section .link-video a:visited, .g-section .link-video a:active, .g-section .link-video a:focus {
  outline: none;
}

.g-section .link-video a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 5;
}

.g-section .link-video a:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.g-section .link-video a .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.g-section .btn-rm {
  background: none;
  border: none;
  color: #8791af;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0px;
  cursor: pointer;
}

.g-section .btn-rm:hover {
  color: white;
  outline: none;
}

.g-section .grow {
  overflow: hidden;
  outline: none;
  display: none;
}

.img-compu {
  background: #f3f4fd url(../images/bg-lap.svg) repeat center center;
  background-size: 140%;
  padding: 100px 0px;
}

@media (max-width: 767.98px) {
  .img-compu {
    padding: 50px 0px;
    overflow: hidden;
  }
}

.img-compu .laptop {
  margin-left: -120px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .img-compu .laptop {
    margin-left: 0px;
  }
}

#flash .t-columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media (max-width: 767.98px) {
  #flash .t-columns {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0px;
            column-gap: 0px;
  }
}

#flash .flash-accordions .flash-columns {
  width: 48%;
}

@media (max-width: 767.98px) {
  #flash .flash-accordions .flash-columns {
    width: 100%;
  }
}

#flash .flash-accordions .flash-columns .accordion .card {
  border: none;
  border-left: 4px solid #138496;
  margin-bottom: 20px;
  border-radius: 0px;
}

#flash .flash-accordions .flash-columns .accordion .card .card-header {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
}

#flash .flash-accordions .flash-columns .accordion .card .card-header .btn-link {
  color: #434345;
}

#flash .flash-accordions .flash-columns .accordion .card .card-header .btn-link:before {
  content: "↑";
  margin-left: -20px;
  font-size: 24px;
}

#flash .flash-accordions .flash-columns .accordion .card .card-header .btn-link:hover, #flash .flash-accordions .flash-columns .accordion .card .card-header .btn-link:focus {
  text-decoration: none;
  color: #138496;
}

#flash .flash-accordions .flash-columns .accordion .card .card-header .btn-link.collapsed:before {
  content: "↓";
}

#flash .flash-accordions .flash-columns .accordion .card .card-body {
  min-height: 250px;
}

#flash .flash-accordions .flash-columns .accordion .card .card-body ul li a {
  color: #8791af;
  text-decoration: underline;
  -webkit-text-decoration-color: #138496;
          text-decoration-color: #138496;
}

#flash .flash-accordions .flash-columns .accordion .card .card-body ul li a:hover {
  color: #138496;
}

#banner {
  background: #138496 url(../images/bg-banner.svg) repeat center center;
  background-size: 40%;
}

#banner back
h2 {
  font-size: 48px;
}

#qui h3 {
  color: #434345;
  font-size: 24px;
}

#qui img {
  border-radius: 120px;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 2px #138496;
          box-shadow: 0px 0px 2px #138496;
  margin-bottom: 20px;
}

footer .creditos, footer .dir {
  font-size: 14px;
  font-weight: 300;
}

footer .creditos .logo-footer, footer .dir .logo-footer {
  width: 200px;
}

.social-icon {
  width: 23px;
  height: 17px;
}

.social-icon path {
  fill: #ffffff !important;
}

.modal .modal-content {
  background: #ffffff;
  border-radius: 0px;
  color: #8791af;
}

.modal .modal-content .modal-body {
  padding: 20px;
  background: #ffffff;
}

.modal-lg {
  max-width: 80%;
}

@media (max-width: 575.98px) {
  .modal-lg {
    max-width: 100%;
  }
}

.footerList {
  width: 100%;
}

.footerList li {
  width: 32%;
  float: left;
  list-style-type: none;
}

.footerList li a, #sommaire li a {
  color: inherit;
}

.textLegal {
  line-height: inherit;
}
/*# sourceMappingURL=styles.css.map */

