
/********************************************************************************************************************|
                                                    BANNIERE                                                         |
*********************************************************************************************************************/

section.wrapper-banniere {
    position: relative;
    z-index: 0;
}
section.wrapper-banniere:before {
    content: ""; 
    background: #f8f8f8;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-image: url(../images/bg/bg-banniere.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banniere {}
.banniere .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background-color: #a4b0b4;
    border-radius: 50%;
    position: relative;
    display: block;
}

.banniere .owl-dot.active span::before {
    width: 22px;
    aspect-ratio: 1;
    position: absolute;
    border: 2px solid var(--primary-color);
    content: '';
    left: -5px;
    top: -5px;
    border-radius: 50%;
    transition: all 300ms linear 0ms;
    box-sizing: border-box;
}

.banniere .owl-dot.active span {
    background-color: var(--primary-color);
}

.banniere-item {
    padding: 40px 0 40px;
}

.wrap-banniere-item {
    align-items: unset;
    position: relative;
}

.section-title-banner {
    padding: 0 25px;
    width: 56%;
    position: relative;
    padding-top: 50px;
}

.subtitle-banner {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 10px;
    line-height: 1;
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
}

.active .subtitle-banner {
    transform: translateY(0);
    transition-delay: 0.8s;
    opacity: 1;
    visibility: visible;
}

.subtitle-banner:before {
    /* content: "----"; */
    position: relative;
    font-size: 14px;
    color: var(--primary-color);
    /* bottom: 0; */
    /* left: 0; */
    line-height: 15px;
    /* margin-right: 10px; */
}

.title-banner {
    font-size: 47px;
    line-height: 1.1;
    color: #333333;
    font-weight: 600;
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
    text-align: initial;
}

.active .title-banner {
    transform: translateY(0);
    transition-delay: 1s;
    opacity: 1;
    visibility: visible;
}

.title-banner span {
    color: var(--primary-color);
}

.texte-banner {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0 30px;
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
}

.banniere .owl-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 90%;
  top: 40%;
}

.active .texte-banner {
    transform: translateX(0);
    transition-delay: 1.5s;
    opacity: 1;
    visibility: visible;
}

.banner-btns {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: translateY(100px);
    transition: all ease 1.5s;
    opacity: 0;
    visibility: hidden;
    display: flex;
}

.active .banner-btns {
    transform: translateX(0);
    transition-delay: 2s;
    opacity: 1;
    visibility: visible;
}

.banner-btns .primary-btn {
    padding: 12px 12px 12px 25px;
    font-size: 15px;
}

.right-banner {
    width: 40%;
    position: relative;
    margin-bottom: 40px;
    align-items: center;
    display: flex;
}

.img-banner {
    /*! padding: 10px; */
    /*! background: #ffffff; */
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 12%);
    /* border-radius: 20px; */
    max-height: 400px;
    /*! width: 600px; */
}

.img-banner img {
    width: 100%;
    border-radius: inherit;
    height: 100%;
    object-fit: contain;
}


.popup-video.banner-btn:before, 
.popup-video.banner-btn:after {
    background: #01aeef1f;
}


.wrapper-banniere .owl-nav {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 75px;
    display: flex;
    flex-direction: column;
}

.wrapper-banniere .nav-btn {
    background-color: #ffffff;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    /* z-index: 4; */
    width: 55px;
    /* height: 55px; */
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 11px 24px 0 rgb(126 126 126 / 16%);
    /* left: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.wrapper-banniere .nav-btn.prev-slide {
    margin-bottom: 20px;
}


/********************************************************************************************************************|
                                                    ACTUALITES                                                       |
*********************************************************************************************************************/


.wrapper-actualites {
    padding: 70px 0 50px;
    background-image: url("../images/bg/bg-actu.png");
    background-size: cover;
    position: relative;
}

.wrapper-actualites .ligne-titre {
    margin: 0 auto 15px;
    width: 100%;
}

.actualites .section-title {
    width: 37%;
}

.wrapper-actualites .title-filigrane::after {
    top: -9px;
    display: none;
}

.actualites .title-filigrane {
    /* top: -20px; */
    /* opacity: 0.14; */
    color: #f1f1f1;
}

ul.conteneur-onglet-actu {
    display: flex;
    align-items: center;
    width: 63%;
    padding: 0 15px;
    position: relative;
    justify-content: end;
    font-size: 13px;
}

li.onglet-actu {
    padding: 8px 26px;
    background: #d0d0d0;
    border-radius: 50px;
    line-height: 1;
    color: var(--black-color);
    margin-right: -20px;
    border: 1px solid #8080802b;
    background: #f3f3f3;
    font-size: 12px;
    margin-bottom: 6px;
}

li.onglet-actu.actif {
    font-weight: 500;
    background: var(--primary-color);
    color: var(--white-color);
    z-index: 1;
    border-color: var(--primary-color);
    position: relative;
    transition: all 0.5s ease-in-out;
}

.wrap-actualites {
    padding-top: 40px;
}

.wrap-item-actualite {
  padding: 15px;
  /*! margin: 19px; */
  background-color: white;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  /* border-radius: 10px; */
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  min-height: 440px;
}
.item-actualite {
  padding: 0 15px;
  height: auto;
}
.top-actualites {
  position: relative;
}
.content-actualite.row-container {
  position: relative;
  padding-top: 45px;
}
.categorie-actu {
  position: absolute;
  bottom: -15px;
  background-color: #106fa8;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 28px;
  color: #fff;
  max-width: 77%;
}
.image-actualite {
  /* border-radius: 10px; */
  overflow: hidden;
  height: 300px;
}
.image-actualite img {
  object-fit: cover;
  height: 100%;
}
.titre-actu {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 0;
  margin-bottom: 10px;
}
.actualites.container {
  width: 1400px;
}
.details-agenda-date {
  position: absolute;
  right: 20px;
  background-color: #01aeef;
  padding: 6px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  transform: translateY(0);
  max-width: 56px;
  line-height: 1.3;
  top: -31px;
  text-align: center;
}
.categorie-actu i {
  margin-right: 5px;
}
.bottom-actu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*! margin-top: 15px; */
    top: 10px;
}

