/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, tr, td, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, audio, canvas, datalist, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, subline, summary, time, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, article, aside, audio, canvas, datalist, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, subline, summary, video {
    display: block;
}
/* /RESET*/

/*BASE*/
html {
    width: 100%;
    min-height: 100%;
    background: #fff;
    font: 300 62.5% "proxima-nova", Helvetica, Arial, sans-serif;
    color: #046ba0;
}

body {
    position: relative;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
}

.mbl {
    display: none;
}

p {
    line-height: 18px;
    line-height: 1.8rem;
    padding: 0 0 10px;
}

a {
    color: #046ba0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

area {
    outline: none;
}

strong {
    font-weight: 700;
}

small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.clear {
    clear: both;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

    .inline,
    .center img,
    .right img {
        display: inline !important;
    }

.inlineB {
    display: inline-block !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.resize {
    max-width: 100%;
    height: auto !important;
}

.resizeFull {
    max-width: 100%;
    min-width: 100%;
    height: auto !important;
}

.centered {
    max-width: 980px;
    padding: 0 15px;
    margin: 0 auto;
}

.ErrorVAT {
    color: red;
    font-size: 0.8em;
    font-weight: bold;
}

.ErrorSearchPublication, .ErrorNewUser {
    margin-left: 220px;
}

.fullWidth {
    width: 100% !important;
}

.noLeft {
    left: 0 !important;
}

.noPad {
    padding: 0 !important;
}

.noRadius {
    border-radius: 0 !important;
}

.padBtm5p,
.bullet ul,
.bulletRed ul {
    padding-bottom: 5% !important;
}

ul.defaultList,
.bullet ul,
.bulletRed ul,
.jobDetail ul,
.events.centered.floatL ul li ul {
    list-style: disc outside;
    padding-left: 20px !important;
    line-height: 1.4em;
}

    ul.defaultList + p {
        padding-top: 10px;
    }

.jobDetail ul {
    padding-bottom: 10px;
}

ul.inlineB li {
    display: inline-block;
    margin: 0 1% 0 0;
}

ul.dashList,
.programm ul {
    padding-left: 20px;
}

    ul.dashList ul.dashList,
    .programm ul ul {
        padding-bottom: 0 !important;
    }

    ul.dashList li::before,
    .programm ul li::before {
        content: "-";
        position: absolute;
        margin-left: -1%;
    }

    ul.dashList li a,
    .programm ul li a {
        text-decoration: underline;
    }

        ul.dashList li a:hover,
        .programm ul li a:hover {
            text-decoration: none;
        }

ul.linkList {
    padding: 5px 0 0;
}

    ul.linkList li {
        float: left;
        max-width: 32%;
        margin: 0 2% 5px 0;
    }

        ul.linkList li:last-child {
            margin: 0;
        }

ul.linkList2 li {
    max-width: 32%;
    margin: 0 2% 5px 0;
}

ol.defaultList {
    list-style: decimal outside;
    padding: 10px 0 20px 20px !important;
}

.col-1-4 {
    width: 23% !important;
}

.col-1-2 {
    width: 50% !important;
}

.col-1-4 + .col-1-2 {
    margin: 0 2%;
}
/* /BASE*/

.txtBlue,
.bullet ul {
    color: #15a1dc !important;
}

.txtRed,
.bulletRed ul {
    color: #9e2c48 !important;
}

.txtGreen {
    color: #00b71a;
}

.txtGrey {
    color: #9b9b9b;
}

.txtLightGrey {
    color: #555555;
}

.txtLightRed {
    color: #cc9999;
}

.txtWhite {
    color: #fff;
}

.bgRed {
    background-color: #9f2d46 !important;
}

.bgGrey {
    background-color: #ededed !important;
}

.bgColGrey {
    background: url(../img/bg-col-grey.gif) center repeat-y;
}

.separator {
    width: 100% !important;
    height: 1px;
    margin: 25px 0;
    background: #046ba0;
}

a.btnTop {
    display: inline-block;
    position: fixed;
    right: 1%;
    bottom: 10px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #cecece;
    border-radius: 50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
}

    a.btnTop.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    a.btnTop.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    a.btnTop.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

a.btn {
    display: block;
    width: 200px;
    height: 48px;
    font-size: 16px;
    line-height: 38px;
    font-size: 1.6rem;
    line-height: 3.8rem;
    color: #fff;
    background: url(../img/bg-btn.png) no-repeat;
    padding: 0 45px 0 22px;
    text-transform: uppercase;
    text-decoration: none !important;
}

    a.btn:hover {
        background-image: url(../img/bg-btn-hover.png);
    }

    a.btn:active {
        background-image: url(../img/bg-btn-click.png);
    }

    /* Btn on page Default*/
    a.btn.big {
        width: 220px;
        height: 72px;
        font-size: 16px;
        line-height: 60px;
        font-size: 1.6rem;
        line-height: 6rem;
        background-image: url(../img/bg-btn-big-green.png);
    }

        a.btn.big:hover {
            background-image: url(../img/bg-btn-big-green-hover.png);
        }

        a.btn.big:active {
            background-image: url(../img/bg-btn-big-green-click.png);
        }

    a.btn.sm {
        width: 64%;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 23% 0 11%;
        margin: 0;
        background-image: url(../img/bg-btn-sm.png);
        background-size: contain;
    }

        a.btn.sm:hover {
            background-image: url(../img/bg-btn-sm-hover.png);
        }

        a.btn.sm:active {
            background-image: url(../img/bg-btn-sm-click.png);
        }

    a.btn span {
        display: inline-block;
        line-height: 14px;
        line-height: 1.4rem;
        vertical-align: middle;
    }

    a.btn.big span {
        line-height: 1.8rem;
        font-size: 1.7rem;
        font-size: 17px;
        line-height: 18px;
    }

    a.btn.violet {
        background-image: url(../img/bg-btn-violet.png);
    }

        a.btn.violet:hover {
            background-image: url(../img/bg-btn-violet-hover.png);
        }

        a.btn.violet:active {
            background-image: url(../img/bg-btn-violet-click.png);
        }

    a.btn.big.violet {
        background-image: url(../img/bg-btn-big-violet.png);
    }

        a.btn.big.violet:hover {
            background-image: url(../img/bg-btn-big-violet-hover.png);
        }

        a.btn.big.violet:active {
            background-image: url(../img/bg-btn-big-violet-click.png);
        }

    a.btn.sm.violet {
        background-image: url(../img/bg-btn-sm-violet.png);
    }

        a.btn.sm.violet:hover {
            background-image: url(../img/bg-btn-sm-violet-hover.png);
        }

        a.btn.sm.violet:active {
            background-image: url(../img/bg-btn-sm-violet-click.png);
        }

    a.btn.sm.rose {
        height: 43px;
        background-image: url(../img/bg-btn-sm-rose.png);
        padding: 0 45px 0 22px;
    }

.events .centered > div.floatR a.btn.sm {
    position: absolute;
    top: 40%;
}

.tools ul.txtBlue > li a.btn,
.callBack ul.txtBlue > li a.btn {
    width: 82%;
    padding: 0 20% 0 8%;
    margin: 15px 0 10px -4%;
    background-size: contain;
}

    .tools ul.txtBlue > li a.btn strong {
        color: #001836;
    }

.callBack .callForm a.btn.sm {
    width: 25%;
    padding: 0 10% 0 5%;
    text-align: left;
}

.callBack .callForm a.btn.call {
    width: 18%;
    padding-left: 12%;
    background-image: url(../img/bg-btn-callback.png);
}

.blueBarTitle h2 + .absolute a.btn.sm {
    width: 105px;
    font-size: 12px;
    line-height: 36px;
    font-size: 1.2rem;
    line-height: 3.6rem;
    padding: 0 35px 0 15px;
}

    .blueBarTitle h2 + .absolute a.btn.sm.rose {
        width: 133px;
        line-height: 30px;
        line-height: 3rem;
        padding: 0 30px 0 15px;
    }

    .blueBarTitle h2 + .absolute a.btn.sm span {
        line-height: 12px;
        line-height: 1.2rem;
    }

    .blueBarTitle h2 + .absolute a.btn.sm.absolute {
        right: 0;
        bottom: 0;
    }

.btnBlue {
    display: inline-block;
    min-width: 100px;
    height: 22px !important;
    line-height: 24px;
    color: #fff !important;
    padding: 0 1%;
    margin: 5px 0 0 3%;
    background-color: #00b2ee !important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
}

a.btnBlue.call,
a.btnBlue.mail {
    min-width: 70px;
    padding-left: 25px;
    background: #00b2ee url(../img/pictos/phone-white.png) 5px center no-repeat;
}

a.btnBlue.mail {
    background-image: url(../img/pictos/mail-white.png);
}

a.btnBlue:hover {
    text-decoration: none;
}

a.btnBlue.big {
    min-width: 140px;
    height: 40px !important;
    line-height: 38px;
    font-weight: 700;
    padding: 0 3%;
    margin: 0;
    background: #0da1dc;
    border-radius: 5px;
    text-transform: none;
    white-space: nowrap;
}

    a.btnBlue.big span {
        display: inline-block;
        line-height: 16px;
        line-height: 1.6rem;
        vertical-align: middle;
    }

a.dlBloc {
    display: block;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    a.dlBloc img:first-child {
        display: block;
        position: absolute;
        left: 50%;
        position: absolute;
        width: 31px;
        margin: 45px 0 0 -15px;
        z-index: 999;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: .7s;
        -moz-animation-duration: .7s;
        -ms-animation-duration: .7s;
        -o-animation-duration: .7s;
        animation-duration: .7s;
    }

    a.dlBloc:hover img:first-child {
        -webkit-animation-name: bounce;
        -moz-animation-name: bounce;
        -o-animation-name: bounce;
        animation-name: bounce;
    }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-10px);
    }

    60% {
        -o-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

a.dlBloc img + img {
    margin: 0 auto;
}

a.dlBloc div {
    line-height: 50px;
    padding: 0 5%;
    background: #00b2ee;
    border-radius: 5px;
}

    a.dlBloc div span {
        line-height: 13px;
        line-height: 1.3rem;
        vertical-align: middle;
        display: inline-block;
    }

a.dlBloc.subScription {
    font-size: 18px;
    font-size: 1.8rem;
}

    a.dlBloc.subScription div {
        background: none;
    }

        a.dlBloc.subScription div span {
            line-height: 18px;
            line-height: 1.8rem;
            vertical-align: top;
        }


a.kmo {
    display: block;
    color: #333399 !important;
    padding: 2%;
    margin: 0 0 5%;
    border-radius: 0px;
    border-bottom: 1px solid #333399;
    border-top: 1px solid #333399;
}

    a.kmo div.floatL {
        width: 75%;
    }

    a.kmo div.floatR {
        width: 19%;
    }

        a.kmo div.floatR p:first-child {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        a.kmo div.floatR p + p {
            line-height: 12px;
            line-height: 1.2rem;
            padding: 0;
        }

h1 {
    font-size: 40px;
    line-height: 40px;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
    padding: 10px 0;
}

h2 {
    font-size: 32px;
    line-height: 34px;
    font-size: 3.2rem;
    line-height: 3.4rem;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 300;
}

h5 {
    font-size: 20px;
    line-height: 22px;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 300;
    padding: 0 0 10px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 5px 0;
}

header {
    position: relative;
    color: #fff;
}

    header .headerContent {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    header.default {
        min-height: 246px;
        background: #253e43 url(../img/bg-header.jpg) center bottom no-repeat;
    }

        header.default .centered {
            position: relative;
            top: 150px;
        }

    header .headerContent > div.right {
        height: 45px;
        line-height: 45px;
        padding: 0 1.8%;
        background-color: rgb(49, 88, 93);
        background-color: rgba(49, 88, 93, 0.5);
    }

        header .headerContent > div.right .inlineB {
            vertical-align: middle;
        }

        header .headerContent > div.right .phone {
            background: url(../img/pictos/phone-header.png) left center no-repeat;
            padding: 0 0 0 30px;
        }

        header .headerContent > div.right a {
            color: #fff;
        }

            header .headerContent > div.right a.inlineB {
                padding: 0 2.5%;
                text-decoration: underline;
            }

                header .headerContent > div.right a.inlineB + a.inlineB {
                    font-weight: 700;
                    padding-left: 0;
                }

                header .headerContent > div.right a.inlineB:hover {
                    text-decoration: none;
                }

        header .headerContent > div.right ul.lang li {
            float: left;
            margin: 0;
        }

            header .headerContent > div.right ul.lang li::before {
                content: "|";
                margin: 0 5px;
            }

            header .headerContent > div.right ul.lang li:first-child::before {
                content: normal;
                margin: 0 5px 0 0;
            }

            header .headerContent > div.right ul.lang li a.selected {
                text-decoration: underline;
            }

    header .headerContent > div.clear {
        height: 100px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 100px;
        background: #fff;
    }

    header .logo {
        width: 7.8%;
        padding: 0 1.8%;
    }

        header .logo img {
            display: inline;
            vertical-align: middle;
        }

    header nav {
        position: relative;
        width: 88.6%;
        text-transform: uppercase;
    }

        header nav ul.level1 > li {
            position: relative;
            float: left;
            margin: 0 0 0 2.2%;
        }

        header nav ul li:first-child {
            margin: 0 !important;
        }

        header nav ul.level1 > li > a {
            color: #88304b;
        }

        header nav ul.level1 > li a:hover,
        header nav ul.level1 > li a.selected {
            color: #ee2e24;
            text-decoration: none;
        }

        header nav ul.boxMenu {
            display: none;
            position: absolute;
            left: 0;
            margin-top: -20px;
            z-index: 999;
        }

            header nav ul.boxMenu li {
                text-align: left;
            }

                header nav ul.boxMenu li a {
                    display: block;
                    min-width: 140px;
                    line-height: 40px;
                    color: #fff;
                    padding: 0 20px;
                    background: #002f35;
                    text-transform: none;
                    white-space: nowrap;
                }

                    header nav ul.boxMenu li a:hover {
                        color: #fff;
                        background: #1899dd;
                        text-decoration: none;
                    }

    header .bxslider li .centered {
        padding: 0 10%;
    }

    header .bxslider li a.btn.big {
        font-size: 20px;
        font-size: 2rem;
        margin-left: -15px;
    }

    header .bxslider li img + div {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    header .bxslider li h1 {
        /*width: 68%;*/
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: 700;
        padding: 10px;
        margin-left: -10px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.35);
    }

    header .bxslider li cite {
        display: block;
        width: 68%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        padding: 5px;
        margin: 0.5% 0 1.5%;
        margin-left: -10px;
    }

    header .bxslider li h2 {
        width: 75%;
        line-height: 36px;
        line-height: 3.6rem;
        margin: 2% 0;
    }

    header .bxslider li q {
        display: block;
        width: 68%;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: 700;
        padding: 10px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.35);
    }

    header .bxslider li small {
        width: 31%;
        padding: 10px 0 0;
        text-transform: uppercase;
    }

    header .crumb,
    header .crumb a {
        color: #ade1ff;
    }

.splashPage header {
    background: url(../img/slider/hp2.jpg) right center no-repeat;
    background-size: cover;
}

    .splashPage header .headerContent {
        position: relative;
    }

.splashBloc img + div {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    z-index: 999;
}

.splashBloc > div.centered {
    padding-left: 15%;
}

    .splashBloc > div.centered > div {
        width: 65%;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        padding: 20px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.35);
    }

        .splashBloc > div.centered > div > div.floatL {
            width: 70%;
        }

        .splashBloc > div.centered > div > div.floatR {
            width: 27%;
        }

    .splashBloc > div.centered strong {
        font-weight: 700;
        color: #00b0eb;
    }

.ticker {
    padding: 15px 0;
    background: #98cbec;
}

.tickerBoamp .tick{
    padding: 5px !important;
}

.tickerBoamp{
    /*background:  #98cbec;*/
}

    .ticker h2 {
        padding: 0 0 10px;
    }

    .tickerBoamp .divPublicationResult h2{
    padding: 0 0 0;
}

    .ticker ul {
        position: relative;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
    }

        .ticker ul li {
            float: left;
        }

.tickercontainer {
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
}

.tickercontainerBOAMP {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tickercontainer .mask {
        position: relative;
        height: 18px;
        overflow: hidden;
    }

    .tickercontainer .newsticker {
        position: relative;
    }

ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 15px;
    /*background: #fff;*/
    height: 15px;
    white-space: nowrap;
}

ul.newsticker {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}




.ticker a {
    text-decoration: underline;
}

    .ticker a:hover {
        text-decoration: none;
    }

.tools {
    padding: 0 15px 3%;
}

    .tools h2 {
        padding: 3% 0;
    }

    .tools ul.txtBlue {
        display: flex;
        margin: 0 -15px;
    }

        .tools ul.txtBlue > li {
            position: relative;
            float: left;
            width: 25%;
            padding: 15px 1.5% 5px;
            margin: 0 8% 0 0;
            background: #f6f4f4;
            border-radius: 7px;
        }

            .tools ul.txtBlue > li:last-child {
                float: right;
                margin: 0;
            }

            .tools ul.txtBlue > li::after {
                position: absolute;
                top: 13px;
                right: -21.5%;
                content: url(../img/pictos/arrow-blue.png);
            }

            .tools ul.txtBlue > li:last-child::after {
                content: normal;
            }

            .tools ul.txtBlue > li h3,
            .callBack ul.txtBlue > li h3 {
                padding: 0 0 15px;
            }

            .tools ul.txtBlue > li img,
            .callBack ul.txtBlue > li img {
                margin: 0 auto;
                border: 6px solid #fff;
                border-radius: 50%;
            }

    .tools ul.defaultList li p,
    .callBack ul.txtBlue > li p {
        color: #494949;
    }

.callBack {
    color: #365970;
    background: #f5f4f4;
}

    .callBack .centered {
        padding: 1.5% 15px;
    }

        .callBack .centered > img {
            position: absolute;
            bottom: 0;
            left: -5%;
            z-index: 1;
        }

        .callBack .centered > div.floatL {
            position: relative;
            width: 64%;
            z-index: 5;
        }

    .callBack h4 {
        font-size: 24px;
        line-height: 28px;
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-weight: 300;
        padding: 3% 0 0;
    }

    .callBack .callForm {
        width: 64%;
        padding: 5% 0 0 35%;
        min-height: 250px;
    }

        .callBack .callForm label {
            width: 35%;
            font-size: 17px;
            font-size: 1.7rem;
        }

        .callBack .callForm input,
        .callBack .callForm textarea {
            width: 60%;
            padding: 0 1.5%;
        }
    /*.callBack .callForm div.right{
	position:relative;
	right:-2%;
	width:100%;
	margin:10px -2% 0 0;
}*/
    .callBack .centered > div.floatR {
        width: 27.3%;
    }

    .callBack ul.txtBlue {
        margin-right: -14px;
    }

        .callBack ul.txtBlue > li {
            position: relative;
            display: block;
            padding: 15px 5% 5px;
            background: #cecece;
            border-radius: 7px;
        }

            .callBack ul.txtBlue > li h3 {
                color: #135871;
            }

    .callBack.questions h3 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: normal;
        color: #9e2c48;
    }

    .callBack.questions h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
        padding: 1% 0 0;
    }

    .callBack.questions .centered > img {
        left: -3%;
        width: 22%;
    }

    .callBack.questions .callForm {
        width: 69%;
        padding: 4% 0 0 30%;
    }

        .callBack.questions .callForm label {
            width: 31%;
            font-size: 13px;
            font-size: 1.3rem;
        }

        .callBack.questions .callForm input {
            height: 20px;
            font-size: 12px;
            font-size: 1.2rem;
            margin: 0 0 5px;
        }

        .callBack.questions .callForm a.btn.sm {
            width: 30%;
            padding: 0 12% 0 6%;
        }

        .callBack.questions .callForm a.btn.call {
            width: 20%;
            padding-left: 15%;
        }

    .callBack.questions .centered > div.floatL {
        width: 48%;
    }

    .callBack.questions .centered > div.floatR {
        width: 44%;
        padding: 3% 2% 2%;
        background: #cecece;
        border-radius: 7px;
    }

        .callBack.questions .centered > div.floatR > div.floatL {
            width: 40%;
        }

            .callBack.questions .centered > div.floatR > div.floatL:first-child {
                width: 60%;
            }

        .callBack.questions .centered > div.floatR h3 {
            font-size: 32px;
            font-size: 3.2rem;
        }

        .callBack.questions .centered > div.floatR p {
            width: 80%;
            font-size: 18px;
            font-size: 1.8rem;
            padding: 10px 0 25px;
        }

        .callBack.questions .centered > div.floatR a.btn {
            width: 78%;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 0 18% 0 8%;
            margin: 0 0 10px -4%;
            background-size: contain;
        }

            .callBack.questions .centered > div.floatR a.btn:last-child {
                margin-bottom: 0;
            }

input[type="text"].vatNumber {
    width: 60% !important;
    display: inline !important;
}

.vatNumberlabel{
    width:75% !important;
}

.parallax {
    height: 320px;
    background: #0b648c url(../img/hp-parallax.jpg) fixed no-repeat;
}

    .parallax.dockyard {
        background: #a3a3a3 url(../img/dockyard-parallax.jpg) fixed no-repeat;
    }

    .parallax.consulting {
        background: #a3a3a3 url(../img/presentationroom-parallax.jpg) fixed no-repeat;
    }

.eventsTitle,
.blueBarTitle {
    background: #0da1dc;
}

    .eventsTitle h2 {
        font-size: 40px;
        font-size: 4rem;
        color: #fff;
        padding: 3% 0;
    }

.blueBarTitle {
    padding: 1% 0;
}

    .blueBarTitle .centered > div.floatL {
        width: 18%;
        margin: 0 2% 0 0;
    }

    .blueBarTitle h2 {
        display: block;
        font-size: 32px;
        line-height: 66px;
        font-size: 3.2rem;
        line-height: 6.6rem;
        color: #fff;
    }

        .blueBarTitle h2.floatL {
            width: 60%;
        }

    .blueBarTitle .centered > div.floatL + h2.floatL {
        padding-bottom: 40px;
    }

    .blueBarTitle h2 span {
        display: inline-block;
        line-height: 34px;
        line-height: 3.4rem;
        vertical-align: middle;
    }

    .blueBarTitle h2 + .absolute {
        bottom: -4%;
        left: 20%;
        width: 50%;
    }

.events .centered {
    padding: 1.5% 15px;
    border-top: 1px solid #046ba0;
}

    .events .centered:first-child {
        border: none;
    }

.events h3 {
    color: #9e2c48;
    padding: 0 0 2.5%;
}

.events .centered > div.floatL {
    width: 81%;
}

    .events .centered > div.floatL > ul > li {
        float: left;
    }

        .events .centered > div.floatL > ul > li:nth-child(1) {
            width: 13%;
            font-size: 38px;
            line-height: 30px;
            font-size: 3.8rem;
            line-height: 3rem;
            color: #fff;
            padding: 3% 1%;
            margin-left: -15px;
            background: #00b2ee;
            text-align: center;
            border-radius: 5px;
        }

            .events .centered > div.floatL > ul > li:nth-child(1) span {
                font-size: 16px;
                font-size: 1.6rem;
            }

        .events .centered > div.floatL > ul > li:nth-child(2) {
            width: 20%;
        }

        .events .centered > div.floatL > ul > li:nth-child(3) {
            width: 25%;
            margin: 0 1.5% 0 0.5%;
        }

        .events .centered > div.floatL > ul > li:nth-child(4) {
            width: 39%;
        }

    .events .centered > div.floatL ul.defaultList li {
        margin: 10px 0 0;
    }

        .events .centered > div.floatL ul.defaultList li:first-child {
            margin: 0;
        }

.events .centered > div.floatR {
    position: relative;
    width: 17%;
}

.pageContent .centered ul.legalResults li a {
    display: block;
    padding: 0 0 4%;
}

.pageContent .centered ul.legalResults li:last-child a {
    padding: 0;
}

.pageContent .centered ul.legalResults li a img {
    margin: 0 2% 0 0;
}

.pageContent .centered ul.legalResults li a p {
    display: inline-block;
    width: 85%;
}

.pageContent .centered,
.blocDetail .centered {
    padding: 2% 15px;
}

    .pageContent .centered > div,
    .blocDetail .centered > div {
        width: 48%;
    }

    .pageContent .centered > .tickercontainer{
        width:100%;
    }


.blocDetail h3 {
    font-size: 32px;
    line-height: 32px;
    font-size: 3.2rem;
    line-height: 3.2rem;
    color: #9e2c48;
    padding: 0 0 4%;
}

.blocDetail.accordion h3 {
    padding: 0 0 2%;
}

.blocDetail h3 a {
    width: 32%;
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: #fff !important;
    padding: 2%;
    margin-top: -2%;
    background: #0da1dc;
    border-radius: 5px;
    text-align: center;
}

.jobDetail h3 {
    padding-top: 3%;
}

    .jobDetail h3:first-child {
        padding-top: 0;
    }

.blocDetail .dlList li {
    float: left;
    width: 30.5%;
    background: #0da1dc;
    border-radius: 5px;
}

    .blocDetail .dlList li:nth-child(2) {
        margin: 0 4%;
    }

.blocDetail .dlList a.dlBloc img + img {
    margin-top: -7px;
}

.blocDetail .dlList a.dlBloc.subScription img + img {
    margin: 29px auto 10px;
}

.blocDetail .dlList a.dlBloc div {
    border-radius: 0 0 5px 5px;
}

.pageContent .defaultList.txtBlue p,
.blocDetail .defaultList.txtBlue p,
.bullet ul p {
    color: #046ba0;
    padding: 0;
}

.blocDetail .defaultList.txtRed p,
.bulletRed ul p {
    color: #3c3c3c;
    padding: 0;
}

.blocDetail .programm h4,
.blocDetail .speakers h4,
.blocDetail .seminarsResult h4,
.blocDetail .seminarsResult h4 a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #15a1dc;
}
/*.blocDetail .programm ul.dashList,*/
.blocDetail .programm ul {
    padding-bottom: 15px;
}

