

/*****************************************************************

TELECHARGEMENT PAGE

*****************************************************************/

.home .telechargement {

    &-item {

    .visuel {

        img {}

    }

    .content {


            padding: 30px;


            h3 {


                font-size: 24px;
                font-family: $titleFont;
                font-weight: 700;
                font-style: italic;
                margin-top: 16px;
                margin-bottom: 0px;


            }

            p {



            }

        .bt-savoir-plus {


        }

    }

    }
}


.telechargement {

    &-content {

        margin-bottom: 100px;

        p {
            text-align: center;
        }

        &.section-title-variante h2 {
        
            font-family: $contentFont;
             font-size: 18px;
            font-family: inherit;
            font-style: inherit;
            text-transform: uppercase;
            margin-bottom: 60px;

            &:before{

                top: 12px;
                left: -65px;

            }

            &:after{

                top: 12px;
                right: -65px;

            }
     
         }

         .wpv-pagination-nav-links-container {

            margin-top: 60px;
            margin-bottom: 100px;
            text-align: center;
        }
    }
 
    &-liste-public {

        margin-bottom: 40px;

    .visuel {

        
     }

     .content {
         
        text-align: left;
        width: 80%;

        h3{

            font-family: $titleFont;
            font-size: 18px;
            font-weight: 700;
            font-style: italic;
            letter-spacing: 0.45px;
            margin-bottom: 8px;

        }

        p {
        
            text-align: left;
            margin-bottom: 10px;

        }

        a {



        }


    }


    }



    &-access {

    label {

        display: block;
    }

    

    input[type="text"], input[type="password"] {

        border: 1px solid #979797;
        background-color: #ffffff;

        outline-color: $primary-color;
        border-radius: 0;
        width: 85%;

    }

    a {
        
        display: block;
        font-size: 13px;
        color: $dark-color;
        text-decoration: underline;

        &:hover {

            color: $primary-color;

        }

    }

    .login-submit {

        margin-top: 30px;

    }

    }

}

