main h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    color: rgb(32,129,201);
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
main p.categorie {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    color: #333;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

div.evenement {
    width: 100%;
    padding: 20px;
}
div.evenement ul.pratique {
    list-style: none;
    width: 280px;
    height: auto;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 10px 10px 30px rgba(30,42,61,.15);
    float: left;
}
div.evenement ul li strong.last {
    position: relative;
    left: 35px;
}
div.evenement ul li span.icon {
    display: inline-block;
    width: 30px;
}
div.evenement ul li a {
    color: rgb(32,129,201);
}

div.evenement div.details {
    width: calc(100% - 280px);
    padding: 10px 30px;
    float: left;
}

div.evenement div.details div.infos {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
div.evenement div.details ul.utile {
    width: 100%;
    height: 40px;
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px;
}
div.evenement div.details ul.utile li {
    margin: 0;
    padding: 0;
}
div.evenement div.details ul.utile li a {
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(32,129,201);
    border: solid 1px rgb(32,129,201);
    text-decoration: none;
    text-align: left;
    color: #fff;
    border-radius: 20px;
    transition: all 0.5s ease;
    margin: 0;
    padding: 0;
}
div.evenement div.details ul.utile li a:hover {
    background: #fff;
    color: rgb(32,129,201);
    transition: all 0.5s ease;
}
div.evenement div.details ul.utile li a span {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.3em;
    text-align: center;
    float: left;
}
div.evenement div.details ul.utile li a strong {
    display: block;
    width: calc(100% - 38px);
    height: 38px;
    line-height: 38px;
    font-size: 1.1em;
    text-align: left;
    float: left;
}

div.details form {
    width: 100%;
    max-width: 800px;
    background: #fff;
    height: auto;
    margin: 0 auto;
    padding: 60px;
    border-radius: 16px;
    box-shadow: 10px 10px 30px rgba(30,42,61,.15);
}
div.details form div.field {
    width: 100%;
    float: none; 
    padding-right: 20px;
    margin: 20px 0;
}
div.details form div.half {
    width: 50%;
    float: left; 
}
div.details form div.field label {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 0 20px;
    color: #777;
}
div.details form div.field select,
div.details form div.field textarea,
div.details form div.field input[type="text"] {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid rgba(46,52,62,.1);
    padding: 13px 20px;
    font: 16px/26px "lato",sans-serif;
    color: #2e343e;
    background: 0 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
}
div.details form div.field textarea {
    height: 100px;
}
div.details form span {
    display: inline;
    color: rgb(32,129,201);
}
div.details form input[type="submit"] {
    width: auto;
    margin-top: 30px;
    display: inline-block;
    padding: 16px 44px;
    border: none;
    background: rgb(32,129,201);
    border: solid 1px rgb(32,129,201);
    background: rgb(32,129,201);
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    transition: all 0.5s ease;
}
div.details form input[type="submit"]:hover {
    color: rgb(32,129,201);
    background: #fff;
    transition: all 0.5s ease;
}

div.details p.message {
    border: solid 1px rgb(32,129,201);
    padding: 16px;
    border-radius: 16px;
}


@media screen and (max-width: 800px) {
    div.evenement ul.pratique {
        width: 100%;
        clear: both;
        float: none;
    }
    div.evenement div.details {
        width: 100%;
        clear: both;
        float: none;
    }
}
@media screen and (max-width: 680px) {
    div.details form {
        padding: 30px;
    }
}
@media screen and (max-width: 580px) {
    div.evenement div.details ul.utile {
        display: block;
        height: auto;
        margin: 30px 0;
    }
    div.evenement div.details ul.utile li {
        width: 100%;
        display: block;
        margin: 10px auto;
    }
    div.details form div.half {
        width: 100%;
        float: none;
        clear: both;
    }
}