.blocDetail dl dt,
.blocDetail dl dd {
    float: left;
    margin: 10px 2% 0 0;
}

.blocDetail dl dt {
    width: 30%;
}

.blocDetail dl dt {
    font-weight: 700;
}

.blocDetail dl dd {
    width: 16%;
    white-space: nowrap;
}

.blocDetail dl dt + dd {
    width: 4%;
}

.blocDetail dl dd:nth-of-type(4n-1) {
    width: 26%;
}

.blocDetail dl dd:nth-of-type(4n) {
    margin-right: 0;
}

.blocDetail dl dd a {
    font-weight: 700;
    text-decoration: underline;
}

    .blocDetail dl dd a:hover {
        text-decoration: none;
    }

.blocDetail .speakers h4 {
    padding: 5% 0 10px;
}

    .blocDetail .speakers h4:first-of-type {
        padding-top: 0;
    }

.blocDetail .speakers img {
    margin: 0 5% 0 0;
    border-radius: 50%;
}

.blocDetail .seminarsResult {
    width: auto !important;
}

    .blocDetail .seminarsResult h4 {
        padding: 0 0 10px;
    }

    .blocDetail .seminarsResult ul li {
        float: left;
        font-weight: 700;
        margin: 0 4% 10px 0;
    }

    .blocDetail .seminarsResult > div.floatL,
    .blocDetail .seminarsResult > div > div.floatL {
        width: 75%;
    }

    .blocDetail .seminarsResult > div.floatR,
    .blocDetail .seminarsResult > div > div.floatR {
        width: 22%;
        text-align: center;
    }

    .blocDetail .seminarsResult a.btnBlue {
        width: 98%;
        margin: 0 0 10px;
    }

    .blocDetail .seminarsResult > div.floatL img,
    .blocDetail .seminarsResult > div > div.floatL img {
        margin: 0 2% 0 0;
        border-radius: 50%;
    }

    .blocDetail .seminarsResult > div.floatL > a,
    .blocDetail .seminarsResult > div > div.floatL > a {
        display: inline-block;
        width: 30%;
        margin: 0 2% 0 0;
    }

    .blocDetail .seminarsResult > div.floatL p,
    .blocDetail .seminarsResult > div > div.floatL p {
        display: inline-block;
        width: 75%;
        vertical-align: top;
    }

    .blocDetail .seminarsResult > div.floatL p {
        width: 65%;
    }

