.accueil p a {
    text-decoration:none;
}
.accueil p a:hover,
.accueil p a:focus {
    text-decoration:underline;
}
.accueil ul {
    list-style: none;
}

#accroche .container{
    position:relative;
}
#accroche{
    background: url('../Images/abeille-fond.jpg') no-repeat top center/ auto 700px #F9FAFA;
}
#accroche #accroche-texte{
    margin: 13rem 0 0 0;
}
#accroche #accroche-texte h2{
    position: relative;
    font-size: 3.6rem;
    color: #353937;
    margin: 0 0 0 2rem;
    padding: 0 0 2rem 0;
}
#accroche #accroche-texte h2:before,
#accroche #accroche-texte h2:after{
    content:"";
    display:block;
    width:6px;
    height:60px;
    background: #353937;
    position:absolute;
    bottom:0;
    left: -2rem;
}
#accroche #accroche-texte h2:after {
    width:60px;
    height:6px;
}
#accroche #accroche-texte .nouveau {
    margin: 3rem;
    padding: 3rem 2rem 3rem 9rem;
    display: inline-block;
    background:#fff url('../Images/picto-nouveau.png') no-repeat 20px center/50px;
    border-radius: 10px;
    font-size: 2.4rem;
}
#accroche #accroche-4-bloc {
    padding-top: 6rem;
}
#accroche #accroche-4-bloc .col-12 {
    background: #fff;
    background-clip: content-box;
    text-align: center;
    border-radius: 25px 25px 0 0;
    margin-bottom: 10rem;
    position: relative;
}
#accroche #accroche-4-bloc .col-12 > div {
    padding:0 1rem;
}
#accroche #accroche-4-bloc .row > .col-12,
#accroche #accroche-4-bloc .row > .col-12 *{
    color: var(--bs-primary) ;
    transition: all 300ms linear 0s;
}
#accroche #accroche-4-bloc .col-12:nth-child(2),
#accroche #accroche-4-bloc .col-12:nth-child(2) *{
    color: #efa912;
}
#accroche #accroche-4-bloc .col-12:nth-child(3),
#accroche #accroche-4-bloc .col-12:nth-child(3) *{
    color: #353937;
}
#accroche #accroche-4-bloc .col-12:nth-child(4),
#accroche #accroche-4-bloc .col-12:nth-child(4) * {
    color: #A36C15;
}
#accroche #accroche-4-bloc .row > .col-12 h2 {
    margin: 7rem 0 2rem;
}
#accroche #accroche-4-bloc .row > .col-12 p {
    color:#7C7F82!important;
    font-size:1.4rem;
    line-height: 1.7rem;
}

#accroche #accroche-4-bloc .row > .col-12:hover {
    transform: translateY(5rem);
    opacity: 0.9;
}
#accroche #accroche-4-bloc .row > .col-12 h2:after {
    content:'';
    width: 35%;
    height:0.1rem;
    display: block;
    background-color: var(--bs-primary) ;
    margin: 2rem 0;
    position: relative;
    left: calc(50% - 35%/2);
}
#accroche #accroche-4-bloc .col-12 .btn {
    background: var(--bs-primary) ;
    display: block;
    color:#fff;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    height: 6rem;
    border-top: 1rem solid #F9FAFA;
    /* 6rem - 1rem = 5rem*/
    line-height: 5rem;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5rem;
}
#accroche #accroche-4-bloc .col-12 .btn:before {
    display:none;
}
#accroche #accroche-4-bloc .col-12:nth-child(2) h2:after,
#accroche #accroche-4-bloc .col-12:nth-child(2) .btn {
    background-color: #efa912;
    color:#353937;
}
#accroche #accroche-4-bloc .col-12:nth-child(3) h2:after,
#accroche #accroche-4-bloc .col-12:nth-child(3) .btn {
    background-color: #353937;
}
#accroche #accroche-4-bloc .col-12:nth-child(4) h2:after,
#accroche #accroche-4-bloc .col-12:nth-child(4) .btn {
    background-color: #A36C15;
}
#accroche #accroche-4-bloc .row > .col-12:before {
    content: '';
    height: 5rem;
    width: 5rem;
    display: block;
    position: absolute;
    left: calc(50% - 5rem/2);
    top: calc(-5rem/3);
    background-image: url('../Images/warning.svg');
    background-position:center center ;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:var(--bs-primary) ;
    border-radius: 100%;
    border: 1rem solid;
}
#accroche #accroche-4-bloc .col-12:nth-child(2):before {
    background-image: url('../Images/espace.svg');
    background-color:#efa912;
    border: 0.5rem solid;
}
#accroche #accroche-4-bloc .col-12:nth-child(3):before {
    background-image: url('../Images/bee.svg');
    background-color:#353937;
    border: 0.75rem solid;
    border-color: #353937;
}
#accroche #accroche-4-bloc .col-12:nth-child(4):before {
    background-image: url('../Images/honey.svg');
    background-color:#A36C15;
    border-color: #A36C15;
}

