/* ecran pc  */
@media (min-width: 1281px) {

    #image_event_page {
        height: 600px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    #form_contact {
        padding-left: 35%
    }

    input[type="text"], input[type="password"], input[type="email"], select {
        border: solid black;
    }

    .photo-container {
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }


    .timeline {
        background-color: white;
    }

    .timeline time {
        font-size: 14px;
    }

    .timeline ol li {
        background-color: red;
    }

    .timeline ol li div {
        background-color: #03257E;
    }

    tel {
        color: #D6001C;
    }

    #menu {
        display: none;
        visibility: hidden;
        width: 100%;
    }

    .main {
        display: none;
        visibility: hidden;
    }

    .slide p {
        color: white;
    }

    .logo-menu {
        max-width: 100%;
        padding-left: 30%;
        padding-bottom: 5%;
        padding-top: 5%;
        width: 150px;
        height: 64.83px;
    }


    #header {
        height: 4.5em;
    }

    #header ul {
        padding-top: 0.5%;
    }

    #image_index_formation {
        width: 800px;
    }

    #content_evenement {
        border-radius: 20px;
        color: white
    }

    #image_evenement {
        width: 100%;
        border-radius: 10px
    }

    #title_evenement {
        letter-spacing: normal !important;
        color: white;
    }

    #time_evenement {
        color: white;
        font-size: 14px
    }

    #image_etudiant {
        width: 800px;
        border-radius: 20px;
    }

    #image_pastoral {
        width: 800px;
        border-radius: 20px;
    }

    #image_erasmus {
        width: 800px
    }
}