select option {
    color: black !important;
}

.header_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 2em auto;
    filter: drop-shadow(20px 10px 20px rgba(0, 0, 0, 0.35));
    /*filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.35));*/
}

.header_container .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 2em 4em;
    background: white;
    border-radius: 20px;
}

.left, .right {
    padding: 1em;
    background: white;
    border-radius: 20px;
    min-height: 350px;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004062 !important;
    text-align: left;
}

/*.right {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.header_container ul {
    list-style: none;
    text-align: left;
}

.header_container .content {
    display: flex;
    flex-direction: column;
    margin: 2em auto;
}

span.bold {
    font-weight: 800;
}

.logo {
    max-width: 150px;
}

.menu {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

.menu p {
    margin: auto .5em;
}

.menu a {
    min-width: 150px;
}

a:hover {
    background: #b0922a;
}

.logo_container {
    display: flex;
    /*margin: 1em auto;*/
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo_container img {
    margin: auto 2em;
}

.logo_container a, .logo_container a:hover  {
    background: none;
}

.active {
    background: #b0922a !important;
}

.pack_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
}

#simple {
    background: rgba(230, 90, 57, 1) linear-gradient(166deg, rgba(230, 90, 57, 1) 0%, rgba(230, 90, 57, 1) 35%, rgba(222, 63, 38, 1) 35%, rgba(208, 30, 42, 0.3) 80%, rgba(192, 8, 41, 0.5) 100%);
}

#premium {
    background: rgba(143, 164, 219, 1) linear-gradient(166deg, rgba(118, 164, 219, 1) 0%, rgba(118, 164, 219, 1) 35%, rgba(103, 154, 215, 1) 35%, rgba(143, 164, 219, 0.3) 80%, rgba(143, 164, 219, 0.5) 100%);
}

#sur_mesure {
    background: rgba(3, 180, 24, 1) linear-gradient(166deg, rgba(4, 227, 30, 1) 0%, rgba(4, 227, 30, 1) 35%, rgba(39, 227, 114, 1) 35%, rgba(13, 73, 37, 0.3) 80%, rgba(13, 73, 37, 0.5) 100%);
}

#simple, #premium, #sur_mesure {
    color: white !important;
    margin: 0 .5em;
    border-radius: 20px;
    padding: 1em;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    max-width: 300px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#partner li::after, .header_container li::after {
    position: absolute;
    left: -30px;
    top: 50%;
    content: "";
    display: block;
    height: 0.5em;
    width: 0.5em;
    transform: translate(100%, -50%) rotate(45deg);
    border-top: 2px solid white;
    border-right: 2px solid white;
}

#partner li::before, .header_container li::before {
    position: absolute;
    left: -35px;
    top: 50%;
    content: "";
    display: block;
    height: 0.5em;
    width: 0.5em;
    transform: translate(100%, -50%) rotate(45deg);
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.header_container li::after {
    border-top: 2px solid black;
    border-right: 2px solid black;
}

.header_container li::before {
    border-top: 2px solid black;
    border-right: 2px solid black;
}

#partner li, .header_container li {
    list-style: none !important;
    position: relative;
}

section h3 {
    font-size: 1.5em;
}

h3 {
    letter-spacing: 0 !important;
}

#partner .title {
    color: white !important;
    font-weight: bold !important;
    text-align: center !important;
    text-shadow: 5px 5px 5px black;
}

#simple, #premium, #sur_mesure {
    color: white !important;
    min-width: 40%;
}

#partner p {
    text-align: center;
}

.bold {
    font-weight: bold;
}

section {
    margin: 0 auto;
    max-width: var(--maxW);
    clear: both;
}

.pack_container {
    margin: auto auto 4em !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row !important;
}

.pack_container ul {
    padding: 2em 3em;
    text-align: left;
}

.pack_container .title span {
    font-size: 1.5em;
    font-weight: 900 !important;
}

.link {
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #e4bd37;
}


.link:hover {
    background: #b0922a;
}

ul li {
    padding-left: .5em;
}

.pack_plus {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em auto;
}

.pack_plus hr {
    min-width: 40%;
    height: 1px;
    background: white;
}

.other_pack {
    background: white;
    padding: .5em;
    font-weight: 900;
    border-radius: 5px;
    text-align: center;
}

.advantage {
    padding: 2em;
    margin: 1em;
    width: 50%;
}

.advantage h3 {
    margin-bottom: 1em;
}

.orange_box {
    background: #FF7A39;
    color: white !important;
}

#partner {
    flex-flow: row !important;
}

#partner li {
    margin: .5em auto !important;
}

.explain_content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bridge_title {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.logo_link:hover {
    background: transparent;
}

#contact_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#contact_form input, #contact_form textarea {
    border: 1px solid lightgray;
    width: 100%;
    margin-bottom: 1em;
    color: black !important;
    padding: 1em;
}

@media screen and (max-width: 1024px) {
    .explain_content {
        max-width: 90%;
    }
}

.datepicker.active {
    background: ;
}