#accroche #accroche-4-bloc .btn:after {
    content: "\27F6";
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 0 2.5rem;
    border: none;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}
#accroche #accroche-4-bloc .col-12:first-child .btn:after {
    display: none;
}
#quoi {
    text-align:center;
    padding: 0 0 2.5rem;
    background: #F9FAFA;
}
#quoi h2 {
    display: inline-block;
    vertical-align: top;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: Montserrat;
    background: #e8e8e8;
    padding: 5px 15px;
    margin-bottom:40px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#quoi .intro p {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: Montserrat;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 1em;
    color:#353937;
}
#quoi .single-quoi a {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: Barlow;
    color:#353937;
    line-height:1.3;
}
#adherents {
    background: #F9FAFA;
}

#adherents h2 {
    font-size:1.5rem;
}

#accroche2 {
    text-align:center;
    margin-top: 8rem;
}

#accroche2 .container {
    position:relative;
    min-height: 450px;
}
#accroche2 .container:before {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
    top: -3rem;
    left: 0;
    background: url('../Images/fond-focus.jpg') no-repeat top left/ 100% auto;
    border-bottom: 3rem solid #fff;
}
#accroche2 .right {
    position: relative;
    background: #E8E8E8;
    padding: 3rem 15px;
}
#accroche2 h2 {
    background: #fff;
    font-size: 1.6rem;
    border-radius: 10px;
    display: inline-block;
    padding: 1rem 3rem;
    margin-top: 0;
}
#accroche2 h3 {
    font-size: 2.6rem;
    margin: 2rem 0;
    color: #353937;
    font-family: Montserrat;
    font-weight: bold;
}
#accroche2 a {
    margin-top: 5rem;
    color:#353937;
    text-transform: uppercase;
}

#accroche2 a:after {
    content: "\27F6";
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 1rem;
    display:inline-block;
    text-decoration: none;
}
.accueil + footer {
    border:0 none;
}

@media (max-width: 35.9386em) {
    .accueil #info .titre::before {
        display: none
    }
    #accroche #accroche-texte {
        margin: 6rem 0;
    }
}

/* 767 px */
@media (max-width: 47.938em) {

    #accroche .container:after{
        display:none;
    }
    #accroche #accroche-texte {
        margin: 4rem 0;
    }
    #accroche{
        background: url('../Images/abeille-fond.jpg') no-repeat top center/ auto 550px #F9FAFA;
    }

    #accroche #accroche-texte h2{
        font-size: 2.4rem;
    }
    #accroche #accroche-4-bloc{
        padding-top: 4rem;
    }
    #quoi .intro p {
        font-size:2rem;
        width:auto;
    }
    #accroche2 .offset-6 {
        margin-left:0;
        width:auto;
        max-width:100%;
        flex:unset;
    }
    #accroche2 .container {
        min-height:0;
    }
    #accroche2 .container::after {
        display:none;
    }
}

/* 991 px */
@media ( max-width :61.938) {
    #quoi .intro p {
        max-width:100%;
        line-height:1.2;
    }
}

/* 992px */
@media ( min-width :62em) {

    #accroche #accroche-4-bloc {
        padding-left: 9rem;
    }
    #accroche #accroche-4-bloc .row > .col-12:nth-child(1) {
        margin-left: -9rem;
        margin-right: 9rem;
    }
    #accroche{
        padding-bottom : 1rem;
    }
    #quoi{
        text-align:center;
        padding: 0 0 3em;
    }
    #accroche2 .right{
        border: 3rem solid #fff;
        border-width: 3rem 0 0 3rem;
        padding: 3rem 15px;
    }
}