.blocDetail ul.inlineB {
    width: 100%;
    padding: 0 0 10px;
}

.blocDetail ul.contactInfo li {
    line-height: 25px;
    padding: 0 0 0 25px;
    background: url(../img/pictos/phone.png) left center no-repeat;
}

    .blocDetail ul.contactInfo li.fax {
        background-image: url(../img/pictos/fax.png);
    }

    .blocDetail ul.contactInfo li.mail {
        background-image: url(../img/pictos/mail.png);
    }

.blocDetail.bgColGrey ul.defaultList.floatL {
    width: 63%;
}

    .blocDetail.bgColGrey ul.defaultList.floatL + a.dlBloc.floatR {
        width: 30%;
    }

.blueBarTitle.bgRed div.floatL {
    width: 60%;
}

.blueBarTitle.bgRed + .blocDetail,
.blueBarTitle.bgRed + .blocDetail a {
    color: #3c3c3c;
}

.blocDetail.bgColGrey h4.txtRed {
    font-size: 18px;
    line-height: 20px;
    font-size: 1.8rem;
    line-height: 2rem;
}

.blocDetail.bgColGrey time.txtRed {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}

.blocDetail.bgColGrey time + div.bgRed,
.blocDetail.bgColGrey time + div.noBg {
    padding: 3% 3% 3% 0%;
    margin: 2% 0;
    border-radius: 5px;
}

    .blocDetail.bgColGrey time + div.bgRed div.floatL,
    .blocDetail.bgColGrey time + div.noBg div.floatL {
        width: 64%;
    }

    .blocDetail.bgColGrey time + div.bgRed ul,
    .blocDetail.bgColGrey time + div.noBg ul {
        width: 29%;
        padding-top: 6%;
    }

        .blocDetail.bgColGrey time + div.bgRed ul a {
            display: block;
            font-weight: 700;
            color: #fff;
            padding: 0 0 5%;
            text-decoration: underline;
        }

        .blocDetail.bgColGrey time + div.noBg ul a {
            display: block;
            font-weight: 700;
            padding: 0 0 5%;
            text-decoration: underline;
        }

            .blocDetail.bgColGrey time + div.bgRed ul a:hover,
            .blocDetail.bgColGrey time + div.noBg ul a:hover {
                text-decoration: none;
            }

    .blocDetail.bgColGrey time + div.bgRed + p,
    .blocDetail.bgColGrey time + div.noBg + p {
        padding: 0;
    }

