


/**
 * 
 * GESTIONNAIRE DE MESSAGES
 *
 */

.messages-gestionnaire {
    background-color:#ffffff;
    padding:10px !important;
    max-width:100% !important;
    max-height:100%;
}



.messages-gestionnaire-content, .aaaaa {
    width:100%;
    height:100%;
    display:inline-block;
    overflow: hidden;
    
}

.messages-historique {
    display:inline-block;
    width:25%;
    min-width:250px;
    
    
    overflow:auto;
    height: 100%;
}


.message-historique:first-child, .message-historiqu {
    border-top:1px solid #c1c1c1;
}

.message-historique, .message-historiqu {
    border-bottom:1px solid #c1c1c1;
    border-right:1px solid #c1c1c1;
    border-left:1px solid #c1c1c1;
    padding:10px;
}


.message-historique:nth-child(even), .message-historiqu {
    background:#fafafa;
}
.message-historique:nth-child(odd), .message-historiqu {
    background:ffffff;
}


.message-historique:hover, .message-historiqu {
    background:#e8e8e8;
    cursor:pointer;
}

.message-historique.selected, .aaaaa {
    background-color:#bfbfbf;
    
}

.messages-gestionnaire .messages-historique .message-sujet {
    display:inline-block;
    width:100%;
    font-size:13px;
    font-weight:bold;
}
.messages-gestionnaire .messages-historique .message-dateEnvoi {
    display:inline-block;
    width:100%;
    font-size:11px;
    font-style:italic;
}

.messages-gestionnaire .messages-historique .message-historique {
 
}

.messages-gestionnaire .message-historique {
    
    
}

.messages-view, .aaaaa {
    display:inline-block;
    vertical-align: top;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: calc(25% + 20px);
    right: 10px;
}


.message-view, .aaaa {
    height: 100%;
}

.message-view iframe, .aaaa {
    width:100%;
    height:100%;
}



@media (max-width: 768px) {
    
    
    .messages-gestionnaire {
        height:calc(100% - 100px);
    }
    
    .messages-historique {
        width:100%;        
        max-height: 250px;
        overflow: auto;
        border-bottom:1px solid #c1c1c1;
    }
    
    
    .messages-view, .aaaaa {
        left: 10px;
        top:270px;    
    }
    
    
}




/*
@media (min-width: 768px) {
 
    .messages-gestionnaire {
        width:75%;
    }
}


@media (min-width: 992px) {
    .messages-gestionnaire {
        width:58%;
    }
}


@media (max-width: 768px) {
    
    
    .messages-gestionnaire {
        max-width:calc(100% - 20px) !important;
        height:calc(100% - 100px);
        
    }
    
    .messages-historique {
        width:100%;        
        max-height: 250px;
        overflow: auto;
        border-bottom:1px solid #c1c1c1;
    }
    
    
    .messages-view, .aaaaa {
        left: 10px;
        top:270px;    
    }
    
    
}


*/











/**
 * 
 * PAGE DE DESABONNEMENT
 *
 */
.body-desabo {
    padding-bottom:80px !important;
}


.footer-desabo {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
}


table.row {
    display:table;
    border-collapse:inherit;
    margin-left:0px;
    margin-right:0px;
}

.div-conditions-tarifaires {
    font-size: 10px;
    margin-top: 15px;
    font-style: italic;
}
/*
.tirage-croix .j-results-wrapper img {
    margin-left:2px;
    margin-right:2px;
    margin-top:4px;
    max-width: calc((100% / 3) - 15px);
}
*/
#div-spamreport {
    max-width: 576px;
    margin: auto;
    margin-top: 50px;
}
#div-spamreport h1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.margin-auto {
    margin-left:auto;
    margin-right:auto;
}

.bold {
    font-weight:bold;
}


.overlay.on {
    position: absolute;
    left:-5px;
    right:-5px;
    top:-5px;
    bottom:-5px;
    background-color:rgba(255,255,255,0.65);
    border-radius:6px;
    z-index: 10;
    cursor: not-allowed;
}
.overlay.off {
    display:none
}

.overlay {
    position:absolute;
    left:-10px;
    right:-10px;
    top:-10px;
    bottom:-10px;
    background:rgba(255,255,255,0.65);
    z-index:10;
    cursor:not-allowed;
}


.div-landing-content br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 24%;
}


.shortcodes-container {
    text-align:center;
    margin-top:20px;
}
.shortcodes-container p {
    margin-left:0px !important;
    margin-right:0px !important;
    margin-top:20px !important;
    margin-bottom:20px !important;
}
.app-cover--container {
   
    flex-direction: column;
    padding: 1rem 1rem 1rem;
    display: inline-block;
}
.app-cover--container .app-cover {
    box-shadow: 0.25rem 0.25rem 2rem rgba(255, 255, 255,.35);
    justify-content: center;
    overflow: hidden;
    padding: 0.25rem;
    position: relative;
}

.app-cover--container img {
    max-width: 82px;
    border-radius: 20px;

}

