@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('./header.css');

/* ************************* HEADER *************************** */

/* ************************* INDEX *************************** */

/*@import url('./index.css');*/


/******************************************************************|
                       Default                                   **|
*******************************************************************/



::placeholder{
    font-weight: inherit;
    font-size: 16px;
     color: #222222; 

}


h1::first-letter, h2::first-letter, h3::first-letter, 
h4::first-letter, h6::first-letter, h5::first-letter {
    text-transform: capitalize;
}

button {
    cursor: pointer;
    border: none;
}


/*.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}

.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}*/

.tooltip-black {
    --balloon-color: #000;
}
  



.label_menu {
    position: fixed;
    background: white;
    top: 0;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    transition: all 1s ease;
    visibility: hidden;
    opacity: 0;
    right: -100%;
}

.menu-responsive {
    display: none;
}



/******************************************************************|
                                                                |**|
                        Header                                  |**|
                                                                |**|
*******************************************************************/


.wrapper-header {
    position: relative;
}

.wrapper-top-header {
    /* background: #111539; */
    /* color: #999; */
    /* font-family: "Roboto"; */
    /* padding: 10px 0; */
}

.wrap-top-header {
    justify-content: space-between;
}


.wrap-top-header > * {
    width: 50%;
    padding: 0 15px;
}

.info-top-wrap {
    margin-right: 40px;
}

p.content-block__title {
    /* color: #999; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin-left: 10px;
}

.wrap-right-top-header {
    justify-content: flex-end;
}

.wrap-right-top-header a {
    /* line-height: 45px; */
    /* margin: 0 10px; */
    /* font-size: 14px; */
}

.wrapper-middle-header {
    padding: 10px 0;
}

.wrap-middle-header {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}

.wrap-middle-header > * {
    /* width: auto; */
    /* position: relative; */
}

.left-middle-header a {
    /* height: 70px; */
    /* width: 150px; */
    display: flex;
    position: relative;
}

.left-middle-header img {
    width: 78px;
    height: auto;
}

.main-header__details-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 95px;
}

.main-header__details-item i {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #f6f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ebb113;
    font-size: 16px;
}

.main-header__details-text {
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
}

.main-header__details-title {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}

.main-header__details-text a, .main-header__details-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625em;
    color: #999999;
}

.wrapper-bottom-header {
    /* position: relative; */
    /* left: 0; */
    /* width: 100%; */
    /* top: 100%; */
    /* z-index: 5; */
}

.wrap-bottom-header.row-container {}

ul#menu-construction-menu {
    border-radius: 0 0 5px 5px;
    /* background: #14acd3; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: relative;
    justify-content: center;
    padding: 0 25px;
}

.bottom-header.container {
    /* width: 900px; */
}

.container_submenu {
    position: absolute;
    background: #fff;
    width: max-content;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    /* top: 67px; */
    top: calc(100% + 30px);
    transition: all .3s ease-in;
    box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
    opacity: 0;
    visibility: hidden;
    display: flex;
}

ul.submenu_panel {
    width: 100%;
    position: relative;
}

.list_submenu a {
    color: #333 !important;
    font-size: 15px !important;
    padding: 9px 20px !important;
}

li.list_submenu:not(:last-child) {
    border-bottom: 1px solid #f3f2f2;
}

.list_submenu a:hover {
    color: #14acd3 !important;
}

li.menu-item:hover .container_submenu {
    /* top: 60px; */
    top: calc(100% - -14px);
    opacity: 1;
    visibility: visible;
}

ul#menu-construction-menu li {
    margin: 0 20px;
}

ul#menu-construction-menu li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.625em;
    display: block;
    color: rgba(37,37,37,1);
    padding-right: 14px;
}


li.menu-item.niveau0::after {
    content: '';
    width: 0;
    height: 3px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -3px;
    transition: all .4s ease;
    background: #ff7d00;
}

li.menu-item.niveau0 {
    position: relative;
}

li.menu-item.niveau0:after {}


.sticky .wrapper-middle-header {
    padding: 5px 0;
}

.sticky .wrapper-bottom-header {
    top: 60px;
}

.sticky .right-middle-header {
    display: none;
}

