
.clB {
    clear:both;
}

blockquote {
    border:0;
}

body > header {
    background:#cddb24;
    text-transform: uppercase;
    color:#ffffff;
    font-size:13px;
    font-weight:700;
    position:fixed;
    z-index:18;
    width:100%;
    height: 71px;
}
    body > header.stick {
        z-index:21;
        height: 71px;
    }

    body > header .container .row > div{
        padding:25px 0;
    }

        body > header.stick .container .row > div.fixheight {
            height: 72px;
            overflow: hidden;
        }
            body > header.stick .container .row > div.fixheight #logo {
                 background: url("../templates/imgs/logo.png") no-repeat 58% 57%;
                 background-size:55% auto;
                 background-color:#ffffff;
            }

[id = logo] {
    display: inline-block;
    background: url("../templates/imgs/logo.png") no-repeat 58% 69%;
    background-size:80% auto;
    background-color:#ffffff;

    width: 320px;
    height: 320px;
    text-decoration: none;

    position:absolute;
    z-index:20;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    left:50%;

    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);

    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
body.page #logo {
    transition: none;
}
#logo.transition {
    transition: all 0.15s ease-in 0.15s;
}


.tools {
    font-size: 12px;
    padding:27px 0;
    text-align: right;
}
    .tools > ul {
        position:relative;
        margin-bottom:0;
        padding:0;
    }
        .tools > ul > li {
            display:inline-block;
            padding:0 5px;
            line-height:11px;
            border-left:1px solid #ffffff;
        }
            .tools > ul > li:first-child {
                border:0;
                padding-left:0;
            }
            .tools > ul > li > a {
                color:#ffffff;
                text-decoration:none;
            }

#exCollapsingNavbar .tools {
    font-size: 13px;
    background: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display:inline-block;
    margin-top: 27px;
    margin-bottom: 50px;
}
    #exCollapsingNavbar .tools > ul {
        padding:0;
    }
        #exCollapsingNavbar .tools > ul > li {
            display:block;
            border:0;
            line-height: 20px;
            padding:0;
        }
        #exCollapsingNavbar .tools > ul > li.dropdown {
            line-height: 11px;
            margin-top:5px;
        }
            #exCollapsingNavbar .tools > ul > li a {
                color:#666666;
                text-transform: none;
            }

.tools .dropdown {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tools .dropdown > a .flag {
    vertical-align: bottom;
}

.tools .dropdown-menu {
    font-size: 12px;
    border-radius: 4px;
    margin-top: 15px;
    left: auto;
    right: 0;
    min-width: auto;
}
    .tools .dropdown-menu li.asia {
        text-transform: initial;
        border-top:1px solid #cddb24;
        color:#cddb24;
    }
    .tools .dropdown-menu:before {
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -11px;
    }
    .tools .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        left: 12px;
        top: -10px;
    }
    .tools .dropdown-menu:before {
        left: auto;
        right: 12px;
    }
    .tools .dropdown-menu:after {
        left: auto;
        right: 12px;
    }

