img{max-width:100%;}
*,ul,li,p,h4 ,h6 ,h5,h2,h3,h1 ,ol{margin:0;padding:0;box-sizing:border-box }
html{overflow-x:hidden;}
a{text-decoration:none ;color:inherit }
a:hover{color:inherit }
li{list-style:none }
a{transition:all .3s }
body{
    margin:0;padding:0;
    font-size:16px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    color:#333333;
    overflow-x:hidden;
}
p{
    line-height: 24px;
}
strong {
    font-weight: 700;
}

.container {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.main-header {
    -webkit-box-shadow: 0px 2px 14px -4px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 2px 14px -4px rgba(0, 0, 0, 0.49);
    width: 100%;
}

.main-menu {
    background: #333333;
    height: 41px;
    color: #fff;
}

.main-menu ul li {
    padding-bottom: 3px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu ul li a:hover{
    color: #28a7df;
}
.main-menu ul li:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    background-color: rgba(255, 255, 255, .3);
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
}

.main-menu ul li:first-child:before {
    display: none;
}

.main-menu ul {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 -66px;
    height: 100%;
}

.main-menu .container {
    height: 100%;
}

.main-header .container {
    position: relative;
    padding: 44px 15px;
}

.header-right div>* {
    padding: 0 10px;
    font-size: 15px;
}
.header-right p{font-weight: bold;}
.header .btn {
    width: 160px;
    height: 55px;
    background-color: #28a7df;
    position: absolute;
    right: 15px;
    top: 0;
    border-radius: 0;
    font-size: 20px;
    padding-bottom: 3px;
}

.logo a {
    display: block;
}

.hero-sec {
    height: 497px;
    background: #28A7DF;
    color: #fff;
    position: relative;
}

.hero-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    background-color: #005182;
}

.hero-sec:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 247.5px 0 247.5px 78px;
    border-color: transparent transparent transparent #28a7df;
    border-style: solid;
    right: calc(47% - 78px);
}

.hero-txt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-left {
    max-width: 465px;
}

.hero-sec h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 34px;
}

.btn {
    width: 243px;
    height: 55px;
    border-radius: 4px;
    background-color: #0065a0;
    padding-bottom: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.hero-left .btn:hover {
    background-color: #fff;
    color:#0065a0 ;
}
.btn:hover {
    background-color: #28a7df;
}
.btn-sky:hover ,
.header .btn:hover {
    background-color: #006633;
    color: #fff !important;
   cursor:pointer;
}
.btn i {
    display: block;
    margin-left: 15px;
    padding-top: 2px;
    font-size: 24px;
}

.btn-sky i {
    display: block;
    margin-left: 7px;
    padding-top: 0px;
    font-size: 25px;
}

.right-img img {
    max-width: 438px;
    width: 100%;
}

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

.restez-footer {
    background-color: #333333;
    height: 329px;
    color: #fff;
}

.restez-footer .btn {
    margin: 0 auto;
}

h3 {
    font-size: 28px;
    line-height: 30px;
    color: #006633;
    font-weight: 600;
}

.restez-footer h3 {
    padding-bottom: 10px;
    color: #fff;
}

.restez-footer p {
    padding-bottom: 23px;
}

.btn-sky {
    width: 271px;
    background-color: #006633;
}

.copy {
    padding: 35px 0 30px;
}

.copy p {
    max-width: 1055px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
}

.copy_btm {
    padding: 12px 0 35px;
    border-top: 1px solid #eeeeee;
    font-size: 20px;
}

.copy_btm a {
    border-bottom: 1px solid #333333;
    white-space: nowrap;
}

.social-icon {
    text-align: center;
    padding-bottom: 15px;
}

.social-icon i {
    border-radius: 2px;
    color: #0065a0;
    font-size: 21px;
}

.fondation {
    background-color: #0065A0;
    color: #fff;
}

.fondation .container {
    padding: 0 120px;
}

.fondation h3 {
    padding-bottom: 13px;
    color: #fff;
}
.restez-footer h1{
    padding-bottom: 13px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
}

.restez-footer h3 {
    padding-bottom: 16px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
.fondation p {
    padding-bottom: 30px;
}

.fondation .container {
    height: 344px;
}

.fondation-left {
    width: 247px;
    max-width: 247px;
}

.fondation-right {
    width: calc(100% - 247px);
    max-width: calc(100% - 247px);
    padding-left: 100px;
}

.cpa-box {
    border-radius: 16px;
    background-color: #0065A0;
    padding: 15px 50px 15px 50px;
    color: #fff;
    height: 327px;
    max-width: calc(50% - 8px);
    width: calc(50% - 8px);
}
.cpa-box .cpa-box-in{margin:auto;}

h4 {
    font-size: 23px;
    line-height: 24px;
}

.cpa-box h4 {
    padding-bottom: 23px;
}

.cpa-box h2 {
    padding-bottom: 23px;
    font-size: 23px;
    line-height: 24px;
}
.viglis-vous h1 {
    padding-bottom: 37px;
    color: #006FB6;
    font-weight: bold;
}

.viglis-vous-box h3 {
    padding-bottom: 16px;
    line-height: 24px;
    font-size:18px;
    color: #333333;
   font-weight:500;
}

.cpa-box img {
    font-size: 0;
    margin-bottom: 5px;
}

.listing li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 9px;
    text-align: left;
}
.listing li a {
    transition: all .3s;
}
.listing li a:hover{
    text-decoration: underline;
}
.submit-btn:before,
.listing li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 4px;
    font-family: 'FontAwesome';
}

