@font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/sourcesanspro-light.woff2') format('woff2'),
        url('../fonts/sourcesanspro-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    padding: 0;
    margin: 0;
    font-family: 'SourceSansPro', 'arial', sans-serif;
    background: #fafafa;
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.PageGlobal {
    --bs-gutter-x: initial;
    --bs-gutter-y: 0;
}

input:-webkit-autofill,
input:-webkit-autofill.focus,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-transition: none;
    transition: none;
}

input:not(:-webkit-autofill) {
    -webkit-animation-name: onAutoFillFinish;
    animation-name: onAutoFillFinish;
}

input:-webkit-autofill {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-name: onAutoFillStart;
    animation-name: onAutoFillStart;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-origin: content-box;
    -webkit-background-origin: content;
    -moz-background-origin: content;
    background-position-x: -webkit-calc(100% + 20px);
    background-position-y: center;
    background-position: right -20px center;
    background-size: 10px 10px;
    padding-right: 30px !important;
    padding-left: 12px !important;
    position: relative;
    text-align: left;
    text-transform: none;
    height: 42px;
    color: #48494a;
    font-size: 14px;
    border: 1px solid #949494;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #f07662;
    border-color: #f07662;
}
.toggleOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}
.PageGlobal {
    width: 100%;
    min-height: 100vh;
    display: flex;
    background: #fafafa;
    font-family: 'SourceSansPro', 'arial', sans-serif;
    overflow: hidden;
}

.navMine {
    border-right: 1px solid #dfebf8;
    background: #ffffff;
    z-index:4;
}

.navMine .nav {
    /*margin-left:14px;*/
}

.navMine li:first-child {
    border-top: 0;
}

.navMine li {
    position: relative;
    display: table;
    height: 70px;
    width: 100%;
}

.navMine li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
    color: #00008f;
    fill: #00008f;
    width: inherit;
    height: inherit;
    text-align: center;
    border-left: 5px solid #fff;
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
    border-bottom: 1px solid #dfebf8;
    cursor: pointer;
    font-size: 12px;
}

.navMine li a .fa {
    font-size: 24px;
}

.navMine li a span {
    display: block;
    margin-top: 5px;
    font-size: 25px;
    padding: 0 !important;
}

.navMine li.active a {
    color: #ffffff;
    fill: #ffffff;
    background-color: #00008f;
    border-left: 5px solid #f07662;
}

.navMine li:hover a {
    background-color: #b5d0ee;
    border-left: 5px solid #f07662;
}

.header {
    color: #00008f;
    background: #ffffff !important;
    border-bottom: 1px solid #dfebf8;
    position: relative;
    z-index: 2;
    min-height: 96px;
    display: flex;
    align-items: center;
}

.header .container {
    width: 100%;
    max-width: 100%;
}

.ConnexionSite {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 16px;
}

.headerTop {
    border: 2px solid #00008f;
    width: fit-content;
    float: right;
    margin-right: 17px;
    background-color: #f0f0f0;
    padding: 0 10px;
}
.headerTop  a
 {
 	color: #00008f;
 }
.headerTop button {
    border: none;
    color: #00008f;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    font-size: 17px;
}
.header__top_title {
    font-size: 36px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    font-family: 'SourceSansPro', 'arial', sans-serif;
}

.UserHeader {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px;
    justify-content: end;
    float: right;
    width:100%;
}
.UserHeader .login-greeting {
    font-size: 14px;
    display: flex;
    align-items: end;
}

.UserHeader .login-greeting:before {
    content: "\f4da";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    margin-right: 5px;
}

.UserHeader .login-greeting:after {
    display: inline-block;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-left: 5px;
}

.UserHeader .mod-login-logout__button {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    /*top:38px;*/
}

.UserHeader .mod-login-logout:hover .mod-login-logout__button {
    display: block;
}

.UserHeader .mod-login-logout {
    position: relative;
    cursor: pointer;
}

.UserHeader .mod-login-logout .btn-primary {
    border: 1px solid #00008f;
    background-color: #00008f;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.DashboardLink {
    margin: 0 -8px 32px;
}

.DashboardLink a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    background-color: #494df4;
    color: #ffffff;
    padding: 30px;
    width: 100%;
    height: 100%;
    font-family: 'SourceSansPro', 'arial', sans-serif;
    line-height: normal;
}

.DashboardLink a span {
   margin-top:5px;
}

.DashboardLink a.active {
    background-color: #00008f;
}

.containerPage {
    padding: 32px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    display: grid;
    margin-bottom: 30px;
    position: relative;
}

.selectForm {
    position: relative;
}

.Select--single {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    color: #333333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    height: 42px;
}