.app-cover--container .app-cover {
    align-items: center;
    display: inline-block;
    border-radius: 24px;
}

.fr-button {
	font-weight:bold;
    border-radius:30px;
    background: 0 0;
	border: 0.125rem solid #425fff;
	background:#425fff;
    color: #ffffff !important;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25rem;
    padding: 0.25rem 1rem;
    transition: color .1s ease-out,background .1s ease-out,border-color .1s ease-out;
}
.fr-button:hover {
	background:#2c3049;
	border: 0.125rem solid #2c3049;
	color:#ffffff;
}

@media print, screen and (min-width: 769px){
.fr-button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
.app-cover--container .app-cover--platforms span {
    font-size: 1.15rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.app-cover--container .app-cover--platforms {
	color:#b6b4ca;
	text-align:center;
}






.alert button,
.alert button:hover {
    background-color:transparent !important;
}




.j-cards-result-view {
    max-width: 98% !important;
    margin: auto !important;
}
   


#div-modal-cookie {
    z-index: 40000;
}


.div-bouton-cookie-choix {
    margin-top: 30px;    
    text-align: right;
}


.iframe-cookie {
    padding-bottom:20px;
}
#table-cookie i {
    font-size: 20px;
}
#btn-cookie-choix {
     margin-right:15px;
}
#btn-cookie-accepter {
    margin-right:5px;
}

.modal-body {
    padding:20px;
}

#cookieChoiceInfoDialog {
    position: absolute !important;
    background:rgba( 255,255,255, 0.5);
    z-index:31040;
}
#cookieChoiceInfoDialog .modal-content {
    background-color:#fff;
    padding:20px;
    box-shadow:4px 4px 25px #888;
    color:#000000;
    padding: 30px;
    padding-left: 40px;
    font-size: 15px;
    overflow: auto;
    margin: auto;
    min-height: initial !important;
}

#cookieChoiceInfoDialog .modal-dialog {
    display:initial !important;
    margin-top:100px;
}






.modal.show {
    background:rgba( 255,255,255, 0.5);
    display: table !important;
}

.modal .modal-dialog {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.modal .modal-dialog .modal-content {
    max-width: 90%!important;
    margin: auto;
    min-height: 60%;
}


#div-modal-horaire-DRI .modal-dialog .modal-content {
    min-height: initial !important;
    
}

.modal .modal-dialog .modal-content iframe {
    width: calc(100% - 20px);
    height:  calc(100% - 20px);
    border: 0;
    position: absolute;
    min-height: 100px;
    left: 0;
    top: 0;
    padding:15px;
}
    
@media (min-width: 576px){
    .modal .modal-dialog .modal-content {       
        max-width: 60%!important;
        
    }    
}  
@media (max-width: 576px){
    .modal .modal-dialog .modal-content {       
        min-height: 80%;        
    }    
}



#cookieChoiceInfoDialog .modal-content .titre {
    font-family: inherit;
    font-weight:bold;
    text-align:center;
    margin-bottom:25px;
}

#cookieChoiceInfoDialog .modal-content .span-texte {
    display:list-item;
    text-align: left;
}

#cookieChoiceInfoDialog .modal-content .span-texte-2 {
    margin-top:15px;
    margin-bottom:15px;
    font-style:italic;
    font-size:13px;
    color:#484848;
    display:block;
}


#cookieChoiceInfoDialog .cookieChoiceAccept,
#cookieChoiceInfoDialog .cookieChoiceRefuse,
#cookieChoiceInfoDialog .preference {
    margin-top:5px;
    padding:5px;
    padding-left:2px;
    padding-right:2px;
    width:calc(33% - 10px);
    display:inline-block;
    text-align:center;
    margin-left: 5px;
    margin-right: 5px;
    font-weight:bold;
    cursor:pointer;
}

#cookieChoiceInfoDialog .preference,
#cookieChoiceInfoDialog .cookieChoiceRefuse{
    color:#484848;
    border:1px solid #484848;
}

#cookieChoiceInfoDialog .cookieChoiceAccept {
    background-color:#10779d;
    color:#ffffff;
    border:1px solid #10779d;
}


#cookieChoiceInfoDialog .content .esp {
    margin-top: 20px;
    display: block;
}




@media (max-width: 479px) {


    #cookieChoiceInfoDialog .modal-content {
        font-size:12px;
        padding: 10px;
        padding-left: 20px;
    }
    #cookieChoiceInfoDialog .modal-content .span-texte-2 ,
    #cookieChoiceInfoDialog .modal-content .span-texte {
        line-height:21px;
    }
    
    #cookieChoiceInfoDialog .modal-content .span-texte-2 {
        font-size:11px;
    }
    
    #cookieChoiceInfoDialog .cookieChoiceAccept,
    #cookieChoiceInfoDialog .cookieChoiceRefuse,
    #cookieChoiceInfoDialog .preference {
        font-size: 10px;
    }
}






