
#hapiWidget156467981 *{
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#hapiWidget156467981 p{
    font-size: 14px;
    line-height: initial;
    margin: 0;
    padding: 0;
}
#hapiWidget156467981 h1{
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
#hapiWidget156467981 h2{
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
#hapiWidget156467981 h3{
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#hapiWidget156467981 td{
    vertical-align: top;
}
#hapiWidget156467981 form {
    display: block;
}


#hapiWidget156467981{
    top: 0;

    visibility: hidden;
    opacity: 0;

    -webkit-font-smoothing: antialiased;

    transition: opacity ease 0.4s, visibility ease 0s 2s;
    -moz-transition: opacity ease 0.4s, visibility ease 0s 2s;
    -webkit-transition: opacity ease 0.4s, visibility ease 0s 2s;
    -ms-transition: opacity ease 0.4s, visibility ease 0s 2s;

    z-index: 999999999999;
}

#hapiWidget156467981.active{
    visibility: visible;
    opacity: 1;

    transition: visibility ease 1s 0s;
    -moz-transition: visibility ease 1s 0s;
    -webkit-transition: visibility ease 1s 0s;
    -ms-transition: visibility ease 1s 0s;
}

#hapiWidget156467981 .hpm-background{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-color: #333;

    opacity: 0;
    visibility: hidden;

    transition: opacity ease 0.4s, visibility ease 0s 2s;
    -moz-transition: opacity ease 0.4s, visibility ease 0s 2s;
    -webkit-transition: opacity ease 0.4s, visibility ease 0s 2s;
    -ms-transition: opacity ease 0.4s, visibility ease 0s 2s;

    z-index: 999999999999999;
}

#hapiWidget156467981 .hpm-background.active{
    opacity: 0.6;
    visibility: visible;

    transition: visibility ease 1s 0s;
    -moz-transition: visibility ease 1s 0s;
    -webkit-transition: visibility ease 1s 0s;
    -ms-transition: visibility ease 1s 0s;
}

#hapiWidget156467981 .copyright_hpm{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
}

#hapiWidget156467981 .copyright_hpm img{
    background-color: rgba(255, 255, 255, 1);
    padding: 2px;
    height: 14px;
    width: 14px;
    opacity: 0.4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -ms-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

#hapiWidget156467981 .copyright_hpm:hover img{
    opacity: .7;
}

#hapiWidget156467981 .copyright_hpm .hpm_powered_text{
    opacity: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 9px;
    right: 34px;
    color: #2abfcc;
    background: rgba(255,255,255,0.9);
    font-size: 10px !important;
    padding: 2px 10px 2px 10px !important;
    letter-spacing: 1px;
    transition: all 300ms ease-in;
    transform: translateX(2px);
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

#hapiWidget156467981 .copyright_hpm:hover .hpm_powered_text{
    opacity: 1;
    width: 195px;
}

#hapiWidget156467981 .copyright_hpm .hpm_powered_text span {
    color: #999;
    font-size: 7px !important;
    font-weight: bold;
    letter-spacing: 1px;
}

#hapiWidget156467981 .hpm-content.ombre_porter .hpm_desktop{
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}


#hapiWidget156467981 .hpm-content{
    position: fixed;
    min-width: 100px;
    min-height: 100px;
    padding: 0;

    background-size: cover;
    background-position: center center;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;

    text-align: left;

    overflow: hidden;
    z-index: 99999999999;
}

#hapiWidget156467981 .hpm-content .hpm_desktop{
    position: relative;
    background-size: cover;
    background-position: center center;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;

    text-align: left;

    overflow: hidden;
    z-index: -1;
}

#hapiWidget156467981 input{
    box-shadow:  none;
    -webkit-box-shadow:  none;

    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}


