h1,
.h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    letter-spacing: 1px;
}

h2,
.h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    letter-spacing: 2px;
    font-weight: 700;
}

h3,
.h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    color: #000;
    letter-spacing: 2px;
}

h4,
.h4,
.menu ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.menu ul li a.active {

}

body,
p,
.text {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 140%;
    letter-spacing: 1px;
}

.reduced,
.reduced * {
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    color: #000;
}

.ultraReduced,
.ultraReduced * {
    font-size: 10px;
    color: #000;
}

.upper {
    text-transform: uppercase;
    letter-spacing: 1px
}

label {
    display: block;
}

a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,
a.active {
    text-decoration: underline;
}




textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
select {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 8px 15px 9px 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}         

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: block;
    overflow-x: hidden;
    z-index: 9;
}

.select select {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 999;
    letter-spacing:1px;
}


.select::after {
    content: '\f107';
    position: absolute;
    top: 45%;
    right: 0;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    color: #333;
    font-family: FontAwesome;
    font-size: 22px
}

.select select:disabled {
    background: none;
    background-color: #f7f7f7;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=search]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
    border-color: #000;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled {
    background-color: #f7f7f7;
}

.inputError {
    padding: 0;
    position: relative;
}

.errorToolTip {
    display: none;
}

.errorToolTip2 {
    display: none;
}

.displayError .errorToolTip {
    display: block;
}

.displayError2 .errorToolTip2 {
    display: block;
}

.errorToolTip {
    position: absolute;
    top: -10px;
    left: -3px;
    width: auto;
}

.errorToolTip2 {
    position: absolute;
    top: -10px;
    left: -3px;
    width: auto;
}

.errorToolTip.checkbox {
    top: -38px
}

.imgError {
    height: 9px;
    width: 15px;
    background: url(../images/bgToolTipError.png) no-repeat top left;
    float: left;
    position: absolute;
    top: 26px;
    left: 10px;
}

.bgError {
    background-color: rgb(156, 31, 47);
}

.errorToolTip .bgError p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.errorToolTip2 .bgError p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.hidden {
    display: none
}

.alert.error {
    color: #FFFFFF;
    background-color: rgb(156, 31, 47);
    padding: 5px;
}


::selection {
    background-color: #000;
    color: #FFFFFF;
}

/*Buttons*/

.button,
button,
input[type=submit] {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 30px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #000;
    line-height: 26px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.osx .button,
.osx button,
.osx  input[type=submit] {
       padding: 7px 30px 2px 30px;
}

@media screen and (max-width: 767px) {

    .button,
    button,
    input[type=submit] {
           padding: 7px 30px 2px 30px;
    }
        
}


.button:after,
button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.button:hover,
button:hover,
input[type=submit]:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.button:after,
button:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}


.button:hover:after,
.button:active:after,
button:hover:after,
button:active:after {
    width: 100%;
}


.button2 {
    color: #FFFFFF;
    background: #000;
    border: 1px solid #000;

}

.button2:hover {
    color: #000;

}

.button2:after,
button.button2:after {
    background: #FFF;
}

address {
    font-style: normal;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1440px;
    }
}



/* General styles */

body {
    background: #fff;
}

#containerSite {
    background: #FFF;
}

.content img {
    max-width: 100%
}

dl * {
    display: inline-block;
    color: #2776B2;
}

#overlay {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* Main */



header {
    position: relative;
    z-index: 999;
}

.align-right {
    text-align: right
}

.c-hamburger {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    width: 1.3em;
    height: 1.2em;
    text-indent: -9999px;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background: none;
    position: relative;
    vertical-align: top;
    margin-top: -1px;
}
.c-hamburger:after{background:transparent;}


.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #000;

}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    transform-origin: center;

}



.c-hamburger span::before {
    top: -6px;
}

.c-hamburger span::after {
    bottom: -6px;
}


.c-hamburger:hover, .c-hamburger:active {
    text-decoration: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: auto;
}


    .c-hamburger span::before {
        transform: translateY(-0.1em);
    }

    .c-hamburger span::after {
        transform: translateY(0.1em);
    }




.c-hamburger--htx {
    background-color: none;
}

.c-hamburger--htx span {
    transition-property: top, transform;/*, background-color;*/
    transition-duration: 0s, 0s;/*, 0.35s;*/
    transition-delay: 0.3s, 0.3s;/*,0s;*/

}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;/*, 0.35s;*/
    transition-delay: 0.3s, 0s;/*,0s;*/
}

.c-hamburger--htx span::before {
    transition-property: top, transform;/*, background-color;*/
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;/*, background-color;*/
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: none;
}

.c-hamburger--htx.is-active span {
    background: none !important;
    width: 80%;
    left: 10%;

    backface-visibility: hidden;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);

}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
#containerSite{
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.nav-is-visible{
    webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}
.nav-is-visible .hamburger-menu{
    display: none;
}
