
@font-face {
    font-family: "AvenirLTStd-Book";
    src: url("/assets/font/AvenirLTStd-Book.otf");
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/AvenirLTStd-Light.otf");
}

@font-face {
    font-family: "AvenirLTStd-Roman";
    src: url("/assets/font/AvenirLTStd-Roman.otf");
}

@font-face {
    font-family: "Montserrat";
    /*src: url("/assets/font/Chalkduster.ttf");*/
    src: url("/assets/font/Montserrat-Regular.ttf");
    /*src: url("/assets/font/Montserrat-Regular.ttf") format('truetype');*/
}

@font-face {
    font-family: "OpenSans";
    src: url("/assets/font/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("/assets/font/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("/assets/font/OpenSans-Light.ttf");
}

.colorPrimary {
    color: #2698c5 ;
}

.colorPrimaryDark {
    color: #045fad ;
}

.colorSecondary {
    color: #f47923 ;
}

.bgColorPrimary {
    background-color: #2698c5 ;
}

.bgColorPrimaryDark {
    background-color: #045fad ;
}

.bgColorSecondary {
    background-color: #f47923 ;
}

.bgColorGrey {
    background-color: #F5F5F5 !important;
}

.textColorPrimaryDark {
    color: #696969 !important;
}

.textColorPrimaryLight {
    color: #696969 !important;
}

.checkBoxColorPrimary {
    border: 1px solid #2698c5;
    background-color: transparent;
}
.checkBoxColorPrimary:checked {
    background-color: #2698c5;
}



.hrCustom {
    color: #979797;
    width: 92%;
}

.formCheck {
    margin-left: 20px;
}

.formCheckLabel {
    font-size: 1.1rem;
    font-weight: normal;
    color: #033560;
}

.formLabel {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 0px 0px 0px 17px;
}

.formInput {
    width: 100%;
    height: 50px;
    padding: 10px 17px 10px 17px;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    background-color: #FFFFFF;
}

.formInput:focus {
    outline: none;
}

.formTextArea {
    width: 100%;
    padding: 10px 17px 10px 17px;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.formTextArea:focus {
    outline: none;
}

.formCartInput {
    width: 100%;
    height: 50px;
    padding: 10px 17px 10px 17px;

    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;
    border: 1px solid #979797;
    border-radius: 26px;

    background-color: transparent;

    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formCartInput:focus {
    outline: none;
}

.formSearchInput {
    width: 100%;
    height: 50px;
    padding: 10px 17px 10px 17px;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;
    border: 1px solid #c9c9c9;
    border-radius: 17px;
    background-color: #FFFFFF;
    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formSearchInput:focus {
    outline: none;
}

.formCommentTextArea {
    width: 100%;
    padding: 10px 17px 10px 17px;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #ffffff;
}

.formCommentTextArea:focus {
    outline: none;
}

.foot-page-title {
    display: block;
    text-align: center;
}

.foot-page-title-in {
    display: inline-block;
    margin-top:70px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #160d58;
    text-align: center;
    border-bottom: solid 6px #2494cd;
}

.foot-page-content {
    font-weight: bold;
    font-size: 0.9rem;
    color: #033560;
}

.btn-custom {
    cursor:pointer;
    display: inline-block;
    /*font-weight: 400;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: auto;
    /*font-size: 1rem;*/
    line-height: 1.5;
    /*border-radius: 0.25rem;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-custom:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.btn-menu-dark {
    color: #ffffff;
    background-color: #2698c5;
    border-color: #2698c5;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 40px;
    width: 170px;
    padding: auto;
}

.btn-menu-dark:hover {
    color: #ffffff;
    background-color: #0464a5;
    border-color: #0464a5;
}

.btn-menu-dark:focus, .btn-menu-dark.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-menu-dark.disabled, .btn-menu-dark:disabled {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
}

.btn-menu-dark:not(:disabled):not(.disabled):active, .btn-menu-dark:not(:disabled):not(.disabled).active,
.show > .btn-menu-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #034a77;
}

.btn-menu-dark:not(:disabled):not(.disabled):active:focus, .btn-menu-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-menu-dark.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-menu-light {
    color: #ffffff;
    background-color: #2698c5;
    border-color: #2698c5;
    border-radius: 17px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 40px;
    width: 170px;
    padding: 0 10px 0 10px;
}

.btn-menu-light:hover {
    color: #ffffff;
    background-color: #0464a5;
    border-color: #0464a5;
}

.btn-menu-light:focus, .btn-menu-light.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-menu-light.disabled, .btn-menu-light:disabled {
    color: #033560;
    background-color: #DCDEE1;
    border-color: #DCDEE1;
}

.btn-menu-light:not(:disabled):not(.disabled):active, .btn-menu-light:not(:disabled):not(.disabled).active,
.show > .btn-menu-light.dropdown-toggle {
    color: #033560;
    background-color: #eff1f4;
}

.btn-menu-light:not(:disabled):not(.disabled):active:focus, .btn-menu-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-menu-light.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homecmd {
    color: #ffffff;
    background-color: #f47923;
    border-color: #f47923;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    width: 232px;
    padding: 19px 40px 19px 40px;
}

.btn-homecmd:hover {
    color: #ffffff;
    background-color: #DA6D23;
    border-color: #DA6D23;
}

.btn-homecmd:focus, .btn-homecmd.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homecmd.disabled, .btn-homecmd:disabled {
    color: #ffffff;
    background-color: #DA6D23;
    border-color: #DA6D23;
}

.btn-homecmd:not(:disabled):not(.disabled):active, .btn-homecmd:not(:disabled):not(.disabled).active,
.show > .btn-homecmd.dropdown-toggle {
    background-color: #f47923;
    border-color: #f47923;
}

.btn-homecmd:not(:disabled):not(.disabled):active:focus, .btn-homecmd:not(:disabled):not(.disabled).active:focus,
.show > .btn-homecmd.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homeexplain {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
    border-radius: 28px;
    font-weight: bold;
    font-size: 1.1rem;
    /*text-transform: uppercase;*/
    /*height: 56px;*/
    /*width: 232px;*/
    padding: 19px 40px 19px 40px;
}

.btn-homeexplain:hover {
    color: #ffffff;
    background-color: #03274F;
    border-color: #03274F;
}

.btn-homeexplain:focus, .btn-homeexplain.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homeexplain.disabled, .btn-homeexplain:disabled {
    color: #ffffff;
    background-color: #03274F;
    border-color: #03274F;
}

.btn-homeexplain:not(:disabled):not(.disabled):active, .btn-homeexplain:not(:disabled):not(.disabled).active,
.show > .btn-homeexplain.dropdown-toggle {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
}

.btn-homeexplain:not(:disabled):not(.disabled):active:focus, .btn-homeexplain:not(:disabled):not(.disabled).active:focus,
.show > .btn-homeexplain.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homepreview {
    color: #ffffff;
    background-color: #02578e;
    border-color: #02578e;
    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    /*width: 232px;*/
    padding: 19px 40px 19px 40px;
}

.btn-homepreview:hover {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-homepreview:focus, .btn-homepreview.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homepreview.disabled, .btn-homepreview:disabled {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-homepreview:not(:disabled):not(.disabled):active, .btn-homepreview:not(:disabled):not(.disabled).active,
.show > .btn-homepreview.dropdown-toggle {
    color: #ffffff;
    background-color: #02578e;
    border-color: #02578e;
}

.btn-homepreview:not(:disabled):not(.disabled):active:focus, .btn-homepreview:not(:disabled):not(.disabled).active:focus,
.show > .btn-homepreview.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}


.btn-sharesecondary {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    min-width: 180px;
    padding: 15px 24px 17px 29px;
    /* ancienne couleur  #f47923;*/
}

.btn-sharesecondary:hover {
    color: #ffffff;
    background-color:  #033560;
    border-color:  #033560;
    /* ancienne couleur #DA6D23;*/
}

.btn-sharesecondary:focus, .btn-sharesecondary.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-sharesecondary.disabled, .btn-sharesecondary:disabled {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
    /* ancienne couleur #DA6D23;*/
}

.btn-sharesecondary:not(:disabled):not(.disabled):active, .btn-sharesecondary:not(:disabled):not(.disabled).active,
.show > .btn-sharesecondary.dropdown-toggle {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
    /* ancienne couleur  #f47923;*/
}

.btn-sharesecondary:not(:disabled):not(.disabled):active:focus, .btn-sharesecondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-sharesecondary.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareprimary {
    color: #ffffff;
    background-color: #2698c5;
    border-color: #2698c5;
    border-radius: 17px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 56px;
    min-width: 180px;
    padding: auto;
}

.btn-shareprimary:hover {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-shareprimary:focus, .btn-shareprimary.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareprimary.disabled, .btn-shareprimary:disabled {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-shareprimary:not(:disabled):not(.disabled):active, .btn-shareprimary:not(:disabled):not(.disabled).active,
.show > .btn-shareprimary.dropdown-toggle {
    color: #ffffff;
    background-color: #02578e;
    border-color: #02578e;
}

.btn-shareprimary:not(:disabled):not(.disabled):active:focus, .btn-shareprimary:not(:disabled):not(.disabled).active:focus,
.show > .btn-shareprimary.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareblack {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    min-width: 180px;
    padding: 15px 24px 17px 29px;
}

.btn-shareblack:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn-shareblack:focus, .btn-shareblack.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareblack.disabled, .btn-shareblack:disabled {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn-shareblack:not(:disabled):not(.disabled):active, .btn-shareblack:not(:disabled):not(.disabled).active,
.show > .btn-shareblack.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-shareblack:not(:disabled):not(.disabled):active:focus, .btn-shareblack:not(:disabled):not(.disabled).active:focus,
.show > .btn-shareblack.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-search {
    color: #ffffff;
    background-color: #2698c5;
    border-color: #2698c5;
    border-radius: 17px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    min-width: 80px;
    padding: auto;
}

.btn-search:hover {
    color: #ffffff;
    background-color: #0464a5;
    border-color: #0464a5;
}

.btn-search:focus, .btn-search.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-search.disabled, .btn-search:disabled {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-search:not(:disabled):not(.disabled):active, .btn-search:not(:disabled):not(.disabled).active,
.show > .btn-search.dropdown-toggle {
    color: #ffffff;
    background-color: #979797;
    border-color: #979797;
}

.btn-search:not(:disabled):not(.disabled):active:focus, .btn-search:not(:disabled):not(.disabled).active:focus,
.show > .btn-search.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-img {
    margin-right: 10px;
}

.btn-addArticle {
    font-size: 12px !important;
    padding: 5px 10px !important;
    height: 40px;
    border-radius: 17px !important;
}

.btn-switchCommunityAccess {
    background-color: transparent;
    box-shadow: none !important;
}