/* =======================================================================
==========================================================================
==========================================================================

POSITION POPIN

==========================================================================
==========================================================================
========================================================================== */
#hapiWidget156467981 .hpm-content.hpm-popin{
    top: 50%;
    left: 200%;
    opacity: 0;

    transition: left ease 0.4s 0.4s, opacity ease 0.4s 0s, top ease 0.4s 0s;
    -moz-transition: left ease 0.4s 0.4s;
    -webkit-transition: left ease 0.4s 0.4s, opacity ease 0.4s 0s, top ease 0.4s 0s;
    -ms-transition: left ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-popin:not(.active){
    top: 50% !important;
    left: 200% !important;
}

#hapiWidget156467981 .hpm-content.hpm-popin.active{
    left:  50%;
    top: 50%;
    transform:translate(-50%,-50%);
    opacity: 1;

    transition: left ease 0.4s 0s, opacity ease 0.4s 0.1s;
    -moz-transition: left ease 0.4s 0s;
    -webkit-transition: left ease 0.4s 0s, opacity ease 0.4s 0.1s;
    -ms-transition: left ease 0.4s 0s;
}


#hapiWidget156467981 .hpm-content.hpm-right_middle.hpm-float{
    right: -100%;

    transition: right ease 0.4s 0.4s;
    -moz-transition: right ease 0.4s 0.4s;
    -webkit-transition: right ease 0.4s 0.4s;
    -ms-transition: right ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-right_middle.hpm-float:not(.active){
    right: -100% !important;
}

#hapiWidget156467981 .hpm-content.hpm-float.hpm-right_middle.active{
    right:  0%;
    top: 50%;
    transform:translateY(-50%);
}

/*
 * left_top
*/
#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_top{
    top: -100%;
    left: 0%;

    transition: top ease 0.4s 0.4s;
    -moz-transition: top ease 0.4s 0.4s;
    -webkit-transition: top ease 0.4s 0.4s;
    -ms-transition: top ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_top.active{
    top:  0%;
}

/*
 * left_middle
*/
#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_middle{
    left: -100%;

    transition: left ease 0.4s 0.4s;
    -moz-transition: left ease 0.4s 0.4s;
    -webkit-transition: left ease 0.4s 0.4s;
    -ms-transition: left ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_middle:not(.active){
    left: -100% !important;
}

#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_middle.active{
    left:  0%;
    top: 50%;
    transform:translateY(-50%);
}

/*
 * left_bottom
*/
#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_bottom{
    bottom: -100%;
    left: 0%;

    transition: bottom ease 0.4s 0.4s;
    -moz-transition: bottom ease 0.4s 0.4s;
    -webkit-transition: bottom ease 0.4s 0.4s;
    -ms-transition: bottom ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-float.hpm-left_bottom.active{
    bottom: 0%;
}

/*
 * right_top
*/
#hapiWidget156467981 .hpm-content.hpm-float.hpm-right_top{
    top: -100%;
    right: 0%;

    transition: top ease 0.4s 0.4s;
    -moz-transition: top ease 0.4s 0.4s;
    -webkit-transition: top ease 0.4s 0.4s;
    -ms-transition: top ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-float.hpm-right_top.active{
    top:  0%;
}

/*
 * right_bottom
*/
#hapiWidget156467981 .hpm-content.hpm-float.hpm-right_bottom{
    bottom: -100%;
    right: 0%;

    transition: bottom ease 0.4s 0.4s;
    -moz-transition: bottom ease 0.4s 0.4s;
    -webkit-transition: bottom ease 0.4s 0.4s;
    -ms-transition: bottom ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-float.hpm-right_bottom.active{
    bottom: 0%;
}

/*
 * middle_bottom
*/
#hapiWidget156467981 .hpm-content.hpm-float.hpm-middle_bottom{
    bottom: -100%;
    left:50%;
    transform:translateX(-50%);

    transition: bottom ease 0.4s 0.4s;
    -moz-transition: bottom ease 0.4s 0.4s;
    -webkit-transition: bottom ease 0.4s 0.4s;
    -ms-transition: bottom ease 0.4s 0.4s;
}
#hapiWidget156467981 .hpm-content.hpm-float.hpm-middle_bottom:not(.active){
    bottom: -100% !important;
}

