.page-template-formation .main-header h1 {
    max-width: 820px;
}

.formation-lessons {
    background-image: url(../images/photos/formation/bg-list.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: left;
    padding: 40px 0px 20px 0px;
}

.formation-lessons .multitexte {
    padding: 20px 0px;
}

.formation-video {
    padding: 50px 20px;
    text-align: center;
}

.formation-video ul {
    padding: inherit;
    margin: inherit;
    list-style: none;
    text-align: left;
}

.formation-video ul li {
    margin-bottom: 12px;
    line-height: 21px;
}

#formation-player {
    margin: 0 auto;
    width: 70%;
    height: 500px;
    background-color: black;
    margin-top: 40px;
    margin-bottom:40px;
}

.formation-video ul a {
    font-size: 15px;
    font-weight: 300;
    color: #2d649c;
}

.formation-live {
    position: relative;
    background-color: #eeeeee;
    overflow: hidden;
}

.formation-live .multitexte {
    padding: 50px 0px;
}

.formation-live img {
    position: absolute;
    width: 650px;
    bottom: -20px;
    right: 0px;
}

.formation-live p {
    margin-top: 30px;
}

.formation-tuto {
    background-color: #fafafa;
    padding: 50px 18px;
    text-align: center;
}

.formation-step {
    padding-top: 60px;
    width: 80%;
    margin: 0 auto;
}

.formation-step-title {
    font-size: 14px;
    color: #505050;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.formation-step-content {
    margin-top: 30px;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 40px;
}

.formation-step-content .step-logo-img{
    margin-top: -30px;
    height: 40px;
}

.formation-step-content .step-intro-img{
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    margin-top: 20px;
}

.formation-step-content .step-intro-p{
    margin: 0 auto;
    width: 90%;
    max-width: 570px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.formation-step-content .step-intro-p span{
    display: inline-block;
    font-weight: 400;
    padding-top: 10px;
}


.gtm-access-bloc {
    text-align: left;
    padding: 30px 30px 0px 30px;
}

.gtm-access {
    padding-left: 40px; padding-right: 40px;
}

.gtm-access-bloc .gtm-access:first-child {
    border-right: 1px solid black;
}

.gtm-access .gtm-from-title {
    font-size: 15px;
    font-weight: 400;
}

.gtm-chrome, .gtm-link {
    margin-top: 18px;
}

.gtm-chrome p, .gtm-link p {
    padding-bottom: 10px;
}

.gtm-link .ar-button {
    background-color: black;
}
.gtm-link .ar-button:hover {
    background-color: #5c5c5c;
}

.gtm-appstore img {
    margin-top: 10px;
    width: 160px;
}

.gtm-remind {
    padding-top: 50px;
}

@media screen and (min-width:1200px) {
    .formation-live .container {
        position: relative;
    }
    .formation-live img {
        width: 550px;
    }
}

@media screen and (max-width:990px) {
    .formation-lessons {
        padding: 40px 20px;
    }
    .formation-lessons .multitexte {
        width: 100%;
        max-width: inherit;
        text-align: left;
    }
    .formation-lessons .multitexte li{
        width: 100%;
        max-width: inherit;
        text-align: left;
        margin: 0 auto;
    }
    .formation-video .multitexte {
        float: inherit;
        margin: 0 auto;
        text-align: center;
        padding: 50px 20px 50px 20px;
    }
    
    .formation-video ul:last-child {
        margin-top: 40px;
    }
    
    .formation-live img {
        position: inherit;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-left: -20px;
        max-width: 600px;
        margin-bottom: -5%;
        margin-top: -5%;
    }
    .formation-step {
        padding: 60px 20px 0px 20px;
        width: 100%;
        margin: 0 auto;
    }
    
    .gtm-access-bloc {
        text-align: center;
    }

    .gtm-access-bloc .gtm-access:first-child {
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid black;
    }
}

@media screen and (max-width:768px) {
    .formation-video-menu {
        display: none;
    }
    .formation-video h3 {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .formation-lessons, .formation-video, .formation-live {
        padding: 20px 5px;
    }
    .formation-lessons .multitexte li{
        width: 100%;
        max-width: inherit;
        text-align: left;
        margin: 0 auto;
    }

    .formation-live .multitexte {
        padding: 40px 15px;
    }

    .formation-live img {
        display: none;
    }
    
    .formation-step {
        padding-right: 0px;
        padding-left: 0px;
    }
}