  div#imghead , #imgheadimg{
      height: 20em;
      max-height: 20em;
  }
  div#contttitla h4 {
      font-size: 2em !important;
      text-align: center !important;
  }
  div#contttitla {
      width: 100%;
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
      margin-top: 3em;
  }
  div#imgheadimg {
      padding-left: 0px !important;
  }
  
  .sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
  }
  
  .sec-title .title{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #004D86;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 3px;
  }
  
  .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
  }
  
  .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
  }
  
  .sec-title.light h2{
    color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
  }
  
  .list-style-one{
    position:relative;
  }
  
  .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    list-style: none;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 2px;
  }
  
  .list-style-one li:before {
      content: "\f058";
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      font-size: 18px;
      padding: 0px;
      color: #004d86;
      font-weight: 600;
      -moz-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1.6;
      font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
    color: #44bce2;
  }
  
  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #004d86;
  }
  
  .btn-style-one:hover{
    background-color: #001e57;
    color: #ffffff;
  }
  .about-section{
    position: relative;
    padding: 120px 0 70px;
    padding-bottom: 0;
  }
  
  .about-section .sec-title{
    margin-bottom: 17px;
  }
  
  .about-section .content-column{
    position: relative;
    margin-bottom: 10px;
  }
  
  .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
  }
  
  .about-section .text{
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
  }
  
  .about-section .list-style-one{padding-left: 1em;}
  
  .about-section .btn-box{
    position: relative;
  }
  
  .about-section .btn-box a{
    padding: 15px 50px;
  }
  
  .about-section .image-column{
    position: relative;
  }
  
  .about-section .image-column .text-layer{
      position: absolute;
      right: -110px;
      top: 50%;
      font-size: 325px;
      line-height: 1em;
      color: #ffffff;
      margin-top: -175px;
      font-weight: 500;
  }
  
  .about-section .image-column .inner-column{
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
  }
  
  .about-section .image-column .inner-column:before{
    position: absolute;
    left: -27px;
    top: 65px;
    height: 532px;
    width: 336px;
    /* background-image:url(../img/pages/about-circle-1.png); */
    content: "";
  }
  
  .about-section .image-column .image-1{
    position: relative;
  }
  
  .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
  }
  
  .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
  }
  
  .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff
  }
  
  
  #secta{
      margin-right: 1em;
      margin-left: 1em;
      width: 100% !important;
  }
  #sidebar{
      background-color: #fff;
      border: none;
      border-radius: 5px;
      box-shadow: none;
      padding: 20px 20px 20px 20px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 8px 32px;
          margin: 0 0 20px 0;
  }
  #sidebar{
      margin-left:2em !important;
  }
  #sidebar h4{
      padding-left:0px !important;
  }
  li {
      list-style: none;
  }
  .gform_fields{
      padding-left:0px !important;
  }
  #sidebar .box > h4, .wpb_widgetised_column .box > h4 {
      font-size: 1.350em;
      margin-top: 0;
      text-transform: uppercase;
      font-weight: 700;
      padding: 5px 10px;
  }
  input, textarea, select{
          width: 100%;
          background-color: #fff;
          border: 1px solid #aaa;
          padding: 5px 10px;
          font-size: 0.875em;
          margin: 0 !important;
          margin-bottom: 1em !important;
          line-height: normal;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          font-family: Arial, sans-serif;
  }
  .pagenav li a {
      display: block;
      padding: 8px 0 10px 15px;
      color: #004D86;
      background: url(../img/pages/bullet_arrow.png) no-repeat 0 13px;
  }
  .pagenav li {
      background: url(../img/pages/bg_sectionnav.gif) no-repeat left bottom;
      margin: 0 0 0 5px;
      padding-bottom: 5px;
  }
  .gform_button{
      background-color: #004d86;
      border-color: #004D86;
      text-decoration: none;
      background-image: none;
      scale: 1.03;
  }
  .features-section ul li {
      margin-bottom: 10px;
  }
  
  .features-section ul li i {
      color: #ff2222; /* Changer la couleur des icÃƒÆ’Ã‚Â´nes de check */
      margin-right: 8px;
  }
  .current-menu-item{
      font-weight: 600 !important;
  }
  
     /* Center the entire content */
          .containera {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              /* margin-top: 20px; */
          }
  
          /* Center title and adjust spacing */
          .sc_title {
              text-align: center;
              margin-bottom: 20px;
          }
  
          /* Table Styling */
          table {
              width: 77%;
              border-collapse: collapse;
              /* margin: 0 auto; */
              text-align: center;
          }
          .tdd{
              text-align: center;
          }
          /* Header Styling */
          table thead th {
              background-color: #004d86;
              color: white;
              padding: 12px;
          }
  
          /* Row Styling */
          table tbody tr:nth-child(even) {
              background-color: #f8f8f8;
          }
          table tbody tr td, table tbody tr th {
              padding: 10px;
              border: 1px solid #ddd;
          }
          .sc_item_title{
              font-size:2em;
          }
          .vc_custom_1541692606683 {
      background-color: #f6f7f7 !important;
  }
  .list-unstyled li{
   font-size: 14px;   
  }
  }