.wrap-actualites .owl-nav {
}

.wrap-actualites .nav-btn {
    position: absolute;
    transition: all ease 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
    width: 70px;
    aspect-ratio: 1;
    height: 70px;
    margin: 0;
    border: 3px solid #ffffff;
    top: 37%;
    transform: translateY(1%);
    border-radius: 50%;
    background-color: #808080bd;
    box-shadow: 0 8px 19px 0 rgba(126, 126, 126, 0.35);
}

.wrap-actualites:hover .nav-btn {
    background-color: var(--primary-color);
}

.wrap-actualites .nav-btn.next-slide {
    right: -21px;
}

.wrap-actualites .nav-btn.prev-slide {
    left: -21px;
}

.wrap-actualites .owl-dots {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: -9%;
    position: absolute;
}



/********************************************************************************************************************|
                                                    NOS ACTIONS                                                      |
*********************************************************************************************************************/

.wrapper-bloc-actions {
    padding: 70px 0 50px;
    background-color: var(--primary-color);
    position: relative;
    font-family: DM sans;
}

.wrapper-bloc-actions::before {
    background-image: url(../images/bg/bg-actions.png);
    padding: 50px 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    opacity: 0.03;
}

.bloc-actions .section-title > *, .mission-vision .section-title > * {
    color: var(--white-color);
}

.bloc-actions .title-filigrane, .mission-vision .title-filigrane {
    color: #3d8cbc;
}

.bloc-actions .title-bloc:before, .bloc-actions .title-bloc:after {
    background-color: #fff;
}

.item-action {
    padding: 15px 7px;
    display: flex;
}

.wrap-item-action {
    background-color: var(--white-color);
    display: flex;
    position: relative;
    padding: 20px 30px 20px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 145px;
    align-items: flex-end;
    transition: all linear .5s;
    box-shadow: 0 0 15px 0 #0000003d;
    width: 100%;
}

.wrap-item-action:hover {
    transform: scale(1.05) translateY(-10px);
}