#hapiWidget156467981 .hpm-content.hpm-float.hpm-middle_bottom.active{
    bottom:  0%;
}

/* ==========================================================================
END
========================================================================== */


/* =======================================================================
==========================================================================
==========================================================================

ALL POSITION ON MOBILE

==========================================================================
==========================================================================
========================================================================== */
@media all and (max-device-width: 640px){
    #hapiWidget156467981 {
        display: none !important;
    }

    #hapiWidget156467981 .hpm-background.active{
        visibility: hidden !important;
        opacity:0 !important;
    }
    #hapiWidget156467981 .hpm-content{
        top: initial !important;
        right: 0 !important;
        left: 0 !important;
        bottom: -200% !important;
        max-width: 100%;
        max-height:100%;

        transition: bottom ease 0.4s 0.4s !important;
        -moz-transition: bottom ease 0.4s 0.4s !important;
        -webkit-transition: bottom ease 0.4s 0.4s !important;
        -ms-transition: bottom ease 0.4s 0.4s !important;
    }
    #hapiWidget156467981 .hpm-content.active{
        bottom: 0 !important;
    }
    #hapiWidget156467981 .hpm-content .hpm_mobile{
        display: block;
    }
    #hapiWidget156467981 .hpm-content .hpm_desktop{
        display: none;
    }
}




#hapiWidget156467981 a{
    text-decoration: none;

    transition: color ease 0.4s;
    -moz-transition: color ease 0.4s;
    -webkit-transition: color ease 0.4s;
    -ms-transition: color ease 0.4s;

    cursor: pointer;
}

#hapiWidget156467981 .hpm-content .hpm-overlay{
    position: absolute;
    left: 0px;
    top: 0;

    height: 100%;
    width: 100%;

    z-index: -1;
}

#hapiWidget156467981 .hpm-content .hpm-cross{
    background: rgba(255,255,255, 0.5);
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 15px;

    width: 20px;
    height: 20px;

    cursor: pointer;
}

#hapiWidget156467981 .hpm-cross::after,
#hapiWidget156467981 .hpm-content .hpm-cross::before{
    content:'';

    position: absolute;
    display:block;
    width: 14px;
    height: 1px;
    top: 9px;
    left: 3px;

    background: #768086;

}

#hapiWidget156467981 .hpm-content .hpm-cross::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#hapiWidget156467981 .hpm-cross::after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#hapiWidget156467981 .hpm-content h1,
#hapiWidget156467981 .hpm-content h2,
#hapiWidget156467981 .hpm-content h3{

}

#hapiWidget156467981 .hpm-content .imageEditable{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#hapiWidget156467981 .hpm-content .cellBackground {
    position: relative;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hapiWidget156467981 .bouton{
    display: inline-block !important;
    height: 36px !important;
    line-height: 36px !important;

    padding: 0 15px !important;

    border-radius:  2px !important;

    font-size: 14px !important;
    letter-spacing: .5px !important;
    text-decoration: none !important;
    text-transform: initial !important;
    text-align: center !important;
    outline: none !important;

    transition:  all .3s ease-out !important;
    -webkit-transition:  all .3s ease-out !important;

    cursor:  pointer !important;
}

#hapiWidget156467981 .hpm-bouton{
    display: inline-block !important;
    height: 36px !important;
    line-height: 36px !important;

    padding: 0 15px !important;

    border-radius:  2px !important;

    font-size: 14px !important;
    letter-spacing: .5px !important;
    text-decoration: none !important;
    text-transform: initial !important;
    text-align: center !important;
    outline: none !important;

    transition:  all .3s ease-out !important;
    -webkit-transition:  all .3s ease-out !important;

    cursor:  pointer !important;
}

#hapiWidget156467981 .bouton:hover,
#hapiWidget156467981 .hpm-bouton:hover,
#hapiWidget156467981 .marketing_book_button a:hover{
    opacity: .8;
}