.cpa-member {
    padding: 78px 0 79px;
}

.cpa-member h3 {
    padding-bottom: 35px;
}

.cpa-member p {
    font-size: 20px;
    padding-bottom: 35px;
    letter-spacing: -0.34px;
}

.analye-plan {
    height: auto;
    background-color: #E7E7E7;
    font-size: 28px;
    color: #006FB6;
    font-weight: bold;
    padding:10px 0;
}

.analye-plan li {
    padding: 0 10px;
}

.analye-plan li:hover {
    color: #28A7DF;
}

.viglis-vous {
    padding: 80px 0 60px;
}

.vous-img {
    font-size: 0;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* .viglis-vous h3 {
    padding-bottom: 37px;
} */

.viglis-vous-box {
    padding: 0 21px 19px;
}

.viglis-vous-box h4 {
    padding-bottom: 14px;
}

.viglis-vous-box h2 {
    padding-bottom: 14px;
    font-size:23px;
    line-height: 24px;
}

.analye-plan h2 {
    font-size:23px;
    line-height: 24px;
    color:#333333;
   padding:14px 0;
}

.viglis-vous-box p {
    padding-bottom: 16px;
}

.link {
    font-weight: 600;
    color: #0065A0;
}

.gray-bg {
    background-color: #E7E7E7;
}

.contact-sec {
    min-height: 332px;
    padding: 84px 0 15px;
}

.contact-sec h3 {
    padding-bottom: 40px;
}

.half-bx {
    width: 50%;
    max-width: 50%;
}

.contact-bx .btn {
    margin: 3px auto 0 auto;
}

.contact-bx h4 {
    padding-bottom: 16px;
}

.contact-bx .link {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
    color: #0065A0;
    font-weight: 600;
}
.contact-bx .link:hover {
    text-decoration: underline;
}
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: 3;
    animation: smoothScroll 1s forwards;
}

