header

{

    height: 50px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    position: relative;
    width: 100%;;

}



header h1

{

    padding: 0 20px;

    font-size: 22px;

}

header .logo
{
    width: 2em;
    border-radius: 50%;
    margin-left: 15px;
}

.form_newsletter_v2{
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.form_newsletter_v2 input,.form_newsletter_v2 button
{
    padding: 1rem;
    margin: 15px 0;
    border-radius: 0.25rem;
    font-size: 1rem;
    border-color: black;
    background-color: white;
    color: black;
    font-weight: normal;
}

.form_newsletter_v2 input[type="text"]
{
    width: 75%;
    margin-right: 2.5px;
}

.form_newsletter_v2 input[type="submit"]
{
    width: 25%;
    margin-left: 2.5px;
    background: none;
}



header .menu-btn {

    display: none;

}



header .menu-icon {

    cursor: pointer;

    display: inline-block;

    padding: 0 20px;

    position: relative;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    height: 0;

    outline: 0;

    border: none;

    -moz-outline-style: none;

    outline:none; 

    text-decoration:none;

    outline: none !important;

    border: none !important;        

    text-decoration: none !important;

    box-shadow: none !important;

    -webkit-tap-highlight-color: transparent !important;

    -webkit-user-select: none; /* Chrome/Safari */

    -moz-user-select: none; /* Firefox */

    -ms-user-select: none; /* IE10+ */

    user-select: none;

    box-sizing: border-box;

}




header .menu-icon:active

{

    outline: none;

    box-shadow: none !important;

}

.main_menu .tm
{
    font-size: 7px;
}







header .menu-icon .navicon {

    background: #fff;

    display: block;

    height: 2px;

    position: relative;

    -webkit-transition: background 0.2s ease-out;

    transition: background 0.2s ease-out;

    width: 18px;

}



header .menu-icon .navicon:before, header .menu-icon .navicon:after {

    background: #fff;

    content: "";

    display: block;

    height: 100%;

    position: absolute;

    -webkit-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;

    width: 100%;

}



header .menu-icon .navicon:after {

    top: -5px;

}



header .menu-icon .navicon:before {

    top: 5px;

}



header .menu-btn:checked ~ .menu-icon .navicon {

    background: transparent;

}



header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {

    top: 0;

}



header .menu-btn:checked ~ .main_menu

{

    display: flex;

}



header .menu-btn:checked ~ .menu-icon .navicon:before {

    -webkit-transform: rotate(

-45deg);

    transform: rotate(

-45deg);

}



header .menu-btn:checked ~ .menu-icon .navicon:after {

    -webkit-transform: rotate(

45deg);

    transform: rotate(

45deg);

}



.header2

{

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    padding: 10px;

    transform: translateY(-100%);

    transition-duration: 0.4s ;

}



.header2.active

{

    transform: translateY(0);

}



.main_menu

{

    position: absolute;

    right: 5px;

    top: 45px;

    min-width: 160px;

    max-width: 250px;

    border-radius: 0.75em;

    box-shadow: rgb(26 38 45 / 10%) 0px 8px 16px;

    border: 1px solid rgba(26, 38, 45, 0.1);

    flex-direction: column;

    padding: 5px 0;

    z-index: 5;

    

}



.main_menu .ligne

{

    height: 0.5px;

    background : rgba(26, 38, 45, 0.1);

    margin: 5px 0;

}



.main_menu > a

{

    display: block;

    padding: 5px 10px;

}



.header2 p

{

    margin-bottom: 8px;

}



.lien_paiement

{

    padding-top: 10px;

    width: 95%;

    margin: 3px auto;

    padding: 5px;

    text-align: center;

    background-color: rgb(72 70 70);

    color: white;

    display: block;

    border-radius: 5px;

    font-size: 14px;

}



.modal-title

{

    color: black;

}



.modal-title p

{

    font-size: 12px;

    font-style: italic;

    line-height: 17px;

}



.btn-outline-teal {

    background-color: #ff0000 !important;

    color: white !important;
    border-radius : 4px;
    padding :9px 15px;

    border: 2px solid #ff0000 !important;
    display: flex;

}



.modal-footer a

{

    color: black;

    padding: inherit;

    font-size: x-small;

}