/* =======================================================================
==========================================================================
==========================================================================

RESET

==========================================================================
==========================================================================
========================================================================== */
#hapiWidget156467981 ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    list-style: initial;
    margin-top: 0;
    margin-bottom: 11.5px;

}
#hapiWidget156467981 ul li{
    list-style: initial;
}
#hapiWidget156467981 .contentEditable h1,
#hapiWidget156467981 .contentEditable h2,
#hapiWidget156467981 .contentEditable h3,
#hapiWidget156467981 .contentEditable h4,
#hapiWidget156467981 .contentEditable h5{
    margin: 0 !important;
    padding: 0 !important;
}
#hapiWidget156467981 .contentEditable h1{
    font-size: 26px;
    line-height: 32px;
}
#hapiWidget156467981 .contentEditable h2{
    font-size: 22px;
    line-height: 28px;
}
#hapiWidget156467981 .contentEditable h3{
    font-size: 18px;
    line-height: 22px;
}
#hapiWidget156467981 .contentEditable h4{
    font-size: 16px;
    line-height: 20px;
}
#hapiWidget156467981 .contentEditable h5{
    font-size: 14px;
    line-height: 18px;
}

#hapiWidget156467981 .contentEditable p{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}



    /* =======================================================================
    ==========================================================================
    ==========================================================================

    MODULE

    ==========================================================================
    ==========================================================================
    ========================================================================== */




#hapiWidget156467981 .hpm-content .mmcnewsletter::-webkit-input-placeholder{ 
    text-align: center;
    font-style: italic;
    font-size: 15px;
}
#hapiWidget156467981 .newsletter_retargeting .bouton{
    width: 100%;
}

#hapiWidget156467981 .newsletter_retargeting{
    position: relative;
}

#hapiWidget156467981 .newsletter_retargeting .fa{
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
}

#hapiWidget156467981 .newsletter_retargeting .newsletter_retargeting_input{
    display: block;
    float: left;
    height: 45px;
    width: 100%;
    min-width: 200px;

    padding: 7px;
    padding-left: 20px;
    margin-bottom: 20px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    background: transparent;

    outline: none;
}



#hapiWidget156467981 .hpm_module_questionnaire_question{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
}
#hapiWidget156467981 .hpm_module_questionnaire{
    margin-bottom: 10px;
}

#hapiWidget156467981 .hpm_module_questionnaire .radio,
#hapiWidget156467981 .hpm_module_questionnaire .checkbox{
    margin: 10px 0;

    text-align: left;
}
#hapiWidget156467981 .hpm_module_questionnaire label {
    display: inline-block;
    position: relative;

    line-height: 1.1em;
    padding-left: 25px;
    margin-right: 15px;
    margin-bottom: 5px;

    font-size: 1.1em;

    cursor: pointer;
}
#hapiWidget156467981 .hpm_module_questionnaire input[type=radio],
#hapiWidget156467981 .hpm_module_questionnaire input[type=checkbox] {
    display: none;
}

#hapiWidget156467981 .hpm_module_questionnaire label::before {
    content: "";

    position: absolute;
    left: 0;
    bottom: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;

    margin-right: 10px;

    background-color: #aaa;

    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

#hapiWidget156467981 .hpm_module_questionnaire .radio label::before {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
#hapiWidget156467981 .hpm_module_questionnaire .checkbox label::before {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#hapiWidget156467981 .hpm_module_questionnaire input[type=radio]:checked + label::before {
    content: "\2022";

    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}
#hapiWidget156467981 input[type=checkbox]:checked + label::before {
    content: "\2713";

    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

#hapiWidget156467981 .hpm_module_questionnaire .bouton{
    width: 100%;
    margin-top: 10px;
}

#hapiWidget156467981 .hpm_module_questionnaire .hpm_module_questionnaire_contact{
    position: relative;
}

#hapiWidget156467981 .hpm_module_questionnaire .hpm_module_questionnaire_contact .fa{
    position: absolute;
    top: 15px;
    float: left;
}