.item-action:nth-child(2) .wrap-item-action::before {
    background-overlay: '';
    background-image: url("https://themesflat.com/govitykit/wp-content/uploads/2023/09/circle-hover.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}

.icon-item-action {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48px;
    aspect-ratio: 1;
}

.item-action:nth-child(2) .icon-item-action img {
    filter: brightness(0) invert(1);
}

.wrap-item-action:hover .icon-item-action img {
    filter: brightness(0) invert(1);
}

.wrap-item-action::before {
    background-image: url("../images/shape/shape-action1.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    right: 0;
    top: 0;
}

.wrap-item-action:hover::before {
    background-overlay: '';
    background-image: url("../images/shape/shape-action3.png");
    background-position: top right;
    transition: all 220ms ease-in-out;
}

.title-item-action {
    color: #171717;
    padding-top: 24px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25em;
}

.wrap-item-action:hover .title-item-action {
    color: var(--primary-color);
}

.bottom-wrap-action {
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #6dc5fa;
    border-top: 1px solid #ddd7d77d;
    font-size: 17px;
}

.bottom-wrap-action a {
    color: white;
    font-weight: 600;
    margin-left: 5px;
}





/********************************************************************************************************************|
                                                       AGENDA                                                        |
*********************************************************************************************************************/


.wrapper-agenda {
    position: relative;
    padding: 70px 0 20px;
    font-family: 'Lexend';
}

.wrap-agenda {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px;
}


.item-agenda {
    position: relative;
    padding: 15px 20px;
}

.wrap-item-agenda {
    position: relative;
    display: block;
    padding: 30px 30px 30px 260px;
    margin-bottom: 25px;
    z-index: 1;
    min-height: 320px;
}
.bottom-agenda {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.bottom-agenda a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap-item-agenda:hover {
    color: #fff !important;
}

.wrap-item-agenda:hover * {
    color: #fff;
    transition: all ease .3s;
}

.wrap-item-agenda .item-shape-decor:nth-child(1) {
    bottom: 0;
    left: 85px;
    z-index: 0;
}

.wrap-item-agenda .item-shape-decor:nth-child(2) {
    top: 0;
    right: 0;
}

.wrap-item-agenda:before {
    position: absolute;
    top: 0;
    left: 85px;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    /*! box-shadow: 0px 15px 16px 10px rgb(0 0 0 / 6%); */
    /*! border-radius: 15px; */
    content: "";
    z-index: -1;
    box-shadow: 1px 0px 14px #b4acac4d;
    border-radius: 10px;
}

.wrap-item-agenda:after {
    position: absolute;
    top: 0;
    left: 80px;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    transform: scaleX(0.9);
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s linear;
    border-radius: 15px;
    content: "";
    z-index: -1;
}

.wrap-item-agenda:hover:after {
    transform: scaleX(1.0);
    opacity: 1;
}

.container.agenda {
  width: 1410px;
}

.image-agenda {
    position: absolute;
    top: 50%;
    left: -11px;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    overflow: hidden;
    /* border-radius: 20px; */
    box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 17%);
    width: 250px;
    z-index: 2;
}

.image-agenda:before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: '';
    background-color: rgba(0, 0, 0, 50%);
    transform: scaleY(1.0);
    opacity: 0;
    transition: .7s ease-in-out all .1s;
    z-index: 2;
}

.wrap-item-agenda:hover .image-agenda:before {
    transform: scaleY(1.0);
    opacity: 1;
    height: 100%;
    /*! object-fit: contain; */
}

.image-agenda img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
    height: 100%;
    object-fit: contain;
}

.wrap-item-agenda:hover .image-agenda img {
    transform: scale(1.05);
}

.content-agenda {}

.date-agenda {
    position: relative;
    display: block;
    width: 145px;
    background: #F6F6F6;
    border-radius: 7px;
    padding: 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    background: var(--primary-color);
}

.wrap-item-agenda:hover .date-agenda {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.07);
}

.date-agenda i {
    margin-right: 6px;
    font-size: 12px;
}

.agenda-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    margin-top: 14px;
    color: var(--black-color);
    font-family: var(--title-font);
}

.details-info-agenda {
    position: relative;
    display: block;
    margin-top: 18px;
}

.details-info-agenda li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--black-color);
    line-height: 1.5;
    font-size: 15px;
    text-align: initial;
}

.details-info-agenda li i {
    margin-right: 10px;
    min-width: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--primary-color);
}

.fancy--button {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease .7s;
    transform: translateY(100px);
    bottom: -25px;
}

.wrap-item-agenda:hover .fancy--button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fancy--button span {
    color: var(--black-color);
    fill: var(--black-color);
    border: 1px solid #E5E5E5;
    background: var(--white-color);
    position: relative;
    display: flex;
    border-radius: 25px;
    padding: 0px 35px 0px;
    line-height: 50px;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0.1s;
    align-items: center;
    font-size: 15px;
}

.wrap-item-agenda:hover .fancy--button span {
    color: var(--white-color);
    fill: var(--white-color);
    background: var(--second-color);
}

.fancy--button span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 25px;
    background-color: var(--black-color);
    transition: all 0.4s;
    transform: scale(0.5, 1);
}

.fancy--button span svg {
    fill: inherit;
    margin-top: -2px;
}

.fancy--button span i {
    color: inherit;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: unset;
    height: 19px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrap-item-agenda:hover .fancy--button span i {
    color: inherit;
    border-color: var(--white-color);
}

.wrap-btn {
    display: flex;
    justify-content: center;
    margin: 0 0 0;
}

.wrap-agenda .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% + 6%);
    left: -3%;
    right: -3%;
    z-index: -1;
}

.wrap-agenda .nav-btn {
    color: #b9b4b4;
    font-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    width: 40px;
    height: 60px;
    border-radius: 10px;
    background: var(--white-color);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.wrap-agenda .nav-btn.next-slide {
}

.wrap-agenda .nav-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-width: 3px;
    border-color: var(--white-color);
    box-shadow: -1px 5px 15px #afafaf6e;
}



/*********************************************************************************************************************|
                                                  MISSION/VISION/VALEUR                                               |
**********************************************************************************************************************/

.wrapper-mission-vision {
    padding: 90px 0 70px;
    background: var(--primary-color);
    position: relative;
    /* background-image: url(https://luxwebhostingservices.net/inss/images/bg/bg-services.jpg); */
    /* background-position: right 100%; */
    /* background-repeat: no-repeat; */
    /* background-size: initial; */
}

.wrapper-mission-vision:before {
    position: absolute;
    content: "";
    background-image: url("../images/bg/bg-objectif.jpg");
}

.mission-vision {
    width: 100%;
}

