.bgr_zl h3.zlh3 {font-family:'Barlow',tahoma,arial,verdana,sans-serif;}
.zl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
}

.zl .zl_in ul{
    margin-bottom:0;
}
.zl2 {
    width: 100%;
}
.bgr_zl {
    transition: all .4s ease;
}
.bgr_zl:first-child {
    margin-top: 0;
}
.bgr_zl:last-child {
  margin-bottom: 0;
}
.zl_in {
    padding: 1em;
    border-radius: 0 1em 1em 1em;
    box-shadow: 0 0 1em rgb(0 0 0 / 11%);
    border: 1px solid #c5c5c5;
    transition: all .4s ease;
    background: rgb(255 255 255);
}





.bgr_zl h3.zlh3 {
    position: relative;
    font-size: 1.6em;
    background: #666;
    color: #fff;
    display: table;
    padding: 0.2em 1em;
    border-radius: .3em .3em 0 0;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0;
    min-width: 132px;
    text-transform: uppercase;
    transition: background .4s ease;
}


.bgr_zl:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #b9b9b9;
    transition: background .6s ease;
}

.zl:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #b9b9b9;
}



.zl_in p {
  text-align: left;
}



@media screen and (min-width: 801px) {
.bgr_zl:nth-child(odd) h3.zlh3 {
    margin-left:auto;
    text-align: center;
}
.bgr_zl:nth-child(even) h3.zlh3 {
    margin-right:auto;
    text-align: center;
}
.bgr_zl:nth-child(odd) .zl_in {
    border-radius: 1em 0 1em 1em;
}
.bgr_zl {
    width: 50%;
    position: relative;
    margin-top: -2em;
}
.zl:before {
    top: 4px;
    bottom: 127px;
    left: 50%;
    margin-left: -1px;
}
.bgr_zl:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-3em);
}
  
.bgr_zl:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(3em);
}
  
.bgr_zl:before {
    height: 1.6em;
    width: 1.6em;
    top: 0;
}

.bgr_zl:nth-child(odd):before {
    right: -61px;
    top: 1px;
  }
.bgr_zl:nth-child(even):before {
    left: -61px;
    top: 1px;
}
}




.bgr_zl:hover:before,
.bgr_zl:hover h3 {
    background: #bd0d10;
    background: #181717;
    background: #4d4d4d;
    background: #d17900;
    background: #8b9300;
    transition: background .4s ease;
  }

.bgr_zl:hover .zl_in {
    transition: all .4s ease;
    box-shadow: 1em 1em 2em rgb(81 84 86 / 25%);
}


.bgrtexte .bgr_zl li {
    margin-bottom: 0.1em;
    margin-left: 21px;
}

@media screen and (max-width: 800px) {
.zl {
    position: relative;
    margin-left:1.2em;
    margin-right: -.5em;
    padding-left: 0;
}
.zl:before {
    top: 8px;
    bottom: 130px;
    left: -1.25em;
}
.bgr_zl:nth-child(odd) .zl_in {
    border-radius: 0 1em 1em 1em;
}
.bgr_zl {
    width: 100%;
    position: relative;
    margin-top: 1.5em;
}
.bgr_zl:before {
    height: 1em;
    width: 1em;
    top: 0;
}
.bgr_zl:nth-child(odd):before, .bgr_zl:nth-child(even):before {
    left: -28px;
    top: 6px;
}
}

.zl_in h4 {
    font-size: 1.3em;
    margin: 0 0 0.4em 0!important;
    text-align: left;
}