#hapiWidget156467981 .hpm_module_questionnaire .name,
#hapiWidget156467981 .hpm_module_questionnaire .mail{
    display: block;
    float: left;
    height: 45px;
    width: 48%;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    padding: 7px;
    padding-left: 20px;
    margin-bottom: 20px;

    border: none;

    background: transparent;

    outline: none;
}
#hapiWidget156467981 .hpm_module_questionnaire .mail{
    margin-right: 4%;
}




#hapiWidget156467981 .hpm_callback .bouton{
    width: 100%;
}

#hapiWidget156467981 .hpm_callback{
    position: relative;
}

#hapiWidget156467981 .hpm_callback .fa{
    position: absolute;
    left: 0;
    top: 15px;
}

#hapiWidget156467981 .hpm_callback .hpm_callback_input{
    display: block;
    float: left;
    height: 45px;
    width: 100%;
    min-width: 200px;

    padding: 7px;
    padding-left: 20px;
    margin-bottom: 20px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    border: none;

    background: transparent;

    outline: none;
}

#hapiWidget156467981 .hpm_callback .hpm_group_date{
    position: relative;
    display: inline-block;
    width: 100%;
}

#hapiWidget156467981 .message_validation{
    display: flex;
    text-align: center;
    font-size: 18px;
}

#hapiWidget156467981 .message_validation .message_v_align{
    margin: auto;
}



.ns-box {
    position: fixed;

    padding: 20px 44px 20px 24px;

    background: rgba(42,45,50,0.85);

    color: rgba(250,251,255,0.95);
    font-size: 90%;
    line-height: 1.4;

    opacity: .9;
    z-index: 9999999;
    pointer-events: none;
}

.ns-box.ns-show {
    pointer-events: auto;
}

.ns-box a {
    color: inherit;
    font-weight: 700;

    opacity: 0.7;
}

.ns-box a:hover,
.ns-box a:focus {
    opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
    pointer-events: auto;
}

.ns-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 4px;
    top: 4px;

    text-indent: 100%;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    cursor: pointer;
    overflow: hidden;
}

.ns-close:hover,
.ns-close:focus {
    outline: none;
}

.ns-close::before,
.ns-close::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;

    background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
    background: #fff;
}

.ns-close::before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}




.ns-growl {
    top: 30px;
    left: 30px;
    max-width: 300px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ns-growl p {
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
}

@media only screen and (max-width: 480px){
  
  .ns-growl {
      left: 5% !important;
      right: 5% !important;

      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
  }

  .ns-growl p {
      margin: 0;
      line-height: 1.3;
      font-size: 22px;
  }

}

[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}




.ns-effect-scale {
    top: auto;
    bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.09);
}

.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
    -webkit-animation-name: animScale;
    animation-name: animScale;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
    0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
    100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); }
}

@keyframes animScale {
    0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
    100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); transform: translate3d(0,0,0) scale3d(1,1,1); }
}




.ns-effect-genie {
    top: auto;
    bottom: 30px;

    background: #5cb2e6;

    box-shadow: 0 2px 4px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.09);
}

.ns-effect-genie .ns-close::after,
.ns-effect-genie .ns-close::before {
    background: #fff;
}

.ns-effect-genie .ns-close:hover::after,
.ns-effect-genie .ns-close:hover::before {
    background: #fff;
}

.ns-effect-genie.ns-show,
.ns-effect-genie.ns-hide {
    -webkit-animation-name: animGenie;
    animation-name: animGenie;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

@-webkit-keyframes animGenie {
    0% { opacity:0; -webkit-transform: translate3d(0,calc(200% + 30px),0) scale3d(0,1,1); -webkit-animation-timing-function: ease-in; }
    40% { opacity:0.5; -webkit-transform: translate3d(0,0,0) scale3d(0.02,1.1,1); -webkit-animation-timing-function: ease-out; }
    70% { opacity:0.6; -webkit-transform: translate3d(0,-40px,0) scale3d(0.8,1.1,1); }
    100% { opacity:1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); }
}