.flag {
    display: inline-block;
    width:18px;
    height:10px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
    .flag.fr-FR {
        background-image:url('../../../plugins/polylang/flags/fr.png');
    }
    .flag.en-GB {
        background-image:url('../../../plugins/polylang/flags/gb.png');
    }
    .flag.es-ES {
        background-image:url('../../../plugins/polylang/flags/es.png');
    }
    .flag.de-DE {
        background-image:url('../../../plugins/polylang/flags/de.png');
    }

[id = contents] {
    z-index:19;
    position:relative;
}


footer .footer__bkg {
    background:#f8f8f8;
    line-height:20px;
}

    footer .footer__bkg nav ul {
        margin:0;
        padding:0;
    }
    footer .footer__bkg nav > ul {
        margin-top:50px;
    }
        footer .footer__bkg nav > ul > li {
            display:inline-block;
            vertical-align:top;
            float:left;
            padding:0;
            width:32%;
            margin-top:20px;
        }
            footer .footer__bkg nav > ul > li > a {
                text-transform: uppercase;
                color:#1a1a1a;
                font-size:14px;
                font-weight:600;
                text-decoration:none;
                padding:10px 10px 10px 0;
            }
            footer .footer__bkg nav > ul > li ul li {
                display:block;
                padding:0;
                line-height:16px;
            }
                footer .footer__bkg nav > ul > li ul li a {
                    color: #1a1a1a;
                    font-size: 12px;
                    font-weight: 300;
                    text-decoration: none;
                }

    footer .footer__bkg--bkg {
        background:#d4e01c;
        padding:30px;
        color:#1a1a1a;
        font-size:12px;
        font-weight:300;
    }

        footer .footer__bkg--bkg header {
            font-size:22px;
            text-transform: uppercase;
            margin-top:15px;
            margin-bottom:5px;
        }
        footer .footer__bkg--bkg .footer__bkg__phone {
            /*font-size:14px;*/
            margin-bottom:5px;
        }
            /*footer .footer__bkg--bkg .footer__bkg__phone span {
                font-weight:600;
            }*/
            footer .footer__bkg--bkg .footer__bkg__phone__item {
                background:#ffffff;
                font-weight:400;
                padding:0px 5px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
            }

        footer .footer__bkg--bkg .footer__bkg__link {
            font-size:14px;
            text-transform: uppercase;
            font-weight:400;
            color:#1a1a1a;
        }
            footer .footer__bkg--bkg .footer__bkg__link .caret-right {
                opacity:1;
                border-left:6px solid #000000;
                padding-left:5px;
                vertical-align: middle;
            }

.ico-rs {
    display: inline-block;
    height:20px;
    margin-right:10px;
    margin-top:10px;
    background-repeat: no-repeat;
    background-image:url('../templates/imgs/ico-rs.png');
    transition: all 0.15s;
}
.ico-rs:last-child {
    margin:0;
}
.ico-rs.fb {
    width:15px;
    background-position: 0px top;
}
    .ico-rs.fb:hover {
        background-position: 0px bottom;
    }
.ico-rs.tw {
    width:21px;
    background-position: -23px top;
}
    .ico-rs.tw:hover {
        background-position: -23px bottom;
    }
.ico-rs.li {
    width:21px;
    background-position: -56px top;
}
    .ico-rs.li:hover {
        background-position: -56px bottom;
    }

footer .footer__link {
    font-size:12px;
    font-weight:300;
    text-transform: uppercase;
    padding:15px;
}
    footer .footer__link a {
        color:#1a1a1a;
        text-transform:none;
    }

.container-flex-bkg1 {
    background:#f2f2f2;
    padding-top:40px;
    padding-bottom:40px;
}



.page-template-default article {
    background:#ffffff;
    overflow: hidden;
}

.page-template-default article .col-50 {
    width:50%;
    position:relative;
    float:left;
    transition: all 0.25s;
}

.page-template-default article .bkg-img {
    width:50%;
    height:400px;
    background-repeat: no-repeat;
    background-position: left 0;
    float:left;
    transition: all 0.25s;
}

.page-template-default article .rounded{
    background-color:#ffffff;
    width:585px;
    margin-left: auto;
    padding:0 0 0 120px;
}
.page-template-default article .rounded .rounded-middle {
    display:table-cell;
    height:400px;
    vertical-align: middle;
}

.rounded:after {
    content: "";
    display: block;
    height: 400px;
    position: absolute;
    right: -125px;
    top: 0;
    width: 125px;
    background-repeat: no-repeat;
    background-image:url('../templates/imgs/bulle_article.png');
}

#contents .ninja-forms-form .ninja-forms-required-items {
    color: #1a1a1a;
    text-align: right;
    padding: 15px;
}
#contents .ninja-forms-form INPUT[type=text],
#contents .ninja-forms-form TEXTAREA {
    font-family: 'Open Sans', serif;
    font-size:12px;
    font-weight: 300;
    color:#666666;

    border:0;
    background:#ffffff;
    padding:10px;
    margin-bottom:15px;
    display:block;
    width:100%;
}

#contents .ninja-forms-form-wrap label {
    font-size: 20px;
    font-weight: 300;
}

#contents .ninja-forms-form INPUT.btn {
    font-family: 'Open Sans', serif;
    font-size:20px;
    font-weight: 600;
    color:#ffffff;
    text-transform: uppercase;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    border:0;
    background:#2a9fbc;
    padding:12px;
    display:block;
    min-width:25%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
}

#contents .ninja-forms-error-msg {
    color:#ff0000;
    font-size:14px;
}



.link a {
    display: inline-block;
    color:#1a1a1a;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 300;
    margin: 30px 20px;
    position:relative;
    padding-left:60px;
}
.link a:hover {
    text-decoration:none;
}

