.tabs-title > a,

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.h1 {
    font-size: 1.4375rem;
}

.h2 {
    font-size: 1.25rem;
}

.h3 {
    font-size: 1.125rem;
}

.h4,
.h5,
.h6 {
    font-size: 1rem;
}

.actu_title,
.button,
.card-title,
.post-title,
h1,
h2,
h3,
h4,
h5,
h6,
nav a {
    font-weight: 700;
}

.h1,
h1 {
    margin-bottom: 23px;
}

.h2,
h2 {
    line-height: 28.75px;
}

.h3,
.h4,
.h6,
h3,
h4,
h6 {
    line-height: 23px;
}

.small {
    font-size: .8125rem;
    line-height: 18.4px;
}

a .fa {
    margin-left: 8px;
    vertical-align: middle;
}

.label,
.postfix,
label {
    margin-top: 3.83333px;
    margin-bottom: 0;
    padding-bottom: 7.66667px;
}

[type=checkbox] + label,
[type=radio]+label {
    font-weight: 700;
    color: #667780;
}

[type=checkbox]+label:not(:last-of-type) ,
[type=radio]+label:not(:last-of-type) {
    margin-right: 32px;
}

input,
select {
    font-weight: 700;
}

ul.no-bullet li {
    line-height: 23px;
}

.list-small li {
    margin-bottom: 0;
    padding-top: 5.75px;
    padding-bottom: 5.75px;
    font-size: 80%;
    font-weight: 700;
    line-height: 18.4px;
}

.submenu li {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
}

.has-tip {
    border: none;
    font-weight: inherit;
}

@media only screen and (min-width:40em) {
    .h1 {
        font-size: 1.8125rem;
    }

    .h2 {
        font-size: 1.4375rem;
    }

    .h3 {
        font-size: 1.25rem;
    }

    .h4 {
        font-size: 1.125rem;
    }

    .h5,
    .h6 {
        font-size: 1rem;
    }

    .h1,
    h1 {
        line-height: 40.25px;
    }

    .h2,
    h2 {
        line-height: 34.5px;
    }

    .h3,
    .h4,
    h3,
    h4 {
        line-height: 28.75px;
    }

    .h5,
    .h6,
    h5,
    h6 {
        line-height: 23px;
    }

    .label,
    .postfix,
    label {
        display: inline-block;
        margin-top: 11.5px;
        padding-bottom: 0;
    }

    .label,
    label {
        float: right;
    }

    [type=checkbox] + label,
    [type=radio]+label {
        float: none;
        margin-top: 0;
        margin-bottom: 11.5px;
        padding-top: 0;
        line-height: 51.75px;
    }

    .actu_title,
    .post-title {
        font-size: 18px;
        line-height: 28.75px;
    }
}

@media screen and (min-width:64em) {
    .large-text-2-columns {
        -moz-column-count: 2;
        column-count: 2;
    }
}

.relative {
    position: relative;
}

:root .fullwidth {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.row.restrained {
    max-width: 75rem;
}

.emphasis {
    color: #e82a5c;
}

.rounded,
select {
    border-radius: 4px;
}

.menu > li>a>span {
    vertical-align: initial;
}

.undisplay {
    display: none;
}

ul.is-dropdown-submenu {
    z-index: 3;
    background-color: #fff;
}

@media only screen and (min-width:40em) {
    .row.medium-uncollapse > .column,
    .row.medium-uncollapse>.columns {
        padding-right: 11.5px;
        padding-left: 11.5px;
    }
}

@media only screen and (min-width:64em) {
    .row.large-uncollapse > .column,
    .row.large-uncollapse>.columns {
        padding-right: 11.5px;
        padding-left: 11.5px;
    }
}

.header-global {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    background-color: #161719;
}

.header-logo {
    max-height: 46px;
}

.header-global .menu-icon {
    width: 25px;
    height: 20px;
    margin-top: 16.42857px;
}

.top-bar {
    padding: 0;
}

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a:after {
    top: 50%;
    transform: translateY(-30%);
}

.header-global a {
    color: #fff;
}

.dropdown.menu .submenu {
    width: 100%;
    border: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.3);
}

