/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#wrapper>.container {
    padding: 0 !important;
}

.breadcrumb-full {
    display: none !important;
}

.header-base {
    background-color: #FFEED3;
    display: flex;
    padding: 85px 0px;
    align-items: center;
}

.base-left {
    width: 50%;
    text-align: center;
}

.base-left img {
    width: 70%;
}

.base-right {
    width: 50%;
    padding-right: 100px;
    display: flex;
    align-content: center;
    align-items: center;
}

.base-right>.base-title>h2 {

    line-height: calc(100vw * 0.03125);
    margin-bottom: calc(100vw * 0.0208);
     font-size: calc(100vw * 0.025);
}

.base-right>.base-title>p {
    text-align: left;
    font-size: calc(100vw * 0.009375);
    font-family: 'Sofia Pro Regular' !important;
    letter-spacing: 0.36px;
    color: #000;
}

.formbuilder_group {
    display: flex;
    clear: both;
    flex-direction: row;
    align-items: flex-end;
}

h2 {
    font-size: 40px;
    font-family: 'Sofia Pro Semi Bold' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.col-xs-1 {
    width: auto;
}

#html_38323>p {
    margin: 0px;
}

#html_38323>p:last-of-type {
    text-decoration: underline;
}

#html_36733>p {
    margin: 8px 0px;
    font-family: 'Sofia Pro Semi Bold';
    font-size: 16px;
    color: #293278;
}

#submitForm {
    width: 100%;
    background-color: #293278;
}

@media(max-width:1400px) {
    .base-right {
        /*padding-left: 100px;*/
    }

    .base-right>.base-title>h2 {
        line-height: 50px;
        margin-bottom: 0px !important;
    }

    .base-right>.base-title>p {
        font-size: 12px;
        margin-bottom: 0px !important;
    }

    .form-eve {
        padding: 0px 50px 0px 50px!important;
    }
}

@media screen and (max-width: 1000px) {
     .form-eve {
        padding: 0px 20px 0px 20px!important;
    }

        #gformbuilderpro_19 span {
        font-size: calc(100vw * 0.017) !important;
    }
}

@media screen and (max-width:780px) {
    .base-right {
        padding-right: 25px;
    }

}

p.champs-obg {
    font-size: 13px;
    color:#293278;
    font-family: 'Rubik'!important;
}

#module-evenement-affichage label {
    font-size: 14px;
}

.html_38323, .html_38323 a {
    font-family: 'Rubik';
    color: #000;
}

#gformbuilderpro_19 span {
    font-size: calc(100vw * 0.0095);
    font-family: 'Sofia Pro Regular';
    font-weight: 500;
    letter-spacing: 2px;
}