
:root {
    --bleu-fonce: #11479F;
    --bleu-clair: #2596F1;
}
.center{
    padding:0 20px;
}
header .header-right {
    display: flex;
    align-items: center;
}
header {
    background:#fff;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .section_form form {
    display: flex;
    position: relative;
    display: flex;
    flex-basis: 90%;
}
header .section_form form input {
    border-radius: 10px;
    border: var(--bleu-clair) solid 1px;
    height: 40px;
    margin-right: 5px;
    padding-left: 10px;
    width:100%
}
header .section_form #result_search {
    position: absolute;
    width: 570px;
    background: white;
    padding: 0px 10px;
    color: transparent;
    border-top-color: transparent;
    margin-left: 15px;
    top: 100%;
    width: 75%;
    z-index: 1000;
}
header .section_form #result_search p {
    cursor: pointer;
    text-transform: capitalize;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--bleu-clair);
}
header .section_form form button {
    background-color: var(--bleu-clair) !important;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    color: white !important;
    border-color: var(--bleu-clair);
    border-style: solid;
}
#estimBtn {
    max-width:68px;
    height: 40px;
    margin-left: -20px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#toggleCardBtn {
    margin: 0 10px;
    background-color: #fff!important;
    color: var(--bleu-clair)!important;
    border: 1px solid var(--bleu-clair);
    width: 145px;
    padding:0 5px!important
}
@media screen and (min-width: 1000px) {
    #toggleCardBtn {display:none}
}
header .header-right img {
    width: auto;
    height: 60px;
    margin-right: 25px;
}
header .header-right div p {
    color: var(--bleu-fonce);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
}
header .header-right div a {
    color: var(--bleu-fonce);
    text-decoration: none;
    border-radius: 10px;
    border: solid var(--bleu-fonce) 1px;
    padding: 2px 5px 3px 5px;
}
.section_form {width:50%}
@media screen and (max-width: 800px) {
    .section_form {
        padding-bottom: 10px;
        width:100%;
        display: flex;
        justify-content: center;
    }
.header-left {
    width: 100%;
    text-align: center;
}
#pgi_form #input-auto {
    width:100%
}
.center {
    padding: 0 10px;
}
header {
    display:block!important;
}
header .header-right {display:none}
}