.wrap-mission-vision {
    align-items: unset;
}

.item-objectif {
    width: 33.33%;
    color: var(--white-color);
    padding: 0 10px;
    transition: all ease .5s;
}

.content-text-objectif {}

.content-text-objectif + .img-objectif, .img-objectif + .content-text-objectif {
    margin-top: 20px;
}

.wrap-content-text-objectif {
    padding: 25px 25px;
    background: #054b75;
    border-radius: 10px;
}
.item-objectif:nth-child(2n) .wrap-item-objectif .img-objectif {
    margin-top: 0px;
    margin-bottom: 20px;
}
.item-objectif:nth-child(2n) .wrap-item-objectif {display: flex;/*! flex-direction: column-reverse; */flex-direction: column-reverse;}

.img-objectif {
    border-radius: 10px;
    height: 350px;
    width: 100%;
}

.icone-objectif {
    width: 80px;
}
.text-objectif p {
  padding-bottom: 5px;
}
.icone-objectif img {
    filter: brightness(1) invert(1);
    width: 80px;
}

.text-objectif {
    width: calc(100% - 80px);
    line-height: 1.5;
    font-size: 15px;
    /* font-family: var(--smooth-font); */
    padding-left: 15px;
}

.item-valeurs {
  margin-left: 15px;
  padding-top: 3px;
}
.item-valeurs i {
  margin-right: 7px;
  font-size: 13px;
}
.text-objectif h4 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-family: var(--primary-font);
}

.img-objectif img {
    border-radius: inherit;
    height: 100%;
    width: 100%;
}

.item-objectif:first-child .img-objectif {
    height: 325px;
}

.item-objectif:hover {
    transform: translateY(-15px);
}


/*********************************************************************************************************************|
                                                        DOCUMENTATION                                                 |
**********************************************************************************************************************/


.wrapper-documentation {
    padding: 80px 0 40px;
    background-image: url(../images/bg/bg-documentation.jpg);
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: initial;
}
.documentation .title-filigrane {
  color: #eceaea85;
}

.item-document {
    padding: 0 13px;
}

.wrap-documentation .nav-btn {
  color: var(--primary-color);
  font-size: 20px;
  border: 2px solid var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--white-color);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
}
.wrap-documentation .nav-btn.next-slide {
  right: -5%;
}
.nav-btn.next-slide {
}
.wrap-documentation .owl-nav {
  width: 100%;
}
.wrap-documentation .nav-btn.prev-slide {
  left: -5%;
}
.wrap-documentation .nav-btn:hover {
  border: none;
  color: white;
  background-color: var(--second-color);
}

.wrap-item-documentation {
    position: relative;
    display: flex;
    padding: 35px 30px 25px;
    color: white;
    /* font-family: DM sans; */
    overflow: hidden;
    border-radius: 5px;
    min-height: 250px;
    flex-direction: column;
    justify-content: space-between;
}

.image-item-documentaton {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* left: 0; */
    /* right: 0; */
    /* z-index: -1; */
}

.image-item-documentaton::before {
  /* position: absolute; */
  right: 0;
  bottom: 0;
  width: 100%;
  height: 69%;
  /* content: ""; */
  z-index: 0;
  /* background: -webkit-linear-gradient(top,transparent 30%,rgba(25, 25, 25, 0.85) 60%); */
  */
  background: -moz-linear-gradient(top,transparent 30%,#191919 60%);
  /* background: linear-gradient(to bottom,transparent 30%,rgba(25, 25, 25, 0.66) 60%); */
  }

.image-item-documentaton img {
    height: 100%;
    width: 100%;
}

.wap-item-document {
  width: 100%;
  padding: 22px 20px 29px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 10px;
  min-height: 326px;
  background-color: white;
  margin-bottom: 10px;
}
.titre-doc {
  color: #000000;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  height: 50px;
  visibility: hidden;
}
.description-doc {
  line-height: 20px;
  text-align: initial;
  color: #525252;
  margin: 1px 0 3px;
  /*! height: 110px; */
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  padding-top: 17px;
  width: 95%;
  top: 25px;
  position: relative;
}

.categorie-doc {
  padding: 2px 15px;
  background-color: var(--primary-color);
  width: fit-content;
  border-radius: 5px;
  font-size: 13px;
  color: white;
  top: 25px;
  position: relative;
}
.wap-item-document::after {
}
.wap-item-document::after {
  position: absolute;
  right: 20px;
  bottom: 16px;
  background: url(../images/pdots.png);
  width: 58px;
  height: 58px;
  content: "";
  z-index: 8000;
}

.categorie-document {
    /* color: #fff; */
    font-weight: 700;
    line-height: 1.3em;
    /* max-width: 70%; */
    margin: 0 0 10px;
    font-size: 22px;
}

.title-documentation {
    color: #eeeeee;
    line-height: 1.6em;
    width: 90%;
}

.icon-documentations {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    aspect-ratio: 1;
    line-height: 30px;
    text-align: center;
    /* color: white; */
    font-size: 20px;
    /* z-index: 2; */
}

.icon-documentations::before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: var(--primary-color);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.icon-documentations span {
    position: relative;
    top: 5px;
}

.wrap-documentation .owl-dots {
    position: relative;
    margin: 0px 0 0;
    text-align: center;
}

.wrap-documentation .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 0 9px;
    background-color: #a4b0b4;
    position: relative;
    display: block;
}