.blocDetail.bgColGrey .centered > div.floatL label,
.jobForm label {
    width: 29%;
}

.blocDetail.bgColGrey.formContent .centered > div.floatR label,
.publicationForm label {
    width: 29%;
}

    .blocDetail.bgColGrey.formContent .centered > div.floatR label.fullWidth,
    .publicationForm.formContent label.fullWidth {
        margin-bottom: 3px;
    }

        .blocDetail.bgColGrey.formContent .centered > div.floatR label.fullWidth + input[type="text"],
        .blocDetail.bgColGrey.formContent .centered > div.floatR label.fullWidth + select,
        .publicationForm.formContent label.fullWidth + input[type="text"],
        .publicationForm.formContent label.fullWidth + select {
            margin-left: 29.8%;
        }

.blocDetail.bgColGrey .centered > div.floatL input,
.blocDetail.bgColGrey .centered > div.floatL select,
.blocDetail.bgColGrey .centered > div.floatL textarea {
    width: 70%;
    height: 20px;
    background: #f6f4f5;
}

.blocDetail.bgColGrey.formContent .centered > div.floatR input,
.blocDetail.bgColGrey.formContent .centered > div.floatR select,
.blocDetail.bgColGrey.formContent .centered > div.floatR textarea,
.publicationForm.formContent input,
.publicationForm.formContent select,
.publicationForm.formContent textarea {
    width: 70%;
    height: 20px;
}

    .blocDetail.bgColGrey .centered > div select.short,
    .publicationForm.formContent select.short {
        width: 16% !important;
    }

        .blocDetail.bgColGrey .centered > div select.short + input[type="text"],
        .publicationForm.formContent select.short + input[type="text"] {
            width: 50%;
        }

         .blocDetail.bgColGrey .centered > div select.short + input[type="text"],
        .publicationForm.formContent .vatNumber {
            width: 50% !important;
        }

