div#body-carte {
    height: 700px;
}

div#body-carte .bandeau-overflow {
    height: 400px;
    background-color: #014181;
    transform: rotate(-10deg);
    width: 120%;
    position: relative;
    left: -100px;
}

div#body-carte .expert-analyse {
    display: flex;
    justify-content: center;
    position: relative;
    top: -275px;
    left: 60px;
}

div#body-carte .carte-france {
    width: 400px;
}

div#body-carte .carte-france1 {
    width: 100%;
}

div#body-carte .expert-analyse-flex-end {
    display: flex;
    justify-content: flex-end;
}

div#body-carte .carte-france {
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: -100px;
    z-index: 0;
}

div#body-carte .expert-analyse-txt {
    display: flex;
    flex-direction: column;
    z-index: 1;
    color: white;
}

div#body-carte .btn-nous-contacter-blanc {
    background-color: white;
    padding: 8px 30px;
    border-radius: 10px;
    color: #014181;
    cursor: pointer;
    font-size: 16px;
    width: auto;
    margin: 0 auto 0 0;
    white-space: nowrap;
    display: inline-block;
    border: 2px solid white;
    font-weight: bold;
    box-shadow: 0px 1px 5px black;
}

div#body-carte a.btn-nous-contacter-blanc:hover { /**bien coller le hover sinon ca ne fonctionne pas**/
    background-color: transparent;
    color: white;
    text-align: center;
}

div#body-carte p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#body-carte p + p {
    text-indent: 0;
}

div#body-carte h2 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 20px;
}

div#body-carte a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    div#body-carte .bandeau-overflow {
        display: none;
    }
    div#body-carte .expert-analyse {
        background-color: #014181;
    }
    div#body-carte .expert-analyse {
        top: 0px;
        flex-direction: column;
        left: 0;
    }
    div#body-carte .expert-analyse-flex-end {
        text-align: center;
        padding: 20px 10px;
    }
    div#body-carte .btn-nous-contacter-blanc {
        margin: 0 auto;
    }
    div#body-carte .carte-france {
        display: none;
    }
    div#body-carte h2 {
        font-size: 30px;
    }
    div#body-carte .expert-analyse-txt p {
        text-align: justify;
        padding: 0 10px;
    }
}

































/*div#body-carte .expert-analyse {
    width: 150%;
    height: 400px;
    background-color: #014181;
    transform: rotate(-10deg);
    margin-top: 0px;
    position: relative;
    left: -100px;
    display: flex;
}

div#body-carte .expert-analyse-txt {
    transform: rotate(10deg);
    margin-left: 260px;
    padding-top: 75px;
    color: white;
    padding-left: 120px;
    position: relative;
    z-index: 100;
}

div#body-carte .bandeau-overflow {
    height: 700px;
}

div#body-carte .carte-france {
    transform: rotate(10deg);
    width: 450px;
    height: 400px;
    position: relative;
    top: 130px;
    left: -190px;
}

div#body-carte .carte-france1 {
    width: 100%;
}

div#body-carte .expert-analyse-hidden {
    height: 900px;
    display: flex;
    align-items: end;
    width: 120%;
    position: relative;
    top: -500px;
    z-index: 0;
}

div#body-carte .expert-analyse-hidden .expert-analyse .expert-analyse-txt h2 {
    font-size: 42px;
}

div#body-carte .btn-nous-contacter-blanc {
    background-color: white;
    padding: 8px 30px;
    border-radius: 12px;
    color: #014181;
    cursor: pointer;
    font-size: 16px;
    width: auto;
    margin: 0 auto;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
    border: white 2px solid;
}*/

/*div#body-carte a.btn-nous-contacter-blanc:hover { /**bien coller le hover sinon ca ne fonctionne pas**/
   /* background-color: #014181;
    color: white;
    text-align: center;
}

div#body-carte .bandeau-overflow {
    overflow-x: clip;
}

div#body-carte .carte-responsive-hidden {
    display: none;
}




/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

/*@media (max-width: 750px)  {
    

}*/