div#body-offline .colonne-installation {
    display: flex;
    height: 300px;
}

div#body-offline .colonne-gauche {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 25px;
}

div#body-offline .colonne-centrale {
    width: 10px;
}

div#body-offline .colonne-droite {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 25px;
    height: 100%;
}

div#body-offline .img-capteurs1 {
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
}

div#body-offline .img-mobius {
    border-radius: 12px;
    overflow: hidden;
}

div#body-offline .img-rapport1 {
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
}

div#body-offline .img-collecte1 {
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
}

#body-offline .colonne-centrale #left-dot{
    border-right: 2px dashed #0E4CEF;
    padding-top: 4px;
    width: 50%;
    height: 50%;
}

#body-offline .colonne-gauche #dot1::after, #body-offline .colonne-gauche #dot3::after{
    content: url('https://techview.fr/wp-content/themes/GM_THEME/Techview-frontend-dev/image/Capteurpoint.png');
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    position: relative;
    max-width: 32px;
    max-height: 32px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    left: 52px;
}

#body-offline .colonne-droite #dot2::before{
    content: url('https://techview.fr/wp-content/themes/GM_THEME/Techview-frontend-dev/image/Capteurpoint.png');
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    position: relative;
    max-width: 32px;
    max-height: 32px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    right: 44px;
}

#body-offline .img-showup{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#body-offline .txt-showup{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 40px;
}

#body-offline #col-top{
align-items: center;
}

#body-offline #left-dot-mid{
    border-right: 2px dashed #0E4CEF;
    padding-top: 4px;
    width: 50%;
    height:100%;
}

#body-offline #col-mid {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

#body-offline .same-but-hidden {
    display: none;
}

#body-offline .column-offline {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#body-offline .first-txt h2 {
    font-size: 25px;
    text-align: left;
}

#body-offline .first-txt p {
    text-align: justify;
}

#body-offline .first-img {
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
}

#body-offline .second-txt h2 {
    font-size: 25px;
    text-align: left;
}

#body-offline .second-txt p {
    text-align: justify;
}

#body-offline .second-img {
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
}

#body-offline .third-txt h2 {
    font-size: 25px;
    text-align: left;
}

#body-offline .third-txt p {
    text-align: justify;
}

#body-offline .third-img {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
}

#body-offline .img-responsive {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    #body-offline .hidden-responsive {
        display: none;
    }
    #body-offline .same-but-hidden {
        display: flex;
    }
}