.wrap-documentation .owl-dots .owl-dot.active span{
    background-color: var(--primary-color);
}

.wrap-documentation .owl-dots .owl-dot.active span::before {
   width: 15px;
   aspect-ratio: 1;
   position: absolute;
   border: 2px solid var(--primary-color);
   content: '';
   left: -6px;
   top: -6px;
   transition: all 300ms linear 0ms;
   box-sizing: border-box;
   border-radius: 50%;
}


/*********************************************************************************************************************|
                                                   GALERIE PHOTOS ET VIDEOS                                           |
**********************************************************************************************************************/

.galerie-video {
    background-image: url(../images/bg/bg-banniere.png);

}
.wrapper-galerie-photo {
  padding: 40px 0 0px;
  background-repeat: no-repeat;
  background-position: bottom;
  /*! background-size: 100% 360px; */
}
.wrapper-galerie-photo.galerie-video {
  padding-bottom: 20px;
}
.galerie-photo.container {
  width: 1300px;
}
.item-galerie-photo {
  padding: 0 10px;
}
.wrap-item-galerie-photo {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 6px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.image-galerie {
  width: 412px;
  height: 337px;
  position: relative;
}
.wrap-item-galerie-photo:hover .btn.galerie-btn {
  opacity: 1;
  z-index: 4;
  background: var(--primary-color);
  color: white;
  top: 50%;
  transform: translate(-50%, 0%);
  visibility: visible;
}

.image-galerie::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  bottom: 0;
  left: 0;
}
.image-galerie::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    content: "";
    background-color: rgba(12,38,52,.6);
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateY(-90deg) scale(.2);
    transform-origin: top;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wrap-item-galerie-photo:hover .image-galerie::after {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) scale(1);
}


.btn.galerie-btn {
  justify-content: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-30%);
  background: gray;
  color: var(--primary-color);
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 25px;
  justify-content: center;
  opacity: 0.5;
  transition: a;
  transition: .5s;
  visibility: hidden;
}

.galerie-photo .title-filigrane::after {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.92), #ffffffeb);
}
.btn-galerie-video i {
  font-size: 18px;
}

.date-galerie {
  position: absolute;
  top: 0px;
  right: 0;
  overflow: hidden;
  z-index: 5;
}
.date-galerie h3::before {
  position: absolute;
  content: '';
  width: 98px;
  aspect-ratio: 1;
  top: -4px;
  right: -4px;
  border: 1px solid #f5f5f6;
  border-radius: 50%;
}
.date-galerie h3 {
  position: relative;
  background: #F6F8F5;
  text-align: center;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
  padding: 18px 18px 18px 18px;
  top: -12px;
  right: -12px;
  color: var(--primary-color);
  height: 89px;
  width: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.top-galerie {
  position: relative;
  /*! z-index: 2; */
}
.date-galerie h3 span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.image-galerie img {
  height: 100%;
  object-fit: cover;
}
.content-galerie {
  background: #f8f8f8;
  /*! box-shadow: 0 4px 50px rgba(0,0,0,.1); */
  padding: 30px 30px 12px 30px;
  position: relative;
  z-index: 2;
  min-height: 260px;
}

.wrap-galerie .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -9%;
}
.titre-galerie {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
  margin: 0 0 20px 0;
  margin-bottom: 9px;
  color: #000;
}

.wrap-item-galerie-photo:hover .content-galerie::before {
  transform: scaleX(1.0);
  opacity: 1;
  z-index: -1;
}
.content-galerie::before {
  position: absolute;
  top: 0;
  /*! left: 80px; */
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  transform: scaleX(0.9);
  opacity: 0;
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  border-radius: 0 0 10px 10px;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
}

.galerie-photo .title-filigrane {
  top: -11px;
}
.texte-content-galerioe {
  font-size: 16px;
  line-height: 28px;
  color: #444;
  font-weight: 400;
  margin: 0 0 0 0;
}
.categorie-galerie {
  color: var(--primary-color);
  font-size: 17px;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
}

.wrap-item-galerie-photo:hover .categorie-galerie {
  color: white;
}
.wrap-item-galerie-photo:hover  .titre-galerie {
  color: white;
}
.wrap-item-galerie-photo:hover  .texte-content-galerioe {
  color: white;
}

.wrap-actualites, .wrap-galerie .owl-dots, .wrap-testimonials .owl-dots {
    display: flex;
    justify-content: center;
    display: none;
}