#cookieChoiceInfoBar {
    background:rgba(0, 0, 0, 1);
    color:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
    position:fixed;
    width:100%;
    margin:0; left:0; bottom:0; z-index:1000;text-align:center;
}

#table-cookie {
    max-width:500px !important;
    margin: auto;
    margin-top: 30px;
}

#table-cookie a {
     cursor:pointer;
}

.align-center {
    text-align:center;
}

#a-cookie-preferences, 
#a-cookie-preferences:hover {
    color:#c1c1c1;
    cursor:not-allowed;
}

#cookieChoiceInfoBar span {
    font-size: 13px;
    margin-bottom: 14px;
}

#cookieChoiceInfoBar a {
    cursor:pointer;
}
#cookieChoiceInfoBar a {
    color: #c1c1c1;
}

#cookieChoiceInfoBar #a-preference {
    text-decoration: underline;
}
#cookieChoiceInfoBar .cookieChoiceAccept {
    background: #AACF3C;
    text-transform: uppercase;
    padding: 3px 9px;
    font-weight: 500;
    color: #ffffff !important;
    border: 1px solid #FFFFFF;
    margin-left:10px;   
    margin-right:10px;
}

#cookieChoiceInfoBar .cookieChoiceRefuse {
    /*background: #ff1f1f;*/   
    color:#c1c1c1;
    margin-right:15px;
    float: right;
    font-style:italic;
    font-size:12px;
}


#cookieChoiceInfoBar #a-preference {
    margin-left:5px;
    
}
#cookieChoiceInfoBar  #a-esp {
    font-size:13px;
    font-style:italic;
    float:left;
    margin-left:10px;
}




@media (max-width: 480px) {


    #cookieChoiceInfoBar #cookieChoiceAccept {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    #cookieChoiceInfoBar .span-saut {
            display: block;
            width: 100%;  
            margin-bottom: 0px !important;
    }

    #cookieChoiceInfoBar .span-oules {
            display:inline-block !important;
    }

    #cookieChoiceInfoBar .esp,
    #cookieChoiceInfoBar #cookieChoiceRefuse {
            
    }

    #cookieChoiceInfoBar .esp {
        float:none;
        text-align: left;
        padding-left:15px;
        margin-right:0px;
    }
    #cookieChoiceInfoBar #cookieChoiceRefuse {
    }
    
}

.sms-box{
    padding:5px; border-radius: 7px; position: relative; text-align: left; color: #000000; font-weight: bold; font-family: sans-serif; line-height: 1.25; height: 70px; 
    transition: none 0s ease 0s; top: 0px; left: 0px;
    margin-top:15px;
    margin-bottom:20px;
    display:inline-block;
}

.sms-box .frame {
    position: relative;
    width: 260px;
    display: inline-block;
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}


.sms-box .main {
    position: relative; font-size: 23px !important;
    font-size: 23px !important;
}
.sms-box .main a {
    margin: 0; outline: none; padding: 0; color: #000000; font-weight: 700;
}
    
.sms-box .main a span {
    color:#000000 !important;
    font-size: 23px !important;    
    font-style: normal !important;
}
.sms-box .shortcode { 
    position: relative;
}
.sms-box .cartouche-short {
    display: inline-block; width: 18px; height: 18px; 
}

.sms-box .cartouche-short img {
    margin-left: 2px;
    height: 100%;
    vertical-align: top;
    margin-top: 4px;
}

.sms-box .pricing {
    position: relative; height: 25%; font-size: 100% !important;
}

.sms-box .cartouche {
    position: relative; float: left; height: 15px;
}

.sms-box strong { 
    margin: 0; outline: none; padding: 0; color: #000000; font-weight: 700; height:15px; vertical-align: top;
}

.sms-box .img-plus { 
    height: 100%; padding-right: 6px;
}

.sms-box .price {
    position: relative; font-size: 14px !important; 
}
/*
.sms-box strong {
    margin: 0; outline: none; padding: 0; color: #000000; font-weight: 700;
}
*/



/* SMS - BOX */
/*
.sms-box, .sms-box *, .boostraped { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.sms-box { background:#ffffff;position: relative; width: 275px; height: 68px; transition: none 0s ease 0s; font-size: 11.0875px; min-height: 40px; max-height: 140px; text-align: left; color: #000000; font-weight: bold;  }
.sms-box span { font-weight: bold; }

.sms-box strong { font-size:inherit !important;}
.sms-box a,.sms-box a:hover {text-decoration:none;}

.sms-box, .sms-box * { font-family: Calibri; line-height: 1.25; }

.sms-box .frame { position: relative; width: 100%; height: 100%; }

.sms-box .main { position: relative; font-size: 290%; }
.sms-box .main .shortcode { position: relative; }
.sms-box .main .cartouche-short { position: absolute; display: block; width: 18px; height: 18px; top: 50%; transform: translateY(-50%); right: 0; font-size: 0; }
.sms-box .main .cartouche-short img { position: relative; top: 0; margin-left: 4px; left: 16px; }

.sms-box .pricing { position: relative; height: 25%; font-size: 100%; }
.sms-box .pricing .cartouche { position: relative; float: left; height: 100%; }
.sms-box .pricing .cartouche img { height: 100%; padding-right: 6px; }
.sms-box .pricing .price { position: relative; font-size: 17px; }
*/
@font-face {
  font-family: Calibrib;
  font-style: bold;
  src: url('//affiliation.voyance.fr/css/font/Calibri/calibrib.ttf');
}