.link .glyphicon {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    width:50px;
    height:50px;
    background:#ffffff;
    margin-right:15px;
    vertical-align: middle;
    transition: all 0.15s;
    position:absolute;
    margin-left: -60px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.link .glyphicon.ico--drop {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: 1px center;
}
.link .glyphicon.ico--recycle {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -39px center;
}
.link .glyphicon.ico--drop-circle {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -82px center;
}
.link .glyphicon.ico--man {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -128px center;
}
.link .glyphicon.ico--folder {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -169px center;
}
.link .glyphicon.ico--download {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -217px center;
}
.link .glyphicon.ico--read {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -261px center;
}
.link .glyphicon.ico--evt {
    background:url('../templates/imgs/ico-section.png') no-repeat #ffffff;
    background-position: -303px center;
}
.link a:hover .glyphicon,
.link .glyphicon.inversed{
    background-color:#e6e6e6;
}

.cta {
    position:relative;
    text-align:center;
    height:50px;
    margin-bottom:30px;
}
.cta .glyphicon {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    width:50px;
    height:50px;
    background:#2a9fbc;
    vertical-align: middle;
    transition: all 0.15s;
    /*position:absolute;*/
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor:pointer;
}
    .cta .glyphicon:hover {
        text-decoration: none;
        background:#e6e6e6;
    }
        .cta .glyphicon:hover:before {
            color:#2a9fbc;
        }
    .cta .glyphicon:before {
        color: #ffffff;
        content: "+";
        display: block;
        font-size: 25px;
        line-height: 50px;
        text-align: center;
    }
    .cta .glyphicon.glyphicon-plus {

        margin-left: 0px;
    }

    .dropdown.inline {
        display: inline;
    }

    .return {
        position:absolute;
        right:15px;
        font-family: 'Open Sans', serif;
        font-size:14px;
        font-weight: 600;
        color:#ffffff;
        text-transform: uppercase;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        border:0;
        background:#2a9fbc;
        padding:8px;
        display:block;
        margin-top:-40px;
        opacity: 0.3;
    }
        .return:before {
            content:"";
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            border-right: 4px solid #ffffff;
            display: inline-block;
            background:#2a9fbc;
            height: 0;
            opacity: 0.3;
            vertical-align: middle;
            width: 0;
            margin-right: 10px;
        }

        .return:hover {
            opacity:1;
            text-decoration:none;
            color:#ffffff;
        }


#newsletter-hide {
    display:none;
}
#newsletter,
.popover{
    font-size:16px;
    font-weight: 300;
    color:#1a1a1a;
    font-family: 'Open Sans', serif;
}
    #newsletter H3,
    .popover H3 {
        font-size:16px;
        font-weight: 600;
        text-transform: uppercase;
        color:#1a1a1a;
        text-align: center;
    }


    #newsletter INPUT[type=text],
    #newsletter INPUT[type=email],
    .popover INPUT[type=text],
    .popover INPUT[type=email] {
        font-family: 'Open Sans', serif;
        font-size:12px;
        font-weight: 300;
        color:#666666;

        border:0;
        background:#ffffff;
        padding:10px;
        margin-bottom:15px;
        display:block;
        width:100%;
    }
    .popover INPUT[type=text],
    .popover INPUT[type=email] {
        background:#f2f2f2;
    }

    #newsletter INPUT.btn,
    .popover INPUT.btn {
        font-family: 'Open Sans', serif;
        font-size:20px;
        font-weight: 600;
        color:#ffffff;
        text-transform: uppercase;

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        border:0;
        background:#2a9fbc;
        padding:12px;
        display:block;
        width:100%;
        margin-bottom:15px;
    }

    #newsletter .mc4wp-alert,
    .popover .mc4wp-alert {
        color:#ff0000;
        font-size:14px;
    }

body #tarteaucitronRoot button {
    background: rgba(255, 255, 255, 0.9);
}
body #tarteaucitronAlertSmall #tarteaucitronManager {
    color:#000;
}
    body #tarteaucitronAlertSmall #tarteaucitronManager:hover {
        background: rgba(255, 255, 255, 1);
    }
body #tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(212, 224, 28, 0.7);
}
    body #tarteaucitronAlertSmall:hover #tarteaucitronCookiesNumber {
        background: rgba(212, 224, 28, 1);
    }

    body #tarteaucitronRoot #tarteaucitronPrivacyUrl {

        font-size: 13px;
        color:#ffffff;

        border:0;
        background:#2a9fbc;
        margin-bottom: 3px;
        margin-left: 7px;
        padding: 4px 10px;
    }