                                #confiance {
                            justify-content: center;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            padding-top: 140px;   
                             /* min-height: 189px;max-height: 189px; */
                        }
                        
                        #confiance .content {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            width: 100%;
                            max-width: 1200px;
                            overflow: hidden;
                            background-color: #eee;
                        }
                        #confiance .content>.wp-block-columns{
                            width: 100%;
                            display: flex;
                            justify-content: space-around;
                        }
                   
                        
                        #confiance .header-section {
                            flex-direction: row;
                            max-width: 1200px;
                            width: 100%;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                        }
                        
                        #confiance .toutes_informations {
                            font-size: 18px;
                            text-decoration: none;
                            color: black;
                            font-family: 'barlow-medium';
                        }
                        
                        #confiance .sous_titre {
                            font-size: 40px;
                            line-height: 51px;color: black;
                            font-family: montserrat-black;padding-bottom: 10px;
                        }
                        
                        #wrapper-references {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 100%;
                            background-color: #eee;
                        /* min-height: 189px; */
                    /* animation: ruban 3s infinite ; */
                }
                        #wrapper-references>.wp-block-columns{
                            width: 100%;
                        }
                        #wrapper-references .content {
                            display: flex;
                            position: relative;
                        }
                        
                        #wrapper-references .content>div {
                            /* min-width: 200px; */
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            /* padding-left: 20px;
        padding-right: 20px; */
                        }
                        #wrapper-references img{
                            display: block;
                        }
                       
                        /* @keyframes ruban {
                            from {background-color: red;}
                            to {background-color: yellow;}
                          } */
                        @media(max-width:1100px) {
                            #confiance .sous_titre {
                                padding-left: 80px;
                            }
                            #confiance .toutes_informations {
                                padding-right: 80px;
                                width: 81px;
                            }
                        }
                        
                        @media(max-width:1000px) {
                            #wrapper-references .content>div {
                                min-width: 25%;
                            }
                        }
                        
                        @media(max-width:800px) {
                            #wrapper-references .content>div {
                                min-width: 33%;
                            }    }
                            @media(max-width:600px) {
                                #wrapper-references .content>div {
                                    min-width: 50%;
                                }      }