/*@font-face {
    font-family: 'formata light';
    src: url(./assets/fonts/FormataLight/Formata-Light.woff) format("woff"),
         url(./assets/fonts/FormataLight/Formata-Light.ttf) format("truetype");
}*/

/********************************/
/*          errors              */
/********************************/

.border-error{
    border:2px solid red !important;
}

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

.container-main-bloc-geo{
    width:90%;
    margin:0 auto !important;
    min-width: 400px;
    /* background-color: whitesmoke; */
    border-radius: 20px;
    text-align: center;
    padding: 10px;
}

.wrapper-bloc-geoloc {
    width: 100%;
    min-width: 400px;
    min-height: 100px;
    display: flex;
    orientation: row;
    align-items: center;
    justify-content: center;
    background-color: transparent; 
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrapper-form-bloc-geoloc{
    width: 100%;
    min-width: 400px;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    align-items:center;
    /* background-color: yellowgreen; */
}

.wrapper-form-bloc-geoloc-box-01{
    width:100%;
    min-width:200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    order:1;
    /* background-color: tomato; */
}

.wrapper-form-bloc-geoloc-box-02{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    order:2;
}

.wrapper-form-bloc-geoloc-box-03{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    order:3;
    /* background-color:#ff6600;   */
}

/* pour mettre icon + text  dans un container*/
.group-ico-lib {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.group-ico-lib img {
    height: 28px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.group-ico-lib-txt {
    font-weight: lighter;
    font-size: 18px;
    color: rgb(109, 110, 113);
    margin-bottom: 10px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

.group-ico-lib-txt a {
    color: inherit;
}
/* pour mettre icon + text  dans un container */


.hr-titre-bloc-geoloc{
    width:200px;
    border-top: 1px solid #03a9f4;
    color:transparent;
    height: 1px;
    margin: 5px auto;
    text-align: center;
}

.button-locate-me {
    border-radius: 30px;
    color: white;
    width:600px;
    margin-top:10px;
    padding-top: 8px;
    padding-bottom: 8px; 
}

.button-locate-me img{
    margin-right: 15px;
    height: 18px;
}

.button-locate-me:hover{
    cursor: pointer;
}

.button-locate-me .group-ico-lib-txt{
    color: white;
} 

/*******/
.btn-geo-itinerance {
    border-radius: 30px;
    color: white;
    width:600px;
    margin-top:10px;
    padding-top: 8px;
    padding-bottom: 8px; 
}

.btn-geo-itinerance img{
    margin-right: 15px;
    height: 18px;
}

.btn-geo-itinerance:hover{
    cursor: pointer;
}

.btn-geo-itinerance .group-ico-lib-txt{
    color: white;
} 

/*************** ANYWHERE **********************/

.wrapper-one-geopoint-anywhere-result{
    width:100%;
    display:flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 20px;
    border:solid 2px lightskyblue; 
    border-radius: 20px;
    max-width: 100%;
    overflow: visible;
    background-color: white;
    box-shadow: 5px 10px 8px #888888;
}

.wrapper-one-geopoint-delivery-anywhere-header{
    width:100%;
    display:flex;
    flex-direction: row;
}

.wrapper-one-geopoint-delivery-anywhere-header-titre{
    width:100%;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    min-height: 40px;
}

.wrapper-one-geopoint-delivery-anywhere-header-titre h3{
    margin-top:10px;
    margin-bottom: 10px;
}

.wrapper-one-geopoint-delivery-anywhere-header-img{
    width: 50%;
    display: flex;
    min-height: 100%;
    align-items: flex-start;
    justify-content:flex-start;
    /* background-color: yellowgreen !important; */
    overflow: visible;
}

.wrapper-one-geopoint-delivery-anywhere-header-img img{
    max-height: 400px;
    max-width: 100%;
    margin-top:20px;
    margin-left:20px;
}

.wrapper-one-geopoint-delivery-anywhere-header-texte{
    width: 100%;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.wrapper-one-geopoint-delivery-anywhere-chks-choice{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: whitesmoke;
    color:rgb(4 98 101);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wrapper-one-geopoint-delivery-anywhere-box-chk{
    background-color: transparent;
    padding: 5px 5px 5px 5px;
}

.wrapper-one-geopoint-delivery-anywhere-footer{
    width: 100%;
    /* background-color: rgb(226, 90, 181) !important; */
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}

.wrapper-one-geopoint-delivery-anywhere-footer .p-asterix-trajet{
    font-size:12px;
    color: darkred;
    font-style: italic;
    padding-left: 25px;
    padding-right: 25px;
}

.wrapper-one-geopoint-delivery-anywhere-footer .wrapper-one-geopoint-presentation{
    padding-left: 20px;
    padding-right: 20px;
}

.wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison{
    margin-top: 20px;
}

.wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr{
    width:100%;
    max-width: 100%;
    display:flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
 }

 .wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr .span-label-tarif-livr{
    font-size: 30px !important;
    padding-left: 10px;
    padding-right: 10px;
    color:darkslategray;
    font-style: italic;
}

.wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison .box-tarif-livr-extra-cost .span-label-tarif-livr{
    font-size: 14px !important;
    /* font-style: italic; */
}



.wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr .span-montant-tarif-livr-prix{
    width:100%;
    min-width: 150px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    color: rgb(4, 153, 41);
}

.wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison .span-montant-tarif-livr-after-prix{
    width:100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: rgb(4, 153, 41);
}

.wrapper-one-geopoint-anywhere-result .wrapper-one-geopoint-tarif-livraison .box-tarif-livr-extra-cost{
    width:100%;
    display:flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
 }

/*********** ITINERANCE **************************/

.wrapper-one-geopoint-itinerance-result{
    width:100%;
    display:flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 20px;
    /* padding: 20px; */
    border:solid 1px lightskyblue; 
    border-radius: 20px;
    max-width: 100%;
    overflow: visible;
    box-shadow: 5px 10px 8px #888888;
}

.wrapper-one-geopoint-delivery-itinerance-header{
    width:100%;
    display:flex;
    flex-direction: row;
    min-height: 200px;
    padding-top: 10px;
    /* background-color: rgb(156, 40, 78) !important; */
}

.wrapper-one-geopoint-delivery-itinerance-header-titre{
    width:100%;
    border-radius: 10px 10px 0px 0px;
    /*background-color: rgb(4 98 101);*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    min-height: 40px;
}

.wrapper-one-geopoint-delivery-itinerance-header-titre h3{
    margin-top:10px;
    margin-bottom: 10px;
    /*color:white !important;*/
}

.wrapper-one-geopoint-delivery-itinerance-header-img{
    width: 40%;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content:center;
    /* background-color: yellowgreen !important; */
    overflow: visible;
}

.wrapper-one-geopoint-delivery-itinerance-header-img img{
    max-height: 200px;
    max-width: 100%;
}

.wrapper-one-geopoint-delivery-itinerance-header-texte{
    width: 60%;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    /* background-color: red !important; */
    overflow: visible;
}

.wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison{
    margin-top: 20px;
}

.wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr{
    width:100%;
    max-width: 100%;
    display:flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
 }

 .wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr .span-label-tarif-livr{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color:darkslategray;
    font-style: italic;
}

.wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison .box-tarif-livr-extra-cost .span-label-tarif-livr{
    font-size: 14px;
    /* font-style: italic; */
}



.wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr .span-montant-tarif-livr-prix{
    width:100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    color: rgb(4, 153, 41);
}

.wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison .span-montant-tarif-livr-after-prix{
    width:100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: rgb(4, 153, 41);
}

.wrapper-one-geopoint-itinerance-result .wrapper-one-geopoint-tarif-livraison .box-tarif-livr-extra-cost{
    width:100%;
    display:flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
 }

.wrapper-one-geopoint-delivery-itinerance-chks-choice{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: whitesmoke;
    color:rgb(4 98 101);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wrapper-one-geopoint-delivery-itinerance-box-chk{
    background-color: transparent;
    padding: 5px 5px 5px 5px;
}



.mikdid-box-chks-choix-trajet-livr-itinerance{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: aquamarine !important; */
    overflow: visible;
    /* margin-top:20px; */
    justify-content: flex-start;
    
}

.mikdid-box-chks-choix-trajet-livr-itinerance .mikdid-box-chk-type-trajet-livr{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: visible;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px; 
    font-weight: bold !important;
    padding: 6px 2px 6px 2px; /* top right bottom left */
}

.wrapper-one-geopoint-delivery-itinerance-footer{
    width: 100%;
    /* background-color: rgb(226, 90, 181) !important; */
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}

.wrapper-one-geopoint-delivery-itinerance-footer .p-asterix-trajet{
    font-size:12px;
    color: darkred;
    font-style: italic;
    padding-left: 25px;
    padding-right: 25px;
}

.wrapper-one-geopoint-delivery-itinerance-footer .wrapper-one-geopoint-presentation{
    padding-left: 20px;
    padding-right: 20px;
}

.mikdid-geopoint-text-au-dessus-btn{
    font-size:12px;
    color: darkgrey;
    font-style: italic;
}

.box-img-partenaire{
    width:100%;
    text-align: center !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.box-img-partenaire img {
    max-width: 100%;
    margin: 0 auto;
}

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

.input-cp-ville-bloc-geo{
    border-radius: 30px 0px 0px 30px !important;
    text-align: center;
    width: 400px !important; 
    color:gray;
    margin-bottom: 0px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}


.input-cp-ville-bloc-geo::placeholder{
    color:rgb(185, 184, 184);
    opacity: 1;
}

.button-submit-cp-ville{
    border-radius: 0px 30px 30px 0px;
    /* background-color: rgb(0, 154, 223); */
    color: white;
    margin-top:10px;
    padding-top: 8px;
    padding-bottom: 8px; 
    width:200px;
    font-size: 10px;
}

.button-submit-cp-ville img{
    margin-right: 6px;
    height: 20px;
    padding-bottom: 4px;
}

.button-submit-cp-ville .group-ico-lib-txt{
    color: white;
} 

.button-submit-cp-ville:hover{
    cursor: pointer;
}

/*************************************/
/*        QUERIES ELEMENTS           */
/*************************************/

.wrapper-form-bloc-geoloc[max-width~="650px"] .button-locate-me {
    width:500px;
    height: 50px;
}

.wrapper-form-bloc-geoloc[max-width~="650px"] .btn-geo-itinerance {
    width:500px;
    height: 50px;
}

.wrapper-form-bloc-geoloc[max-width~="650px"] .input-cp-ville-bloc-geo {
    width:300px !important;
    height: 50px;
}

.wrapper-form-bloc-geoloc[max-width~="650px"] .button-submit-cp-ville{
    width:200px;
    height: 50px;
}

.wrapper-one-geopoint-anywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-header,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-header{
    flex-direction: row;
    /* background-color: rgb(14, 248, 248); */
    overflow: visible;
    
}

.wrapper-one-geopointanywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-header-titre,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-header-titre{
    width: 100% ;
    min-height: 40px;
    overflow: visible;
}

.wrapper-one-geopoint-anywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-header-img,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-header-img{
    width: 100% ;
    overflow: visible;
}

.wrapper-one-geopoint-anywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-header-img img,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-header-img img{
    margin-top: 10px;
    max-height:300px;
    max-width: 100%;
}

.wrapper-one-geopoint-anywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-header-texte,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-header-texte{
    width: 100% ;
    padding: 0;
    min-height: 180px;
    overflow: visible;
}

.wrapper-one-geopoint-anywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-footer .p-asterix-trajet,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-footer .p-asterix-trajet{
    padding-left: 5px;
    padding-right: 5px;
}

.wrapper-one-geopoint-anywhere-result[max-width~="600px"] .wrapper-one-geopoint-delivery-anywhere-footer .wrapper-one-geopoint-presentation,
.wrapper-one-geopoint-itinerance-result[max-width~="600px"] .wrapper-one-geopoint-delivery-itinerance-footer .wrapper-one-geopoint-presentation{
    padding-left: 5px;
    padding-right: 5px;
}



.wrapper-form-bloc-geoloc[max-width~="550px"] .button-locate-me {
    width:450px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="550px"] .btn-geo-itinerance {
    width:450px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="550px"] .input-cp-ville-bloc-geo {
    width:280px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="550px"] .button-submit-cp-ville{
    width:150px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="450px"] .button-locate-me {
    width:400px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="450px"] .btn-geo-itinerance {
    width:400px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="450px"] .group-ico-lib-txt{
    font-size: 14px;
}

.wrapper-form-bloc-geoloc[max-width~="450px"] .input-cp-ville-bloc-geo {
    width:250px !important;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="450px"] .button-submit-cp-ville{
    width:150px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="400px"] .btn-geo-itinerance {
    width:260px;
    height: 50px;
    max-width: 100%;
}

.wrapper-form-bloc-geoloc[max-width~="400px"] .group-ico-lib-txt{
    font-size: 14px;
}




.div-loader-geo{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
}

.wrapper-votre-position{
    display:flex;
    flex-direction: row;
    justify-content: center;
    min-height: 40px;
    overflow: visible;
}

.wrapper-votre-position .box1{
    overflow: visible;
}

.wrapper-votre-position .box1 hr{
    margin-right: 10px;
    width:100px;
    color: lightgray;
    height: 1px;
    border-top: 1px solid lightgray;
    color:transparent;
    margin-top: 15px;
}

.wrapper-votre-position .box2{
    font-size: 20px;
    font-family: 'formata light';
    overflow: visible;
}

.wrapper-votre-position .box3{
    overflow: visible;
}

.wrapper-votre-position .box3 hr{
    margin-left: 10px;
    width:100px;
    color: lightgray;
    height: 1px;
    border-top: 1px solid lightgray;
    color:transparent;
    margin-top: 15px;
    max-width: 100%;
}

.wrapper-all-geopoint-result {
    margin-top: 20px;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: stretch;
    overflow: auto;
    padding:20px;
}

.wrapper-one-geopoint-result {
    width:100%;
    display:flex;
    flex-direction: row;
    margin-bottom: 10px;
    /* padding: 20px; */
    border:solid 1px lightskyblue; 
    border-radius: 20px;
    max-width: 100%;
    overflow: visible;
}

.wrapper-one-geopoint-presentation{
    width:90%;
    overflow: auto;
    background-color: transparent;
    margin-top:10px;
    text-align: justify;
    font-family: formata light;
    font-size:14px;
    overflow: visible;
    padding:10px;
}

/* logo */
.wrapper-one-geopoint-logo{
    width:20%;
    display:flex;
    justify-content:center;
    align-content: center;
    min-width: 260px; 
    margin-right: 30px;
    border-right: 1px solid black;
}

.wrapper-one-geopoint-delivery-cost-box-logo{
    width:20%;
    display:flex;
    flex-direction: column;
    justify-content:space-around;
    align-items:center;
    /* min-width: 250px; */
    border-right: 1px solid black;
    margin-right: 0px;
    margin-left:0px;
}

.wrapper-one-geopoint-delivery-cost-box-logo .box-infos-geopoint{
    width: 100%;
    padding: 5px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.wrapper-one-geopoint-delivery-cost-box-logo .box-infos-geopoint .wrapper-one-delivery-box-logo-infos-tel{
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.wrapper-one-delivery-box-logo-infos-tel .wrapper-one-delivery-box-logo-infos-tel-picto{
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.wrapper-one-geopoint-logo img{
    max-width: 90%;
    max-height: 200px;
}

.wrapper-one-geopoint-delivery-cost-box-logo img{
    max-width: 90%;
    max-height: 150px;
}

.wrapper-one-geopoint-itinerance-title{
    width:100%;
    background-color: cadetblue;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px ;
}


.wrapper-one-geopoint-coordonnees{
    width:80%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items:center;
    /* background-color: green;  */
    min-height: 200px; 
    overflow: visible;
}

.wrapper-one-geopoint-delivery-cost{
    width:80%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items:center;
    /* background-color: green;  */
    overflow: visible;
}

.wrapper-one-geopoint-address{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items:center;
    /* background-color: yellow;  */
    min-height: 50px; 
    overflow: visible;
    margin-bottom: 5px;
    position: relative;
}

.wrapper-one-geopoint-adress-titre{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    padding-top: 3px;
    padding-bottom: 3px;
    /* background-color: white; */
}

.span-distance-formater{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
}

.span-duree-formater{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
}

.wrapper-one-geopoint-adress-lieu{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    /* background-color: white; */
}

.wrapper-one-geopoint-rect-tel-iti{
    width:100%;
    /* background-color: rgb(24, 24, 20); */
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.wrapper-one-geopoint-rect-tel-iti :hover{
    cursor: pointer;
}

.tooltip-1{
    background-color:white;
    color: darkslategray;
    width:200px;
    padding-top: 3px;
    padding-bottom: 3px;
    position:relative;
    margin-bottom: 10px;
}

.tooltip-1::after{
    content: '';
    position: absolute;
    left: 45%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid slategray;
    clear: both;
}

.rect-tel-iti-over{
    width:100%;
    display: flex;
    flex-direction: row;
    /* background-color: lime; */
    overflow: visible;
}

.rect-tel-iti-picto{
    width:100%;
    display: flex;
    flex-direction: row;
    /* background-color: lime; */
    overflow: visible;
}

.rect-picto-tel{
    width:50%;
    display: flex;
    align-items:center;
    justify-content: center;
}

.wrapper-picto-tel {
    width:100% ;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    /* background-color: lightgrey; */
    padding-top: 5px;
    padding-bottom: 5px;
}

/*.wrapper-picto-tel:hover{
    background-color:#03a9f4;
}*/

.rect-tel-over{
    width:50%;
    display: flex;
    align-items:center;
    justify-content: center;
    color:white;
    font-size:14px;
}

.rect-tel-over :hover{
    /*background-color: #03a9f4;*/
    transition: 1s;
}

.rect-picto-iti{
    width:50%;
    display: flex;
    align-items:center;
    justify-content: center;
}

.a-picto-iti{
    min-width: 100%;
    min-height: 100%;
}

.wrapper-picto-iti{
    width:100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: lightgrey; 
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-picto-iti:hover{
    background-color:#03a9f4;
}

.rect-iti-over{
    width:50%;
    display: flex;
    align-items:center;
    justify-content: center;   
    color:white;
    font-size:14px;
}

.rect-iti-over :hover{
    background-color: #03a9f4;
}

.rect-picto-tel img,
.rect-picto-iti img{
    max-height: 32px;
}

.span-final-num-tel{
    color: white;
    font-size: 20px;
    margin-left:15px;
}

.wrapper-one-geopoint-horaire{
    width: 100%;
    display: flex;
    text-align: left;
    align-items:center;
    justify-content: left;
    min-height: 50px;
    overflow: visible; 
    margin-top:10px;
}

.rect-picto-time{
    margin-right:10px;
}

.rect-picto-time img{
    max-height: 32px;
}

.wrapper-one-geopoint-tel-2,
.wrapper-one-geopoint-horaire-2{
    width: 100%;
    display: flex;
    text-align: left;
    align-items:center;
    justify-content: left;
    min-height: 24px;
    line-height: 26px;
    overflow: visible;
    margin-top:2px;
    margin-bottom:2px; 
}

.wrapper-one-delivery-price-tel,
.wrapper-one-delivery-price-horaire{
    width: 100%;
    display: flex;
    text-align: left;
    align-items:center;
    justify-content: center;
    font-size:12px;
    overflow: visible;
    margin-top:10px;
    margin-bottom:2px; 
}

.rect-picto-tel-18 img,
.rect-picto-horaire-18 img{
    height: 18px;
    margin-left:10px;
    margin-right:10px;
}

.rect-picto-time-2,
.rect-picto-tel-2{
    margin-right:10px;
}

.rect-picto-time-2 img,
.rect-picto-tel-2 img{
    height: 22px;
}

.wrapper-one-geopoint-distance{
    width: 100%;
    display: flex;
    text-align: left;
    align-items:center;
    /* background-color: violet;  */
    min-height: 50px; 
    overflow: visible;
}

.wrapper-one-geopoint-contact{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items:center;
    /* background-color: #03a9f4; */
    min-height: 50px;
    overflow: visible; 
    font-size: 18px;
    font-weight: bold;
    color:slategrey;
}

.wrapper-one-geopoint-contact a{
    color: lightslategray;
    text-decoration: underline;
}

.wrapper-one-geopoint-contact a:hover{
    color: #03a9f4;
    text-decoration: underline;
}

.bloc-geo-txt-etoile{
    font-size: 12px;
    color:gray;
    font-family: 'formata light';
}

.wrapper-one-geopoint-tarif-livraison-anywhere .wrapper-one-geopoint-tarif-livraison{
    margin-top: 0;
    padding-top: 0;
    min-width:150px;
}

.wrapper-one-geopoint-tarif-livraison-anywhere .wrapper-one-geopoint-delivery-itinerance-header-texte{
    min-height: 100px;
    margin-top:10px;
    margin-bottom:10px;
}

.wrapper-complement-adress-livr-anywhere{
    /*width:100%;
    padding: 5px;
    margin:5px;
    background-color: #00A3E6;
    border-radius: 10px;*/
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: whitesmoke;
    color:rgb(4 98 101);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box-titre-ask-full-address{
    width:90%;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
    color:rgb(4 98 101);
}

.box-ask-full-address-livr-nom{
    width:90%;
    margin-top: 4px;
    margin-bottom: 2px;
}

.input-ask-full-address-nom{
    width:100%;
    border-radius:5px;
    background-color: white !important;
    min-height: 50px;
}

.box-ask-full-address-livr-rue{
    width:90%;
    margin-top: 2px;
    /*margin-bottom: 4px;*/
    
}

.input-ask-full-address-rue{
    width:100%;
    border-radius:5px;
    background-color: white !important;
    min-height: 100px;
}

.input-ask-full-address-cp{
    width:20%;
    min-width: 100px;
    border-radius:5px;
    color: darkslategray;
    background-color: lightgray !important;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}

.input-ask-full-address-ville{
    width:78%;
    margin-left: 5px;
    border-radius:5px;
    color: darkslategray;
    background-color: lightgray !important;
    min-height: 50px;
    text-align: center;
    font-weight: bold;
}

.div-ask-full-address-cp-ville-ro{
    /*margin-top:10px;*/
    /*color:white;*/
    color:rgb(4 98 101);
    width:90%;
    /*padding: 5px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}




/**********************************************/
/*       geopoint mode tarification           */
/**********************************************/

.wrapper-one-geopoint-tarif-livraison{
    margin-top: 20px;
}

.wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr{
    width:100%;
    max-width: 100%;
    display:flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
 }

 .wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr .span-label-tarif-livr{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color:darkslategray;
    font-style: italic;
}

.wrapper-one-geopoint-tarif-livraison .box-tarif-livr-extra-cost .span-label-tarif-livr{
    font-size: 14px;
    /* font-style: italic; */
}



.wrapper-one-geopoint-tarif-livraison .box-header-tarif-livr .span-montant-tarif-livr{
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    color: rgb(4, 153, 41);
}

.wrapper-one-geopoint-tarif-livraison .box-tarif-livr-extra-cost{
    width:100%;
    display:flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
 }

.wrapper-one-geopoint-tarif-livraison .div-label-ask-nb-trajet{
    width:100%;
    padding-left: 0px;
    margin-bottom: 10px;
    display:flex;
    flex-direction: roc; 
    justify-content: flex-start;
    align-items: center;
    color: darkred;
    text-decoration: underline;
}

.wrapper-one-geopoint-tarif-livraison .box-chks-nb-trajet-livr{
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
    display:flex;
    flex-direction: column; 
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(247, 253, 246);
    margin-top:40px;
    margin-bottom: 30px;;

}

.wrapper-one-geopoint-tarif-livraison .span-chk-trajet-livr{ 
    width:100%;
    display:flex;
    flex-direction: row; 
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    padding-left: 25px;
}

.wrapper-one-geopoint-tarif-livraison .div-chk-valid-geopoint-livr{
    width:80%;
    display:flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #03ac13;
    font-size: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    margin-top:5px;
}

.wrapper-one-geopoint-tarif-livraison .span-etoile-asterix{
    margin-left:5px;
    margin-right:5px;
}

.wrapper-one-geopoint-tarif-livraison .p-asterix-trajet{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-style: italic;
}




.wrapper-one-geopoint-tarif-livraison button{
    border-radius: 30px;
    color: white;
    width:200px;
    max-width: 100%;
    margin-top:10px;
    padding-top: 8px;
    padding-bottom: 8px; 
}

.wrapper-one-geopoint-tarif-livraison .input-nb-trajet-geopoint-livr{
    background-color: white;
}







/******* media  queries ********/

@media (max-width: 1700px) {

    /*.group-ico-lib-txt {
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .input-cp-ville-bloc-geo{
        width:250px !important;
        padding:11px !important;
    }

    .group-ico-lib img {
        height: 26px;
        margin-right: 10px;
    }*/
}

@media (max-width: 1400px) {

    /*.group-ico-lib-txt {
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .input-cp-ville-bloc-geo{
        width:200px !important;
        padding:9px !important;
    }

    .group-ico-lib img {
        height: 24px;
        margin-right: 5px;
    }*/
}

@media (max-width: 1200px) {

    /*.group-ico-lib-txt {
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
    }*/

    /*.input-cp-ville-bloc-geo{
        width:250px !important;
        padding:11px !important;
    }*/

    /*.group-ico-lib img {
        height: 26px;
        margin-right: 10px;
    }*/


}

@media (max-width: 1000px) {

    .wrapper-one-geopoint-result {
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content:center;
        align-content: center; 
    }

    .wrapper-one-geopoint-itinerance-result {
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content:center;
        align-content: center; 
    }

 
    
    .wrapper-one-geopoint-delivery-itinerance-header-img{
        width: 100% !important;
    }
    
    
    .wrapper-one-geopoint-delivery-itinerance-header-texte{
        width: 100% !important;
    }
    
 
    .wrapper-one-geopoint-logo{
        width:80%;
        height: 150px;
        display:flex;
        justify-content:center;
        align-content: center; 
        align-items: center; 
        padding: 10px;
        min-width: 0;
        margin-right: 0;
        border-right: none;
        border-bottom: 1px solid gray; 
        margin: 0 auto;
        
    }
    
    .wrapper-one-geopoint-logo img{
        max-width: 100%;
        max-height: 100%;
    }

    .wrapper-one-geopoint-delivery-cost-box-logo{
        width:80%;     
        display:flex;
        justify-content:center; 
        align-items: center; 
        padding: 10px;
        min-width: 0;
        margin-right: 0;
        border-right: none;
        border-bottom: 1px solid gray; 
        margin: 0 auto;
        overflow: visible;
    }

    .wrapper-one-geopoint-delivery-cost-box-logo img{
        max-width: 100%;
        max-height: 150px;
    }

    .wrapper-one-geopoint-delivery-cost-box-logo .box-infos-geopoint{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .wrapper-one-geopoint-coordonnees{
        margin-top:10px;
        width:100%;
    }

    .wrapper-one-geopoint-delivery-cost{
        margin-top:10px;
        width:100%;
    }

    .wrapper-one-geopoint-adress-titre{
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .wrapper-one-geopoint-adress-lieu{
        font-size: 16px;
    }

}

@media (max-width: 800px) {

    .container-main-bloc-geo{
        width:100%;
        margin:0 auto !important;
        min-width:0px;
        /* background-color: whitesmoke; */
        border-radius: 20px;
        text-align: center;
        padding: 10px;
    }

    .wrapper-votre-position .box1 hr{
        margin-right: 10px;
        width:20px;
    }

    .wrapper-votre-position .box3 hr{
        margin-left: 10px;
        width:20px;
    }
    
    .wrapper-bloc-geoloc {
        width: 100%;
        min-width: 0px;
        min-height: 100px;
        display: flex;
        orientation: row;
        align-items: center;
        justify-content: center;
        background-color: transparent; 
        overflow: visible;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .wrapper-form-bloc-geoloc{
        width: 100%;
        min-width: 0px;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
        align-items:center;
        /* background-color: yellowgreen; */
    }
    
    .wrapper-form-bloc-geoloc-box-01{
        width:100%;
        min-width:0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        order:1;
        /* background-color: tomato; */
    }



    .wrapper-one-geopoint-adress-titre{
        font-size: 16px;
        color: black;
        display: flex;
        justify-content:flex-start;
        align-items: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .wrapper-one-geopoint-adress-lieu{
        font-size: 14px;
    }

    .wrapper-one-geopoint-delivery-itinerance-header-titre h3{
        font-size: 20px;
    }

    .mikdid-box-chks-choix-trajet-livr-itinerance .mikdid-box-chk-type-trajet-livr{
        font-size:14px;
    }

}

@media (max-width: 660px) {

    /*.group-ico-lib-txt {
        font-size: 14pt;
        padding-top: 1px;
        padding-bottom: 1px;
    }*/

    /*.wrapper-form-bloc-geoloc-box-1,
    .wrapper-form-bloc-geoloc-box-2,
    .wrapper-form-bloc-geoloc-box-3{
        width:100%;
    }*/

}

@media (max-width: 600px) {

    .wrapper-one-geopoint-tarif-livraison-anywhere .wrapper-one-geopoint-delivery-itinerance-header-texte{
        min-height: 100px;
        margin-top:10px;
        margin-bottom:10px;
    }

    /*.button-locate-me {
        width:450px;
    }*/

    /*.group-ico-lib-txt {
        font-size: 14pt;
        padding-top: 1px;
        padding-bottom: 1px;
    }*/

    /*.input-cp-ville-bloc-geo{
        width:200px !important;
        padding:11px !important;
        font-size: 14px;
    }*/

    /*.input-cp-ville-bloc-geo{
        width:250px !important;
    }*/
    
    
    /*.button-submit-cp-ville{
        width:200px;
        font-size: 10px;
    }*/
    

    
}