.jobForm input,
.jobForm textarea {
    width: 67%;
    height: 20px;
    background: #fff;
}

.jobForm textarea {
    height: 100px;
}

.blocDetail.bgColGrey .centered > div.floatL input,
.blocDetail.bgColGrey .centered > div.floatL textarea,
.blocDetail.bgColGrey.formContent .centered > div.floatR input,
.blocDetail.bgColGrey.formContent .centered > div.floatR textarea,
.publicationForm.formContent input,
.publicationForm.formContent textarea {
    width: 67%;
}

    .blocDetail.bgColGrey .centered > div.floatL input.search {
        background: #f6f4f5 url(../img/pictos/search.png) 5px center no-repeat;
    }

.blocDetail.bgColGrey .centered > div.floatR h3 + h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 0 0 4%;
}

.blocDetail.bgColGrey .centered > div.floatR .callForm,
.pageContent .centered > div.floatR .callForm {
    width: 70%;
}

.blocDetail.bgColGrey .centered > div.floatR label,
.pageContent .centered > div.floatR label {
    width: 35%;
}

.blocDetail.bgColGrey .centered > div.floatR input,
.blocDetail.bgColGrey .centered > div.floatR textarea,
.pageContent .centered > div.floatR input,
.pageContent .centered > div.floatR textarea {
    width: 60%;
    height: 20px;
}

.blocDetail.bgColGrey .centered > div.floatL textarea,
.blocDetail.bgColGrey .centered > div.floatR textarea,
.pageContent .centered > div.floatR textarea {
    height: 100px !important;
}

.blueBarTitle .bxslider2 div.floatL {
    width: 82%;
}

    .blueBarTitle .bxslider2 div.floatL:first-child {
        width: 15%;
        padding: 0 3% 0 0;
    }

.blueBarTitle .bxslider2 img {
    border: 6px solid #7ec3e8;
    border-radius: 50%;
}

.blueBarTitle .bxslider2 cite {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    padding: 0 0 0 50px;
    margin: 10px 0 5px;
    background: url(../img/pictos/quote.png) left center no-repeat;
    text-transform: uppercase;
}

.blueBarTitle .bxslider2 q {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #7ec3e8;
}

.blocDetail.accordion .centered > div.floatL {
    width: 80%;
}

.blocDetail.accordion .centered > div.floatR {
    width: 20%;
}


.blocDetail.accordion.ssPict .centered > div.floatL {
    width: 32%;
    padding: 0 1.8% 0 0;
}

.blocDetail.accordion.ssPict .centered > .floatR {
    width: 66%;
}

.accordionList li {
    margin: 15px 0 0;
}

    .accordionList li:first-child {
        margin: 0;
    }

    .accordionList li > div:first-child {
        width: 10%;
        padding: 0 2% 0 0;
    }

.ssPict .accordionList li > div:first-child {
    width: 87%;
    padding: 0;
}

.accordionList li > div:first-child + div.floatL {
    width: 75%;
}

.accordionList li h4 {
    font-size: 20px;
    line-height: 20px;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 4% 0 5px;
}

.accordionList li .hide {
    display: none;
}

.accordionList li > div.floatR {
    width: 10%;
}

    .accordionList li > div.floatR a {
        display: block;
        width: 75%;
        height: 30px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        color: #fff;
        margin: 22% 0 0;
        background: #b3b3b3;
        text-align: center;
        border-radius: 5px;
    }

        .accordionList li > div.floatR a::before {
            content: "▼";
        }

        .accordionList li > div.floatR a:hover,
        .accordionList li > div.floatR a.onSelected {
            text-decoration: none;
        }

            .accordionList li > div.floatR a:hover::before,
            .accordionList li > div.floatR a.onSelected::before {
                content: "▲";
            }

.blocDetail.formules h3,
.blocDetail.about h3 {
    padding: 0 0 2%;
}

.blocDetail.formules h2,
.blocDetail.about h2 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    color: #9e2c48;
}

    .blocDetail.formules h2 + h3 {
        padding: 2% 0 0;
    }

.blocDetail.formules ul.level1,
.blocDetail.about ul.level1 {
    display: flex;
    padding: 7% 0 0;
    margin: 0 0 -30px;
}

    .blocDetail.formules ul.level1 + ul.level1,
    .blocDetail.about ul.level1 + ul.level1 {
        display: block;
        padding: 2% 0 0;
        margin: 0;
    }

    .blocDetail.formules ul.level1 > li,
    .blocDetail.about ul.level1 > li {
        float: left;
        position: relative;
        width: 31.9%;
        padding: 0 0 100px;
        margin: 0 0 30px;
        background: #fff;
        border: 1px solid #dad7d7;
        border-radius: 5px;
        text-align: center;
    }

    .blocDetail.formules ul.level1 + ul.level1 > li,
    .blocDetail.about ul.level1 + ul.level1 > li {
        float: none;
        width: auto;
        padding: 20px 0;
        margin: 0;
        text-align: center;
    }

    .blocDetail.formules ul.level1 > li:nth-child(2) {
        top: -30px;
        margin: 0 1.8%;
        -moz-box-shadow: 1px 1px 7px 0px #b4b4b4;
        -webkit-box-shadow: 1px 1px 7px 0px #b4b4b4;
        -o-box-shadow: 1px 1px 7px 0px #b4b4b4;
        box-shadow: 1px 1px 7px 0px #b4b4b4;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#b4b4b4, Direction=134, Strength=7);
    }

    .blocDetail.about ul.level1 > li:nth-child(2) {
        margin: 0 1.8% 30px;
    }

    .blocDetail.formules ul.level1 > li h5,
    .blocDetail.about ul.level1 > li h5 {
        height: 55px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 55px;
        line-height: 5.5rem;
        font-weight: 700;
        color: #a9a9a9;
        padding: 0;
        text-transform: uppercase;
    }

    .blocDetail.formules ul.level1 > li:nth-child(2) h5 {
        line-height: 25px;
        line-height: 2.5rem;
        padding: 30px 0 0;
    }

    .blocDetail.formules ul.level1 > li h5 small {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        color: #4b97ed;
        text-transform: none;
    }

    .blocDetail.about ul.level1 > li h4 {
        display: block;
        height: 115px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 120px;
        line-height: 12rem;
        font-weight: 300;
        color: #fff;
        background: #0da1dc;
        text-transform: uppercase;
        text-shadow: 0px 1px 2px #666;
    }

    .blocDetail.formules ul.level1 > li h4 {
        display: block;
        height: 115px;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 120px;
        line-height: 12rem;
        font-weight: 300;
        color: #fff;
        background: #0da1dc;
        text-transform: uppercase;
        text-shadow: 0px 1px 2px #666;
        white-space: nowrap;
    }

        .blocDetail.formules ul.level1 > li h4 span {
            font-size: 64px;
            font-size: 6.4rem;
        }

    .blocDetail.formules ul.level1 a.btnBlue {
        position: absolute;
        left: 15%;
        bottom: 25px;
        width: 66%;
        height: 50px;
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: uppercase;
    }

    .blocDetail.formules ul.level1 > li ul,
    .blocDetail.about ul.level1 > li ul {
        width: 75%;
        padding: 7% 0 0;
        margin: 0 auto;
        text-align: left;
    }

    .blocDetail.formules ul.level1 + ul.level1 > li ul,
    .blocDetail.about ul.level1 + ul.level1 > li ul {
        width: 92%;
        padding: 2% 0 0;
    }

    .blocDetail.formules ul.level1 > li ul li ul,
    .blocDetail.about ul.level1 > li ul li ul {
        width: auto;
        padding: 5px 0 0;
    }

    .blocDetail.formules ul.level1 > li ul.bgRed,
    .blocDetail.about ul.level1 > li ul.bgRed {
        color: #fff;
        padding: 5px 10px;
        margin-top: 7%;
        border-radius: 5px;
    }

    /*.blocDetail.about ul.level1 > li ul li{
    padding:5px 0 5px 30px;
}*/

    .blocDetail.formules ul.level1 > li ul li,
    .blocDetail.about ul.level1 > li ul li {
        /*padding:5px 0 5px 5px;*/
        padding: 5px 0 5px 30px;
        background: url(../img/pictos/check-grey.png) 4px 7px no-repeat;
        border-top: 1px dashed #dad7d7;
    }

        .blocDetail.formules ul.level1 > li ul li ul li,
        .blocDetail.about ul.level1 > li ul li ul li {
            padding-left: 15px;
            background: none;
        }

        .blocDetail.formules ul.level1 > li ul li:first-child,
        .blocDetail.about ul.level1 > li ul li:first-child {
            border: none;
        }