.sticky .left-middle-header img {
    height: 80px;
    width: auto;
}

.left-middle-header {
    width: 7%;
}

.center-middle-header {
    width: 70%;
}

.right-middle-header {
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.menu-item_plus:before {
    width: 8px;
    height: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    content: "";
    z-index: 1;
    background: #000000;
}

span.menu-item_plus:after {
    width: 2px;
    height: 8px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    z-index: 1;
    background: black;
}
li.menu-item.niveau0.active::after {
    width: 20px;
}
li.menu-item.niveau0:hover:after {
    width: 20px;
}

nav#navigation {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

/* ********************************************************************* */

.wrapper-banniere {
    position: relative;
    width: 100%;
}

.row-banner {
    width: 100%;
    position: relative;
}

.wrap-banner {
    display: flex;
    justify-content: space-between;
    position: relative;
align-items: unset;}

.card_right {
    /* position: absolute; */
    /* width: 40%; */
    /* right: 0; *//* top: 0; */    
margin-top: 40px;}

.card_left {
    position: relative;
    z-index: 1;
    width: 53%;
    margin-right: auto;
    padding-top: 35px;  
}

.row-banner .container {
    /* width: 100%; */
}

.banner-title {
    position: relative;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Comfortaa', cursive;
    text-align: left;
    font-size: 24px !important;
    line-height: 40px;
    font-weight: 900;
}

.contentbtn_form {
    margin-top: 0;
    display: flex;
    position: relative;
    top: 49px;
    z-index: 20;
}

.eltbtn {
    margin-right: 15px;
    z-index: 21;
    background-color: rgb(255, 116, 0);
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    padding: 20px 36px;
    border-radius: 5px;
    transform-origin: 86.9609px 29px;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.eltbtn:last-child {
    background: transparent;
    color: #000;
}

.content_design {
    display: flex;
    /* align-items: end; */
    position: relative;
    /* overflow: hidden; */
    margin-left: auto;/* height: 100%; */
}

.layer1 img {
    z-index: 6;
    color: rgb(255, 255, 255);
    width: 455px;
    height: 455px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    white-space: nowrap;
    display: block;
    visibility: visible;
}

.design img {
    position: relative;
    width: 100%;
}

.layer1 {
    position: absolute;
    display: none;
    pointer-events: auto;
    top: 49%;
    z-index: 6;
    visibility: visible;
    perspective: 601px;
    transform: translate(0px, 0px);
}

.layer5 {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 3%;
    top: -529px;
    z-index: -1;
    visibility: visible;
    perspective: 601px;
    transform-style: flat;
    transform: translate(540px, 0px);
}

.layer8 img {
    z-index: 3;
    color: rgb(255, 255, 255);
    width: auto;
    height: 600px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.layer8 {
    position: absolute;
    display: block;
    pointer-events: auto;
    right: -57px;z-index: 1;
    visibility: visible;
    perspective: 601px;
}

.layer4 .elt_design1 {
    z-index: 9;
    color: rgb(255, 255, 255);
    width: 821px;
    height: 721px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.layer4 {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 773.5px;
    top: 52.7%;
    z-index: 9;
    visibility: visible;
    perspective: 601px;
    transform: translate(0px, 0px);
}

.layer3 .elt_design1 {
    z-index: 8;
    color: rgb(255, 255, 255);
    width: 821px;
    height: 721px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.design.layer3 {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 770.5px;
    top: 52.5%;
    z-index: 8;
    visibility: visible;
    perspective: 601px;
    transform: translate(0px, 0px);
}

.layer2 img {
    z-index: 7;
    color: rgb(255, 255, 255);
    width: 395px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.layer2 {
    position: absolute;
    display: block;
    pointer-events: auto;
    right: 53px;
    top: -88px;
    z-index: 0;
    visibility: visible;
    perspective: 601px;
    bottom: 0;margin-top: 48px;
}

.layer7 img {
    z-index: 11;
    color: rgb(255, 255, 255);
    width: 137px;
    height: 157px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.layer7 {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 801.5px;
    top: 493px;
    z-index: 11;
    visibility: visible;
    perspective: 601px;
    transform: translate(0px, 0px);
}

.content_duplique img.elt_design1 {
    z-index: 13;
    color: rgb(255, 255, 255);
    width: 108px;
    height: 130px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    position: absolute;
}

.content_duplique {
    display: flex;
    flex-direction: column;
    position: relative;
}

.layer6 {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 775.5px;
    top: 334px;
    z-index: 12;
    visibility: visible;
    perspective: 601px;
    transform: translate(0px, 0px);
}

.content_duplique img.elt_design2 {
    top: 14px;
}

.content_duplique img.elt_design3 {
    top: -13px;
    z-index: 14;
}



/* ********************************** formulaire *************************************** */

.inner_text_main .content_form_search {
    max-width: none;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: auto;
}

.container_btnform {
    position: absolute;
    top: -25px;
    left: 35px;
}

.content_form_search .widget_form {
    flex-direction: row;
    width: 100%;
    z-index: 14;
}

.widget_form {
    position: relative;
    /* max-width: 895px; */
    max-width: 935px;
    margin-right: auto;
    box-shadow: 0 5px 38px 7px rgb(0 0 0 / 9%);
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
}

.container_btnform {
    position: absolute;
    top: -25px;
    left: 35px;
}

button.btn_subscribe {
    background: whitesmoke;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.field_form {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    /* background: #f7f7f7; */
    position: relative;
}

.content_form_search form {
    width: 100%;
    position: relative;
}

.content_field_input {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.content_field_input .inputfield {
    width: 49%;
    position: relative;
    margin-bottom: 11px;
}

select.class_in.select {
    color: #222222;
    padding-left: 20px !important;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    background: #fff;
    padding: 17px 30px 17px 27px;
    border-radius: 10px;
    border: 1px solid #e4ebf0;
    font-family: 'Comfortaa', cursive;
}

.doble-fields {
    display: flex;
    width: 48%;
    justify-content: space-between;
    align-items: center;
}

.doble-fields .inputfield.civilite {
    width: 65%;
}

.doble-fields .inputfield {
    width: 30%;
}

button.search_btn {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.search_btn {
    background-color: #01b88e;
    color: #ffffff;
    font-family: 'Comfortaa', cursive;
    height: 59px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.2s ease;
    min-height: 57px;
    cursor: pointer;
    border: none;
}

span.iconbtn_search {
    display: flex;
    height: 100%;
    align-items: center;
    transition: 0.2s ease;
}

span.iconbtn_search svg {
    stroke: #ffffff;
    width: 24px;
}

input.class_in {
    padding-left: 20px !important;
    color: #222222;
    font-size: 16px;
    width: 100%;
    background: #fff;
    padding: 17px 30px 17px 27px;
    border-radius: 10px;
    border: 1px solid #e4ebf0;
    font-family: 'Comfortaa', cursive;
    padding: 17px 30px 17px 27px;
}

span.textbutton {
    display: none;
}


/* ************************************************ end **************************** */


/* ******************************************* */

section.empty {
    /* margin-top: 11em; */
}


.content_slider {
    display: flex;
    margin-top: 55px;
    position: relative;
}

.service-block {
    margin: 0px 15px;
    position: relative;
    padding-bottom: 4em;
}

.cardslide {
    position: relative;
    text-align: left;
    border-radius: 0px;
    padding: 50px 45px 60px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    background: #D84DE2;
    background: -webkit-linear-gradient(to bottom, #068acf 0%, #2A327B 100%);
    background: -moz-linear-gradient(to bottom, #068acf 0%, #2A327B 100%);
    background: linear-gradient(to bottom, #068acf 0%, #2A327B 100%);
}

.cardslide {
    background: #4b67e1;
    background: -webkit-linear-gradient(to bottom, #4b67e1 0%, #022aa4 100%);
    background: -moz-linear-gradient(to bottom, #4b67e1 0%, #022aa4 100%);
    background: linear-gradient(to bottom, #1271e5 0%, #0b4b9b 100%);
}

.icon_animation.icon1 {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 19px;
    height: 19px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.icon_animation.icon2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.icon_animation.icon3 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 34px;
    height: 29px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.icon_animation.icon4 {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 29px;
    height: 39px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.iconbox {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 60px;
    line-height: 1em;
    padding: 10px 10px;
    margin-bottom: 20px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    background: url(../images/icons/7.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.iconimage img:last-child {
    display: none !important;
}

span.iconfictive {
    position: absolute;
    left: 0px;
    top: 22px;
    bottom: 0px;
    width: 74px;
    height: 56px;
    z-index: -1;
    opacity: 0;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.cardslide h5 a {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.cardslide .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 10px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.cardslide a.fas.fa-arrow-right {
    position: absolute;
    left: 40px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid #ffffff;
    background: #FE8B57;
    opacity: 0;
    transform: translateY(-25px);
    box-shadow: 0px 15px 20px rgb(0 0 0 / 10%);
    background: -webkit-linear-gradient(to bottom, #FE8B57 0%, #ea3368 100%);
    background: -moz-linear-gradient(to bottom, #FE8B57 0%, #ea3368 100%);
    background: linear-gradient(to bottom, #FE8B57 0%, #ea3368 100%);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.cardslide a.fas.fa-arrow-right {
    background: #4b67e1;
    background: -webkit-linear-gradient(to bottom, #4b67e1 0%, #022aa4 100%);
    background: -moz-linear-gradient(to bottom, #4b67e1 0%, #022aa4 100%);
    background: linear-gradient(to bottom, #4b67e1 0%, #022aa4 100%);
}


section.slidersection {
    position: relative;
    
padding:  0 0 30px;}

.color_layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
}

.color_layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: #ffffff;
    transform: rotateY(90deg);
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.color_layer:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: #ffffff;
    transform: rotateY(90deg);
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cardslide:hover .color_layer:after, 
.cardslide:hover .color_layer:before {
    opacity: 1;
    transform: rotateY(0deg);
}

.cardslide:hover .icon_animation {
    opacity: 1;
}

.center .cardslide h5 a, .cardslide:hover h5 a {
    color: #000;
}

.center .cardslide .text, .cardslide:hover .text {
    color: #000;
}

.cardslide:hover a.fas.fa-arrow-right {
    transform: translateY(0px);
    opacity: 1;
}

.center .cardslide .iconbox, .cardslide:hover .iconbox {
    background: none;
}

.cardslide:hover .iconbox span.iconfictive {
    opacity: 1;
}

.cardslide:hover .iconbox .iconimage img:first-child {
    display: block;
}

.center .cardslide .iconbox .iconimage img:first-child, 
.cardslide:hover .iconbox .iconimage img:first-child {
    display: none;
}

.cardslide:hover .iconbox .iconimage img:last-child {
    display: block !important;
}

.cardslide:hover {
    /* background: #fff; */
}

.cardslide {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
height: 375px;}

span.iconimage {
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    display: flex;
}

.center .cardslide {
    background: #fff;
}

.elt_externe.icon_externe2 {
    position: absolute;
    right: 0;
    top: 100px;
    width: 51px;
    height: 65px;
    background-repeat: no-repeat;
}

.elt_externe.icon_externe1 {
    position: absolute;
    left: 0;
    top: 184px;
    width: 51px;
    height: 65px;
    background-repeat: no-repeat;
}

.elt_externe.icon_externe2, .elt_externe.icon_externe1{
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.center .cardslide a.fas.fa-arrow-right {
    transform: translateY(0px);
    opacity: 1;
}

.center .cardslide .iconbox .iconimage img:last-child {
    display: block !important;
}

.center .cardslide .icon_animation {
    opacity: 1;
}

.center span.iconfictive {
    opacity: 1;
}

.center .icon_animation.icon1, .cardslide:hover .icon_animation.icon1 {
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.center .icon_animation.icon2, .cardslide:hover .icon_animation.icon2 {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.center .icon_animation.icon3, .cardslide:hover .icon_animation.icon3 {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.center .icon_animation.icon4, .cardslide:hover .icon_animation.icon4 {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.content_slider .owl-dots {
    display: flex;
    justify-content: center;
}

.content_slider .owl-dot{
    margin: 10px 5px;
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 6px;
    background: #1371e5;
}

.content_slider .owl-dot.active {
    width: 27px;
    opacity: 1;
}