.audiotel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* AUDIOTEL - BOX */
.audiotel-box { font-family: Arialb; }
.audiotel-box .pricing .arrow { top: 0px !important; }
.audiotel-box .pricing .arrow.bottom {  }
.audiotel-box.mini .pricing .arrow.bottom { margin-left: 14%; margin-top: -2px; }
.audiotel-box.mini .number { max-height: 88px; }
.audiotel-box.large .pricing .arrow.bottom { margin-left: 26px; margin-top: -2px; }

.audiotel-box, .audiotel-box *, .boostraped { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.audiotel-box { position: relative !important; width: 520px; height: 90px; min-height: 19px; max-height: 120px; color: #AF007D; background-color: #FFFFFF; font-size: 16px; font-weight: bold; line-height: 1.25; }



.audiotel-box, .audiotel-box * { font-family: Arial; }

.audiotel-box .frame { position: relative !important; height: 54%; top: 1px; }
.audiotel-box.grayscale { color: #000000; }
.audiotel-box.grayscale .pricing .text { background-color: #000000; }

/* NORMAL BOX */
.audiotel-box .border { position: absolute; width: 100%; height: 100%; border: solid 2px #CDCDCD; }
.audiotel-box .number { position: relative !important; width: 55%; height: 100%; float: left; font-size: inherit !important; }

.audiotel-box .number .audiotel { position: relative !important; width: 100%; height: 100%; font-size: 210%;padding-left: 25px;; }
.audiotel-box .number .affiliate-code { position: relative !important; width: 100%; margin-top: 3%; text-align: center; font-size: 120%; clear: both; }

.audiotel-box .pricing { position: relative !important; width: 45%; height: calc(100% + 2px); margin-top: -1px; background-color: transparent; float: left; }

.audiotel-box .pricing .text { height: 100%; font-size: 120%; line-height: 100%; padding-top: 2.1%;  padding-left: 8%; padding-right: 5%; color: #FFFFFF; background-color: #AF007D; }
.audiotel-box .pricing .text span { font-weight: bold; position: relative !important; }
.audiotel-box .pricing .text span:first-child:after { content: ""; display: inline-block; width: 100%; }
.audiotel-box .pricing .text span + span { display: block; clear: both; }

.audiotel-box .pricing .arrow { position: absolute; width: 26px; left: -1px; top: 13px; }
.audiotel-box .pricing .arrow svg { position: relative !important; z-index: 5; }
.audiotel-box .pricing .arrow path { fill: #FFFFFF; }

.audiotel-box .pricing .arrow.bottom { width: 20px; top: 0px; margin-top: 0px; }
.audiotel-box .pricing .arrow.bottom svg { 
    -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);
}

/* MINI BOX */
.audiotel-box.mini { top: 0px; }
.audiotel-box.mini .code-less { margin-top: 6%; }
.audiotel-box.mini { width: 250px; height: 120px; max-height: 150px; }
.audiotel-box.mini .frame { height: 100%; }
.audiotel-box.mini .number { width: 100%; height: 58%; padding-top: 2%; float: none; line-height: 200%; }
.audiotel-box.mini .number .audiotel { font-size: 190%; height: auto; }
.audiotel-box.mini .number .affiliate-code { margin-top: 0%; }

.audiotel-box.mini .pricing { width: 98%; height: 40%; float: none; margin-left: 1% !important; }
.audiotel-box.mini .pricing .text { width: 100%; padding-left: 14%; text-align: left; }
.audiotel-box.mini .pricing .text span:after { display: block; }
.audiotel-box.mini .pricing .arrow.bottom { width: 22px; left: 3%; top: -1px; }

.audiotel-box.mini .arrow-box { line-height: 220%; }

/* LARGE BOX */
.audiotel-box.large { top: 0px; }
.audiotel-box.large { width: 400px; height: 100px; max-height: 130px; }
.audiotel-box.large .frame { height: 100%; }
.audiotel-box.large .number { width: 100%; height: 48%; top: 3%; }
.audiotel-box.large .number .audiotel { width: 65%; height: auto; float: left; }
.audiotel-box.large .number .affiliate-code { width: 35%; margin-top: 8px; font-size: 130%; padding-right: 4%; clear: none; float: left; }

.audiotel-box.large .pricing { width: 98%; height: 52%; margin-left: 1% !important; }
.audiotel-box.large .pricing .text { width: 100%; padding-left: 4%; padding-top: 4%; padding-right: 0px; }
.audiotel-box.large .pricing .text span + span { display: inline; }
.audiotel-box.large .pricing .text span:after { display: inline; }

.audiotel-box.large .pricing .arrow.bottom { width: 26px; height: 26px; left: 4px; top: -5%; }

.audiotel-box.shadow .frame {
    -webkit-box-shadow: 0 6px #999999 inset;
    -moz-box-shadow: 0 0 6px #999999 inset;
    -ms-box-shadow: 0 0 6px #999999 inset;
    -o-box-shadow: 0 0 6px #999999 inset;
    box-shadow: 0 0 6px #999999 inset;
}

.audiotel-box.gradient .pricing .text {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af007d+47,600060+100 */
    /*background: #af007d;*/ /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiNhZjAwN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjAwMDYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #af007d 47%, #600060 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#af007d), color-stop(100%,#600060)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #af007d 47%,#600060 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #af007d 47%,#600060 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #af007d 47%,#600060 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #af007d 47%,#600060 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af007d', endColorstr='#600060',GradientType=0 ); /* IE6-8 */
}

.audiotel-box.gradient.grayscale .pricing .text {
    background: -moz-linear-gradient(top,  #989A9D 47%, #000003232340 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#989A9D), color-stop(100%,#323234)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #989A9D 47%,#323234 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #989A9D 47%,#323234 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #989A9D 47%,#323234 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #989A9D 47%,#323234 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989A9D', endColorstr='#323234',GradientType=0 ); /* IE6-8 */
}

.audiotel-box.grayscale .pricing .text {
  background: none;
  background-color: #000000;
}

.audiotel-box .border, .audiotel-box, .audiotel-box .number, .audiotel-box .number * {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}

.audiotel-box .pricing, .audiotel-box .pricing * {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@font-face {
  font-family: Arialb;
  font-style: bold;
  src: url('/css/font/Arial/arialbd.ttf');
}







.marginAuto {
    margin-left:auto;
    margin-right:auto;
}

.signeAstrologique_form {
    text-align:center;
}

.btn-signe {
    border-radius:100%;
    margin:5px;
    border: 1px solid #000000;
}


.btn-signe:focus {
    outline:0px;
}
.btn-signe .img-signe {
    max-width:calc(100% - 30px);
}

.btn-signe .span-date {
    display:block;
    font-family:'Amatic SC', cursive;
    font-size: 16px;
}

.div-popup-consultation {
    position:fixed;
    border-radius: 50px; 
    padding: 10px; 
    padding-right: 33px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 50px rgba(0, 0, 0, 0.05) !important;  
    background:#ffffff;
    left: 0 !important; 
    margin-left:8px !important;
    bottom:-100px;
    font-size: 11px;
    z-index: 1;
}

.div-popup-consultation .div-icon {
    border-radius: 100%;
    background: #c1c1c1;
    display: inline-block;
    height: 65px;
    width: 65px;
    padding-left: 14px;
    vertical-align: top;
}


.div-popup-consultation .div-icon i {
    font-size: 40px;
    line-height: 65px;
}

.div-popup-consultation .div-texte {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.div-popup-consultation .voyant {
    
}
.div-popup-consultation .div-texte-voyant {
    font-weight:bold;
}
.div-popup-consultation .div-texte-nbConsultations {
    
}

.div-popup-consultation .div-texte-minutes {
    font-style:italic;
    color:#c1c1c1;
}

.div-popup-consultation .div-close {
    right: 15px;
    top: 2px;
    opacity: 0.4 !important;
    position: absolute;
    font-size: 28px;
    cursor: pointer;
}



.form-control-textarea   {
    
    font-size:13px !important;
}

input[type="date"].placeholder::before {
   content: attr(placeholder)" ";
   white-space: pre;
}
input[type="date"]:not([value=""]).placeholder::before {    
    content:""!important;
      
}
  
input[type="date"].placeholder:focus::before {
   content:""!important;
}
/*
@media (max-width: 991px) {
	
    input[type="date"].placeholder::before{
       content: attr(placeholder)" ";
       white-space: pre;
    }
    input[type="date"].placeholder:focus::before {
       content:""!important;
    }
}
*/
.div-catcher {
    position:relative;
}


.opacity-0 {
    opacity:0;
}


.input-landing-cgu, .input-landing-offre {
    display:inline-block;
}

.div-etapes {
    position:relative;
}

.div-etape-2.cache,
.div-etape-3.cache{
    opacity:0;
}

.div-etape-spinner {
    z-index:10;
    opacity:0;
    font-size: 80px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;  
    top:60px;
}
.div-etape-spinner .fa-cog {
    position: relative;
    top: calc(50% - 80px);    
}

.point_de_suspension {
    position:absolute;
    font-style:normal;
}

.mots-cles {
    position:absolute;
    top:-2000px;
}

.form-landing-partenaire ::-moz-placeholder {
  color: #6c757d;
}

.form-landing-partenaire::-ms-input-placeholder {
  color: #6c757d;
}

.form-landing-partenaire ::-webkit-input-placeholder {
  color: #6c757d;
}

.form-landing-partenaire ::placeholder {
  color: #6c757d;
}



.hidden {
    display: none !important;
}

.div-conditions {
    font-size:10px;
    text-align: left;
    margin-top: 10px;  
}

.div-conditions .p-conditions {
    margin-bottom:5px !important;
    line-height: 15px;
    font-size:10px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}

.div-conditions a {
    text-decoration: underline !important;
    font-style: italic;
    cursor:pointer !important;
}

.iti--allow-dropdown {
    display: block!important
}

.modal-header .btn-close {
    position: absolute;
    right: 15px
}

.modal,
.modal .modal-body,
.modal .modal-body h4,
.modal .modal-body p {
    font-style: normal!important;
    color: #000!important
}

.modal h4 {
    font-size: 17px;
    color: #000!important
}

.visibilityhidden{
    visibility: hidden;
}

#is-not-mobile {
    visibility: hidden;
}

@media only screen and (max-width:760px) {
    #is-not-mobile {
        display: none
    }
}

html {
    height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

@media (min-width:768px) {
    .modal-dialog {
        width: 60%!important;
        max-width: initial!important
    }
    
    
    #div-modal-horaire-DRI .modal-dialog {
        width: initial !important;
        max-width: 450px !important
    }
    
}

#div-modal-horaire-DRI .modal-body {
    text-align:center;    
    padding-top:35px;
    height:initial !important;
}

#div-modal-horaire-DRI .p-prenom {
    float: right;
    margin-right: 40px;
    font-style:italic !important;
}


.span-offline {
    font-style: italic !important;
    
    color: #8a6d3b;
}
.portrait h2 .span-offline {
    font-size:16px;
}

#textarea-question[disabled=disabled]{
    cursor:not-allowed;
}

.modal-body {
    min-height: 400px;
}

.div-footer-mentions a {
    text-decoration: underline!important
}



#cookie-banner {
    z-index: 10000;
    position: absolute;
    width: 100%
}

.div-iconeAfter,
.div-iconeBefore {
    display: inline-block;
    width: 35px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    position: absolute;
}

.div-iconeBefore {
    float: left;    
}

.div-iconeAfter {
    float: right;
    
}

.form-landing input[type=checkbox] {
    position: inherit!important;
    vertical-align: top!important;
    margin-left: 0!important;
    margin-bottom: 0!important
}

.label-cgu, .label-offre {
    padding-left: 5px;
    margin: 0;
    color: inherit;
    width: calc(100% - 25px);
    line-height: 20px;
    cursor:pointer;
}

.label-cgu a {
    font-weight: 700;
    color: inherit
}

.form-landing div.checkbox {
    margin-bottom: 5px;
    text-align: left;
}


.div-btn {
    margin-top:10px;
    text-align: center;
}

.div-lien-pdc {
    margin-top: 5px;
    text-align: center;
}

#btn-contact,
#btn-desabonnement,
.btn-landing,
.btn-landing-partenaire {
    font-weight: 400;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background: #2379c8;
    border-radius: 5px;
    outline: 0;
    text-align: center;
    transition: .2s;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.btn-landing-partenaire[disabled]{
    background:#c1c1c1 ;
    border-color:#c1c1c1 ;
}


#btn-desabonnement:active,
#btn-desabonnement:focus,
.btn-landing-partenaire:active,
.btn-landing-partenaire:focus,
.btn-landing:active,
.btn-landing:focus {
    outline: 0!important;
}

.g-recaptcha {
    margin-top: 10px;
}

.checkbox-cgu, .checkbox-offre {
    text-align: left;
}

.checkbox-cgu label, .checkbox-offre label {
    margin-bottom:0px !important;
    cursor:pointer;
}

.div-footer-mentions {
    text-align: center
}

.div-form-question .div-retour-container .alert,
.form-landing-partenaire .div-retour-container .alert {
    border-width: 0px;
    background: transparent;
    color: initial;
}
.div-form-question .div-retour-container .alert .fa,
.form-landing-partenaire .div-retour-container .alert .fa,
.div-form-question .div-retour-container .alert button,
.form-landing-partenaire .div-retour-container .alert button {
    display:none !important;
}

.div-footer-mentions {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.div-conditions-footer p:first-child {
    margin-top:20px;
}

.div-footer-mentions a {
    cursor: pointer
}

.div-footer-mentions .a-mentions {
    text-decoration: underline
}

.div-footer-mentions .span-droit {
    font-size: 12px
}

.div-footer-mentions .a-cgu {
    text-decoration: underline
}

.div-footer-mentions .a-pdc {
    text-decoration: underline
}

.div-footer-mentions .a-desabonnement {
    text-decoration: underline
}

.div-footer-mentions a {
    cursor: pointer;
    font-weight: 400
}

.div-footer-mentions a,
.div-footer-mentions span {
    float: none;
    margin: 0
}


div.checkbox label {
    font-size: 12px;
}

div.checkbox {
    font-size: 12px;
    margin-top: 0;
    padding-left: 0
}

.checkbox-cgu input, .checkbox-offre input {
    vertical-align: top;
    margin-top:4px;
    cursor:pointer;
}

.checkbox-cgu label, .checkbox-offre label {
    padding-left: 5px;
    display: inline-block;
    width: calc(100% - 30px);
    margin-right: 0px !important;
    line-height:17px;
}

.label-cgu a {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}


.div-lien-pdc {
    font-size: 10px;
    font-style: italic
}

.div-lien-pdc a {
    font-weight: 700;
    text-decoration: underline
}

.text-center,
.alignCenter {
    text-align: center;
}

text-left {
    text-align: left;
}

.marginBottom15 {
    margin-bottom: 15px
}

.marginTop15 {
    margin-top: 15px
}

.table {
    margin-bottom: 10px
}

.paddingBody {
    padding: 30px;
    padding-top: 45px
}

.inlineBlock {
    display: inline-block;
    width: 100%
}

.floatNone {
    float: none
}


#form-desabonnement {
    padding-left: 4px;
    padding-right: 4px
}

#form-desabonnement .g-recaptcha {
    margin-top: -10px;
    margin-bottom: 10px
}

#form-desabonnement .g-recaptcha div {
    width: initial;
    text-align: left
}

.alert {
    padding-left: 25px !important;
    line-height: 16px;
    font-size: 13px;
}

.alert button, .alert button:focus {
    outline:0 !important;
    position: absolute;
    right: 8px;
    top: 9px;
}
.alert .fa {
    margin-right: 5px;
    margin-left: -19px;
    position: absolute;
    margin-top: 1px;
}


.form-group.has-error input,
.form-group.has-error textarea ,
.form-group-radio.has-error .div-element-radio {
    background: #efcaca !important;
}

.div-politiqueDeConfidentialite h1,
.div-politiqueDeConfidentialite h2,
.div-politiqueDeConfidentialite h3,
.div-politiqueDeConfidentialite h4 {
    margin-top: 0;
    margin-bottom: 0
}

.div-politiqueDeConfidentialite h1 {
    font-size: 26px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 60px
}

.div-politiqueDeConfidentialite h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 40px
}

.div-politiqueDeConfidentialite h3 {
    font-size: 20px;
    text-decoration: underline;
    line-height: 40px
}

.div-politiqueDeConfidentialite h4 {
    font-size: 16px;
    font-style: italic;
    line-height: 40px
}

.popup-form-contact .form-landing,
.popup-form-contact .popup-titre {
    max-width: 400px
}

.popup-form-contact {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    right: -1000px;
    bottom: 10px;
    padding: 15px;
    padding-top: 10px;
    border: 2px solid #e31d7d;
    border-right-width: 0;
    margin: 5px;
    margin-right: 0;
    font-size: 12px;
    z-index: 1000;
    background: #fff;
    color: #6b6b6b;
    max-width: 65%
}

.popup-form-contact.popup-left {
    right: initial;
    left: 10px;
    border: 2px solid #e31d7d;
    border-right: 2px solid #e31d7d;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.popup-form-contact label {
    font-weight: 700
}

.popup-form-contact-open {
    color: #6b6b6b;
    z-index: 1000;
    position: fixed;
    right: -1000px;
    bottom: 50px;
    border: 1px solid #e31d7d;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff
}

.popup-form-contact-open.popup-left {
    right: initial;
    left: -1000px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e31d7d;
    border-left: 0
}

.popup-form-contact-open .btn-action {
    font-size: 20px
}

.btn-action,
.btn-action:focus {
    outline: 0;
    background: 0 0
}

.popup-form-contact .popup-titre {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #e31d7d;
    font-size: 17px;
    margin-bottom: 15px
}

.popup-form-contact .btn-action {
    float: right;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0
}

.div-politiqueDeConfidentialite table td {
    border: 1px solid #000;
    padding: 10px
}

.div-politiqueDeConfidentialite table td b {
    text-align: center;
    font-size: 13px
}

.div-politiqueDeConfidentialite table td i {
    font-size: 12px
}










.div-cheminDeVie {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;	
    text-align: center;
}

.div-cheminDeVie-progressBar {
    height:5px;
    border:1px solid #c1c1c1;
	border-radius:5px;
	height: 25px;
    margin-top: 10px;
	overflow:hidden;
}
.div-cheminDeVie-progressBar .div-content {
    display:inline-block;
    width:100%;
    height:100%;
    margin-left:-500%;
    border-radius:5px;
    background-image: repeating-linear-gradient(-45deg, #310C2A 0 12px, #ffffff 12px 20px);
    animation: cheminde_vie_animation 75s linear infinite;
}


@keyframes cheminde_vie_animation {  
  0%  {background-position: -500px 0;}
  100%  {background-position: 0 0;}
}






.message_cheminDeVie {
	position:initial !important;
}

.span-cheminDeVie {
	background:#731C63;
	margin-left:5px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	border-radius:9px;
	font-weight:bold;
}

.span-cheminDeVie-traite {
	background:#461837;
}


@media (max-width:476px) {
    .span-cheminDeVie {
        margin-left: 2px;
        padding: 5px;
        padding-left: 6px;
        padding-right: 6px;
    }
}














.iti__country-name{color:#999}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.webp);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(../img/flags@2x.webp)}}.iti__flag.iti__np{background-color:transparent}






.animation-scale {
    -webkit-animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}









.animation-pulse-black {
    background: black;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.animation-pulse-red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}


@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.animation-pulse-orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}




.animation-pulse-noir {
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse-noir 2s infinite;
}

@keyframes pulse-noir {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}




.animation-pulse-yellow {
    background: rgba(255, 177, 66, 1);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
    animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    }
}

.animation-pulse-blue {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}


.animation-pulse-grey {
    background: rgba(167, 167, 167, 1);
    box-shadow: 0 0 0 0 rgba(167, 167, 167, 1);
    animation: pulse-green 2s infinite;
}

@keyframes grey {
    0% {
        box-shadow: 0 0 0 0 rgba(167, 167, 167, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(167, 167, 167, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(167, 167, 167, 0);
    }
}


.animation-pulse-green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}


.animation-pulse-green-dark {
    background: rgba(39,61,34, 1);
    box-shadow: 0 0 0 0 rgba(39,61,34, 1);
    animation: pulse-green-dark 2s infinite;
}

@keyframes pulse-green-dark {
    0% {
        box-shadow: 0 0 0 0 rgba(39,61,34, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(39,61,34, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(39,61,34, 0);
    }
}

.animation-pulse-purple {
    background: rgba(142, 68, 173, 1);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
    0% {
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
    }
}




.animated.fa-pencil-alt,
.fa-pencil-alt.animated {
	animation:writting 0.6s linear 0s infinite;
}

.shake-x {
    animation: shake-x 3s linear 0s infinite;
}

.shake-y {
	animation: shake-y 3s linear 0s infinite;
}

@keyframes writting {
  0%, 100% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}

@keyframes shake-y {
  0%, 100% {
    transform: translateY(0);
  }
  2% {
    transform: translateY(-10px);
  }
  6% {
    transform: translateY(10px);
  }
  10% {
    transform: translateY(-10px);
  }
  14% {
    transform: translateY(10px);
  }
  16% {
    transform: translateY(0);
  }
}

@keyframes shake-x {
  0%, 100% {
    transform: translateX(0);
  }
  2% {
    transform: translateX(-10px);
  }
  6% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-10px);
  }
  14% {
    transform: translateX(10px);
  }
  16% {
    transform: translateX(0);
  }
}













table.datatable-colonne-0-center th:nth-child(1),
table.datatable-colonne-0-center tr td:nth-child(1) {
    text-align:center;
}
table.datatable-colonne-1-center th:nth-child(2),
table.datatable-colonne-1-center tr td:nth-child(2) {
    text-align:center;
}
table.datatable-colonne-2-center th:nth-child(3), 
table.datatable-colonne-2-center tr td:nth-child(3){
    text-align:center;
}
table.datatable-colonne-3-center th:nth-child(4),
table.datatable-colonne-3-center tr td:nth-child(4){
    text-align:center;
}
table.datatable-colonne-4-center th:nth-child(5), 
table.datatable-colonne-4-center tr td:nth-child(5) {
    text-align:center;
}
table.datatable-colonne-5-center th:nth-child(6), 
table.datatable-colonne-5-center tr td:nth-child(6) {
    text-align:center;
}
table.datatable-colonne-6-center th:nth-child(7),
table.datatable-colonne-6-center tr td:nth-child(7) {
    text-align:center;
}
table.datatable-colonne-7-center th:nth-child(8),
table.datatable-colonne-7-center tr td:nth-child(8) {
    text-align:center;
}
table.datatable-colonne-8-center th:nth-child(9),
table.datatable-colonne-8-center tr td:nth-child(9) {
    text-align:center;
}
table.datatable-colonne-9-center th:nth-child(10),
table.datatable-colonne-9-center tr td:nth-child(10) {
    text-align:center;
}
table.datatable-colonne-10-center th:nth-child(11),
table.datatable-colonne-10-center tr td:nth-child(11) {
    text-align:center;
}
table.datatable-colonne-11-center th:nth-child(12),
table.datatable-colonne-11-center tr td:nth-child(12) {
    text-align:center;
}
table.datatable-colonne-12-center th:nth-child(13),
table.datatable-colonne-12-center tr td:nth-child(13) {
    text-align:center;
}
table.datatable-colonne-13-center th:nth-child(14),
table.datatable-colonne-13-center tr td:nth-child(14) {
    text-align:center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align:middle;
}