
/* Base CSS */

body {
    color: #000000;
    font: normal normal 400 18px/30px Montserrat;
}

a {
    text-decoration: none;
}


.disable-div-content{
    background: #FFFFFF 0 0 no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
}
.login-bloc{
    position: fixed;
    top: 25%;
    left: 25%;
    padding: 20px;
    z-index: 2;
    width: 50%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 2px 10px #2DB7BC33;
    text-align: center;
}
.text-login{

    font: normal normal 300 40px/49px Montserrat;
    color: #0D121F;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 1;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
    border: 1px solid #1ba2b0 !important;
}

small {
    line-height: 18px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
}

h1 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 500;
}


/* bs start */
input.form-control:focus {
    outline: 0;
}

input.form-control {
    width: 100%;
    color: #394853;
    background-color: #f7f5f5;
    border: 1px solid #f7f5f5;
    padding-left: 15px;
    font-weight: 300;
    height: 62px;
    font-size: 20px;
    border-radius: 0;
}

textarea.form-control {
    width: 100%;
    color: #394853;
    background-color: #f7f5f5;
    border: 1px solid #f7f5f5;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #394853;
    font-weight: 300;

}

.me-btn-row {
    margin-right: 0.8rem;
}

.button-primary:hover,
.btn-outline-primary:hover,
.button-secondary:hover {
    opacity: 0.9;
    transition: opacity 0.5s;
}

/* bs end*/

/*header_bg start*/

.header_bg {
    height: 20vh;
    min-height: 182px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main {
    position: relative;
}

.logo-home {
    height: 175px;
}

.logo img {
    max-height: 175px;
}

.logo {
    display: flex;
    align-items: center;
}

.header-container, .footer-container{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.titre-header {
    text-transform: uppercase;
    margin-bottom: 0 !important;
    text-align: center;
    font: normal normal 700 35px/55px Montserrat;
    color: var(--secondary);

}

.main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-right, .footer-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.btn{
    border-radius: 0;
    padding: 12px 1rem 12px 1rem;
    text-align: center;
    font: normal normal 700 18px/29px Montserrat;
    color: var(--secondary);
    border: 1px solid #000000;
}


.button-primary {
    background: var(--primary) 0 0 no-repeat padding-box;
    border: 1px solid var(--primary)!important;
}

.button-secondary {
    color: var(--primary) 0 0 no-repeat padding-box;
    border: 1px solid var(--primary);
    background-color: var(--secondary) 0 0 no-repeat padding-box;
}


.button-primary:hover {
    color: var(--primary);
    background: var(--secondary) 0 0 no-repeat padding-box;

}

.button-secondary:hover {
    color: var(--secondary)!important;
    background: var(--primary) 0 0 no-repeat padding-box!important;

}

.header_txt {
    position: absolute;
    top: 62px;
    right: -6px;
    text-align: right;
}

.header_txt p {
    font-weight: bold;
    font-style: italic;
    color: #00172b;
    font-size: 17px;
}

.header_txt italy {
    padding: 0 22px 0 23px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    font-weight: 700;
}

.header_txt span {
    font-style: italic;
    font-size: 15px;
}

.header_txt span {
    position: absolute;
    right: 0;
    margin-top: 9px;
}

.header_txt p {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: "Poppins";
    margin-right: 6px;
}

.header_txt p a {
    margin-left: 8px;
    font-family: "Poppins";
    font-weight: 400;
}

.header_txt ul {
    padding-left: 0;
}

.header_txt ul li {
    display: inline-block;
    margin: 6px;
}

.header_txt ul li a {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

.user-connected{
    position: absolute;
    right: 10px;
    color: var(--secondary);
}
.user-connected .link-logout{
    color: var(--secondary);
}

/*header_bg end*/

/** nav-top **/
.nav-top {
    width: 100%;
    padding: 33px 50px 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #000;
}

.nav-top nav {
    flex: 1;
}
.nav-top nav div {
    justify-content: center;
    flex: 1;
}

.nav-top nav div ul li {
    width: auto;
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.nav-top nav div ul li a {
    text-align: center;
    font: normal normal 500 24px/29px Montserrat;
    color: #0D121F;

}

.nav-top nav div ul li a.active-nav-top {
    color: var(--primary);
}


/** End nav-top **/

.location_area {
    color: #fff;
    display: flex;
    padding: 10px 20px 20px 20px;
}

.pac-container {
    z-index: 1051 !important;
}

.slider-moment-label div {
    font-size: 0.85rem;
    margin-top: 0.2rem;
}




.right-addon .icon-remove-circle {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.location_area {
    /*background: #00a1b0;*/
    padding: 20px;
}

.location_text {
    border-bottom: 2px solid #b3e2e7;
    width: 100%;
}


.main-content {
    padding-bottom: 80px;
    min-height: 700px;
}

.footer_area {
    padding: 10px 0 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: inherit;
    height: 185px;
    background: #0D121F 0 0 no-repeat padding-box;
}

.footer_menu {
    text-align: center;
}


.footer_menu ul li
{
    width: auto;
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}
.footer_menu.footer_text_color ul li {
    color: #00172b;
}
.footer_menu ul li a
{
    text-align: center;
    font: normal normal 500 24px/29px Montserrat;
    color: #0D121F;
}

.footer_menu a,
.footer_menu a:hover,
.footer_menu a:link,
.footer_menu a:visited {
    text-decoration: underline;
    color: var(--secondary) !important;
}

.header_area {
    border-bottom: 10px solid #fff;
}

.headerman {
    position: absolute;
    right: 0;
    top: 50px;
}

.headerman a {
    text-decoration: none;
}

.header_menu li {
    list-style: none;
    /*color: #00a1b0;*/
    font-weight: 400;
}

.header_img {
    text-align: center;
}

.button button {
    display: inline-block;
    padding: 8px 45px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    border: none;
    outline: none;
}

.button {
    text-align: center;
}

@keyframes blink {
    50% {
        border-color: #a95e6f;
    }
}


/** Actualite **/

.actualite{
    margin-top: 32px;
}

.actualite-image {
    display: inline-flex !important;
    align-items: flex-start;
    justify-content: end;
}
.actualite-image img {
    max-width: 465px;
    max-height: 408px;
}

.actualite-info {
    padding-left: 66px;
    max-width: 600px;
}

.actualite-title {
    text-align: left;
    font: normal normal 500 32px/49px Montserrat;
    color: #2E2828;
    margin: 0;
}

.actualite-pub {
    text-align: left;
    font: normal normal 500 20px/24px Montserrat;
    color: #2E2828;
}

.actualite-date-pub {
    color: #E6477E;
}

.actualite-detail {
    text-align: left;
    font: normal normal 400 18px/30px Montserrat;
    color: #2E2828;
    margin-top: 24px;
}

.actualite-btns{
    margin-top: 34px;
}
.actualite-btn-detail {
    background: var(--primary) 0 0 no-repeat padding-box;
}


.actualite-btn-download {
    background: #E6477E 0 0 no-repeat padding-box;
    border: 1px solid #E6477E!important;
}

.actualite-btn-download:hover{
    color: #E6477E;
    background: var(--secondary) 0 0 no-repeat padding-box;
}

/** end actualite **/


/** home page **/


.actualites{
    margin: 90px 0;
}
/** end home page **/

.bloc-contact{
    background: var(--primary) 0 0 no-repeat padding-box;
}
.bloc-adresse{
    padding: 12rem;
    color: var(--secondary);
}