@charset "UTF-8";
/* CSS Document for De Champlain */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

/* GENERAL DEFINITION */
body {
    font-family: "Inter", sans-serif;
    color: #BAC8FF;
    font-size: 17px;
    font-weight: 400;
    background: #191C2F;
}

sup {
    text-transform: none;
}

hr {
    border-color: #fff -moz-use-text-color -moz-use-text-color;
}

.container.smaller {
    max-width: 730px;
    margin: 0 auto;
}

a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #fff;
}

.btn-default.contrast {
    background: #455ab6;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    border: 0;
    text-transform: uppercase;
    padding: 20px 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    letter-spacing: 0.1em;
    font-size: 16px;
}

.btn-default.contrast:hover,
.btn-default.contrast:focus,
.btn-default.contrast:active {
    background: #455ab6;
    color: #fff;
}

.bootstrap-select .btn-default {
    background: #455ab6;
    height: 60px;
    border-radius: 0;
    font-size: 17px;
    padding: 0 20px;
}
.bootstrap-select.btn-group .btn .caret {
    right: 20px;
}

/* TOP BAR */
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar-default {
    background: #cc6633;
    color: #fff;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
}

.navbar p {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 14px 0;
}

/* HEADER IMAGE */
.container-fluid.header {
    padding: 0;
    overflow: hidden;
}

.container-fluid.header img.desktop {
    margin: 0 auto;
}

.header p {
    display: block;
    font-size: 20px;
    line-height: 24px;
    width: 340px;
    margin: 350px auto 0 auto;
    text-align: center;
}

img.invite {
    max-width: 50%;
}

.header .container.smaller {
    max-width: 680px;
    margin: 30px auto 0 auto;
}

/* FORM SECTION */
.form-section {
    padding: 0 0 60px 0;
}

.form-section label {
    font-weight: 300;
}
.form-section label input {
    display: none;
}
.form-section label span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    cursor: pointer;
}
.form-section label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}
.form-section label span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #455ab6;
    opacity: 0;
    transition: all 0.2s linear;
}
.form-section label input:checked + span::after {
    border: 6px solid #455ab6;
    opacity: 1;
}

.form-section h1 {
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 65px;
    text-transform: uppercase;
}

.form-section h2 {
    text-align: center;
    text-transform: uppercase;
    color: #5F78E6;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.form-section p {
    text-align: center;
    text-transform: uppercase;
    color: #5F78E6;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
    margin-top: 10px;
}

#form_inscription {
    margin-top: 40px;
}

.container.explications {
    margin-top: 30px;
}

.explications .metro {
    margin-bottom: 15px;
}

.explications .metro span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    margin-left: 4px;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    background: #242942;
    border-color: #242942;
    color: #FFF;
    height: 60px;
    border-radius: 0;
    padding: 0 20px;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset,
        0 0 8px rgba(36, 41, 66, 0.25);
    outline: 0 none;
}

.form-section .btn-default.contrast {
    width: 100%;
    display: block;
}

p.help {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    margin-top: 85px;
    margin-bottom: 30px;
}

p.help a {
    color: #BAC8FF;
}

.lt-ie9 .selectpicker {
    display: block !important;
    width: 100% !important;
    padding: 6px 12px !important;
}

/* MODAL POP-UP */
.modal-body {
    text-align: center;
    padding: 45px 15px 60px 15px;
}

.modal-dialog .close {
    font-size: 34px;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-body h2 {
    text-transform: uppercase;
    color: #191c2f;
    font-weight: 300;
    font-size: 32px;
    margin: 0 0 30px 0;
}

.modal-body p {
    color: #5f78e6;
}

.modal-body img {
    margin: 0 auto 30px auto;
}

.modal-header {
    border-bottom: 0px;
}

.modal-content {
    border-radius: 0;
}

body.modal-open .modal.fade.in {
    padding-right: 0 !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.explications p {
    font-size: 17px;
}

/* IMAGES */
.flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px auto 0;
}
.flexBox .logo {
    display: block;
    position: relative;
    text-align: center;
    width: 45%;
    padding: 0 20px;
}
.flexBox .logo img {
    display: inline-block;
    max-width: 100%;
}

/* MAP */
.container-fluid.map {
    padding: 0;
    overflow: hidden;
}

/* FOOTER */
footer {
    text-align: center;
}

.contact {
    background: #455ab6;
    color: #fff;
    padding: 65px 0;
}

.contact a.phone {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    display: block;
    margin-top: 20px;
}

ul.social-medias {
    display: inline-block;
    margin: 75px auto 0 auto;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
}

ul.social-medias li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

/* COPYRIGHT */

.copyright {
    background: #455ab6;
}

.copyright p {
    text-align: center;
    color: #8297f1;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 20px 0;
    font-family: "Inter", sans-serif;
}

.copyright img {
    margin: -1px 0 0 4px;
}

/* MEDIA QUERIES */
@media all and (min-width: 768px) {
    .container-fluid.header img.mobile {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .form-section h1 {
        font-size: 36px;
    }

    .contact {
        color: #fff;
        padding: 60px 0;
    }
    ul.social-medias li {
        margin: 0 20px;
    }
    .btn-default.contrast {
        font-size: 14px;
    }
    p.help {
        font-size: 14px;
        margin-top: 60px;
    }
    .form-control,
    .bootstrap-select.btn-group {
        height: 45px;
    }
}

@media all and (max-width: 767px) {
    .container-fluid.header img.desktop {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .form-section .button {
        width: 100%;
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {
    .navbar p {
        font-size: 14px;
        line-height: 14px;
        margin: 18px 0;
    }

    .form-section h1 {
        font-size: 31px;
    }

    .form-section {
        padding: 30px 0;
    }

    .modal-body {
        padding: 20px 15px 30px 15px;
    }

    .modal-body h2 {
        font-size: 28px;
        margin: 0 0 20px;
    }

    #map {
        height: 320px !important;
    }
}