.wrap-actualites .owl-dot, .wrap-galerie .owl-dot, .wrap-testimonials .owl-dot, .wrap-projets .owl-dot {
    width: 25px;
    height: 8px;
    background: #000 !important;
    border-radius: 15px;
    margin: 5px !important;
    opacity: .2;
    transition: all ease .3s;
}
.wrap-galerie .owl-dot {
  background:  white !important;
  opacity: 0.4;
}
.wrap-galerie
 .nav-btn {
    position: absolute;
    transition: all ease 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 24px;
    z-index: 4;
    width: 70px;
    aspect-ratio: 1;
    /* height: 70px; */
    margin: 0;
    border: 3px solid #ffffff;
    top: 43%;
    /*! transform: translateY(1%); */
    border-radius: 50%;
    background-color: #808080bd;
    box-shadow: 0 8px 19px 0 rgba(126, 126, 126, 0.35);
}

.wrap-galerie
 .prev-slide
  {
    left: -28px;
}
.wrap-galerie:hover .nav-btn {
  background-color: var(--primary-color);
}

.wrap-galerie
 .next-slide{
    right: -27px;
}

.wrap-galerie
 .owl-prev:hover {
}
.wrap-actualites .owl-dot.active,.wrap-galerie .owl-dot.active, .wrap-testimonials .owl-dot.active,.wrap-projets .owl-dot.active {
    background-color: var(--primary-color) !important;
    width: 50px;
    height: 8px;
    opacity: 1;
}

.wrap-galerie .owl-dot {
    background: #fff !important;
}

/*********************************************************************************************************************|
                                                          PARTENAIRES                                                 |
**********************************************************************************************************************/


.wrapper-partenaire {
  padding: 60px 0 10px;
}

.partenaire .ligne-titre .section-title {
    width: 50%;
}

.partenaire .title-bloc {font-size: 23px;padding-bottom: 27px;text-align: initial;}

.wrapper-partenaire .wrap-btn {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 95%;
    padding-left: 17px;
}

.container.partenaire .ligne-titre {
  margin-bottom: 5px;
}

._2p3a {
  width: 100% !important;
  height: 300px !important;
}

.wrap-partenaire {
    padding: 70px 0 0;
    width: 40%;
}

.content-bloc-partenaire {
  width: 40%;
}
 .wrap-partenaire {
  width: 100%;
}

.wrapper-partenaire .slick-prev:before, .slick-next:before {
    display: none;
}
.bottom-partenaire {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.item-partenaire {
    padding: 0 9px;
    text-align: center;
    width: 100%;
    margin: 0 15px;
}

.wrap-item-partenaire {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
}
.wrap-partenaire .slick-track {
    margin:0px !important;
}


.item-partenaire:first-child {
    margin: 0px;
}
.wrap-item-partenaire img {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: transform .4s ease;
    -khtml-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -khtml-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -moz-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -ms-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -o-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    transition: all .3s cubic-bezier(0,0,.2,1)0s;
    max-height: 65px;
}

.wrap-item-partenaire img:nth-child(1) {
    filter: grayscale(100%); 
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(1) {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.wrap-item-partenaire img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-150%);
    -khtml-transform: translate(-50%,-150%);
    -moz-transform: translate(-50%,-150%);
    -ms-transform: translate(-50%,-150%);
    -o-transform: translate(-50%,-150%);
    transform: translate(-50%,-150%);
    opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(2) {
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
}

.wrap-partenaire .slick-dots {
    z-index: -1;
    left: 0;
    top: 20px;
    right: 0;
    position: absolute;
    background-color: #dfe0e6;
    height: 1px;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin: 0 auto;
}

.wrap-partenaire .slick-dots li {
    width: 50%;
    height: 1px;
    position: relative;
}

.wrap-partenaire .slick-dots li button {
    display: none;
}

.wrap-partenaire .slick-dots li.slick-active {
    background: var(--second-color);
}

.wrap-partenaire.lien-utile-les-partenaire .slick-arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    padding: 0;
    background-color: #f2f6ff;
    font-size: 20px;
    top: 20px;
    color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-partenaire.lien-utile-les-partenaire .slick-arrow:hover {
    color: #fff;
    background: var(--second-color);
}

.wrap-partenaire.lien-utile-les-partenaire .slick-next {
    margin-left: 35px;
    outline: none;
    right: 0;
}

.wrap-partenaire.lien-utile-les-partenaire .slick-prev {
    left: 0;
}

.wrap-partenaire.lien-utile-les-nations-unies .slick-arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    padding: 0;
    background-color: #f2f6ff;
    font-size: 20px;
    top: 20px;
    color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-partenaire.lien-utile-les-nations-unies .slick-arrow:hover {
    color: #fff;
    background: var(--second-color);
}

.wrap-partenaire.lien-utile-les-nations-unies .slick-next {
    margin-left: 35px;
    outline: none;
    right: 0;
}

.wrap-partenaire.lien-utile-les-nations-unies .slick-prev {
    left: 0;
}



/*********************************************************************************************************************|
                                                          SOCAIL                                                      |
**********************************************************************************************************************/



.wrapper-social {
    padding: 50px 0 0px;
    position: relative;
    /* background-image: url(https://luxwebhostingservices.net/inss/images/bg/bg-services.jpg); */
    /* background-position: right 100%; */
    /* background-repeat: no-repeat; */
    /* background-size: initial; */
}

.container.social {
    width: 1300px;
}

.wrapper-social .ligne-titre {
    width: auto;
}

.content-social {
    position: relative;
    /*! display: flex; */
    width: 100%;
    justify-content: space-between;
    height: auto;
}

.content-social .tab {
    display: flex;
    flex-direction: row;
    position: relative;
    /* background: #f2f3f5; */
    width: 100%;
}

.container-tabs-flex {
    /* background: #d41e44; */
    width: 100%;
    position: relative;
    display: flex;
}


.content-social .tab {
    /* overflow: hidden; */
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    display: flex;
  }
  
  /* Style the buttons that are used to open the tab content */
  .content-social .tab button {
    border: none;
    z-index: 1;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* background: #f5f5f7; */
    justify-content: space-between;
    width: 25%;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #fff;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #fff;
  }
  
  /* Style the tab content */
  .container-tabs-flex .tabcontent {
    display: block;
    padding: 40px 10px;
    /* border: 1px solid #ccc; */
    border-top: none;
    width: 25%;
  }

  .elt-text::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    width: auto;
  }

  #intagram .content-tab .elt-text {
    background: #fff;
    padding-top: 30px;
    margin-top: 10px;
  }

  #intagram .elt-ident {
    margin-bottom: 0;
  }

  .elt-text {
    max-height: 210px;
    overflow-y: auto;
    position: relative;
  }

  .elt-text::-webkit-scrollbar {
        width: 3px;
        background: #255085;
  }

  #intagram .footer-elt-text i {
        color: #000;
        position: relative;
        left: -28px;
   }
