@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Roboto:ital,wght@0,300;0,500;1,300&display=swap');
.infos-congres{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    padding: 2% 0%;
}
.infos-congres .infos-container{
    display: flex;
    align-items: top;
    justify-content: center;
    width: 80%;
}
.infos-congres .infos-container > div{
    flex: 1;


}
.infos-congres .infos-container .infos-1 p{

    color: #333333fa;
    font-size: 1.25em;
}
.congres-acp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.congres-acp .congres-1{
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.congres-acp .congres-1 div{
    margin-left: 10%;
    cursor: pointer;
    margin-top: 10px;

}

.congres-acp .congres-1 div button{
    background-color: #234262;
    width: 250px;
    border: none;
    height: 6vh;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.congres-acp .congres-1 div button a{
    text-decoration: none;
    color: #fff;
    font-size: medium;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 700;

}

.congres-acp .congres-1 div button:hover{

    background-color: #fff;
    color: #234262;
    border: 1px solid #234262;

}

.congres-acp .congres-1 div button:hover a{
    text-decoration: none;

    color: #234262;
    font-size: large;

}

.congres-acp .congres-1 div button a:hover{
    text-decoration: none;

    color: #234262;

    font-size: large;
}

.conditions{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
    width: 100%;
}

.infos{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
    width: 100%;
}
.infos .infosContainer{
    display: flex;
    justify-content: space-between;

    align-items: top;
    width: 90%;
}

.infos .infosContainer > div{
    width: 45%;
}

.infos .infosContainer > div div button{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7vh;
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Nanum Gothic', sans-serif;
    color: white;
    border: none;
    background-color: #550000fa;

}

.infos .infosContainer > div div button h2{
    color: white;
    font-family: 'Nanum Gothic', sans-serif;
}
.conditions .conditions-container{
    display: flex;
    justify-content: center;
    align-items: top;
    width: 90%;
}

.conditions .conditions-container > div{
    flex: 1;
    display: flex;
    align-items: top;
    justify-content: center;
    text-align: center;


}

.conditions .conditions-container > div div{
    width: 80%;

    background-color: white;

}

.conditions .conditions-container > div div button{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7vh;
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Nanum Gothic', sans-serif;
    color: white;
    border: none;
    background-color: #550000fa;

}



.conditions .conditions-container > div div {

    /*border: 1px solid #550000fa;
    height: 30vh;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.conditions .conditions-container > div div h4{

    text-align: left;
    padding-left: 10px;
}

@media (max-width: 950px){
    .infos-congres .infos-container{
        display: block !important;
    }
    .congres-acp .congres-1{
        display: block;
        justify-content: center;
        width: 100%;
        padding-right: 2%;

    }
    .congres-acp .congres-1 div{
        margin-left: 0%;
        cursor: pointer;
        margin-top: 10px;

    }

    .congres-acp .congres-1 div button{
        background-color: #234262;
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: none;
        height: 8vh;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .congres-acp .congres-1 div button a{
        text-decoration: none;
        color: #fff;
        font-size: 1.5em;
        font-family: 'Nanum Gothic', sans-serif;
        font-weight: 600;
    }

    .conditions .conditions-container{
        display: block;
    }

    .conditions .conditions-container > div{
        margin-top: 10px;
    }

    .infos{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5% 0%;
        width: 100%;
    }
    .infos .infosContainer{
        display: block;



        width: 95%;
    }

    .infos .infosContainer > div{
        width:100%;
    }
    .infos .infosContainer  button{

        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        font-weight: bold;
        font-family: 'Nanum Gothic', sans-serif;
        color: black;
        border: none;
        background-color: #550000fa;

    }
}