.Select-placeholder {
    bottom: 0;
    color: #CCCCCC;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    max-width: 100%;
    padding: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.option-select {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.groupField .caret {
    float: right;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    color: #999;
    margin-top: 10px;
}

.groupField .btn-close {
    -webkit-animation: Select-animation-fadeIn 200ms;
    -o-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px;
    float: right;
    border: none;
    background: none;
}

.groupField {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 25px;
    padding: 0;
    border: 0;
    float: left;
}

.groupField label {
    display: inline-block;
    margin: 15px 0 5px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.tootlipsw {
    border-radius: 100%;
    border: 2px solid #3032c1;
    width: 18px;
    color: #3032c1;
    height: 18px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    margin-left:5px;
}

.tooltip-inner {
    background-color: #3032c1;
    padding: 10px 20px;
    font-size: 14px;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #3032c1;
}

.datePolice .form-control {
    border-radius: 0;
    /*border-right: none;*/
    height: 42px;
    box-shadow: none;
}

.datePolice .input-group-addon {
    border-radius: 0;
    background-color: #fff;
    color: #00008f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.dropdown-menu {
    font-size: 14px;
    padding: 1px;
}

.datepicker {
    max-width: 310px;
    width: 100%;
}
.ui-datepicker-title select{
	background-image:url(../images/arrow_down.png);
	background-color:transparent;
	border:none;
	color:#fff;
	font-siz:12px;
}
.ui-datepicker-title select option{color:#000;}
.datepicker table {
    width: 100%;
}

.datepicker table tr td {
    font-size: 14px;
    line-height: 1.6;
    color: #00008f;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    font-size: 14px;
    line-height: 1.6;
    color: #00008f;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    opacity: 0.4;
}

.datepicker th.dow {
    color: #AAAAAA;
}

.datepicker thead tr:nth-child(2),
.datepicker thead tr:first-child {
    background-color: #00008f;
    color: #fff;
}

.datepicker .next,
.datepicker .prev {
    font-size: 18px;
}

.datepicker .datepicker-switch {
    text-transform: uppercase;
    font-weight: normal;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background-color: #00008f;
}

.datepicker thead th {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    line-height: 2.2;
    font-size: 14px;
}

.btn-primary {
    background: #00008f;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
    border-width: 2px;
    border-color: #00008f;
    border-bottom-color: #00005b;
    line-height: 1.6;
}
.btn.btn-danger {
    font-size: 14px;
}
.btn-primary:hover {
    background-color: #00005b;
    border-color: #00005b;
}

.PageGroupe {}

.pageHeader__title {
    color: #3032c1;
    font-size: 40px;
    font-weight: 300;
    font-family: 'SourceSansPro', 'arial', sans-serif;
    margin: 0 0 20px 0;
    text-align: center;
}

.filterToggle {
    margin-bottom: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.grouplabel {
    display: inline-block;
    margin: 0 0 11px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 0;
    margin-right: 16px;
}

.groupField__ctInput {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    display: flex;
}

.radio--switch {
    display: inline-block;
    margin: 0 !important;
    position: relative;
}

.radio--switch input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.radio--switch .radio__label {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    color: #AAAAAA;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: lighter;
    padding: 0 10px;
    background-color: #fafafa;
}

.filterToggle .radio--switch .radio__label {
    min-width: 80px;
    height: 34px;
}

.radio--switch input:checked~.radio__label {
    background: #00008f;
    color: #ffffff;
    border: 1px solid #00008f;
}

.ListeGroupe {}

.ListeGroupe ul {
    margin-left: 32px;
}

.item {
    display: flex;
    margin: 16px 0;
    font-size: 20px;
}

.treeItemExpand {
    align-items: center;
    display: flex;
    flex: 1;
    border: none;
    padding: 0;
    fill: #00008f;

}

.treeItemExpand .iconM {
    color: #00008f;
    font-size: 24px;
}

.treeItemExpand::after {
    content: '';
    flex: 1;
    border-bottom: 2px dotted #AAAAAA;
    margin: auto 16px;
}

.treeItemExpand:hover::after {
    border-color: #00008f;
}

.treeItemLabel {
    margin-left: 4px;
}

.treeItemLabel:hover {
    color: #00008f;
}

.btn-secondary {
    background: #00008f;
    border-color: #00008f;
    border-bottom-color: #00005b;

}

.treeItemAction {
    position: relative;
    padding-left: 40px;
}

.treeItemAction:not(:first-child) {
    margin-left: 16px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #00005b;
    color: #fff;
    border-color: #00005b;
    box-shadow: none;
}

.item .treeItemExpand.disabled .treeItemLabel,
.item .treeItemExpand.disabled::after {
    opacity: 0.4;
    cursor: auto;
}

.item .treeItemExpand.disabled {
    cursor: auto;
}

.item .treeItemAction.disabled {
    background: #00008f;
    border-color: #00008f;
    cursor: auto;
}

.iconAction {
    height: 100%;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 22px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.EditBtn .iconAction {
    font-size: 18px;
}

.data-list {
   
    position: relative;
    margin: 30px 0;
}
.SearchUser {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.SearchUser form {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.SearchUser .groupField {
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 0;
}

.filterToggle {
    margin-bottom: 0;
    margin-right: 25px;
}

.data-list .table>thead>tr>th {
    border: none;
    color: #00008f;
    text-align: left;
    padding: 15px 25px;
    font-weight: 400;
}

.data-list .table tr td {
    padding: 0;
    border: none;
}

.data-list .table {
    font-size: 16px;
}

.data-list .cellContent {
    position: relative;
    padding: 25px 25px;
    word-break: break-all;
    font-size: 14px;
}
.data-list td:last-of-type .cellContent {
    padding: 12px;
}
.data-list .cellContent a {
    color: #212529;
    text-decoration: underline;
}

.data-list label {
    margin-bottom: 0;
}

.groupFieldctInput {
    flex: 1;
    min-width: 120px;
    padding: 20px;
}

.groupFieldctInput select {
    border-radius: 0;
    box-shadow: none;
    padding: 13px;
    font-size: 14px;
    height: auto;
    width: 130px;
}

.data-list input[type="text"] {
    height: auto;
    padding: 13px;
    border-radius: 0;
    box-shadow: none;
    width: 350px;
    line-height: 1.2;
}

.data-list .BtnSubmit {
    height: 47px;
    padding: 6px 16px;
    background-color: #00008f;
    border: 1px solid #00008f;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.tableView__tooltip {
    color: #7f7f7f;
    padding: 10px 20px;
    font-size: 16px;
}
/*body.login #system-message-container
{
	display: none;
}*/
body.login .com-users-login {
    max-width: 400px;
    background: #fff;
    border-radius: 5px;
    margin: 10% auto 0;
    overflow: hidden;
    padding: 40px;
}

body.login,
body.login .PageGlobal {
    background: #ededed;
}
body.login .PageGlobal .Rightbloc {
	width:100%;
}
body.login #system-message-container{
	width: 400px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
}
body.login .alert-message{
	color:red;
}
.login .well {
    border: none;
    background: #fff;
    padding: 0;
}

.login .com-users-login__input {
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
}

.login .com-users-login__input label {
    color: #6f7780;
    background-color: #fff;
    padding: 1px 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .15s ease-in-out, top .15s ease-in-out, padding .15s ease-in-out;
    position: absolute;
    /*pointer-events: none;*/
    left: 10px;
    transition: 0.2s ease all;
    font-size: 16px;
    z-index: 3;
    width: 90%;
    font-weight:bold;
}

.login .com-users-login__input input {
    border-style: solid;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 16px;
    height: 52px;
    line-height: 1.1;
    outline: none;
    padding: 0 16px;
    width: 100%;
    color: #2d333a;
    background-color: #fff;
    transition: box-shadow .2s ease-in-out, border-color .2s ease-in-out;
    border-radius: 3px !important;
    border: 1px solid #c2c8d0;
}

.login .focused label {
    top: -5px;
    transform: scale(.88) translateX(-2px) translateY(-50%);
    overflow: visible;
    white-space: normal;
    background: #fff;
    z-index: 10;
    transform-origin: 0;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #007bad;
    width: auto;
}

.login .com-users-login__input.focused input {
    color: #007bad;
    border: 2px solid #007bad;
}

.login .com-users-login__input .form-control:focus {
    box-shadow: none;
}

.login .com-users-login__input .input-password-toggle {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 9;
    background: #fff;
    border: none;
}

.login .btn-secondary:not(:disabled):not(.disabled):active,
.login .show>.btn-secondary.dropdown-toggle {
    background: #fff;
}

.visually-hidden {
    display: none;
}

.login .com-users-login__input .icon-fw {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
}

.login .com-users-login__input .icon-eye {
    background-image: url(../images/eye.svg);
}

.login .com-users-login__input .icon-eye-slash {
    background-image: url(../images/eye-slash.svg);

}

.login .com-users-login__input .form-control-feedback {
    display: none;
}

.login .com-users-login__submit {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login .com-users-login__submit .btn-primary {
    background-color: #635dff;
    width: 100%;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.login .com-users-login__remember label {
    color: #007bad;
}

.logoConnexion {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.login h1 {
    font-size: 24px;
    text-align: center;
}

.login .page-header {
    border-bottom: none;
    margin-bottom: 0;
}

.login .login-description {
    margin-bottom: 20px;
    text-align: center;
}

.login .list-group-item {
    color: #007bad;
}

.tabsw {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    color: #00008f;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 32px;
}

.tab__selected {
    background-color: #00008f;
    color: #ffffff;
}

.tabsw h1 {
    font-size: 18px;
    margin: 0;
    font-family: 'SourceSansPro', 'arial', sans-serif;
}

.FormGlobal .form-control {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 13px 11px;
    font-size: 14px;
    color: #333333;
    width: 100%;
    transition: all 0.2s ease-out;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    line-height: 1.15;

}

.FormGlobal label {
    display: inline-block;
    margin-bottom: 11px;
    font-size: 18px;
    color: #333333;
}
.FormGlobal label.error {
    color: red;
    font-size: 16px;
    margin-top: 5px;
}
.PageSearch .FormGlobal .GroupeFiled {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.PageSearch .FormGlobal .form-group {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 10px;
}

.PageSearch .FormGlobal .btn-primary {
    text-transform: uppercase;
    float: right;
}

.ListeSearch {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 32px;
}

.ListeSearch .cellContent {
    font-size: 16px;
    color: #00008f;
    text-align: left;
    padding: 15px 10px;
    font-weight: 300;

}

.ListeSearch .cellContent .icon-s {
    font-size: 12px;
}

.TriSort {
    background: #fff;
    border: none;
    cursor: pointer;
}

.ListeSearch .cellContent .iconBas.bi-caret-down-fill::before {
    content: "\f235";
}

.ListeSearch .table>thead>tr>th {
    border: none;
    padding: 0;
    vertical-align: top;
}

.ListeSearch .table>tbody>tr>td {
    padding: 0;
    border: none;
}

.ListeSearch .cellContent__children {
    position: relative;
    font-size: 14px;
    padding: 25px;
    word-break: break-all;
}

.PageGlobal .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 0;
    background-color: #fafafa;
}

.PageGlobal .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 13px;
    border: 1px solid #ccc !important;
    border-radius: 0;
}

.PageGlobal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #00008f;
    border-color: #00008f !important;
    color: #fff !important;
}

.myCalend {
    position: absolute;
    right: 8px;
    top: 30%;
}

.selectivity-single-result-container .fa-remove {
    background: url(../images/remove.jpg) no-repeat;
    width: 10px;
    height: 9px;
    display: block;
    font-size: 0;
    margin-top: 5px;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    font-size: 0;
    visibility: visible;
}

.dataTable a {
    color: #00008f;
}

.dataTable a.btn {
     padding: 9px 13px;
    color: #fff;
    position: relative;
    line-height: 23px;
    height: 43px;
}

.dataTable a.btn em {
}
.dataTable a.btn span {
   position: absolute;
    color: #00008f;
    background-color: #fff;
    border: 1px solid #00008f;
    display: none;
    top: -26px;
    font-size: 13px;
    padding: 0 5px;
    left: 0;
    width: max-content;
}
.dataTable a.btn:hover span{
	display: block;
}
.form-check.guaranteeParent {
    font-weight: 600;
    margin-top: 10px;
}

.form-check.guaranteesChild {
    width: 90%;
    display: flex;
    margin-bottom: 10px;
}

.form-check.guaranteesChild label {
    width: 50%;
    font-size: 16px;
}

.form-check.guaranteesChild input[type="text"] {
    clear: both;
    width: 60%;
    border-radius: 0;
    height: 36px;
    border: 1px solid #ccc;
}


.agreements .form-check {
    padding-left: 20px;
}
.agreements .row button.btn-primary {
    margin-top: 51px;
}
.agreements .row button.btn-danger {
    margin-top: 53px;
    height: 43px;
}

#guaranteesDetail .btn-danger{
	margin-top: 0px;
	padding: 0 20px;
}

#guaranteesDetail .btn-primary{
	margin-top: 0px;
}

/***************policy********************/
.form-step-titles {
    display: flex;
    width: 100%;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 11;
}

.form-step-title {
    counter-increment: step-counter;
    flex: 1;
    position: relative;
    display: block;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-right: 0;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.form-step-title:before {
    content: counter(step-counter);
    display: inline-block;
    position: relative;
    border-radius: 100%;
    border: 1px solid #00008f;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
    color: #00008f;
}

.form-step-title.is-active {
    background-color: #00008f;
    border-color: #00008f;
    color: #fff;
}

.form-step-title.is-active:before {
    border-color: #fff;
    color: #fff;
}

.form-step-title.is-active button {
    color: #fff;
}

.selectivity-input {
    width: 100%;
}

.selectivity-single-select {
    line-height: normal;
    padding: 0;
}

.selectivity-single-selected-item-remove {
    color: #999;
}

.selectivity-caret {
    color: #999;
}

.selectivity-multiple-selected-item-remove {
    color: #333;
}

.selectivity-multiple-selected-item {
    background-color: #f5f5f5;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 4px;
    margin-top: 8px;
    vertical-align: top;
    padding: 2px 5px;
}

.groupField__ctInput select,
.selectivity-single-select,
.selectivity-multiple-input-container {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    color: #333333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    height: 42px;
}

.form-step .groupField__ctInput {
    width: 50%;
}

.groupField .groupField__label--title {
    color: #00008f;
    font-size: 30px;
    margin-bottom: 32px;
    font-weight: bold;
}

.nice-select {
    border-radius: 0;
    width: 100%;
}

.nice-select.open .list {
    border-radius: 0;
    width: 100%;
}

.input-group.date input {
    z-index: auto !important;
}

.ProductSw {
    background-color: #CCCCCC;
    padding: 16px;
    display: block;
    font-size: 18px;
    text-align: center;
    border: 1px solid #7f7f7f;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
    color: #000;
    max-width: 450px;
}

.ProductSw.active {
    background-color: #00008f;
    border-color: #00008f;
    color: #ffffff;
}

.ProductSw:hover,
.ProductSw:focus {
    background-color: #fafafa;
}

.groupField .buttonField__label {
    background-color: #CCCCCC;
    padding: 16px;
    display: block;
    font-size: 18px;
    text-align: center;
    border: 1px solid #7f7f7f;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.buttonField__label input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.groupField .buttonField__label.active {
    background-color: #00008f;
    border-color: #00008f;
    color: #ffffff;
}

.groupField .buttonField__label:hover {
    background-color: #fafafa;
    color: #00008f;
}

.inputText__input {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 13px 11px;
    font-size: 14px;
    color: #333333;
    width: 100%;
    transition: all 0.2s ease-out;
}

.composition-fields {
    margin-top: 25px;
}

.composition-fields .groupField__ctInput {
    width: 100%;
}

.datepicker__input {
    display: block;
    width: 100%;
    padding: 13px 11px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #CCCCCC;
    position: relative;
    box-sizing: border-box;
}

.AvecTooltip {
    position: relative;
}

.AvecTooltip .tootlipsw {
    position: absolute;
    right: -28px;
    top: 36%;
}

/*.form-nav button,*/
.form-step {
    display: none;
}

.last-step .form-nav .submit-step,
.last-step .form-nav .devis-submit-step,
.first-step .form-nav .next-step,
.middle-step .form-nav .prev-step,
.last-step .form-nav .prev-step,
.middle-step .form-nav .next-step {
    display: initial;
}

.last-step .form-nav .devis-submit-step {
    background-color: #00008f !important;
    border-color: #00008f !important;
    margin-right: 10px;
}

.form-step-title.is-active,
.form-step.is-active {
    display: initial;
}

.funnelFooter {
    display: flex;
    position: fixed;
    bottom: 0;
    align-items: center;
    background: #ffffff;
    left: 125px;
    right: 0;
    padding: 16px;
    min-height: 80px;
    justify-content: space-between;
    margin: 32px 3px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.form-steps {
    padding-bottom: 60px;
    float:left;
    width:100%;
}

.button {
    display: inline-block;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #f07662;
    border-bottom: 2px solid #ec4d33;
    background: #f07662;
    color: #fff;
    text-transform: uppercase;
}

.button:not(:disabled).outlined {
    background: none;
    color: #f07662;
    border: 1px solid #f07662;
}

.button:not(:disabled):hover,
.button:focus {
    background-color: #ec4d33;
    border-color: #ec4d33;
    color: #fff;
}

.next-step {
    margin-left: auto;
}

.banner {
    color: #ffffff;
    background-color: #00008f;
    text-align: center;
    padding: 16px;
    margin: -32px -32px 0;
}

.banner__title {
    font-size: 24px;
    font-family: "PublicoHeadLine", "georgia", serif;
    margin: 0 0 8px;
    font-weight: 600;
}

.banner .bi-check2 {
    background: #1cc54e;
    border-radius: 100%;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.createpolicy .block__wrapper {
    padding-top: 32px;
    font-size: 16px;
}
.confirmation__summary{margin-top:0;}
.confirmation__title {
    color: #00008f;
    font-size: 22px;
    margin-bottom: 20px;
}

.itemList__content {
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
}

.itemList__label,
.itemList__title {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.itemList__item {
    margin: 16px 0;
    font-weight: bold;
}

.informationItem__prefix {
    margin-right: 7px;
    margin-left: 7px;
}

.itemList__label--blue {
    color: #00008f;
}

.itemList__label--red {
    color: #ec4d33;
}

.itemList[data-separator='3'] .itemList__item:nth-child(3n) {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
}

.ae-separator-wrapper .ae-separator {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
}

.datasTable__title {
    font-size: 18px;
    margin: 0 0 16px;
    font-weight: normal;
}

.confirmation__travelTable .datasTable__title {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.datasTable__cell {
    padding: 8px;
}

.datasTable__table {
    width: 100%;
}

.confirmation__travelTable th {
    font-weight: normal;
    color: #333333;
}

.datasTable {
    color: #00008f;
    width: auto;
}

.confirmation__travelTable td {
    font-weight: bold;
}

.toggleContainer {
    display: flex;
    flex-direction: column;
}

.toggleContainer--right {
    align-items: flex-end;
}

.toggleButton {
    display: flex;
    align-items: center;
    color: #00008f;
    padding: 0;
    border: none;
    font-size: 18px;
    background: none;
    transition: color 0.3s ease-in-out;
}

.toggleButton__icon {
    margin: 4px 0 4px 8px;
    transition: transform .2s ease-in-out;
    font-size: 14px;
}

.toggleWrapper {
    overflow: hidden;
    max-height: 2000px;
    transition: max-height 0.3s ease-in-out;
    margin-top: 8px;
}

.confirmation__toggleContent {
    display: flex;
    justify-content: flex-end;
}

.toggleWrapper[aria-expanded='true'] i {
    transform: rotate(180deg);
}

.checkout__block {
    margin-bottom: 32px;
}

.summarySubscribers {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.DetailTarification{
	background-color: #fafafa;
	padding:30px;
	position:relative;
	z-index:4;
}
.summaryInformations__wrapper {
    display: flex;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 16px;
}

.summaryInformations__wrapper--withBorder {
    border: 1px solid #CCCCCC;
    box-shadow: none;
}

.summaryInformations__icon {
    display: block;
    width: 34px;
    height: 34px;
    margin-right: 16px;
    text-align: center;
    font-size: 34px;
    color: #00008f;
}

.summaryInformations__title {
    font-size: 14px;
    color: #00008f;
    margin: 0;
}

.summaryInformations__item span:last-of-type {
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summaryInformations__item {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 20px;
    margin: 0;
}

.summaryInformations__content {
    flex: 1;
}


.attachmentList__files {
    display: flex;
    flex-wrap: wrap;
}

.attachmentList__fileItem:not(:last-of-type) {
    margin-right: 32px;
    margin-bottom: 8px;
}

.attachmentList__fileItem .btn {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 70px 15px 20px;
}
.summaryProduct {
    position: relative;
}

.summaryProduct__content {
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: flex;
    align-items: center;
}

.summaryProduct__info {
    flex: 1;
    margin-right: 8px;
}

.summaryProduct__title {
    font-family: "PublicoHeadLine", "georgia", serif;
    color: #00008f;
    margin: 0;
    font-size: 20px;
}

.summaryProduct__details {
    display: flex;
    flex: 1;
}

.summaryProduct__itemTitle {
    font-family: "SourceSansPro", "helvetica", "arial", sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0 16px 0 0;
}

.summaryProduct__attachmentItem {
    display: inline-block;
}

.summaryProduct__attachmentItem:not(:last-of-type) {
    border-right: 2px solid #7f7f7f;
    margin-right: 8px;
    padding-right: 8px;
}

.summaryProduct__price {
    color: #ec4d33;
    font-weight: bold;
    font-size: 14px;
    margin-left: 64px;
}
.checkout__form {
    background-color: #fafafa;
}

.checkout__title {
    font-family: "PublicoHeadLine", "georgia", serif;
    color: #00008f;
    font-size: 40px;
    margin: 0 0 32px;
    text-align: center;
}

.checkout__subTitle {
    font-family: "PublicoHeadLine", "georgia", serif;
    font-size: 30px;
    color: #00008f;
}
.toggleWrapper .datasTable{font-size:14px;}
.toggleButton[aria-expanded="true"] i{
	transform:rotate(180deg);
}
.checkout__block {
    margin-bottom: 32px;
}

.checkout__productDetails {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.checkout__summaryProduct {
    margin-bottom: 16px;
}

.checkout__riskTable,
.checkout__priceTable {
    flex: 1;
}

.checkout__priceTable {
    display: flex;
    flex-direction: column;
}

.checkout__guaranteesTable {
    align-self: flex-end;
}

.checkout__priceTotal {
    margin-bottom: 32px;
}

.checkout__priceTotal .price__total {
    justify-content: flex-end;
}

.checkout__consents {
    border-top: 1px solid #AAAAAA;
    margin-top: 64px;
    padding-top: 32px;
}

.checkout__consentsTitle,
.checkout__paymentTitle {
    font-family: "PublicoHeadLine", "georgia", serif;
    font-size: 30px;
    color: #00008f;
}

.checkout__consentsTerms {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 18px;
}

.checkout__toggleButton {
    margin-bottom: 16px;
}

.checkout__getDocuments {
    margin-bottom: 32px;
}
.price {
    position: relative;
}

.price__total {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.price__label {
    text-align: left;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin: 0;
}

.price__label--total {
    font-size: 14px;
    font-weight: bold;
}

.price__value {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    flex-basis: 25%;
    text-align: right;
}

.price__value--total {
    font-size: 40px;
    color: #ec4d33;
}
/***********************/
.button__icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 50px;
}

.products {
    position: relative;
    max-width: 110rem;
    margin: 32px auto 64px auto;
}

.products-list {
    display: flex;
    justify-content: space-between;
}

.product-item {
    background: #ffffff;
    padding: 0;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5), 0 0 20px 0 rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    transition: border-color 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 10px;
}

.product-item.is-selected {
    border-color: #3032c1;
}

.product-item.is-selected .productCard__header {
    background: #00008f;
    color: #ffffff;
}

.product-item.is-selected .product-price {
    color: #fff;
}

.product-item.is-selected .button {
    background: #f5f5f5;
    color: #ec4d33;
    /*margin-bottom: 0;
    max-width: 100%;
    width: 100%;*/
}

.product-item.is-selected .button:hover {
    border-color: transparent;
}

.is-selected .selected-icon {
    color: #3032c1;
    display: inline;
}

.productCard__header {
    text-align: center;
    padding: 16px 32px;
    margin-bottom: 32px;
    position: relative;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
}

.product-price {
    position: relative;
    color: #ec4d33;
    font-weight: bold;
    font-size: 45px;
    margin: 4px 0 0;
    line-height: 1;
    transition: color 0.3s ease-in-out;
}

.selected-icon {
    margin-right: 5px;
    display: none;
}

.product-detail-link {
    margin-top: 32px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #3032c1;
    background: transparent;
    border: none;
}

.product-detail-link i {
    margin-right: 10px;
}

.product-selector {
    border: 2px solid transparent;
    text-transform: none;
    max-width: 230px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.checkout__title {
    font-family: "PublicoHeadLine", "georgia", serif;
    color: #00008f;
    font-size: 40px;
    margin: 0 0 32px;
    text-align: center;
}

.checkout__subTitle {
    font-family: "PublicoHeadLine", "georgia", serif;
    font-size: 30px;
    color: #00008f;
}

.checkout__block {
    margin-bottom: 32px;
}

.summaryHeader__title {
    font-family: "PublicoHeadLine", "georgia", serif;
    font-weight: bold;
    color: #333333;
    margin: 0 0 16px 0;
    font-size: 16px;
}

.summaryProduct__title {
    font-family: "PublicoHeadLine", "georgia", serif;
    color: #00008f;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.summaryProduct__itemTitle {
    font-family: "SourceSansPro", "helvetica", "arial", sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0 16px 0 0;
}

.blocSw {
    flex: 1;
}

.summaryProduct__price {
    color: #ec4d33;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.summaryProduct__details {
    display: flex;
    flex: 1;
}

.attachmentLink__label--small {
    font-size: 12px;
}

.paiement-block {
    border-top: 1px solid #AAAAAA;
    margin-top: 32px;
    padding-top: 32px;
}

.checkout__consentsTitle,
.checkout__paymentTitle {
    font-family: "PublicoHeadLine", "georgia", serif;
    font-size: 30px;
    color: #00008f;
}
.checkout__paymentTitle {
	font-size: 24px;
	margin-top:20px;
}
.products-detail-list {
    margin-top: 40px;
}

.product-detail-row.BgGris {
    background-color: #f5f5f5;
}

.product-detail-row {
    padding: 8px;
}

.product-detail-value {
    padding: 16px;
    font-size: 16px;
    text-align: center;

}

.product-detail-label {
    font-size: 16px;
    padding: 16px;
}

.product-detail-header {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 16px;
}

.product-detail-header .product-title {
    font-size: 20px;
    color: #00008f;
    position: relative;
    transition: color 0.3s ease-in-out;
    font-family: "PublicoHeadLine", "georgia", serif;
}

.product-detail-header .product-price {
    font-size: 30px;
    margin-bottom: 8px;
}

.product-detail-header .product-selector {
    background-color: #00008f;
    border-color: #00008f;
    color: #ffffff;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
}

.product-detail-header.is-selected {
    border-top: 3px solid #00008f;
}

.radio__custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: solid 1px #AAAAAA;
    border-radius: 16px;
}

.radio__custom::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: solid 1px #AAAAAA;
    border-radius: 16px;
}

.checkbox__custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: solid 1px #AAAAAA;
    transition: border-color 0.3s ease-in-out;
}

.checkbox__custom::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}

.subscriberForm .form-check input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.subscriberForm .groupField label {
    font-weight: 600;
}

.subscriberForm .form-check label {
    margin: 0 10px 0;
    cursor: pointer;
    font-weight: normal;
}

.subscriberForm .form-check {
    margin-right: 15px;
}

.subscriberForm input:checked+label .radio__custom,
.subscriberForm input:hover+label .radio__custom,
.subscriberForm input:hover+label .radio__custom::after {
    border-color: #00008f;
}

.subscriberForm input:checked+label .radio__custom::after {
    background-color: #00008f;
    border-color: #00008f;
}

.subscriberForm input:checked+label .checkbox__custom::after {
    background-color: #00008f;
}

.checkoutSummaryHeader {
    min-height: 45px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    margin-right: -50px;
     z-index: 10;
}
.OptionPolicy{}
.checkoutSummaryHeader__wrapper {
    background-color: #00008f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    position: relative;
    z-index: 3;
}

.checkoutSummaryHeader__title {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    margin: 0 16px 0 0;
}

.checkoutSummaryHeader__items {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    display: flex;
}

.checkoutSummaryHeader__items li {
    margin-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
}

.checkoutSummaryHeader__items li:not(:last-of-type) {
    border-right: 1px solid #ffffff;
    margin-right:5px;
}

.checkoutSummaryHeader__item__label {
    margin-right: 8px;
    fill: #ffffff;
    display: inline-block;
}

.checkoutSummaryHeader__item__value {
    position: relative;
}

.checkoutSummaryHeader__button {
    color: #fff;
    font-size: 15px;
    font-weight:bold;
}
.checkoutSummaryHeader__button[aria-expanded="true"] .bi{
	transform: rotate(180deg);
}
.checkoutSummaryHeader__toggleContent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
   /* box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.5);*/
    margin-top: 0;
    margin-bottom: 5px;
    transition-delay: 0.2s;
    top:45px;
}
.createpolicy #wrapper{z-index:2;}
.summaryHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.summaryHeader__edit {
    color: #00008f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.summaryHeader__edit i {
    fill: #00008f;
    margin-right: 8px;
}

.summaryInformations {
    position: relative;
}

.summaryInformations__wrapper {
    display: flex;
    box-shadow: 0 0.10px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 16px;
}
.summaryInformations__wrapper .checkout{width:100%}
.summaryInformations__wrapper--withBorder {
    border: 0.10px solid #CCCCCC;
    box-shadow: none;
}

.summaryInformations__icon {
    display: block;
    fill: #00008f;
    stroke: #00008f;
    width: 34px;
    height: 34px;
    margin-right: 16px;
}

.summaryInformations__content {
    flex: 1;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 20px;
}

.summaryInformations__block {
    width: 100%;
}

.summaryInformations__block:first-child {
    align-self: center;
}

.summaryInformations__title {
    font-size: 14px;
    color: #00008f;
    margin: 0;
}

.summaryInformations__subTitle {
    font-size: 12px;
    color: #7f7f7f;
}

.summaryInformations__item {
    margin: 0;
    font-size: 14px;
    color: #7f7f7f;
    display: flex;
    align-items: flex-start;
    line-height: 20px;
}

.summaryInformations__item span:last-of-type {
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summaryInformations__prefix {
    max-width: 50%;
}
.quotingDetail__label .bi{margin-right:5px;}
.quotingDetail__label[aria-expanded="true"] .bi::before{transform:rotate(180deg);}
.quotingDetail__label{cursor:pointer;}
/**************create policie*****************/
.quoteDetails {
    position: relative;
    border-collapse: initial;
    transition: height 0.3s;
    overflow: hidden;
    font-size: 16px;
    width: 100%;
}

.quoteDetails .t_toggleBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-content: center;
    background: transparent;
    border: none;
}

.quoteDetails .t_toggleBtn span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.quoteDetails__header {
    position: relative;
}

.quoteDetails__header .t_toggleBtn {
    left: auto;
    right: 8px;
    width: 35px;
    height: 35px;
}

.quoteDetails__header__title {
    font-family: "SourceSansPro", "helvetica", "arial", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
}

.quoteDetails__title {
    padding: 4px 16px;
    font-family: "SourceSansPro", "helvetica", "arial", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    background-color: #f5f5f5;
}

.quotingDetail__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.quotingDetail__itemLabel {
    max-width: 70%;
}

.quoteDetails__headings {
    background: #f5f5f5;
}

.quoteDetails__body tr.last-element td.is-selected {
    border-bottom: 3px solid #00008f;
}

.quoteDetails__body .quoteDetails__separator {
    background: #ffffff;
}

.quoteDetails__list {
    transition: max-height 0.6s;
    max-height: 9000px;
    overflow: hidden;
    margin-bottom: 32px;
}

.quoteDetails__list[aria-hidden='true'] {
    max-height: 0;
}

.quoteDetails__attachmentItem {
    justify-content: center;
}

.quotingGuaranteeItem,
.quotingAttachmentItem,
.quoteDetails__attachmentItem {
    position: relative;
    display: flex;
    padding: 8px 32px 8px 8px;
}


.createpolicy .products-detail-list .product-title {
    font-size: 20px;
    color: #00008f;
    position: relative;
    transition: color 0.3s ease-in-out;
    font-family: "PublicoHeadLine", "georgia", serif;
}

.createpolicy .products-detail-list .product-price {
    font-size: 30px;
    margin-bottom: 8px;
}

.createpolicy .products-detail-list .product-selector {
    width: 100%;
    max-width: 100%;
}

.createpolicy .products-detail-list .is-selected .product-selector {
    background-color: #00008f;
    border-color: #00008f;
}

.createpolicy .products-detail-list .product-selector .selected-icon {
    display: none;
}

.createpolicy .products-detail-list .quotingDetails__included {
    color: #1cc54e;
    font-size: 28px;
}

.quotingGuaranteeItem--hasBackground {
    background-color: #f5f5f5;
}

.quoteDetails__body th {
        text-align: right;
    font-weight: normal;
    width: 25%;
    padding-left: 49px;
	
}

.quotingDetail__label {
    position: relative;
    padding: 8px;
}

.productCard__header::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    transition: border-color 0.3s ease-in-out;
}

.product-item.is-selected .productCard__header::after {
    border-top-color: #00008f;
}

.createpolicy .products-detail-list .quoteDetails__value.is-selected {
    border-top: 3px solid #00008f;
    border-left: 3px solid #00008f;
    border-right: 3px solid #00008f;
}

.createpolicy .products-detail-list .quoteDetails__cell.is-selected {
    border-left: 3px solid #00008f;
    border-right: 3px solid #00008f;
}

.createpolicy .datepicker td,
.createpolicy .datepicker th {
    height: 28px;
}

.createpolicy .datepicker {
    max-width: 280px;
}

.createpolicy .input-group .input-group-addon {
    display: none;
}

.createpolicy .input-group.date input {
    background: url(../images/calendar.jpg) no-repeat 98%;
    text-align: left;
}

.input-group-addon .bi-calendar {
    background: url(../images/calend.jpg) no-repeat;
    width: 19px;
    height: 21px;
    display: block;
    font-size: 0;
    text-align: left;
}

.no-padding-left {
    padding-left: 0;
}

.form-label {
    font-size: 18px;
}

/*************detail police*****************/

.policy__header_policyNumber {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: normal;
    color: #00008f;
}

.policy__header_title {
    margin: 0 0 16px 0;
    font-size: 30px;
    font-weight: bold;
    color: #00008f;
}

.policy__header_anchors {
    display: flex;
}

.policy__header_anchor {
    background: none;
    border: none;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    transition: border-bottom 0.6s linear;
    border-bottom: 1px solid #3032c1;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.policy__header_actions .button:not(:first-child) {
    margin-top: 8px;
}

.policy__header_actions .button {
    font-size: 14px;
}

.informationBlockWrapper__header_title {
    flex: 1;
    margin-top: 0;
    font-size: 28px;
}

.informationBlock {
    margin: 16px 0;
}

.informationBlock__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.informationBlock__item {
    flex: 0 0 calc(50% - 60px);
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #AAAAAA;
}

.informationBlock__item p {
    margin-bottom: 0;
}

.informationBlock__item_label {
    color: #AAAAAA;
    margin-left: 8px;
}

.informationBlockWrapper__actions .btn {
    width: 100%;
    margin-bottom: 8px;
    line-height: 17px;
    font-size: 12px;
    padding: 5px 20px;
}

.informationBlock__item--fancy .informationBlock__item_value {
    font-weight: bold;
    color: #00008f;
}

.policy__tableView .tableView__row {
    border-top: 1px solid #AAAAAA;
}

.policy__tableView .tableView__row:nth-child(even) td {
    background: #fafafa;
}

.policy__tableView .tableView__row:nth-child(odd) td {
    background: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background: #00008f !important;
    color: #fff;
}

#mod-custom109 {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.remind .central_content,
.reset .central_content {
    margin: 85px auto;
    max-width: 500px;
}

.remind .central_content .controls,
.reset .central_content .controls {
    margin-top: 10px;
}

.remind .central_content legend,
.reset .central_content legend {
    font-size: 16px;
}

.users .nav-tabs {
    border-bottom: none;
}
.users .containerPage > .btnCompanies, .company .containerPage > .btnCompanies
{
	position: initial;
	    width: auto;
}
.users .nav-tabs .nav-item {
    flex: 1;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
    text-transform: uppercase;
    font-size: 19px;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
}

.users .nav-tabs .nav-item .nav-link {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #dfebf8;
    color: #5e5e5e;
    border-radius: 0;
    line-height: 40px;
    padding: 11px;
}

.users .nav-tabs .nav-item .nav-link.active {
    background: #ffffff;
    border-color: #AAAAAA;
    border-bottom: 1px solid #ffffff;
    color: #00008f;
    font-weight: bold;

}

.users .tab-content {
    background: #ffffff;
    padding: 30px 40px;
    border: 1px solid #AAAAAA;
}

.users .tab-content .form-group {
    width: 50%;
    margin-bottom: 20px;
}

.groupField__label {
    color: #00008f;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.users .form-control:disabled,
.users .form-control[readonly] {
    background-color: #fafafa;
    opacity: 0.5;
}

.formActionBlock {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 35px;
    margin-top: 30px;
}

.buttonAnnul {
    background: none;
    color: #00008f;
    border: 1px solid #00008f;
    padding-left: 20px;
    padding-right: 20px;
}

.CheckMailUser {
    width: 100%;
    border: 1px solid #AAAAAA;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
}

.CheckMailUser .groupField {
    display: flex;
    align-items: baseline;
    margin: 0;
}

.CheckMailUser .groupField input {
    margin-left: 20px;
    margin-right: 60px;
    max-width: 380px;
}

.CheckMailUser .groupField .btn {
    min-width: 80px;
    padding-right: 0;
    padding-left: 5px;
    line-height: 30px;
    font-size: 14px;
}

.CheckMailUser #emailStatus {
    margin-top: 10px;
    margin-bottom: 0;
}

.tableCompanies {
    margin-top: 30px;
}

.tableCompanies thead {
    background: #f0f0f0;
}

.tableCompanies thead th {
    border: none;
}

.btnCompanies {
    text-align: right;
}
.containerPage > .btnCompanies {
    z-index: 1;
    width: fit-content;
    position: absolute;
    top: 139px;
    right: 32px;
}
.btnCompanies .btn-add {
   
    font-size: 16px;
        background: #00008f;
    color: #fff;
    border: none;
}
.dataTables_wrapper table.dataTable {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 59px;
}
.companies .dataTables_wrapper > .dataTables_filter {
    margin-right: 167px;
}
.currencies .dataTables_wrapper > .dataTables_filter {
    margin-right: 137px;
}

.data-list .dataTables_length, .data-list .dataTables_info {
    margin-left: 23px;
}
select.inputText__input {
    height: auto;
}

.filSw {
    line-height: 2.2;
}

.btn-default {
    background: #f5f5f5;
    font-size: 14px;
    padding: 10px 20px;
}

.CompanieRes p {
    margin-bottom: 5px;
    padding: 5px;
}

.CompanieRes p span {
    width: 200px;
    display: inline-block;
    font-weight: 600;
}

.CompanieRes p:nth-child(even) {
    background: #f9f9f9;
}

.form-step-title button {
    background-color: transparent;
    border: none;
}

.agreements .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fafafa;
}

.agreements table.dataTable tbody th,
table.dataTable tbody td {
    border: none;
}

.agreements table.dataTable thead th,
table.dataTable thead td {
    border: none;
}

.dataTables_wrapper  table.dataTable{
    margin-bottom: 20px;
    margin-top: 25px;
    float: left;
    width: 100%;
    border: 1px solid #e5dede;
}

.dataTables_wrapper> .dataTables_filter label input, .dataTables_wrapper .dataTables_length label select {
        border-radius: 0;
    border: 1px solid #ced4da;
    height: 41px;
    margin: 9px 3px 0;
}


.selectivity-load-more.highlight,
.selectivity-result-item.highlight {
    background: #fafafa;
    color: #00008f;
}

.selectivity-load-more,
.selectivity-result-item {
    font-size: 14px;
}

.selectivity-dropdown {
    box-shaow: none;
    border-radius: 0;
}
div#attributs > .row {
    background-color: #d3eaf2;
    padding: 17px 5px;
    margin: 5px 0;
}
div#attributs .form-control {
    margin-bottom: 9px;
}
div#attributs > .row:last-of-type {
    background-color: transparent;
    float: right;
    margin: 7px -12px 9px 0;
    padding: 0;
}
/***************load**************/
#policy-ajax-loader {
    text-align: center;
    padding: 40px 0px 0;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 39%);
}

#policy-ajax-loader .spinner-border {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    /* stylelint-disable-line declaration-property-unit-whitelist */
    width: 60px;
    border-radius: 60px;
    border: 3px solid #494df4;
    transform-origin: 50% 50%;
    transition: opacity 0.3s ease-in-out;
    animation: loader 1s linear infinite;
}

#policy-ajax-loader .spinner-border::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #494df4;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}
.show .quotingDetail__label{padding-left:32px;} 
/*****************switcher langues********************/
div.mod-languages ul.lang-inline li {
    margin: 0;
}
.mod-languages{margin-left:5px;}
/***************datepiker********************************/
.dateMine{
	 background: url(../images/calend.png) no-repeat 98%;
}
.dateMine.ActiveDate{
	background: url(../images/calend-h.jpg) no-repeat 98%;
}
.dateMine.form-control:disabled, .dateMine.form-control[readonly]{background-color:#f5f5f5;}
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    display: none
}

.ui-datepicker {
    width: 275px;
    z-index: 1022 !important;
    border: 1px solid #aeaeae;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background:#00008f;
    color:#fff;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    padding: 0
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #00008f;
    margin: 0 auto
}
.ui-datepicker-days-cell-over.ui-datepicker-today a{background: #00008f;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;}
.ui-datepicker td a:hover,
.ui-datepicker td span:hover {
    background: #00008f;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 2px 5px #ccc;
    color: #fff
}

.ui-datepicker td span {
    opacity: .55;
    filter: alpha(opacity=55);
    background-image: none
}

.ui-datepicker td.ui-state-disabled span:hover {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #000
}

.ui-datepicker table {
    border-collapse: initial;
    margin: 0 auto .4em;
    width: 90%;
    border-spacing: initial
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 6px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev {
    left: 12px
}

.ui-datepicker .ui-datepicker-prev span {
    /*background: url(../images/icon/back.png) center center no-repeat;*/
    width: 16px;
    display: block;
    border-right-color: #ccc;
    border-width:6px;
}

.ui-datepicker .ui-datepicker-next {
    right: 12px
}

.ui-datepicker .ui-datepicker-next span {
    /*background: url(../images/icon/next.png) center center no-repeat;*/
    width: 16px;
    display: block;
    right: 10px;
    border-left-color: #ccc;
    border-width:6px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 8px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
    background: none;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    padding: 0;
    border: 0.45rem solid transparent;
    z-index: 1;
    height: 10px;
    width: 10px;
    text-indent: -999em;
    overflow: hidden;
}

.ui-datepicker .ui-state-active {
    background: #fff
}

.ui-datepicker .rangDate {
    background: #dfebf8;
}

.ui-datepicker .rangDate a,
.ui-datepicker .rangDate span {
    color: #fff;
    opacity: 1
}

.ui-datepicker .rangDate .ui-state-active {
    background: #00008f;
    box-shadow: none
}

.ui-datepicker .rangDate.ui-datepicker-current-day {
    border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -webkit-border-radius: 0 50% 50% 0;
    display: table-cell;
    width: 32px
}

.ui-datepicker .rangDate.ui-state-disabled {
    border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -webkit-border-radius: 50% 0 0 50%
}

.ui-datepicker.FirstDate .rangDate.ui-datepicker-current-day {
    border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -webkit-border-radius: 50% 0 0 50%
}

.ui-datepicker.FirstDate .rangDate.RangFirst {
    border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -webkit-border-radius: 0 50% 50% 0;
    display: table-cell;
    width: 38px
}

.ui-datepicker.lastDate .rangDate.ui-datepicker-current-day {
    border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -webkit-border-radius: 0 50% 50% 0
}

.ui-widget-header {
    border: none;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

.ui-widget-header .ui-state-disabled {
    pointer-events: none
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center;
    font-size: 14px
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-highlight {
    /*box-shadow: 0 2px 5px #ccc;*/
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    
}

.ui-state-default .ui-state-highlight {
    background: #00008f;
}

#ui-datepicker-div.ui-widget .ui-datepicker-buttonpane {
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    display: block
}

#ui-datepicker-div.ui-widget .ui-datepicker-buttonpane .ui-datepicker-current {
    display: none
}

#ui-datepicker-div.ui-widget .ui-datepicker-buttonpane .ui-datepicker-close {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    width: 20px;
    font-size: 0;
    height: 20px;
    border: none
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    width: 320px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    border: none;
    padding: 5px
}

.ui-front {
    z-index: 100
}
/*******option*******/
.checkbox {
    position: relative;
    margin: 15px 20px 15px 0;
}
.checkbox__label {
    color: #000000;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.checkbox input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.quoting__options {
    justify-content: space-between;
}
.quotingOptions {
    display: block;
    flex-basis: calc((100% / 3) - 3.20px);
    padding: 16px;
    background: #f5f5f5;
}

.quotingOptions--empty {
    visibility: hidden;
}

.quotingOptions__title {
    font-size: 20px;
    font-family: "SourceSansPro", "helvetica", "arial", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

.quotingOptionItem {
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 8px 40px 8px 16px;
    background: #ffffff;
    border: 1px solid #AAAAAA;
    margin-bottom: 8px;
}

.quotingOptionItem .checkbox__label {
    display: flex;
}

.quotingOptionItem .t_checkbox {
    width: 100%;
    margin-bottom: 0;
}

.quotingOptionItem .t_tooltip {
    left: 100%;
    margin-left: 4px;
}

.quotingPrice.quotingOptionItem__prices {
    display: inline;
    font-size: 16px;
}

.quotingOptionItem__prices .quotingPrice__oldPrice {
    font-size: inherit;
}

.quotingOptionItem__groupPrice {
    padding-left: 4px;
    padding-top: 1px;
}

.quotingOptionItem__groupPrice .tooltip svg {
    width: 12px;
}
.quotingOptionItem  input{width:100%;height:100%;left:0;top:0;}
.quotingOptionItem label input[type="checkbox"]:checked  + .checkbox__custom::after {
    background-color: #00008f;
}
.quotingDetail__inner{
	position: relative;
    display: flex;
    align-items: center;
}
.quoteOptionInput .buttonField__label {
    background: #00008f;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #00008f;
    font-weight: normal;
    padding: 4px 8px;
    margin-left: 8px;
    text-transform:uppercase;
}
.quoteOptionDetail__price {
    font-weight: bold;
    margin: 0 auto;
    font-size: 16px;
}
.quoteOptionInput.checkbox--selected .buttonField__label {
    background: #ffffff;
    color: #00008f;
}
.quoteOptionDetail__added {
    color: #1cc54e;
    font-size: 16px;
    font-weight: bold;
    margin-left: 4pxf;
}
.checkbox--disabled {
    opacity: 0.5;
}
.quoteOptionDetailItem .quotingDetail__itemLabel{min-width:100px;}
.productsFooter {
    display: flex;
    flex: 1;
    margin: 0 32px;
    justify-content: space-between;
    align-items: center;
}
.productsFooter p{margin:0;}
.promocode {
    display: flex;
    width: 40%;
    margin: 0 32px 0 auto;
}
.promocode .inputText{width:100%;}
.button.transparent {
    background: none;
    color: #f07662;
    border-color: transparent;
    display:block;
}


.errorInput { border: 1px solid #ff0000;}
small { color: #dc3545;}

#member-profile .btn-primary.validate {
    font-size: 16px;
}
#member-profile .btn-danger {
    font-size: 16px;
    padding: 9px 20px;
}
#member-profile .input-password-toggle:after {
    content: "\f33e";
    font-family: bootstrap-icons !important;
}
#member-profile .control-group {
    margin: 15px 0;
}
#member-profile .control-group .controls {
    margin: 3px 0 13px;
}