.blocDetail.abonnement ul {
    display: flex;
}

    .blocDetail.abonnement ul li {
        float: left;
        position: relative;
        width: 32%;
        background: #f6f4f5;
        border-radius: 5px;
    }

        .blocDetail.abonnement ul li:nth-child(2) {
            margin: 0 1.8%;
        }

        .blocDetail.abonnement ul li h4 {
            display: block;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 48px;
            line-height: 4.8rem;
            font-weight: 300;
            color: #fff;
            padding: 0 0 0 5%;
            background: #0da1dc;
            border-radius: 5px 5px 0 0;
        }

            .blocDetail.abonnement ul li h4 + div {
                padding: 5%;
            }

                .blocDetail.abonnement ul li h4 + div input {
                    width: 96%;
                }

                .blocDetail.abonnement ul li h4 + div select {
                    width: 100%;
                }

.callBack .callForm .dropdownlist {
    width: 55px !important;
    margin-left: 83px;
}

/* For ContactMeForm on Events page */
.questions .dropdownlist {
    height: 20px !important;
    width: 50px;
    margin-left: 45px !important;
}

.contactevent{
    height: 20px !important;
    width: 50px;
    margin-left: 45px !important;
}


.callForm .dropdownlist {
    width: 50px;
    margin-left: 83px;
}
.publicationSearch,
.publicationResults {
    width: 100% !important;
}

    .publicationSearch h3,
    .publicationResults h3 {
        padding-bottom: 20px;
    }

    .publicationSearch > div.floatL,
    .publicationResults > div.floatL {
        width: 33%;
    }

        .publicationSearch > div.floatL + div,
        .publicationResults > div.floatL + div {
            width: 66%;
        }