.submenu a {
    color: #e82a5c;
}

.is-submenu-item a:hover {
    color: #fff;
    background-color: #e82a5c;
}

@media only screen and (max-width:39.9375em) {
    .title-bar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .dropdown.menu > li {
        float: left;
        width: 33%;
        text-align: center;
    }

    .dropdown.menu > li.has-submenu {
        width: 100%;
    }

    .dropdown.menu .submenu.first-sub {
        right: 0;
    }
}

@media only screen and (min-width:40em) {
    .header-logo {
        max-height: 69px;
    }

    .header-global nav {
        margin-top: 23px;
    }
}

.footer-global,
.form-section,
.page-section {
    padding: 11.5px 0;
}

.form-section article {
    position: relative;
}

.section-title {
    margin-bottom: 23px;
    padding: 11.5px 23px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background-color: #667780;
}

.section-title .button {
    margin: 0;
    border-radius: 2px;
}

.section-title h3 {
    margin-bottom: 0;
}

.section-title i {
    margin-right: 16px;
}

.section-title a {
    font-weight: 700;
    color: #acdded;
}

.section-title a .fa {
    margin-right: 0;
}

@media only screen and (max-width:39.9375em) {
    .section-title a {
        font-size: 85%;
        line-height: 11.5px;
    }
}

@media only screen and (min-width:64em) {
    .footer-global,
    .form-section,
    .page-section {
        padding: 23px 0;
    }
}

.footer-global {
    border-top: 4px solid #161719;
    background-color: #eaeaea;
}

.footer-global .list-small {
    margin-bottom: 23px;
}

.footer-global .block-select {
    margin-bottom: 23px;
    padding: 11.5px;
    border-radius: 8px;
    color: #fff;
    background-color: #161719;
}

.footer-global label {
    width: 100%;
    margin-top: 0;
    margin-bottom: 11.5px;
    text-align: center;
    font-weight: 700;
    color: inherit;
}

.footer-global select {
    margin-bottom: 0;
    border: none;
}

.footer-minimal {
    margin-top: 23px;
    padding-top: 23px;
    padding-bottom: 46px;
}

.footer-minimal label {
    font-size: 1.25rem;
}

@media only screen and (max-width:39.9375em) {
    .footer-global .logo-ma {
        display: block;
        margin: 0 auto 23px;
        max-width: 80%;
    }
}

@media only screen and (min-width:40em) {
    .footer-global {
        padding: 34.5px 0;
    }

    .footer-minimal {
        margin-top: 46px;
        padding-top: 57.5px;
        padding-bottom: 69px;
    }

    .footer-minimal label {
        margin-top: 7.66667px;
    }
}

.compa-title {
    z-index: 0;
    position: relative;
    margin-bottom: 11.5px;
}

.compa-title:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px dashed #667780;
}

.compa-title > span {
    display: inline-block;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 11.5px 23px;
    border-radius: 8px;
    font-weight: 700;
    color: #fff;
    background-color: #667780;
}

.list-sites-compa a {
    display: inline-block;
    width: 100%;
    height: 92px;
    text-indent: -9999px;
    opacity: .5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: opacity .2s ease-out;
}

.list-sites-compa a:hover {
    opacity: 1;
}