.header.sticky .main-header .container {
    padding-bottom: 20px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.header.sticky+* {
    margin-top: 200px;
}

.courriel-time {
    padding: 80px 0;
}

.courriel-box {
    padding: 0 8px;
    width: 33.33%;
    max-width: 33.33%;
}

.courriel-in {
    border-radius: 29px;
    filter: drop-shadow(0 0 11.5px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    height: 238px;
    padding: 42px 15px 15px;
}
.courriel-txt .btn {font-size: 17px;}
.icon-img {
    margin-bottom: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.courriel-in h3 {
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 15px;
}

.courriel-in a,
.courriel-in p {
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    color:#000;
}

.courriel-in .btn {
    margin: 0 auto;
    color:#fff;
}

.groupe-sec {
    padding: 89px 0 80px;
}

.groupe-sec .cpa-box {
    background-color: rgba(255, 255, 255, .6);
    color: #333333;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
    height: 390px;
}

.cpa-box h3 {
    padding-bottom: 25px;
}
.cpa-box li h3 {
    padding-bottom: 25px;
    position: relative;
    /* padding-left: 20px; */
    padding-bottom: 0;
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0;

}
.cpa-box p {
    padding-bottom: 25px;
    line-height: 24px;
}

.cpa-box p:last-child {
    padding-bottom: 0;
}

.cpa-box p strong {
    display: block;
    margin-bottom: 8px;
    font-size: 23px;
}

.contact-form-sec {
    padding: 37px 0 80px;
}

.contact-form-sec form {
    margin: 0 -8px;
}

.form-group {
    margin-bottom: 21px;
    max-width: 50%;
    width: 50%;
    padding: 0 8px;
}

.form-group label {
    display: block;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 11px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #5C5C5C;
    padding: 0 18px;
    height: 50px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
}

.captcha .form-control {
    max-width: 356px;
    margin: 0 auto;
}

.captcha label {
    font-size: 18px;
    font-weight: 400;
}

textarea.form-control {
    height: 133px;
    padding: 10px 18px;
}

.submit-btn {
    width: 139px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.submit-btn:before {
    color: #fff;
    font-weight: bold;
    right: 15px;
    font-size: 20px;
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    left: auto;
    top: 48%;
}

form .btn {
    border: 0;
    width: 100%;
    height: 49px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

.w_25 {
    width: 25%;
    max-width: 25%;
}

.full-group {
    width: 100%;
    max-width: 100%;
}

.contact-form-sec h2 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #28A7DF;
}

.contact-form-sec h3 {
    line-height: 30px;
    color: #006FB6;
    padding-bottom: 16px;
}

.contact-form-sec form {
    margin-top: 30px;
}

.radio-wrap label,
.checkbox-wrap label {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}


/*------START-------*/

.control {
    display: block;
    position: relative;
    padding-left: 31px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 2px solid #005994;
    border-radius: 1px;
}

.control--radio .control__indicator {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-color: #000000;
}

.control input:checked~.control__indicator {
    background: #005994;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #005994;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.radio-wrap .control--radio {
    padding-left: 27px;
}

.control--radio input:checked~.control__indicator {
    background: #fff;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.radio-wrap .control--radio+.control--radio {
    margin-left: 48px;
}

.radio-wrap .control--radio {
    margin-bottom: 0;
    margin-top: 10px;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}


/*-------END------*/

.captch-icon {
    font-size: 0;
    margin-bottom: 19px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/angle-down.png');
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.menu-items-has-children .sub-menu {
    margin: 0;
    padding-left: 20px;
}

.menu-items-has-children>.sub-menu {
    position: absolute;
    width: 245px;
    box-shadow: 0px 3px 6px #00000029;
    background: #FFFFFF;
    padding: 20px 30px;
    left: -20px;
    top: 100%;
    z-index: 3;
    color: #0065A0;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.menu-items-has-children>.sub-menu li {
    flex-wrap: wrap;
    font-size: 16px;
}

.menu-items-has-children>.sub-menu li a {
    padding: 6px 0;
}

.menu-items-has-children>.sub-menu li:before {
    display: none;
}

.menu-items-has-children>.sub-menu .sub-menu {
    position: static;
}

.menu-items-has-children>.sub-menu .sub-menu li a {
    padding: 3px 0;
}
.hero-sec-inner {
    height: 200px;
    background: #28A7DF;
    color: #fff;
    position: relative;
}
.hero-sec-inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-color: #005182;
}
.hero-sec-inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 100px 0 100px 60px;
    border-color: transparent transparent transparent #28a7df;
    border-style: solid;
    right: calc(55% - 60px);
    top: 0px;
}
.hero-sec-inner .right-img img {
    max-width: 510px;
    width: 100%;
   max-height:200px;
}

.hero-sec-inner h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    line-height: 2;
}
.hero-sec-inner p{
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}
.icons-fix-size img{height:100px;width:100px;}
.btn-on-link-sky{
    padding: 10px;
    background: #006633;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
position:relative;
cursor:pointor;
}
.btn-on-link-sky:hover{
    background-color: #006633;
}
.btn-on-link-sky a:hover{
    color: #fff !important;
}
.btn-on-link-sky:after {
    color: #fff;
    font-weight: bold;
    right: 8px;
    font-size: 20px;
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    left: auto;
    top: 50%;
    content: "\f105";
    font-family: 'FontAwesome';
}
.btn-on-link-sky a{margin-right:23px;color:#fff;}
.btn-on-link-sky a::hover{outline:none;}
@media (max-width: 767px){
.form-group{width:100%  !important;;max-width:100% !important;}
.cpa-box,.courriel-box{width:100%  !important;;max-width:100% !important;margin-bottom: 16px;}
.hero-sec-inner {
    height: 350px;
}
.hero-sec-inner:after {
    border-width: 36px 240px 0 240px;
}
.hero-sec-inner:after {
    border-width: 39px 399px 0 381px;
    border-color: #28a7df transparent transparent transparent;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 142px;
}
.hero-sec-inner:before{
content:none;
}
.hero-sec-inner .hero-left {
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding: 38px 21px 10px;
}
.hero-sec-inner h4{
   font-size: 16px;
    line-height: 23px;
}
.hero-sec-inner p{
font-size:20px !important;
}
.hero-sec-inner .hero-right {
    width: 100%;
    max-width: 100%;
    background: #005182;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 10px 20px;
}
.column-content{padding:0 !important;}
}
.column-1 .column-content h1,.column-1 .column-content h2,.column-1 .column-content h3,.column-1 .column-content h4{color:#006FB6;padding:10px 0;font-weight:bold;}
.column-1 .column-content a{color: #006FB6;text-decoration: underline;}
.column-1 .column-content p{margin-bottom:10px;}

.column-content.pad-top h1,.column-half  h2,.column-half  h3,.column-half  h4{color:#006FB6;padding:10px 0;}
.column-half  a{color: #006FB6;text-decoration: underline;}
.column-half  p{margin-bottom:10px;}
.column-half select{-webkit-appearance:auto}

.squares-contents p,.squares-contents-mark p{padding:12px 0px;}
a:not([href]) {text-decoration:none;}
.banner-background{
    background: -webkit-linear-gradient(110deg, #28a7df 60%, #005182 60%);
    background: -o-linear-gradient(110deg, #28a7df 60%, #005182 60%);
    background: -moz-linear-gradient(110deg, #28a7df 60%, #005182 60%);
    background: linear-gradient(110deg, #28a7df 60%, #005182 60%);
}
.banner-back-form{background:#cce4ed}
.column-content.button-box.vigilance p{display:flex;}
.column-content.button-box.vigilance p a{margin:auto;}
.copy_btm li{list-style:none;}
.squares-contents-mark,.squares-contents{text-transform:lowercase;}
.squares-contents-mark:first-letter, .squares-contents:first-letter{text-transform:capitalize;}
.hero-sec-inner .container{padding:0 0px 0 15px}