.waiting, .waiting-search {
    text-align: center;
    margin-top: 20px;
}

    .waiting > img, .waiting-search > img {
        width: 32;
        height: 32;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.uppercase {
    text-transform: uppercase;
}

.googleMap {
    width: 100%;
    height: 200px;
    border: 1px solid #a2a2a2;
}

ul.defaultList.txtRed li a {
    color: #3c3c3c;
    text-decoration: none;
}

    ul.defaultList.txtRed li a:nth-child(2) {
        display: inline-block;
        padding: 0 0 10px;
    }

ul.defaultList.txtRed li:last-child a:nth-child(2) {
    padding: 0;
}

ul.defaultList.txtRed li a strong {
    text-decoration: underline;
}

    ul.defaultList.txtRed li a strong:hover {
        text-decoration: none;
    }

.newsletter {
    padding: 2% 0;
    background: #f5f4f4;
}

    .newsletter h2 {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 700;
        padding: 0 0 1%;
    }

    .newsletter .centered > div.floatL {
        width: 15%;
    }

    .newsletter .centered > div.floatR {
        position: relative;
        width: 80%;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        padding: 2%;
        margin: 1% -15px 0 0;
        background: #00b2ee;
        border-radius: 7px;
    }

        .newsletter .centered > div.floatR div.floatL {
            width: 40%;
            margin: 2% 1.5% 0 0;
        }
            /*.newsletter .centered > div.floatR div.floatL:first-child*/
            .newsletter .centered > div.floatR div.floatL.first {
                width: 37%;
                margin-top: 1%;
            }

        .newsletter .centered > div.floatR div.floatR {
            position: absolute;
            width: 20%;
            bottom: 10%;
            right: 2%;
        }

            .newsletter .centered > div.floatR div.floatR small {
                padding: 0 0 10px;
            }

                .newsletter .centered > div.floatR div.floatR small a {
                    color: #fff;
                    text-decoration: underline;
                }

footer {
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    padding: 2% 0 2.5%;
    background: #711f32;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxMWYzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTJiNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #711f32 0%, #952b43 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#711f32), color-stop(100%,#952b43));
    background: -webkit-linear-gradient(top, #711f32 0%,#952b43 100%);
    background: -o-linear-gradient(top, #711f32 0%,#952b43 100%);
    background: -ms-linear-gradient(top, #711f32 0%,#952b43 100%);
    background: linear-gradient(to bottom, #711f32 0%,#952b43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#711f32', endColorstr='#952b43',GradientType=0);
}

    footer h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    footer ul li {
        float: left;
        max-width: 16%;
        margin: 0 0 0 4%;
    }

        footer ul li:first-child,
        footer ul li.floatR {
            margin: 0;
        }

        footer ul li a {
            display: block;
            color: #fff;
        }

        footer ul li.floatR a {
            float: left;
            width: 31%;
            padding: 0 0 0 3%;
        }

            footer ul li.floatR a:first-child {
                padding: 0;
            }

/*FORM*/

.blocDetail.bgColGrey .centered > div.floatR .dropdownlist {
    width: 55px !important;
    height: 20px;
    margin-left: 58px;
}


input,
select,
textarea {
    width: 90%;
    height: 30px;
    padding: 0 5px;
    margin: 0 0 10px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #365970;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    vertical-align: baseline;
}

textarea {
    height: 80px;
    padding: 5px;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto !important;
    height: auto;
    margin: 0 5px 10px 0 !important;
    /*vertical-align:middle;*/
    vertical-align: top;
}

label {
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
}

    label span {
        color: #f00;
    }

input[type="checkbox"] + label {
    display: inline-block;
    width: 90% !important;
    margin: 0 0 10px;
    vertical-align: middle;
}

.newsletter .centered > div.floatR div.floatL label {
    width: 32%;
}

.newsletter .centered > div.floatR div.floatL input {
    width: 60%;
    padding: 0 1.5%;
}

.newsletter .centered > div.floatR input[type="checkbox"] {
    margin-top: 5px !important;
}

.newsletter .centered > div.floatR div.floatR input[type="checkbox"] + label {
    width: 85% !important;
}

input[type="radio"] + label {
    display: inline-block;
    width: auto !important;
    margin: 0 15px 10px 0;
    vertical-align: middle;
}

input[type="submit"] {
    width: auto !important;
    border: none;
    cursor: pointer;
}

.calendar {
    display: inline-block;
    width: 70%;
    margin: 0 0 10px;
}

.error {
    border: 1px solid #f00;
}

/*guido*/
.iconTitle {
    font-weight: bold;
    font-size: 14em;
    font-size: 14px;
    margin: 15px 0 0 10px;
}

.overviewBtnsDiv {
    width: 25% !important;
    min-width: 200px;
    margin: 0 0 10px 0;
}


/* end guido*/

/* BDA PUBLICATIONS */
.ptxt {
    margin-left: 15px;
}

.ppar {
    margin-left: -15px;
    font-weight: bold;
    padding-top: 3px;
}

a.adm {
    font-size: 16px;
}

.info {
    color: #0E774A;
}

.attach {
    padding-bottom: 4px;
}

@media all and (max-width:1420px) {
    header .headerContent > div.clear {
        height: 90px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 90px;
    }

    header .logo {
        width: 7%;
        padding: 0 1.4%;
    }

    header nav {
        width: 90.2%;
    }

        header nav ul.level1 > li {
            margin: 0 0 0 1.4%;
        }
}

@media all and (max-width:1300px) {
    header .bxslider li img + div {
        top: 30%;
    }
}

@media all and (max-width:1250px) {
    header .headerContent > div.clear {
        height: 80px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 80px;
    }

    header .bxslider li cite {
        font-size: 16px;
        font-size: 1.6rem;
    }

    header .bxslider li q {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 15px;
        line-height: 1.5rem;
        margin: 0.5% 0 1%;
    }
}

@media all and (max-width:1180px) {
    header .headerContent > div.clear {
        height: 70px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 70px;
    }

    header .bxslider li h1 {
        font-size: 30px;
        line-height: 34px;
        font-size: 3rem;
        line-height: 3.4rem;
    }

    header .bxslider li h2 {
        font-size: 26px;
        line-height: 30px;
        font-size: 2.6rem;
        line-height: 3rem;
        margin: 1% 0;
    }

    header .bxslider li small {
        width: 40%;
        padding: 0 0 0;
    }
}

@media all and (max-width:1080px) {
    header .headerContent > div.clear {
        height: 60px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 60px;
    }

    header .bxslider li cite {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0.5% 0 1% 0;
    }

    header .bxslider li small {
        width: 45%;
        padding: 5px 0 0;
        text-transform: uppercase;
        font-size: 1.1em !important;
        font-size: 11px !important;
    }

    header .bxslider li q {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        line-height: 1.4rem;
    }
}

@media all and (max-width:1030px) {
    header.default .centered {
        top: 130px;
    }

    a.dlBloc.subScription {
        font-size: 16px;
        font-size: 1.6rem;
    }

    footer ul li {
        margin-left: 3%;
    }
}

@media all and (max-width:1000px) {
    header .logo {
        width: 6.1%;
        padding: 0 1%;
    }

    header nav {
        width: 91.9%;
    }

        header nav ul.level1 > li {
            margin: 0 0 0 1%;
        }

    ul.linkList li a.btnBlue.big {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
    }

    .blocDetail.formules ul.level1 > li h4 {
        font-size: 30px;
        font-size: 3rem;
    }

        .blocDetail.formules ul.level1 > li h4 span {
            font-size: 60px;
            font-size: 6rem;
        }
}

@media all and (max-width:980px) {
    header .bxslider li h1 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    header .bxslider li h2 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        line-height: 1.8rem;
        margin-bottom: 0;
    }

    header .bxslider li h4 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    header .bxslider li cite {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 11px;
        line-height: 1.1rem;
        padding-top: 0px;
    }

    header .bxslider li h1,
    header .bxslider li h2,
    header .bxslider li cite,
    header .bxslider li q,
    header .bxslider li small {
        width: auto;
    }

    header .bxslider li q {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 12px;
        line-height: 1.2rem;
        margin: 0.5% 0 0.5%;
    }

    header .bxslider li small {
        width: 80%;
    }

    .callBack.questions .callForm {
        width: 74%;
        padding-left: 25%;
    }

    .events .centered > div a.btn.sm {
        font-size: 12px;
        line-height: 34px;
        font-size: 1.2rem;
        line-height: 3.4rem;
    }

    .events .centered > div a.btn span {
        line-height: 12px;
        line-height: 1.2rem;
    }

    .blocDetail.bgColGrey .centered > div.floatR .callForm,
    .pageContent .centered > div.floatR .callForm {
        width: 64%;
    }

    .blocDetail.bgColGrey .centered > div.floatR input,
    .blocDetail.bgColGrey .centered > div.floatR textarea,
    .pageContent .centered > div.floatR input,
    .pageContent .centered > div.floatR textarea {
        width: 96%;
    }

    .blocDetail.bgColGrey .centered > div.floatR .dropdownlist {
        width: 55px !important;
        height: 20px;
        margin-left: 0px !important;
    }
}

@media all and (max-width:960px) {
    a.btn {
        font-size: 14px;
        line-height: 36px;
        font-size: 1.4rem;
        line-height: 3.6rem;
    }

    header .headerContent > div.clear {
        height: 50px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 50px;
    }

    .splashBloc > div.centered {
        padding-left: 15px;
    }

        .splashBloc > div.centered > div {
            width: auto;
        }

    .callBack .callForm label {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .events .centered > div.floatL > ul > li:nth-child(1) {
        font-size: 34px;
        font-size: 3.4rem;
    }

    .blocDetail .seminarsResult a.btnBlue,
    footer {
        font-size: 12px;
        font-size: 1.2rem;
    }

        footer ul li {
            margin-left: 2%;
        }
}

@media all and (max-width:920px) {
    a.big.btn span {
        line-height: 1.6rem;
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 16px;
    }

    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .tools ul.txtBlue > li a.btn,
    .callBack ul.txtBlue > li a.btn {
        margin-left: -6%;
    }

    .callBack .callForm label,
    .newsletter .centered > div.floatR {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .callBack.questions .callForm label {
        width: 35%;
    }

    .callBack.questions .callForm input {
        width: 60%;
    }

    .blocDetail.formules ul.level1 > li h4,
    .blocDetail.about ul.level1 > li h4 {
        font-size: 24px;
        font-size: 2.4rem;
    }

        .blocDetail.formules ul.level1 > li h4 span {
            font-size: 50px;
            font-size: 5rem;
        }

    .blocDetail .seminarsResult > div.floatL p {
        width: 60%;
    }

    .blocDetail .seminarsResult > div > div.floatL p {
        width: 70%;
    }

    a.dlBloc.subScription {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .callBack .callForm .dropdownlist {
        width: 55px !important;
        margin-left: 60px !important;
    }
}

@media all and (max-width:885px) {
    header .headerContent > div.clear {
        height: 40px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 40px;
    }

    .events .centered > div.floatL > ul > li:nth-child(1) {
        font-size: 30px;
        font-size: 3rem;
    }

    .blocDetail.bgColGrey .centered > div.floatL label,
    .blocDetail.bgColGrey.formContent .centered > div.floatR label,
    .publicationForm.formContent label,
    .jobForm label {
        width: 28%;
    }
}

@media all and (max-width:860px) {
    a.btn.big {
        padding: 0 7% 0 2.5% !important;
        background-size: contain;
    }

    header .bxslider li h1 {
        padding: 5px 10px;
    }

    header .bxslider li small {
        padding: 0;
    }

    footer ul li {
        margin-left: 1.5%;
    }
}

@media all and (max-width:840px) {
    h3 {
        font-size: 20px;
        font-size: 2rem;
    }

    a.btn {
        font-size: 13px;
        line-height: 34px;
        font-size: 1.3rem;
        line-height: 3.4rem;
    }

    footer ul li {
        margin-left: 1%;
    }

    .callBack.questions .centered > img {
        display: none;
    }

    .callBack.questions .callForm {
        width: auto;
        padding-left: 0;
    }

    ul.linkList li {
        max-width: none;
    }

    .blocDetail.abonnement ul li h4 {
        font-size: 20px;
        font-size: 2rem;
    }

    .blocDetail.abonnement ul li a.btnBlue {
        min-width: 90px;
    }
}

@media all and (max-width:810px) {
    header .logo {
        width: 5.3%;
        padding: 0 .6%;
    }

    header nav {
        width: 93.5%;
    }

        header nav ul.level1 > li {
            margin: 0 0 0 .6%;
        }

    .blocDetail .seminarsResult > div.floatR,
    .blocDetail .seminarsResult > div > div.floatR {
        width: 23%;
    }
}

@media all and (max-width:780px) {

    .ErrorVAT {
        margin-left: 60px;
    }

    /*guido*/
    /*fomations et evenements*/
    div.overviewBtnsDiv + div.floatL {
        display: block;
        clear: both;
        padding-top: 10px;
        width: auto;
    }
    /*homepage slider*/

    header .bxslider li cite {
        display: block;
        width: 68%;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 3px;
        margin: 0% 0 1%;
        /*margin-left: -10px;*/
    }

    header .bxslider li q {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        margin: 0 0 2%;
    }




    html {
        font-size: 50%;
    }

    a.btnTop,
    .ticker,
    .parallax,
    .col-1-4,
    .tools ul.txtBlue > li:after,
    .callBack .centered > img,
    .events .centered > div.floatR,
    .newsletter .centered > div.floatL,
    img[src*="visu-training.jpg"],
    .blocDetail.accordion .centered > div.floatR,
    .blocDetail.accordion.ssPict .centered > div.floatL {
        display: none;
    }

    .mbl {
        display: block;
    }

    .centered {
        padding: 0 5px;
    }

    .bgColGrey {
        background-position: left;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    a.btn {
        width: 200px !important;
        font-size: 1.6rem;
        line-height: 4.8rem;
        padding: 0 45px 0 22px !important;
    }

        a.btn.big {
            line-height: 6.8rem;
        }

        a.btn.sm,
        .callBack .callForm a.btn.sm {
            width: 105px !important;
            font-size: 1.6rem;
            line-height: 4.6rem;
            padding: 0 35px 0 15px !important;
        }

    .callBack .callForm a.btn.call {
        width: 75px !important;
        padding: 0 35px 0 45px !important;
    }

    .callBack.questions .centered > div.floatR a.btn {
        font-size: 1.4rem;
    }

    .blueBarTitle h2 + .absolute a.btn.sm {
        line-height: 4.8rem;
    }

        .blueBarTitle h2 + .absolute a.btn.sm.rose {
            line-height: 3.8rem;
        }

    .col-1-2 {
        width: auto !important;
    }

    .col-1-4 + .col-1-2 {
        margin: 0;
    }

    header .logo {
        width: 20%;
        padding: 1%;
    }

    header.default .centered {
        top: 10px;
    }

    header .headerContent > div.clear {
        position: relative;
        display: block !important;
        height: auto;
        padding: 0;
        -moz-box-shadow: 0px 3px 5px 0px #ccc;
        -webkit-box-shadow: 0px 3px 5px 0px #ccc;
        -o-box-shadow: 0px 3px 5px 0px #ccc;
        box-shadow: 0px 3px 5px 0px #ccc;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=5);
        text-align: left;
        z-index: 9999;
    }

    header nav {
        float: right;
        width: 78%;
    }

    nav > a {
        display: block;
        width: 95%;
        font-size: 2rem;
        padding: 0 0 0 5%;
        background: #fff;
    }

    nav a:hover {
        text-decoration: none;
    }

    nav > a span {
        margin: 0 5% 0 0;
    }

    nav > a img {
        display: inline;
        vertical-align: text-top;
    }

    nav ul.level1 {
        display: none;
        height: auto;
        background: #fff;
        text-align: center;
    }

        nav ul.level1 > li {
            float: none;
            display: block;
            width: 100%;
            margin: 0 auto !important;
            border-top: 1px solid #ccc;
            border-left: none;
            text-align: left;
        }

            nav ul.level1 > li > a {
                display: block;
                font-size: 1.4rem;
                line-height: 3.4rem;
                padding: 0 0 0 2%;
                white-space: nowrap;
            }

                nav ul.level1 > li > a:hover,
                nav ul.level1 > li > a.selected {
                    color: #fff;
                    background: #00b2ee;
                    border: none;
                }

            nav ul.level1 > li > ul {
                padding: 0 0 0 10%;
            }

    header .headerContent {
        position: relative;
    }

        header .headerContent > div.right {
            height: auto;
            line-height: 30px;
            padding: 5px 1.8%;
            background-color: rgba(49, 88, 93, 1);
        }

    /*@media all and (max-width:1080px)*/




    header .bxslider li img + div {
        top: 10%;
    }

    header .bxslider li h1,
    header .bxslider li h2,
    header .bxslider li cite,
    header .bxslider li q,
    header .bxslider li small {
        width: auto;
    }


    header .bxslider li h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    header .bxslider li h2 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 40% !important;
        width: 33.5px !important;
        height: 34px !important;
    }

    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        background-size: contain !important;
    }

    .tools {
        padding: 0 5px 3%;
    }

        .tools ul.txtBlue,
        .blocDetail.formules ul.level1,
        .blocDetail.about ul.level1,
        .blocDetail.abonnement ul {
            display: block;
            margin: 0;
        }

            .tools ul.txtBlue > li,
            .blocDetail.formules ul.level1 > li,
            .blocDetail.about ul.level1 > li,
            .blocDetail.abonnement ul li {
                float: none !important;
                width: auto;
                margin: 0 0 3% !important;
            }

    .blocDetail.formules h2,
    .blocDetail.about h2 {
        font-size: 3.2rem;
    }

    .blocDetail.formules ul.level1 > li:nth-child(2) {
        top: 0;
    }

    .blocDetail.formules ul.level1 > li h4,
    .blocDetail.about ul.level1 > li h4 {
        height: auto;
        line-height: normal;
    }

    .eventsTitle h2 {
        font-size: 3rem;
    }

    .blueBarTitle h2,
    .blueBarTitle h2.floatL {
        width: auto;
        font-size: 2.8rem;
        padding: 0 0 2%;
    }

    .blueBarTitle .centered > div.floatL + h2.floatL {
        padding-bottom: 0;
    }

    .blueBarTitle .relative h2 {
        width: 80%;
    }

    .blueBarTitle h2 + .absolute {
        position: relative;
        float: right;
        bottom: auto;
        left: auto;
        width: 100%;
        padding-top: 2%;
    }

    .callBack .centered {
        padding: 1.5% 5px;
    }

    .callBack .callForm {
        width: auto;
        padding-left: 0;
    }

    .callBack .centered > div.floatR {
        clear: both;
    }

    .callBack ul.txtBlue {
        margin: 0;
    }

        .callBack ul.txtBlue > li {
            padding: 15px 1.5% 5px;
        }

            .tools ul.txtBlue > li a.btn,
            .callBack ul.txtBlue > li a.btn {
                margin-left: 0;
            }

    .newsletter .centered > div.floatR {
        width: 96%;
        margin-right: 0;
    }

        .splashBloc > div.centered > div > div.floatL,
        .splashBloc > div.centered > div > div.floatR,
        .pageContent .centered > div,
        .blocDetail .centered > div,
        .callBack .centered > div,
        .newsletter .centered > div.floatR div,
        .events .centered > div.floatL,
        .events .centered > div.floatL > ul > li,
        .blocDetail .seminarsResult > div.floatL,
        .blocDetail .seminarsResult > div > div.floatL,
        .publicationSearch > div.floatL,
        .publicationSearch > div.floatL + div {
            float: none;
            width: auto !important;
        }

    .callBack .callForm label,
    .callBack.questions .callForm label,
    .newsletter .centered > div.floatR,
    footer h4 {
        font-size: 1.6rem;
    }
    /*.callBack .callForm div.right{
		right:0;
	}*/
    .callBack.questions .callForm input {
        height: 30px;
        font-size: 1.4rem;
        margin: 0 0 10px;
    }

    .newsletter .centered > div.floatR div.floatR {
        position: inherit;
    }

    .events .centered > div.floatL > ul > li:nth-child(1) {
        margin-left: 0;
    }

    .events .centered > div.floatL > ul > li:nth-child(2) {
        margin: 10px 0;
    }

    .events .centered > div a.btn.sm {
        font-size: 1.4rem;
        line-height: 4.6rem;
    }

    .events .centered > div a.btn span {
        line-height: 1.4rem;
    }

    .blocDetail dl {
        font-size: 1.2rem;
    }

    .blocDetail.bgColGrey .centered > div.floatR .callForm,
    .pageContent .centered > div.floatR .callForm,
    .blocDetail.accordion .centered > div.floatL {
        width: auto;
    }

    .blocDetail .seminarsResult > div.floatR,
    .blocDetail .seminarsResult > div > div.floatR {
        float: none;
    }

    .blocDetail .seminarsResult > div.floatL a,
    .blocDetail .seminarsResult > div.floatL p,
    .blocDetail .seminarsResult > div > div.floatL p {
        display: block;
        width: auto;
        margin: 0;
    }

    .blocDetail .seminarsResult > div.floatL img,
    .blocDetail .seminarsResult > div > div.floatL img {
        float: none;
        margin: 0 auto 10px;
        max-width:100%;
    }

    .pageContent .centered ul.legalResults li a p {
        width: 75%;
    }

    footer {
        font-size: 1.4rem;
    }

        footer ul li {
            float: none;
            max-width: inherit;
            margin: 0 0 3% !important;
        }

    label,
    .blocDetail.accordion.ssPict .centered > ul.floatR {
        width: 100% !important;
    }

    input[type="text"].vatNumber {
        width: 88% !important;
    }

    .callBack .callForm .dropdownlist {
        width: 55px !important;
        margin-left: 0px !important;
    }

    input[type="text"],
    input[type="email"],
    input[type="file"],
    textarea,
    select,
    .calendar {
        width: 96% !important;
    }

    .blocDetail.bgColGrey .centered > div select.short + input[type="text"],
    .publicationForm.formContent select.short + input[type="text"] {
        width: 79% !important;
    }
}

@media all and (max-width:680px) {
    /*@media all and (max-width:860px)*/
    header .bxslider li small {
        display: none;
    }
}


@media all and (max-width:480px) {
    a.btn.big {
        width: 27%;
        padding: 0 11% 0 5% !important;
    }

    .blocDetail .speakers img {
        width: 35%;
        height: auto !important;
    }

    .bx-wrapper {
        display: none;
    }
}
