/*****************************************************
UTILITIES
*****************************************************/
.lp-text-center {
    text-align: center;
}

.havasNoPadding {
    padding: 0 !important;
}
.havasNoMargin {
    margin: 0 !important;
}

.havasInactive {
    pointer-events: none;
    cursor: default;
}

.havasInline {
    display: inline !important;
}

.havasBtnPrymary {
    display: inline-block;
    font: 17px 'baskerville-old-face', serif;
    color: #fff !important;
    padding: 19px 25px;
    background-color: #984626;
    border: 0;
    text-decoration: none !important;
    /**
    Nik
    **/
    width: 100%;

    transition: opacity .5s ease;
}

.havasBtnPrymary:hover {
    opacity: 0.9;
}

.havasBtnPrymary[disabled] {
/* css rule introduced by Reply in order to avoid click on btn disabled */
	opacity: 0.4;
	cursor: not-allowed;
}

.havasBtnPrymary .icon {
    color: #fff;
    text-decoration: none !important;
    position: relative;
    top: 3px;
}

.havasLabelRed {
    display: inline-block;
    font: 14px 'baskerville-old-face', serif;;
    font-variant: small-caps;
    color: #984626 !important;
    text-decoration: none !important;
}

.havasRed {
    color: #984626 !important;
}

.havasBgPrimary {
    background-color: #eee;
}

.havasHr {
    margin: 20px auto;
    clear: both;
    border-top: 1px solid #eee;
}

.havasHrSmall {
    clear: both;
    border-top: 1px solid #eee;
    width: calc( 100% - 40px );
    margin: 20px auto;
}

.havasHrLarge {
    clear: both;
    border-top: 1px solid #eee;
    margin: 20px -15px 20px -15px;
}

.havasTextSmall {
    font-size: 10px;
}

/*****************************************************
ANCHOR
*****************************************************/
.simpleAnchor {
    text-decoration: underline;
}

/*****************************************************
HEADER
*****************************************************/
#havasHeaderNav {
    max-width: 990px;
    margin: 0 auto 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

/*****************************************************
MAIN
*****************************************************/
body {
/*     line-height: 20px; */
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainPageTitle {
    font-size: 30px;
}

.havasScrollMenu {
    margin-top: 30px !important;
}

.havasBlock  {
    font: 12px 'Noto Sans', sans-serif;
    color: #666666;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
}

.havasBlock label {
    font-weight: normal !important;
}

.havasFinalTot {
    font-size: 18px !important;
    font-weight: bold;
}

/*****************************************************
FORM
*****************************************************/
.havasFormStyle input {
    width: 100%;
    margin-bottom: 18px;
    padding: 0 20px;
    border: 1px solid #cccccc;
    /*text-transform: uppercase;*/
    overflow: auto;
}

.havasFormStyle select {
    width: 100%;
    height: 46px;
    margin-bottom: 18px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
    font-size: 14px;
}

.havasFormStyle .havasFormTop {
    overflow: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
    color: #666666;
}

/*****************************************************
INPUT RADIO CUSTOM
*****************************************************/
.havas-radio-custom {
    min-height: 35px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.havas-radio-custom.havasInline {
    float: left;
    width: 100%;
}

.havas-radio-custom span {
    font-size: 12px;
    font-weight: 400;
}

.havas-radio-custom .label-img {
    display: inline-block;
    position: relative;
    float: left;
}

.havas-radio-custom .label-img .current {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}

.havas-radio-custom .label-img-name {
    margin-right: 10px;
    padding-left: 5px;
    font-weight: 700;
    float: left;
    width: calc( 100% - 35px);
}

.havas-radio-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.havas-radio-custom input:checked ~ .label-img .current {
    opacity: 1;
}

.havas-radio-custom .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.havas-radio-custom:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

.havas-radio-custom input:checked ~ .checkmark {
    border-color: var(--kummel-color);
}

.havas-radio-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.havas-radio-custom input:checked ~ .checkmark:after {
    display: block;
}

.havas-radio-custom .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--kummel-color);
}

/*****************************************************
TEXTAREA
*****************************************************/
.havasMessage {
    margin-top: 25px;
}

.havasMessage h3 {
    margin-bottom: 10px !important;
}

.havasMessage textarea {
    height: 90px;
    border: 0;
    resize: none;
    font-size: 12px;
    padding: 15px 20px;
}

.havasTextareaContent {
    border:  1px solid #eeeeee;
    margin-bottom: 15px;
}

.havasCountTextare {
    text-align: right;
    padding: 0 10px 10px 10px;
}

/*****************************************************
PAGINATION
*****************************************************/
.pagination {
    margin: 0;
}

.pagination li {
    margin-right: 8px;
}

.pagination li > a, .pagination li > span  {
    background-color: transparent;
    border: 0;
    width: auto !important;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.pagination li.current > a {
    color: var(--kummel-color);
    font-weight: 700;
}

.pagination li > a:hover {
    background-color: transparent;
}

.pagination li.arrow a {
    color: var(--kummel-color);
}

.pagination li.arrow.inactive a {
    color: #666;
    pointer-events: none;
    opacity: 0.5;
}

.pagination .icon-arrow-left-slide {
    position: absolute;
    top: 5px;
    left: 10px;
}

.pagination .icon-arrow-right-slide {
    position: absolute;
    top: 5px;
    right: 10px;
}

@media screen and (max-width: 767px) {
    .havasTextCenterXs {
        text-align: center;
    }

    .havasTextRightXs {
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
    .pagination .icon-arrow-right-slide {
        position: static;
        padding-left: 50px;
    }

    .pagination .icon-arrow-left-slide {
        position: static;
        padding-right: 50px;
    }

    .pagination li > a, .pagination li > span  {
        font-size: 13px;
    }

    .mainPageTitle {
        font-size: 55px;
    }
    .havas-radio-custom.havasInline {
        width: calc(50% - 10px);
    }

    .havasMessage textarea {
        height: 80px;
    }

    /**
    Nik
    **/
    .havasBtnPrymary {
      width: auto;
    }
}

@media screen and (min-width: 992px) {
    .havasBlock {
        padding: 0;
    }
}

/*RESET BOOTSTRAP*/
@media ( min-width : 1200px) {
    .col-md-offset-4_5 {
        margin-left: 37.5%;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .visible-lg {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}