@keyframes animGenie {
    0% { opacity:0; -webkit-transform: translate3d(0,calc(200% + 30px),0) scale3d(0,1,1); -webkit-animation-timing-function: ease-in; transform: translate3d(0,calc(200% + 30px),0) scale3d(0,1,1); animation-timing-function: ease-in; }
    40% { opacity:0.5; -webkit-transform: translate3d(0,0,0) scale3d(0.02,1.1,1); -webkit-animation-timing-function: ease-out; transform: translate3d(0,0,0) scale3d(0.02,1.1,1); animation-timing-function: ease-out; }
    70% { opacity:0.6; -webkit-transform: translate3d(0,-40px,0) scale3d(0.8,1.1,1); transform: translate3d(0,-40px,0) scale3d(0.8,1.1,1); }
    100% { opacity:1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); transform: translate3d(0,0,0) scale3d(1,1,1); }
}




.datetimepicker{position: absolute; z-index: 9999999999999999!important;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute}[class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes{display:block}.datetimepicker.hours div.datetimepicker-hours{display:block}.datetimepicker.days div.datetimepicker-days{display:block}.datetimepicker.months div.datetimepicker-months{display:block}.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.hour:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}

.datetimepicker.dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;

    padding: 4px;
    margin: 2px 0 0;
    margin-top: 1px;

    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    color: #333;

    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    list-style: none;
    direction: ltr;
    z-index: 1000;
}

.datetimepicker table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.datetimepicker .table-condensed th, .datetimepicker .table-condensed td {
    padding: 4px 5px;
}

.datetimepicker [class^="icon-"], .datetimepicker [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;

    margin-top: 1px;

    line-height: 14px;
    vertical-align: text-top;

    background-image: url(./lib/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.datetimepicker .icon-arrow-right {
    background-position: -264px -96px;
}
.datetimepicker .icon-arrow-left {
    background-position: -240px -96px;
}


/*
################
               STRUCTURE PERSONNALISEE
################
*/

/***
ItemPerso_TextArrowTop */
#hapiWidget156467981 .hpm-content .ItemPerso_TextArrowTop .content_up{
  position: relative;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextArrowTop .content_up::after{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;
}
/***
ItemPerso_TextArrowBottom */
#hapiWidget156467981 .hpm-content .ItemPerso_TextArrowBottom .content_down{
  position: relative;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextArrowBottom .content_down::after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;
}
/***
ItemPerso_TextArrowBottom */
#hapiWidget156467981 .hpm-content .ItemPerso_TwinTextArrowBottom .content_down{
  position: relative;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TwinTextArrowBottom .content_down::after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;
}
/***
ItemPerso_TextTwoPart */
#hapiWidget156467981 .hpm-content .ItemPerso_TextTwoPart .content_left{
    vertical-align: top;
  width: 33%;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextTwoPart .content_right{
    vertical-align: top;
}
/***
ItemPerso_TextCenter */
#hapiWidget156467981 .hpm-content .ItemPerso_TextCenter{
  padding: 50px;
  height: 100%;
    width: 100%;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextCenter .ItemTextBorder{
    width: 100%;
    height: 100%;
    padding: 4px;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextCenter .ItemTextBorder .ItemText{
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
}
/***
ItemPerso_TextRotate */
#hapiWidget156467981 .hpm-content .ItemPerso_TextRotate{
    position: relative;
  height: 120%;
  width: 45%;
  left: 20%;
  top: -6px;
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextRotate .ItemTextBackground{
  position: absolute;
    width: 100%;
    height: 100%;
    transform:  rotate(3deg);
}
#hapiWidget156467981 .hpm-content .ItemPerso_TextRotate .ItemText{
  position: relative;
  left: 14px;
  width: 100%;
  height: 100%;
}


.gallery{
    display: flex;
    flex-direction: row;
    gap: 0px;
    flex-wrap: wrap;
}