._2p3a {
    width: 100% !important;
}
  .container-tabs-flex .tabcontent:first-child {
    display: block;
  }

  .container-tabs-flex .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


.content-social .tab button .ct-tab-icon svg {
    width: 60px;
    height: 60px;
}

.ct-tab-icon {
    width: 60px;
}

.ct-tab-meta {
    /* background: antiquewhite; */
    width: 80%;
    text-align: left;
    padding-left: 10px;
}

.ct-tab-meta h4 {
    font-size: 18px;
    color: #fff;
}

.ct-tab-icon.twitter-icon {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #1da1f2;
  border-radius: 50px;
  aspect-ratio: 1;
}
.ct-tab-icon.LinkedIn-icon {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #0e76a8;
  border-radius: 50px;
  aspect-ratio: 1;
}

.ct-tab-meta p {
    font-size: 13px;
    color: #fff;
}

.img-user {
    overflow: hidden;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    /* border: 1px solid black; */
    padding: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-user img{
    width: 100%;
}

.elt-ident {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 24px;
    margin-bottom: 16px;
    display: none;
}

span.elt-name {
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
    position: relative;
    color: #fff;
}

.ctf--text {
    color: #fff;
    font-size: 20px;
    line-height: 36px !important;
}

.ctf--text a{
    color: #fff;
}

.social .col-item {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social .col-item .special-heading .above {
    position: relative;
    padding-bottom: 48px;
    font-size: 20px;
}

.zone-text-social {
    font-size: 27px;
    margin-top: 4px;
    /* width: 69%; */
    line-height: 34px;
    color: #36404c;
}

.social .col-item .special-heading .above:after {
    content: "";
    background-color: #129f61;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.elt-action {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 29px;
}

.item-action svg {
    width: 22px;
    height: 22px;
}

.item-action svg path{
    fill: #fff;
}

a.item-action {
    margin-right: 8px;
}

.footer-elt-text {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#intagram .psdo {
    color: #000;
}

.psdo {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.date-post {
    margin-left: 15px;
}

.footer-elt-text i {
    font-size: 22px;
    color: #fff;
}

.tablinks:before {
    border-color: transparent transparent transparent #fff;
    left: 44%;
    content: '';
    width: 4px;
    height: 0;
    position: absolute;
    bottom: -22px;
    border-style: solid;
    border-width: 10px;
    transition: .4s cubic-bezier(.24,.74,.58,1);
    z-index: 6;
    transform: translateY(-41%);
    /*! background: red; */
    transform: rotate(90deg);
    opacity: 0;
}

button.tablinks {
    background-color: #3971d5;
    box-shadow: 0 6px 70px rgb(12 12 12 / 19%);
    transition: .4s cubic-bezier(.24,.74,.58,1);
}

button.tablinks.active {
    box-shadow: 0 6px 70px rgb(12 12 12 / 19%);
    transform: translateX(10px);
    background: #fff !important;
}

.tab button.tablinks:nth-child(1) {
    background: #4867aa;
}

.tab button.tablinks:nth-child(2) {
    background: #1da1f2;
}

.tab button.tablinks:nth-child(3) {
    background: #d42428;
}

.tab button.tablinks:nth-child(4) {
    background: #0e76a8;
}

.tab button.tablinks:nth-child(1) svg path {
    fill: white;
}

.tab button.tablinks:nth-child(2) svg path {
    fill: white;
}

.tab button.tablinks:nth-child(3) svg path {
    fill: white;
}

.tab button.tablinks:nth-child(4) svg path {
    fill: white;
}

.tab .tablinks.active svg path {
    fill: #4867aa !important;
}

.tab .tablinks.active .ct-tab-meta h4 {
    color: #000 !important;
}

.tab .tablinks.active .ct-tab-meta p {
    color: #000 !important;
}
._2p3a {
  width: 99% !important;
  height: 100% !important;
}

/*********************************************************************************************************|
                                                    Call new to action                                      **|
**********************************************************************************************************/



section.wrapper-new-call-action {
    padding-top: 45px;
    z-index: 6;
    position: relative;
    bottom: 0;
    /*! padding: 22px 0; */
}

.wrap-call-new-call-action {
    justify-content: space-between;
    padding: 23px 0;
    position: relative;
    z-index: 1;
    color: var(--white-color);
    width: fit-content;
}

.riht-new-call-action {}

.wrap-call-new-call-action:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    border-top-right-radius: 30px;
}

.new-call-action-title {
    padding: 0 15px 0 0;
    padding-right: 20px;
    width: 80%;
}

.new-call-action-title h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.3;
    /* color: #fff; */
    margin-right: 10px;
}

.animate-elements-bg-call-to {
  width: 100%;
  position: absolute;
}
.animate-elements-bg-call-to-1 {
  right: 0;
  position: absolute;
  height: 67px;
  top: -75px;
}
.animate-elements-bg-call-to-1 img {
  height: 100%;
}
.animate-elements-bg-call-to-2 {
  position: absolute;
  right: 154px;
  top: 2px;
  height: 75px;
}
.animate-elements-bg-call-to-2 img {
  height: 100%;
}
.btn-call-action-new a svg {
  fill: var(--primary-color);
}
.btn-call-action-new .primary-btn:hover svg {
  fill: var(--white-color);
}
.item-right-new-call-action a {
  /*! padding: 12px 20px; */
  /*! border-radius: 5px; */
  background-color: var(--white-color);
  fill: var(--primary-color);
  color: var(--primary-color);
}
.item-right-new-call-action a svg {
  fill: var(--primary-color);
}
.item-right-new-call-action a:hover {
  background-color: var(--second-color);
  color: var(--white-color);
}
.item-right-new-call-action a:hover svg {
  fill: var(--white-color);
}

.btn-call-action-new .primary-btn:hover {
  background-color: var(--second-color);
  color: white;
}
.btn-call-action-new .primary-btn svg {
  color: var(--white-color);
}
h2.desc-call-action {
    font-size: 21px;
    font-weight: 600;
}

.right-new-call-action > div {
    margin-right: 30px;
    /*! padding-right: 30px; */
}

.item-right-new-call-action {
    margin-right: 0 !important;
    padding: 0;
}

.right-new-call-action .btn-call-action-new {
     border-left: 1px dashed #fff; 
     padding-left: 52px;
}

.btn-call-action-new a:before {
    background: #fff;
}

.btn-call-action-new a:hover {
    /* color: #0e527f; */
}

.btn-call-action-new a:hover .fa {
    background: var(--primary-color);
}

.btn-call-action-new a {
    /*! padding: 12px 20px; */
    /*! border-radius: 4px; */
    background: var(--white-color);
    color: var(--primary-color);
    fill: var(--primary-color);
}

.icon-new-call-action {
    font-size: 30px;
    line-height: 1;
    padding: 0 21px 0 0;
}

.info-text {
    font-size: 15px;
    text-transform: uppercase;
}

.phn-number {
    font-size: 19px;
    font-weight: 500;
    margin-top: 15px;
}

.right-new-call-action.row-container {
    width: 20%;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

/*********************************************************************************************************|
                                                   second Call to action                                      **|
**********************************************************************************************************/


.left-second-call-to-action {
  width: 70%;
  display: flex;
  align-items: center;
}
.call-to-action-title h2 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  margin-right: 0;
}
.right-call-to-action {
  width: 30%;
  justify-content: center;
}
.btn-call-to-action a {
  background: white;
  color: var(--primary-color);
}
.btn-call-to-action svg {
  fill: var(--primary-color);
}
.btn-call-to-action a:hover svg {
  fill: var(--white-color);
}
.btn-call-to-action a:hover {
  color: white;
}
.btn-call-to-action {
  padding-left: 30px;
  border-left: 1px dashed white;
}
.icon-call-to-action i {
  font-size: 35px;
  padding-right: 25px;
}
.wrap-call-new-call-action.wrap-call-to-action {
  padding: 20px 0;
}