.list-sites-compa a.logo-ha {
    background-image: url(http://www.misterassur.com/wp-content/themes/wordpress-bootstrap-master/images/v3/logos-groupe/logo-ha-black.svg);
}

.no-svg .list-sites-compa a.logo-ha {
    background-image: url(../../images/v3/logos-groupe/png/logo-ha-black.png);
}

.list-sites-compa a.logo-mc {
    background-image: url(http://www.misterassur.com/wp-content/themes/wordpress-bootstrap-master/images/v3/logos-groupe/logo-mc-black.svg);
}

.no-svg .list-sites-compa a.logo-mc {
    background-image: url(../../images/v3/logos-groupe/png/logo-mc-black.png);
}

.list-sites-compa a.logo-ka {
    background-image: url(http://www.misterassur.com/wp-content/themes/wordpress-bootstrap-master/images/v3/logos-groupe/logo-ka-black.svg);
}

.no-svg .list-sites-compa a.logo-ka {
    background-image: url(../../images/v3/logos-groupe/png/logo-ka-black.png);
}

.list-sites-compa a.logo-dm {
    background-image: url(http://www.misterassur.com/wp-content/themes/wordpress-bootstrap-master/images/v3/logos-groupe/logo-dm-black.svg);
}

.no-svg .list-sites-compa a.logo-dm {
    background-image: url(../../images/v3/logos-groupe/png/logo-dm-black.png);
}

.list-sites-compa a.logo-me {
    background-image: url(../../images/v3/logos-groupe/png/logo-me-black.png);
}

.list-sites-compa a.logo-voi {
    background-image: url(http://www.misterassur.com/wp-content/themes/wordpress-bootstrap-master/images/v3/logos-groupe/logo-vcom-black.svg);
}

.no-svg .list-sites-compa a.logo-voi {
    background-image: url(../../images/v3/logos-groupe/png/logo-vcom-black.png);
}

.block-lead {
    margin-top: 23px;
}

.button {
    margin: 0 0 11.5px;
    padding: 1rem 1.8125rem 1.0625rem;
    border: none;
    line-height: 1.25rem;
    color: #fff;
    background-color: #161719;
    transition: background-color .2s ease-out,background-position 125ms ease-out;
}

.button:active,
.button:focus,
.button:hover {
    background-color: #6d727c;
}

.button.large {
    padding: 1.0625rem 1.9375rem 1.125rem;
    line-height: 1.8125rem;
}

.button.small {
    padding: .8125rem 1.4375rem;
    line-height: 1rem;
}

.button.tiny {
    padding: .625rem 1.25rem .6875rem;
    line-height: 1rem;
}

.button-primary {
    background-color: #e82a5c;
}

.button-primary:active,
.button-primary:focus,
.button-primary:hover {
    background-color: #ea3f6c;
}

.button-secondary {
    background-color: #52b8d9;
}

.button-secondary:active,
.button-secondary:focus,
.button-secondary:hover {
    background-color: #75c6e1;
}

.button-tertiary {
    background-color: #161719;
}

.button-tertiary:active,
.button-tertiary:focus,
.button-tertiary:hover {
    background-color: #6d727c;
}

.button-warning {
    background-color: #ffa200;
}

.button-warning:active,
.button-warning:focus,
.button-warning:hover {
    background-color: #ffb533;
}

.button-back {
    background-color: #6d727c;
}

.button-back:active,
.button-back:focus,
.button-back:hover {
    background-color: #9ca0a8;
}

.right-arrow {
    padding-right: 3.125rem;
    padding-left: 1.8125rem;
    background-position: right 1.25rem center;
    background-size: auto 1.125rem;
}

.right-arrow,
.right-arrow:active,
.right-arrow:focus,
.right-arrow:hover {
    background-image: url(../images/icons/arrow-right.svg);
    background-repeat: no-repeat;
}

.no-svg .right-arrow,
.no-svg .right-arrow:active,
.no-svg .right-arrow:focus,
.no-svg .right-arrow:hover {
    background-image: url(../images/icons/png/arrow-right.png);
}

.right-arrow:active,
.right-arrow:focus,
.right-arrow:hover {
    background-position: right 1rem center;
}

.right-arrow.large {
    padding-right: 3.5625rem;
    padding-left: 1.9375rem;
    background-position: right 1.5rem center;
    background-size: auto 1.25rem;
}

.right-arrow.large:focus,
.right-arrow.large:hover {
    background-position: right 1.125rem center;
}

.right-arrow.small {
    padding-right: 2.5625rem;
    padding-left: 1.4375rem;
    background-position: right 1rem center;
    background-size: auto .9375rem;
}

.right-arrow.small:focus,
.right-arrow.small:hover {
    background-position: right .75rem center;
}

.right-arrow.tiny {
    padding-right: 2.1875rem;
    padding-left: 1.25rem;
    background-position: right .875rem center;
    background-size: auto .75rem;
}

.right-arrow.tiny:focus,
.right-arrow.tiny:hover {
    background-position: right .625rem center;
}

.left-arrow,
.left-arrow:active,
.left-arrow:focus,
.left-arrow:hover {
    background-image: url(../images/icons/arrow-left.svg);
    background-repeat: no-repeat;
}

.no-svg .left-arrow,
.no-svg .left-arrow:active,
.no-svg .left-arrow:focus,
.no-svg .left-arrow:hover {
    background-image: url(../images/icons/png/arrow-left.html);
}

.left-arrow {
    padding-right: 1.8125rem;
    padding-left: 3.125rem;
    background-position: 1.25rem;
    background-size: auto 1.125rem;
}

.left-arrow.large {
    padding-right: 1.9375rem;
    padding-left: 3.5625rem;
    background-position: 1.5rem;
    background-size: auto 1.25rem;
}

.left-arrow.small {
    padding-right: 1.4375rem;
    padding-left: 2.5625rem;
    background-position: 1rem;
    background-size: auto .9375rem;
}

.left-arrow.tiny {
    padding-right: 1.25rem;
    padding-left: 2.1875rem;
    background-position: .875rem;
    background-size: auto .75rem;
}

.button-submit {
    float: right;
}

.button-icon {
    padding: 11.5px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.button-icon:after,
.button-icon:before {
    content: none!important;
}

@media only screen and (max-width:39.9375em) {
    .button-submit {
        width: 100%;
    }
}

@media only screen and (min-width:40em) {
    .right-arrow,
    .right-arrow:focus,
    .right-arrow:hover {
        background-position: right 1.25rem center;
    }

    .right-arrow:focus,
    .right-arrow:hover {
        background-position: right 1rem center;
    }

    .right-arrow.large,
    .right-arrow.large:focus,
    .right-arrow.large:hover {
        background-position: right 1.5rem center;
    }

    .right-arrow.large:focus,
    .right-arrow.large:hover {
        background-position: right 1.125rem center;
    }

    .right-arrow.small,
    .right-arrow.small:focus,
    .right-arrow.small:hover {
        background-position: right 1rem center;
    }

    .right-arrow.small:focus,
    .right-arrow.small:hover {
        background-position: right .75rem center;
    }

    .right-arrow.tiny,
    .right-arrow.tiny:focus,
    .right-arrow.tiny:hover {
        background-position: right .875rem center;
    }

    .right-arrow.tiny:focus,
    .right-arrow.tiny:hover {
        background-position: right .625rem center;
    }

    .right-arrow {
        padding-right: 3.125rem;
        padding-left: 1.8125rem;
    }

    .right-arrow.large {
        padding-right: 3.5625rem;
        padding-left: 1.9375rem;
    }

    .right-arrow.small {
        padding-right: 2.5625rem;
        padding-left: 1.4375rem;
    }

    .right-arrow.tiny {
        padding-right: 2.1875rem;
        padding-left: 1.25rem;
    }

    .left-arrow.large,
    .left-arrow.large:focus,
    .left-arrow.large:hover {
        background-position: 1.5rem;
    }

    .left-arrow {
        padding-right: 1.8125rem;
        padding-left: 3.125rem;
    }

    .left-arrow.large {
        padding-right: 1.9375rem;
        padding-left: 3.5625rem;
    }

    .left-arrow.small {
        padding-right: 1.4375rem;
        padding-left: 2.5625rem;
    }

    .left-arrow.tiny {
        padding-right: 1.25rem;
        padding-left: 2.1875rem;
    }
}

.card {
    display: block;
    z-index: 2;
    position: relative;
    margin-bottom: 23px;
    border: 1px solid #b4c6cc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.card-header {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    color: #fff;
    background-color: #1b637b;
}

.card-header .emphasis {
    color: #ec527b;
}

.card-divider {
    padding-right: 11.5px;
    padding-left: 11.5px;
}

@media only screen and (min-width:40em) {
    .card-divider {
        padding-right: 23px;
        padding-left: 23px;
    }
}

.card-bottom,
.card-divider,
.card-top {
    float: left;
    width: 100%;
}

.card-white-bg {
    background-color: #fff;
}

.card-light-bg {
    background-color: #f7f6f2;
}

.card-content-centered {
    text-align: center;
}

.card-button .button {
    width: 100%;
    margin: 0;
}

.card-button.card-top .button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-button.card-bottom .button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-title {
    display: block;
    padding: 11.5px 16px;
    border-radius: 0 0 8px 8px;
    transition: all .15s ease-out;
}

.card-title.right-arrow {
    padding-right: 40px;
}

.card-title .lead {
    font-size: 1.125rem;
    line-height: 28.75px;
}

a.card:hover .card-title {
    background-color: #75c6e1;
}

.card-button .button i {
    margin-right: 8px;
}

@media only screen and (min-width:64em) {
    .card-button .button i {
        margin-right: 16px;
    }
}

.guide-animaux2015 {
    padding-top: 11.5px;
    color: #fff;
    background: url(../../images/v3/bannieres/guide-animaux-2015/guide-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.guide-animaux2015:focus,
.guide-animaux2015:hover {
    color: #fff;
}

.guide-animaux2015 .illustration,
.guide-animaux2015 .wording {
    display: block;
    z-index: 2;
    float: left;
    position: relative;
}

.guide-animaux2015 .illustration {
    width: 40%;
}

.guide-animaux2015 .wording {
    width: 60%;
    padding-right: 16px;
}

.guide-animaux2015 .wording .lead {
    display: block;
    margin-bottom: 11.5px;
    line-height: 23px;
}

.guide-animaux2015 .wording .small {
    display: inline-block;
    margin-bottom: 11.5px;
    line-height: 18.4px;
}

.guide-animaux2015 .card-title {
    display: block;
    z-index: 1;
    float: left;
    position: relative;
    width: 100%;
}

@media only screen and (min-width:370px) and (max-width:639px) {
    .guide-animaux2015 .illustration {
        width: 20%;
    }

    .guide-animaux2015 .wording {
        width: 80%;
        padding-right: 16px!important;
    }

    .guide-animaux2015 .wording .lead {
        margin-top: 11.5px;
        margin-bottom: 23px;
        font-size: 1.25rem;
    }

    .guide-animaux2015 .wording .small {
        font-size: 1rem;
        line-height: 23px;
    }
}

@media only screen and (min-width:475px) and (max-width:639px) {
    .guide-animaux2015 .illustration img {
        max-height: 138px;
    }
}

@media only screen and (min-width:40em) and (max-width:63.9375em) {
    .guide-animaux2015 .illustration,
    .guide-animaux2015 .wording {
        width: 100%;
        padding-right: 11.5px;
        padding-left: 11.5px;
    }
}

.thumb-left {
    border-right: 4px solid #667780;
}

.thumb-mask {
    position: relative;
    height: 207px;
    overflow: hidden;
}

.thumb-mask img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

@media only screen and (max-width:39.9375em) {
    .thumb-mask {
        display: none;
    }
}

.avantage-bullet {
    margin-left: 40px;
    list-style: none;
}

.avantage-bullet li {
    position: relative;
    margin-bottom: 11.5px;
}

.avantage-bullet li .puce {
    position: absolute;
    top: 3px;
    left: -40px;
}

.puce {
    margin-right: 8px;
}

.post-title {
    display: block;
    margin-bottom: 11.5px;
}

a .post-excerpt {
    color: #161719;
}

a .post-excerpt .more {
    display: inline-block;
    float: right;
    color: #e82a5c;
}

.check-list {
    margin-left: 0;
    list-style: none;
}

.check-list > li {
    position: relative;
    margin-bottom: 11.5px;
    padding-left: 28px;
}

.check-list > li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #47cc5e;
}

@media only screen and (max-width:39.9375em) {
    .list-articles li:not(:last-child) {
        margin-bottom: 23px;
        padding-bottom: 11.5px;
        border-bottom: 1px solid #eaeaea;
    }
}

@media only screen and (min-width:40em) {
    .actu_title,
    .post-title {
        padding: 7.66667px 16px;
        background-color: #eaeaea;
    }
}

.accroche-quote {
    text-align: center;
    font-size: 1.4375rem;
    font-style: italic;
    font-weight: 700;
    line-height: 28.75px;
    color: #52b8d9;
}

@media only screen and (min-width:40em) {
    .accroche-quote {
        font-size: 1.625rem;
        line-height: 34.5px;
    }
}

.accroche-form,
.accroche-form-aside,
aside .accroche-form {
    margin-bottom: 11.5px;
    text-align: center;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 28.75px;
    letter-spacing: -1px;
    color: #444545;
}

#form-animaux .accroche-form,
#form-animaux .accroche-form-aside,
#form-animaux aside .accroche-form {
    font-family: Lobster,cursive;
    font-size: 1.8125rem;
    font-weight: 400;
}

@media only screen and (min-width:40em) {
    .accroche-form,
    aside .accroche-form {
        font-size: 1.625rem;
        line-height: 34.5px;
    }

    .accroche-form-aside {
        font-size: 1.8125rem;
        line-height: 34.5px;
    }

    #form-animaux .accroche-form,
    #form-animaux .accroche-form-aside,
    #form-animaux aside .accroche-form {
        font-size: 2rem;
    }
}

.tooltip {
    font-weight: 700;
}

.tooltip:before {
    border-color: transparent transparent #1b637b;
    pointer-events: none;
}

.tooltip.top:before {
    border-color: #1b637b transparent transparent;
}

.tooltip.left:before {
    border-color: transparent transparent transparent #1b637b;
}

.tooltip.right:before {
    border-color: transparent #1b637b transparent transparent;
}

@media only screen and (max-width:39.9375em) {
    .tooltip {
        max-width: 290px!important;
    }
}

@media only screen and (min-width:40em) {
    .tooltip {
        max-width: 20rem!important;
    }
}

.scroller {
    width: 100%;
    height: 80.5px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    border: 1px solid #b4c6cc;
    border-radius: 4px;
    overflow: hidden;
}

.scroller ul {
    height: 100%;
    overflow: hidden;
    list-style: none;
}

.scroller li {
    float: left;
    width: 120px;
    height: 57.5px;
}

.reveal {
    transition: all .25s ease-out;
}

.reveal[aria-hidden=true] {
    opacity: 0;
    transform: translateY(-23px);
}

.reveal[aria-hidden=false] {
    opacity: 1;
    transform: translateY(0);
}

.modal {
    padding: 0;
}

.modal-header {
    position: relative;
    padding: 11.5px 46px 11.5px 11.5px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    background-color: #1b637b;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header p {
    margin: 0;
}

.modal-header .button-close {
    position: absolute;
    top: 50%;
    right: 11.5px;
    margin: 0;
    font-size: 2rem;
    transform: translateY(-50%);
}

.modal-content {
    padding: 23px;
}

@media only screen and (min-width:40em) {
    .modal-header {
        text-align: center;
    }

    .modal-content {
        padding-right: 23px;
        padding-left: 23px;
    }
}