@font-face {
  font-family: 'Poppins-Light';
  src: url(fonts/Poppins-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(fonts/Poppins-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(fonts/Poppins-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(fonts/Poppins-Regular.ttf) format('truetype');
}
.header-menu {
  background-image: url('../images/header_background.jpg');
  background-repeat: repeat;
  height: 220px;
}
.header-menu .col-md-2 {
  width: 250px;
}
.header-menu .col-md-5 {
  width: calc(50% - 125px);
  padding-top: 120px;
  text-align: center;
}
.header-menu .menu-links ul li {
  list-style: none;
  display: inline-block;
  font-family: 'Poppins';
  font-weight: 400;
  cursor: pointer;
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
}
.header-menu .menu-links ul li a {
  color: #00638e;
}
.header-menu .menu-links ul li:hover ul {
  display: block;
}
.header-menu .menu-links ul.ul-list {
  padding: 0px;
  margin: 0px;
}
.header-menu .menu-links ul.ul-list > li {
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 30px;
  text-align: center;
}
.header-menu .menu-links ul.ul-list > li:hover > a {
  color: #fa394a;
}
.header-menu .menu-links ul li li {
  display: block;
  font-weight: 500;
  text-align: left;
}
.header-menu .menu-links ul li ul {
  border: solid 1px #c2c2c2;
  border-top: solid 2px #fa394a;
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;
  top: 60px;
  width: 300px;
  z-index: 50;
}
.header-menu .menu-links ul li ul li {
  border-bottom: solid 1px #c2c2c2;
  padding-left: 22px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 18px;
  position: relative;
  text-transform: none;
  background: url('../images/header_background.jpg');
}
.header-menu .menu-links ul li ul li:first-child:after {
  position: absolute;
  background: url('../images/top_triangle.png');
  width: 7px;
  height: 7px;
  content: " ";
  top: -7px;
  left: 20px;
}
.header-menu .menu-links ul li ul li a {
  color: #5a5a5a;
}
.header-menu .menu-links ul li ul li:hover {
  background: #00638e;
}
.header-menu .menu-links ul li ul li:hover a {
  color: white;
}
.header-menu .menu-links ul li ul li:hover:before {
  position: absolute;
  left: -1px;
  top: 0px;
  content: " ";
  width: 5px;
  height: 100%;
  background: #fa394a;
}
.header-menu .menu-links ul li ul li:last-child {
  border-bottom: none;
}
.header-menu .col-md-2 .img-logo {
  position: relative;
  z-index: 30;
  left: 14px;
  top: 45px;
}
.header-menu .col-md-2 .logo-outsite {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 14px;
}
.sliderbig {
  position: relative;
}
.sliderbig img {
  width: 100%;
  max-height: 500px;
}
.sliderbig h1 {
  position: absolute;
  top: 40%;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .header-menu .container {
    min-width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .header-menu {
    height: 160px;
  }
  .header-menu .container {
    width: 100%;
  }
  .header-menu .col-md-2 {
    width: 200px;
  }
  .header-menu .col-md-2 img {
    max-width: 100%;
  }
  .header-menu .col-md-2 .img-logo {
    top: 45px;
  }
  .header-menu .col-md-2 .logo-outsite {
    top: 20px;
  }
  .header-menu .col-md-5 {
    width: calc(50% - 100px);
    padding-top: 70px;
    text-align: center;
  }
  .header-menu .menu-links ul.ul-list > li {
    padding-left: 15px;
  }
  .header-menu .menu-links ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu .container {
    position: relative;
    padding-top: 160px;
  }
  .header-menu .menu-links {
    z-index: 100;
    padding-left: 0;
    padding-right: 0;
  }
  .header-menu .menu-links ul.ul-list > li {
    text-align: left;
    padding-bottom: 10px;
  }
  .header-menu .menu-links ul li {
    display: block;
    font-size: 16px;
    padding-top: 10px;
  }
  .header-menu .menu-links ul li ul {
    position: relative;
    top: 0;
    width: 100%;
  }
  .header-menu .menu-links ul li ul li {
    font-size: 14px;
    padding-left: 10px;
  }
  .header-menu .menu-links:first-child {
    padding-top: 30px;
  }
  .header-menu .col-md-5 {
    width: 100%;
    padding-top: 0;
    text-align: right;
    display: none;
    background: white;
  }
  .header-menu .col-md-2 {
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 110;
    right: 0;
    left: 0;
  }
  .header-menu .burger-button {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30px;
    border: solid 1px black;
    border-radius: 2px;
    padding: 10px;
    top: 50px;
  }
  .header-menu .burger-button i {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 10px;
    background: black;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    height: 100px;
  }
  .header-menu .container {
    padding-top: 99px;
  }
  .header-menu .menu-links:first-child {
    padding-top: 20px;
  }
  .header-menu .col-md-2 {
    width: 150px;
  }
  .header-menu .col-md-2 .logo-outsite {
    top: -10px;
  }
  .header-menu .col-md-2 .img-logo {
    top: 32px;
    width: 80%;
    left: inherit;
    right: -22.5px;
  }
  .header-menu .col-md-2 .logo-outsite {
    width: 85%;
    left: inherit;
    right: 0;
    top: inherit;
  }
  .header-menu .burger-button {
    top: 30px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .header-menu .burger-button i {
    margin-bottom: 5px;
  }
  .sliderbig h1 {
    top: 53%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    padding: 10px;
  }
}
.page-home {
  font-family: 'Poppins';
}
.page-home h1 {
  font-size: 41px;
  color: #2f2f2f;
  padding-top: 15px;
  padding-bottom: 30px;
}
.page-home h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 22px;
  color: white;
  line-height: 30px;
}
.page-home h3 {
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #4b4b4b;
}
.page-home h4 {
  font-family: 'Poppins-SemiBold';
  font-size: 40px;
  color: white;
}
.page-home .title {
  color: #fa394a;
  font-size: 26px;
  position: relative;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 450px;
  font-family: 'Poppins-Bold';
}
.page-home .title::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #fa394a;
  content: "";
  height: 3px;
  width: 100px;
}
.page-home p {
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Poppins';
  padding-bottom: 10px;
  padding-right: 30px;
}
.page-home .btn-more {
  font-size: 16px;
  color: #00638e;
  position: relative;
  border: 1px solid #00638e;
  padding: 10px 15px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  transition: color 0.3s ease-in;
}
.page-home .btn-more::after {
  content: '';
  background: url('../images-home/arrow.png') no-repeat;
  width: 30px;
  height: 8px;
  display: inline-block;
  margin-left: 20px;
  transition: margin-left 0.3s ease-in, background 0.3s ease-in;
}
.page-home .btn-more:hover {
  background: #006c9c;
  color: white;
}
.page-home .btn-more:hover::after {
  background: url('../images-home/arrow-hover.png') no-repeat;
  margin-left: 30px;
}
.page-home .block-intro {
  background: #f7f7f7;
}
.page-home .block-intro .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-home .block-intro .container .col-twoColumn {
  padding: 2px;
}
.page-home .block-intro .container .col-twoColumn:nth-of-type(3) {
  clear: both;
}
.page-home .block-intro .container .title {
  color: black;
}
.page-home .block-intro .container h1 {
  color: #00638e;
}
.page-home .block-intro .container .col-item {
  background: white;
  border: 1px solid #d7d7d7;
  padding: 20px;
  min-height: 430px;
  cursor: pointer;
  transition: background 0.5s ease-in;
}
.page-home .block-intro .container .col-item .icon {
  text-align: center;
}
.page-home .block-intro .container .col-item .summary {
  font-family: 'Poppins-Light';
  font-size: 12px;
  color: #444444;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
.page-home .block-intro .container .col-item .summary p {
  font-family: 'Poppins-Light';
  font-size: 12px;
  color: #444444;
  padding: 0px;
}
.page-home .block-intro .container .col-item .summary::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #006c9c;
  content: "";
  height: 3px;
  width: 175px;
  margin: auto;
}
.page-home .block-intro .container .col-item:hover {
  background: #006c9c;
}
.page-home .block-intro .container .col-item:hover img {
  filter: brightness(0) invert(1);
}
.page-home .block-intro .container .col-item:hover .summary p {
  color: white;
}
.page-home .block-intro .container .col-item:hover .summary::after {
  background: white;
}
.page-home .block-white {
  margin-top: 60px;
}
.page-home .block-formations .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-home .block-formations .container .row {
  margin: 0;
}
.page-home .block-formations .container .col-threeColumn {
  padding: 2px;
}
.page-home .block-formations .container .col-item {
  padding: 2px;
  position: relative;
}
.page-home .block-formations .container .col-item .col-info,
.page-home .block-formations .container .col-item .col-image {
  height: 400px;
}
.page-home .block-formations .container .col-item .col-image {
  z-index: 100;
}
.page-home .block-formations .container .col-item:hover .col-info {
  opacity: 1;
}
.page-home .block-formations .container .col-info {
  background-image: url('../images-home/image-1.jpg');
  background-repeat: no-repeat;
  padding: 30px 20px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 50;
  transition: linear opacity 0.5s;
  cursor: pointer;
}
.page-home .block-formations .container .col-info ul {
  padding-left: 20px;
  padding-top: 10px;
}
.page-home .block-formations .container .col-info ul li {
  color: white;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-home .block-formations .container .col-image {
  background: #efefef;
}
.page-home .block-formations .container .col-image img {
  width: 100%;
}
.page-home .block-formations .container .col-image .txt-image {
  padding: 25px 20px;
  font-size: 18px;
  font-family: 'Poppins-Medium';
}
.page-home .block-formations .container .col-image .wrap {
  position: relative;
  min-height: 186px;
}
.page-home .block-formations .container .col-image .wrap .wrap-plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #bebebe;
  opacity: 0.7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.page-home .block-formations .container .col-image .wrap .wrap-plus .icon-plus {
  top: 50%;
  position: absolute;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
}
.page-home .block-formations .container .col-image .wrap .wrap-plus .icon-plus:before {
  color: white;
  font-size: 15px;
}
.page-home .block-formations .container .col-image .wrap .wrap-plus:hover {
  background: #006c9c;
}
.page-home .block-qualified {
  background-image: url('../images-home/bg.jpg');
  background-repeat: repeat-y;
  background-position: 70%;
}
.page-home .block-qualified .container {
  padding-bottom: 40px;
}
.page-home .block-qualified .container .col-info .wrap {
  padding-right: 50px;
  padding-top: 80px;
}
.page-home .block-qualified .container .col-avata {
  text-align: center;
  padding-top: 60px;
}
.page-home .block-qualified .container .col-avata .row {
  margin: 0;
}
.page-home .block-qualified .container .col-avata .avata {
  border-radius: 50%;
  height: 7.96vw;
  width: 7.96vw;
  border: 5px solid white;
  overflow: hidden;
  margin: auto;
}
.page-home .block-qualified .container .col-avata .avata img {
  width: 100%;
  top: -10%;
  left: -10%;
}
.page-home .block-qualified .container .col-avata .name {
  font-family: 'Poppins-Bold';
  font-size: 23px;
  color: white;
  padding: 10px 0;
}
.page-home .block-qualified .container .col-avata .position {
  font-size: 16px;
  color: white;
  font-style: italic;
}
.page-home .block-qualified .container .col-avata .btn-view {
  margin-top: 80px;
}
.page-home .block-qualified .container .col-avata .btn-more {
  border: 1px solid white;
  color: white;
  clear: both;
}
.page-home .block-qualified .container .col-avata .btn-more:after {
  background: url('../images-home/arrow-hover.png') no-repeat;
}
.page-home .block-qualified .container .summary {
  font-family: 'Poppins-Light';
  font-size: 18px;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-home .block-qualified .container .summary p {
  color: white;
}
.page-home .block-contact {
  background: #006c9c;
}
.page-home .block-contact .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-home .block-contact .main-title {
  color: white;
  font-family: 'Poppins-SemiBold';
  font-size: 24px;
  margin-bottom: 28px;
}
.page-home .block-contact .col-formation .col-sm-8 {
  position: relative;
}
.page-home .block-contact .col-formation .col-sm-8 .line {
  position: absolute;
  left: -10px;
  top: -40px;
}
.page-home .block-contact .col-formation ul {
  padding-left: 0;
}
.page-home .block-contact .col-formation ul li {
  display: block;
  position: relative;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-home .block-contact .col-formation ul li a {
  color: white;
  font-family: 'Poppins-Light';
  font-size: 18px;
}
.page-home .block-contact .col-formation ul li:before {
  content: '>';
  position: absolute;
  left: 0;
  color: white;
  top: 50%;
  font-size: 24px;
  line-height: 0;
}
.page-home .block-contact .col-formation ul li:hover a {
  color: #fa394a;
}
.page-home .block-contact .col-contact label {
  color: white;
  font-family: 'Poppins-Light';
  font-size: 18px;
}
.page-home .block-contact .col-contact .col-sm-6:nth-of-type(1) {
  padding-right: 10px;
}
.page-home .block-contact .col-contact .col-sm-6:nth-of-type(2) {
  padding-left: 10px;
}
.page-home .block-contact .col-contact .form-group {
  margin-bottom: 5px;
}
.page-home .block-contact .col-contact input.form-control {
  height: 45px;
}
.page-home .block-contact .col-contact .form-control {
  background: none;
  outline: none;
  border: 1px solid white;
  color: white;
  border-radius: 0;
}
.page-home .block-contact .col-contact .btn-more {
  color: white;
  background: #812844;
  text-transform: capitalize;
}
.page-home .block-contact .col-contact .btn-more::after {
  background: url('../images-home/arrow-hover.png') no-repeat;
}
@media screen and (max-width: 1680px) {
  .page-home .block-qualified {
    background-position: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .page-home .block-qualified {
    background-position: 46%;
  }
}
@media screen and (max-width: 1024px) {
  .page-home .block-intro .col-mobile-6,
  .page-home .block-formations .col-mobile-6,
  .page-home .block-qualified .col-mobile-6,
  .page-home .block-contact .col-mobile-6,
  .page-home .block-intro .col-txt,
  .page-home .block-formations .col-txt,
  .page-home .block-qualified .col-txt,
  .page-home .block-contact .col-txt,
  .page-home .block-intro .col-threeColumn,
  .page-home .block-formations .col-threeColumn,
  .page-home .block-qualified .col-threeColumn,
  .page-home .block-contact .col-threeColumn,
  .page-home .block-intro .col-info,
  .page-home .block-formations .col-info,
  .page-home .block-qualified .col-info,
  .page-home .block-contact .col-info,
  .page-home .block-intro .col-avata,
  .page-home .block-formations .col-avata,
  .page-home .block-qualified .col-avata,
  .page-home .block-contact .col-avata,
  .page-home .block-intro .col-formation,
  .page-home .block-formations .col-formation,
  .page-home .block-qualified .col-formation,
  .page-home .block-contact .col-formation,
  .page-home .block-intro .col-contact,
  .page-home .block-formations .col-contact,
  .page-home .block-qualified .col-contact,
  .page-home .block-contact .col-contact {
    width: 100%;
  }
  .page-home .block-intro .col-mobile-6:first-child {
    padding-bottom: 40px;
  }
  .page-home .block-intro .col-mobile-6 .row,
  .page-home .block-formations .col-mobile-6 .row,
  .page-home .block-intro .col-threeColumn .row,
  .page-home .block-formations .col-threeColumn .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-home .block-formations .container .col-info {
    background-size: cover;
  }
  .page-home .block-qualified {
    background-image: url('../images-home/bg-mobile.jpg');
    background-repeat: no-repeat;
    background-position: 100% -15px;
    background-size: cover;
  }
  .page-home .block-qualified .container .col-avata {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-home h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .page-home h4 {
    font-size: 28px;
  }
  .page-home h2 {
    font-size: 18px;
  }
  .page-home .title {
    font-size: 20px;
    width: auto;
  }
  .page-home p {
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .page-home .btn-more {
    font-size: 13px;
  }
  .page-home .block-white {
    margin-top: 30px;
  }
  .page-home .block-intro .container {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .page-home .block-intro .container .col-item {
    min-height: inherit;
  }
  .page-home .block-formations .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-home .block-formations .container .col-item .col-image {
    height: auto;
  }
  .page-home .block-formations .container .col-item {
    overflow: hidden;
  }
  .page-home .block-formations .container .col-info ul li {
    font-size: 16px;
  }
  .page-home .block-formations .container .col-item,
  .page-home .block-intro .container .col-twoColumn {
    padding: 2px 0;
  }
  .page-home .block-qualified {
    background-size: inherit;
  }
  .page-home .block-qualified .container {
    padding-bottom: 40px;
  }
  .page-home .block-qualified .container .summary {
    font-size: 14px;
  }
  .page-home .block-qualified .container .col-info .wrap {
    padding-top: 20px;
  }
  .page-home .block-qualified .container .col-avata {
    padding-top: 40px;
  }
  .page-home .block-qualified .container .col-avata .col-sm-4 {
    padding-bottom: 20px;
  }
  .page-home .block-qualified .container .col-avata .avata {
    width: 150px;
    height: 150px;
  }
  .page-home .block-qualified .container .col-avata .name {
    font-size: 16px;
  }
  .page-home .block-qualified .container .col-avata .position {
    font-size: 14px;
  }
  .page-home .block-qualified .container .col-avata .btn-view {
    margin-top: 25px;
  }
  .page-home .block-contact .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-home .block-contact .main-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page-home .block-contact .col-formation ul li a,
  .page-home .block-contact .col-contact label {
    font-size: 14px;
  }
  .page-home .block-contact .col-contact .col-sm-6:nth-of-type(1) {
    padding-right: 15px;
  }
  .page-home .block-contact .col-contact .col-sm-6:nth-of-type(2) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .block-qualified {
    background-position: 100% -75px;
  }
  .page-home .block-qualified .container .col-info .wrap {
    width: auto;
    padding-right: 0px;
  }
}
.page-detail .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-detail .row-item {
  box-shadow: 0px 0px 0px 2px #dadada;
  margin: 0 0 35px 0;
  cursor: pointer;
}
.page-detail .row-item:hover h2 {
  color: #fa394a;
}
.page-detail .row-item:hover .col-image .bg-dark {
  opacity: 0.4;
}
.page-detail .row-item:hover .col-image .wrap-plus {
  opacity: 1;
}
.page-detail h2 {
  font-size: 22px;
  font-family: 'Poppins-SemiBold';
  color: #2f2f2f;
  position: relative;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page-detail h2::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #fa394a;
  content: "";
  height: 5px;
  width: 100px;
}
.page-detail p {
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Poppins-Regular';
  text-align: justify;
}
.page-detail ul li {
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Poppins-Regular';
}
.page-detail .col-rsm-3 {
  width: 30%;
  padding-left: 20px;
  padding-right: 0;
}
.page-detail .col-lsm-9 {
  width: 70%;
  padding-right: 20px;
}
.page-detail .col-image {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 310px;
}
.page-detail .col-image .wrap-plus {
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  left: 50%;
  margin-left: -22.5px;
  background: #f8f3f1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.page-detail .col-image .wrap-plus .icon-share {
  background-image: url('../images-home/share.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 50%;
  position: absolute;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
}
.page-detail .col-image .bg-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.page-detail .col-image img {
  width: 100%;
}
.page-detail .col-txt {
  padding-top: 32px;
  padding-bottom: 25px;
  padding-left: 25px;
}
.page-detail .group-prix {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-detail .group-prix .title {
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  color: white;
  background: #00638e;
  text-align: center;
  padding: 10px 10px;
}
.page-detail .group-prix .group-content {
  background: #f1f1f1;
  padding: 10px;
}
.page-detail .group-prix .content {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 15px;
  font-family: 'Poppins-Medium';
  height: 75px;
  display: table;
  cursor: pointer;
}
.page-detail .group-prix .content .col-imgPrix,
.page-detail .group-prix .content .col-txtPrix {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.page-detail .group-prix .content .col-imgPrix {
  background: #00638e;
  width: 21%;
}
.page-detail .group-prix .content .col-imgPrix img {
  display: block;
  margin: auto;
}
.page-detail .group-prix .content .col-txtPrix {
  padding: 0 10px;
  width: 79%;
}
.page-detail .group-prix .content:hover {
  color: #fa394a;
}
.page-detail .group-prix .content:hover .col-imgPrix {
  background: #fa394a;
}
.page-detail .group-prix .txt {
  font-family: 'Poppins-Bold';
  font-size: 15px;
  color: #6d6d6d;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
.page-detail .group-prix .logo {
  margin: auto;
  display: block;
}
.page-detail .group-prix .document,
.page-detail .group-prix .agenda {
  background: white;
  padding-left: 15px;
  padding-right: 15px;
}
.page-detail .group-prix .document .item,
.page-detail .group-prix .agenda .item {
  display: table-cell;
  vertical-align: middle;
}
.page-detail .group-prix .document {
  height: 50px;
}
.page-detail .group-prix .agenda {
  height: 66px;
}
@media screen and (max-width: 1024px) {
  .page-detail .col-lsm-9,
  .page-detail .col-rsm-3 {
    width: 100%;
  }
  .page-detail .col-lsm-9 {
    padding-right: 15px;
  }
  .page-detail .col-rsm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-detail .wrap-prix {
    float: left;
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-detail .col-rsm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-detail .col-txt {
    padding: 20px 10px;
  }
  .page-detail .row-item,
  .page-detail .group-prix {
    margin-bottom: 20px;
  }
  .page-detail .group-prix .title {
    font-size: 18px;
  }
  .page-detail p,
  .page-detail .group-prix .content {
    font-size: 14px;
  }
  .page-detail .wrap-prix {
    float: none;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-history h2 {
  font-size: 25px;
  color: #717171;
  border-bottom: none;
  padding-top: 30px;
}
.page-history h2:after {
  display: none;
}
.page-history .col-lsm-9 {
  padding-right: 0px;
}
.page-history .block-text:first-child p {
  /**text-indent: 40px; **/
}
.page-history .block-text {
  margin-bottom: 40px;
  padding-right: 20px;
}
.page-history .section-list-number .wrapper-item {
  text-align: center;
}
.page-history .section-list-number .item-number {
  width: 30.33%;
  padding: 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  box-shadow: 0px 1px 9px -3px grey;
  min-height: 330px;
  margin-bottom: 25px;
  text-align: center;
  vertical-align: top;
}
.page-history .section-list-number .wrapper-number {
  padding-top: 60px;
  padding-bottom: 38px;
}
.page-history .section-list-number .number {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  color: #2f2f2f;
  font-size: 30px;
  font-family: 'Poppins-Medium';
}
.page-history .section-list-number .desc {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #2f2f2f;
}
.page-history .section-list-number .item-number.red {
  border-bottom: solid 2px #fa394a;
}
.page-history .section-list-number .item-number.red .number {
  border: solid 3px #fa394a;
}
.page-history .section-list-number .item-number.yellow {
  border-bottom: solid 2px #fffd69;
}
.page-history .section-list-number .item-number.yellow .number {
  border: solid 3px #fffd69;
}
.page-history .section-list-number .item-number.green {
  border-bottom: solid 2px #81f778;
}
.page-history .section-list-number .item-number.green .number {
  border: solid 3px #81f778;
}
.page-history .section-list-number .item-number.dark_blue {
  border-bottom: solid 2px #116d96;
}
.page-history .section-list-number .item-number.dark_blue .number {
  border: solid 3px #116d96;
}
.page-history .section-list-number .item-number.blue {
  border-bottom: solid 2px #00a0e6;
}
.page-history .section-list-number .item-number.blue .number {
  border: solid 3px #00a0e6;
}
.page-history .block-text:last-child {
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  .page-history .section-list-number .item-number {
    width: 29.33%;
    min-height: 395px;
  }
}
@media screen and (max-width: 1024px) {
  .page-detail .col-lsm-9 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-history h2 {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-history .block-text {
    margin-bottom: 20px;
  }
  .page-history .block-text:last-child {
    margin-top: 15px;
  }
  .page-history .section-list-number .desc {
    font-size: 16px;
  }
  .page-history .section-list-number .wrapper-number {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-history .section-list-number .item-number {
    width: 100%;
    margin-right: 0px;
    float: none;
    min-height: 260px;
    margin-bottom: 10px;
  }
}
.page-our-team .block-text {
  padding-bottom: 35px;
}
.page-our-team .block-text p {
  font-size: 16px;
  color: #3b3b3b;
  line-height: inherit;
}
.page-our-team h2 {
  font-size: 22px;
  color: black;
  width: 600px;
}
.page-our-team .block-content {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-our-team .block-content .row {
  margin: 0;
}
.page-our-team .block-content .col-item {
  width: 20%;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 60px;
}
.page-our-team .block-content .avata {
  background-image: url('../images/avata.jpg');
  background-repeat: no-repeat;
  width: auto;
  height: 200px;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}
.page-our-team .block-content .wrap-txt {
  border-top: 2px solid #4b8aa7;
  width: 100%;
  position: relative;
}
.page-our-team .block-content .wrap-txt:after {
  border-bottom: 45px solid white;
  border-left: 30px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -45px;
  right: 0;
  display: block;
  content: '';
}
.page-our-team .block-content .wrap-txt:before {
  content: '';
  position: absolute;
  border-left: 2px solid #4b8aa7;
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
  right: 14px;
  top: -57%;
  height: 63%;
  z-index: 50;
}
.page-our-team .block-content .wrap-txt .plus {
  position: absolute;
  right: 5px;
  top: -15px;
  z-index: 55;
}
.page-our-team .block-content .wrap-txt .plus .fa-plus {
  color: #00638e;
}
.page-our-team .block-content .txt-name {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #00638e;
  padding: 20px;
  text-align: center;
  min-height: 96px;
}
.page-our-team .block-content .col-info {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: white;
  padding: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  z-index: 50;
  transition: linear opacity 0.5s;
  cursor: pointer;
  background: #003567;
  min-height: 202px;
}
.page-our-team .block-content .col-info:after {
  border-bottom: 45px solid white;
  border-left: 33px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
}
.page-our-team .block-content .col-image {
  border: 2px solid #4b8aa7;
  cursor: pointer;
}
.page-our-team .block-content .col-image:hover .col-info {
  opacity: 0.8;
}
.page-our-team .block-content .col-image:hover .fa-plus:before {
  content: "\f068";
  color: #00638e;
}
@media screen and (max-width: 1200px) {
  .page-our-team .block-content .txt-name {
    font-size: 16px;
  }
  .page-our-team .block-content .col-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .page-our-team .block-content .col-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .page-our-team h2 {
    font-size: 22px;
    width: auto;
  }
  .page-our-team .block-text p {
    font-size: 16px;
  }
  .page-our-team .block-content .col-item {
    width: 100%;
    margin-top: 10px;
  }
  .page-our-team .block-content,
  .page-our-team .block-text {
    padding-bottom: 10px;
  }
}
.page-contact h2 {
  display: inline-block;
  margin-left: 30px;
  font-size: 35px;
}
.page-contact .block-content {
  padding-top: 50px;
  padding-bottom: 60px;
}
.page-contact .block-content .col-rsm-8 img {
  width: 100%;
}
.page-contact .block-content .wrap {
  border: 1px solid #d2d2d2;
  padding: 10px 30px 10px 25px;
}
.page-contact .block-content .col-icon,
.page-contact .block-content .col-detail {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
  padding-top: 30px;
}
.page-contact .block-content .col-icon {
  border-bottom: 2px solid #dbdbdb;
  padding-left: 18px;
  padding-right: 30px;
}
.page-contact .block-content .col-detail {
  border-bottom: 2px solid #006490;
  width: 100%;
}
.page-contact .block-content .item:nth-of-type(3) .col-icon,
.page-contact .block-content .item:nth-of-type(3) .col-detail {
  border-bottom: none;
}
.page-contact .block-content strong {
  font-size: 20px;
  color: #2f2f2f;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
.page-contact .block-content p {
  font-family: 'Poppins-Medium';
}
.page-contact .block-content .description {
  font-family: 'Poppins-Regular';
  font-style: italic;
  padding-top: 30px;
}
.page-contact .block-content p,
.page-contact .block-content .description {
  font-size: 18px;
  color: #2f2f2f;
}
.page-contact .block-content ul {
  padding-top: 30px;
  padding-left: 30px;
}
.page-contact .block-content ul li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-contact .block-content ul li a {
  color: #2f2f2f;
  font-size: 22px;
  font-family: 'Poppins-Regular';
  border-bottom: 1px solid #2f2f2f;
  position: relative;
}
.page-contact .block-content ul li a:before {
  content: '';
  position: absolute;
  left: -45px;
  background: url('../images/arrow.png') no-repeat;
  width: 30px;
  height: 8px;
  top: 10px;
  opacity: 0;
}
.page-contact .block-content ul li:hover {
  padding-left: 45px;
}
.page-contact .block-content ul li:hover a {
  color: #006490;
  font-family: 'Poppins-Medium';
  border-bottom: none;
  font-style: italic;
}
.page-contact .block-content ul li:hover a:before {
  opacity: 1;
}
.map-block .wrapper-map {
  position: relative;
  padding-top: 56%;
}
.map-block .wrapper-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 1024px) {
  .page-contact .block-content {
    padding-bottom: 40px;
  }
  .page-contact .block-content .wrap {
    padding: 10px 10px 5px 10px;
  }
  .page-contact .block-content p {
    font-size: 14px;
  }
  .page-contact .block-content strong,
  .page-contact .block-content .description {
    font-size: 16px;
  }
  .page-contact .block-content .col-detail,
  .page-contact .block-content .col-icon {
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .page-contact .block-content .col-icon {
    padding-left: 10px;
    padding-right: 20px;
  }
  .page-contact .block-content .col-icon img {
    width: 60px;
  }
  .page-contact .block-content ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact h2 {
    font-size: 22px;
    width: auto;
    margin-left: 0;
  }
  .page-contact .block-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .page-contact .block-content .col-lsm-4,
  .page-contact .block-content .col-rsm-8 {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-contact .block-content .description {
    padding-top: 20px;
  }
  .page-contact .block-content ul {
    padding-left: 0;
    padding-top: 0px;
  }
  .page-contact .block-content ul li a {
    font-size: 16px;
  }
}
.page-inscription h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.page-inscription form {
  margin-bottom: 30px;
}
.page-inscription .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.page-inscription ul li {
  display: block;
  color: #2f2f2f;
  font-size: 16px;
  margin-bottom: 15px;
}
.page-inscription ul li input {
  margin-right: 10px;
}
.page-inscription .input-group {
  border: 1px solid #e6e6e6;
  padding: 9px 0;
  margin-bottom: 10px;
  transition: background ease-in-out 0.2s;
}
.page-inscription .input-group span {
  position: relative;
}
.page-inscription .input-group span .form-control {
  padding-left: 55px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: #666;
}
.page-inscription .input-group .fa-icon {
  position: absolute;
  left: 30px;
  top: 7px;
  line-height: 36px;
  z-index: 99;
  color: #666;
}
.page-inscription .input-group:hover {
  background: #e6e6e6cf;
}
.page-inscription .submit {
  background: #18254a;
  color: #fff;
  border: 0;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  width: 100%;
}
.page-inscription .submit:hover {
  background: #fa394a;
}
.page-inscription .main-form .sub-form {
  display: none;
}
.page-inscription .main-form .nom-du .wpcf7-list-item {
  padding-left: 20px;
}
.page-inscription .main-form .nom-du .wpcf7-list-item input {
  position: absolute;
  left: 10px;
}
.page-inscription .main-form .open {
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-inscription h2 {
    font-size: 24px;
  }
  .page-inscription ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-inscription h2 {
    font-size: 20px;
  }
  .page-inscription ul li {
    margin-bottom: 5px;
  }
}
footer {
  text-align: center;
}
.submit-contact-form {
  display: none;
}
.page-inscription .wpcf7-validation-errors {
  border: none !important;
}
#ui-datepicker-div {
  z-index: 100 !important;
}
.page-inscription .wpcf7-response-output.wpcf7-validation-errors {
  position: relative;
  clear: both;
  color: #D8000C;
  background-color: #FFBABA;
  padding-left: 20px;
}
.page-inscription .wpcf7-response-output.wpcf7-validation-errors:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: url('../images/error-icon.png');
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 8px;
}
.page-inscription .wpcf7-response-output.wpcf7-mail-sent-ok {
  position: relative;
  clear: both;
  color: #270;
  background-color: #DFF2BF;
  padding-left: 20px;
}
.page-inscription .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: url('../images/ok-icon.png');
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 8px;
}
.icon-minus:before {
  content: "\ea0b";
}
.accordion_wrapper .group-item {
  margin-bottom: 5px;
}
.accordion_wrapper .group-title {
  padding: 10px;
  border: solid 1px #dadada;
  border-radius: 2px;
}
.accordion_wrapper .group-title .fas {
  font-size: 10px;
}
.accordion_wrapper .items li {
  padding-top: 10px;
}
.accordion_wrapper .title {
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
}
