﻿@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Black.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-BlackItalic.otf');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-BoldItalic.otf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-ExtraBold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-ExtraBoldItalic.otf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-ExtraLight.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-ExtraLightItalic.otf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Italic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-LightItalic.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-MediumItalic.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.otf');
    font-weight: 400; /*normal*/
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-SemiBoldItalic.otf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Thin.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-ThinItalic.otf');
    font-weight: 100;
    font-style: italic;
}
/*define font rem size*/
html {
    font-size: 9px;
}

body {
    font-family: "Montserrat";
}

:root {
    --main-color: #7b222e;
    --light-color: #fff;
    --mid-light-color: #f5f5f5;
    --dark-color: #333132;
    --mid-dark-color: #4e4d4d;
    --footer-color: #191919;
}

main#skipToContent {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
}

.marsannay header .header #menu li .link-leading {
    font-family: Montserrat;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120px;
}


main#skipToContent .dijon-content {
    box-shadow: none !important;
}

body .cygnus header .header .myDijonSSO.account,
body .cygnus header .header .myDijonSSO button,
body .cygnus header .header .div-notif {
    background-color: #7b222e;
}

    body .cygnus header .header .myDijonSSO button:hover,
    body .cygnus header .header .myDijonSSO.account:hover {
        background-color: #7b222e;
        font-weight: 500;
        /* color: #7b222e; */
        /* border: solid 1px #7b222e; */
    }

.marsannay .cygnus header .header .account:hover svg {
    /* fill: #7b222e; */
}

body .cygnus header .header .myDijonSSO.account, body .cygnus header .header .myDijonSSO button, body .cygnus header .header .div-notif {
    background-color: #7b222e;
    font-family: Montserrat;
    box-sizing: border-box;
    font-size: 2.5rem;
}

.marsannay .cygnus .myDijonSSO.account a {
    color: inherit;
    transition: none;
    /* animation: none; */
    padding: 44px;
    font-family: inherit;
    font-size: inherit;
}

.marsannay main#skipToContent .dijon-content {
    background-color: #fff;
    max-width: 1400px;
}

.marsannay .dijon-content .vdd-form.homeserviceswpc {
    background-color: #fff;
}

.marsannay main#skipToContent {
    background-color: #fff;
}


.marsannay .dijon-content .vdd-form.civilstatuswpc.wizard {
    background-color: #fff;
}

.wrapper.with-time div .title {
    border-right: 1px solid #7b222e;
}

.wrapper.with-time span.time {
    color: #5f6061;
    margin-top: 6px;
    background: url("../images/time-background-gold.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: contain;
    background-position: right;
}

.eserviceheader span.title::after {
    background-color: #7b222e;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #C7737F;
    color: white;
    box-shadow: 0 0 5px #ccc;
}

.ui-menu .ui-menu-item a.ui-state-active {
    border: 1px solid #C7737F;
}

.form-entry.current > .textbox input,
.form-entry.current > .integerbox input,
.form-entry.current > .realbox input,
.form-entry.current > .longtextbox textarea,
.form-entry.current > .combobox .custom-combobox,
.form-entry.current > .combobox select,
.form-entry.current > .datebox,
.form-entry.current > .timebox,
.form-entry.current > .datetimebox,
.form-entry.otm-row.current > td > .textbox.editable input,
.form-entry.otm-row.current > td > .longtextbox textarea,
.form-entry.otm-row.current > td > .datebox,
.form-entry.otm-row.current > td > .timebox,
.form-entry.otm-row.current > td > .datetimebox,
.form-entry.otm-row.current > td > .combobox .custom-combobox,
.form-entry.otm-row.current > td > .combobox select {
    border-color: #C7737F;
    box-shadow: 0 0 5px #ccc;
}

.cygnus .form-group legend::after {
    background-color: #7b222e !important;
}

.vdd-form .form-group.one-column .form-group-helper::before {
    border-right: 7px solid #5f6061;
}

.cygnus .vdd-form .form-group.one-column .form-group-helper {
    background-color: #5f6061 !important;
}

.dijon-content div.vdd-form {
    box-shadow: inherit;
    background: none;
}

.form-entry .control.checkboxview input:checked + label::before {
    background-color: white;
    border: 1px solid #5f6061;
}

.form-entry .control.checkboxview input:checked + label::after {
    border-color: #C7737F;
}

.form-entry .required {
    color: #C7737F;
}

#cnil_banner_consent {
    background-color: #5f6061;
}

    #cnil_banner_consent .close:before {
        background: none;
        background-size: cover;
    }

    #cnil_banner_consent .center .close {
        background-color: #7b222e;
        border: 2px #7b222e solid;
        border-radius: 15px;
    }

        #cnil_banner_consent .center .close:hover {
            background: none;
            border: 2px #7b222e solid;
            border-radius: 15px;
        }

        #cnil_banner_consent .center .close:after {
            display: none
        }

        #cnil_banner_consent .center .close:before {
            display: none
        }

.marsannay .form-entry .radiobuttonview td input:checked + label:before {
    border: 1px solid #7b222e;
}

.marsannay .form-entry .radiobuttonview td input:checked + label:after {
    background-color: #7b222e;
}