/***********************Responsive*********************/
@media (min-width: 991px) {
    .navMine {
        position: relative;
        padding-right: 0;
    }

    .PageContent {
        padding: 50px;
    }
	.PageContent.PagePolicy{max-width:100%;}
    .quoteDetails__value {
        vertical-align: top;
        width: 20%;
        padding: 32pxc16px 16px;
        text-align: center;
    }

    .quoteDetails__value--selected {
        background: #00008f;
        color: #ffffff;
    }

    .quoteDetails__value--selected .quotingProduct__name,
    .quoteDetails__value--selected .quotingDetails__prices,
    .quoteDetails__value--selected .quotingPrice__oldPrice {
        color: #ffffff;
    }

    .quotingGuaranteeItem--subItem {
        border-top: 1px solid #f5f5f5;
    }

    .quotingGuaranteeItem--subItem th,
    .quotingGuaranteeItem--subItem td {
        transition: padding 0.3s;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .quotingGuaranteeItem--subItem th>div,
    .quotingGuaranteeItem--subItem th>div,
    .quotingGuaranteeItem--subItem td>div,
    .quotingGuaranteeItem--subItem td>div {
        transition: height 0.3s, border 0.3s;
        overflow: hidden;
    }

    .quotingGuaranteeItem--subItem[aria-hidden='true'] {
        border: none;
    }

    .quotingGuaranteeItem--subItem[aria-hidden='true'] td,
    .quotingGuaranteeItem--subItem[aria-hidden='true'] th {
        padding-top: 0;
        padding-bottom: 0;
    }

    .quotingGuaranteeItem--subItem[aria-hidden='true'] td>div,
    .quotingGuaranteeItem--subItem[aria-hidden='true'] th>div {
        height: 0;
    }

    .quotingDetails__prices {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .quotingDetails__prices .quotingPrice__oldPrice {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .quotingDetail__label {
        position: relative;
        padding: 8px;
    }

    .quotingDetail__label .t_buttonField__wrapper {
        display: inline-block;
        margin-bottom: 0;
    }

    .quotingDetail__label .quotingDetail__inner {
        padding: 0 32px;
    }

    .quotingDetail__label .quotingDetail__inner .tooltip {
        margin-left: 8px;
    }

    .quotingDetail__label .t_toggleBtn {
        left: 0;
        width: 30px;
        height: 30px;
        /* stylelint-disable-line declaration-property-unit-whitelist */
    }

    .quotingProduct__select .buttonField__label {
        background: #f07662;
        padding: 8px 16px;
        width: 100%;
        display: inline-block;
        color: #ffffff;
        font-weight: normal;
        border: 0;
    }

    .quotingProduct__select .buttonField__label:focus,
    .quotingProduct__select .buttonField__label:hover {
        background-color: #ec4d33;
    }

    .quotingDetails__included {
        fill: #1cc54e;
        width: 28px;
        height: 28px;
        /* stylelint-disable-line */
    }


}

@media (max-width: 990px) {

    .offcanvas-start {
        width: 200px;
    }

    .PageContent {
        padding: 20px;
    }

    .NavSw {
        margin-right: 10px;
        font-size: 25px;
        padding: 5px 10px;
        line-height: 1.2;
    }

    .logoTop {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
    }

    .header__top_title {
        font-size: 24px;
    }

    .DashboardLink a {
        font-size: 22px;
        padding: 20px;
        text-align: center;
    }

    .navMine {
        transform: translateX(-100%);
    }

    .pageHeader__title {
        font-size: 24px;
    }

    .containerPage {
        padding: 5px;
    }

    .users .tab-content {
        padding: 10px;
    }

    .users .tab-content .form-group {
        width: 100%;
    }

    .users .nav-item {
        width: 100%;
    }

    .users .nav-item .nav-link {
        font-size: 16px;
    }

    .formActionBlock {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .UserHeader {
        padding: 0;
    }

    .header__top_title {
        display: none;
    }

    .PageGlobal {
        margin: 0;
        padding: 0;
    }

    .policy__header_anchors {
        display: block;
    }

    .policy__header_anchors li {
        margin-bottom: 5px;
    }

    .informationBlock__item {
        width: 100%;
        flex: auto;
    }

    .users .nav-tabs {
        display: block;
    }
}

/* Loader */
#ae-loader-wrapper {
    text-align: center;
    padding: 0;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 40%);
}

#ae-loader-wrapper .ae-loader {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#ae-loader-wrapper .ae-loader .ae-divider {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 18px;
}

#ae-loader-wrapper .ae-loader > div {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#ae-loader-wrapper .ae-loader > div::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 100%;
    border: 4px solid transparent;
    border-top: 4px solid #36a2eb;
    animation: spin 1s linear infinite;
}

#ae-loader-wrapper .ae-loader span {
    font-size: 32px;
    line-height: 150px;
    color: #FFFFFF;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Details page */
.policydetail tr.current-policy-document td {
    font-weight: bold;
}

/* Creation page */
#create-policy.neo-wizzard-form .checkoutSummaryHeader {
    display: none !important;
}

#create-policy.neo-wizzard-form[data-ae-step="2"] .checkoutSummaryHeader,
#create-policy.neo-wizzard-form[data-ae-step="3"] .checkoutSummaryHeader,
#create-policy.neo-wizzard-form[data-ae-step="4"] .checkoutSummaryHeader {
    display: block !important;
}

#create-policy.neo-wizzard-form .productsFooter {
    display: none !important;
}

#create-policy.neo-wizzard-form[data-ae-step="2"] .productsFooter {
    display: block !important;
}

/* ./Creation page */
