/**
 * Place your custom styles here.
 */

/**************** FONTS ********************/
@font-face {
    font-family: Raleway-Thin;
    src: url(../fonts/raleway/Raleway-Thin.ttf);
}
@font-face {
    font-family: Raleway-ThinItalic;
    src: url(../fonts/raleway/Raleway-ThinItalic.ttf);
}
@font-face {
    font-family: Raleway-SemiBoldItalic;
    src: url(../fonts/raleway/Raleway-SemiBoldItalic.ttf);
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/raleway/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/raleway/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-MediumItalic;
    src: url(../fonts/raleway/Raleway-MediumItalic.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/raleway/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway-LightItalic;
    src: url(../fonts/raleway/Raleway-LightItalic.ttf);
}
@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/raleway/Raleway-Light.ttf);
}
@font-face {
    font-family: Raleway-Italic;
    src: url(../fonts/raleway/Raleway-Italic.ttf);
}
@font-face {
    font-family: Raleway-ExtraLightItalic;
    src: url(../fonts/raleway/Raleway-ExtraLightItalic.ttf);
}
@font-face {
    font-family: Raleway-ExtraLight;
    src: url(../fonts/raleway/Raleway-ExtraLight.ttf);
}
@font-face {
    font-family: Raleway-ExtraBoldItalic;
    src: url(../fonts/raleway/Raleway-ExtraBoldItalic.ttf);
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../fonts/raleway/Raleway-ExtraBold.ttf);
}
@font-face {
    font-family: Raleway-BoldItalic;
    src: url(../fonts/raleway/Raleway-BoldItalic.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/raleway/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-BlackItalic;
    src: url(../fonts/raleway/Raleway-BlackItalic.ttf);
}
@font-face {
    font-family: Raleway-Black;
    src: url(../fonts/raleway/Raleway-Black.ttf);
}

html,
body{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 12px;
    color: #000;
    width: auto;
    height: 100%;
    outline: 0;
}

body{
  overflow-x:hidden;
}

#sidebar-wrapper{
  overflow-y:hidden!important;

}

a{
    outline: 0;
}

p{
    font-size: 16px;
    padding: 10px 0;
    line-height: 2;
}

@media (max-width: 992px){
    p{font-size: 14px;}
}

.btn, .btn:hover{
    font-family: 'Raleway-ExtraLight', sans-serif;
    text-transform: uppercase;
    /*    padding: 10px 15px;*/
    border-radius: 0px;
    background-color: transparent;
    font-size: 14px;
    transition: all ease-in-out .3s;
}

.btn.btn-primary:hover{

    background: #006BB2;
}

.fa-bars{
    color: #c7c7c7;
}

.block-menu-block h2{
    display: none;
}

.no-padding{
    padding: 0px !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.help-block{
    display: none;
}

.ui-state-default .ui-icon{
    background-image: url('images/ui-icons_ffffff_256x240.png');
}

.wrapper-content p{
    line-height: 1.7;
}

.wrapper-content ul li, .wrapper-content ul li p, .wrapper-content ol li ul li, .wrapper-content ol li ul li p{
    margin-bottom: 4px;
    line-height: 1.2;
}

.wrapper-content ol li, .wrapper-content ol li p{
    margin-bottom: 4px;
    line-height: 1.7;
}


/****************** GENERAL **************/
/* READ MORE BUTTON */

a.read-more.btn.btn-default,
a.read-more.btn.btn-default:visited {
    border: 1px solid #000;
    color: #000;
    padding: 0px 35px;
    margin-top: 10px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 12px;
}

a.read-more.btn.btn-default:hover,
a.read-more.btn.btn-default:focus{
    border: 1px solid #006bb2;
    color: #006bb2;
    text-decoration: none;
    background-color: transparent;
}

/****************** HEADER ******************/

/****************** LANGUAGE SWITCHER *******/
.language-switcher-locale-url{
    float: right;
    padding: 20px 0px 0 20px;
    margin: 0px;
    display: none;
}

body[class*="japan"] .language-switcher-locale-url,
body[class*="korea"] .language-switcher-locale-url{
    display: block;
}

.language-switcher-locale-url li{
    display: inline-block;
}
.language-switcher-locale-url li.active a{
    color: #006bb2;
}

.language-switcher-locale-url li:first-child a:after{
    content: ' | ';
}

.language-switcher-locale-url li a{
    color: #555;
    font-size: 16px;
    font-family: 'Raleway-ExtraLight', sans-serif;
}

.language-switcher-locale-url li a:hover,
.language-switcher-locale-url li a:focus{
    color: #006bb2;
    text-decoration: none;
}

.logged-in header{
    top: 60px;
}

.logged-in.alumnus header,
.logged-in.alumnus-manager alumnus-administrator header,
.logged-in.alumnus-administrator header{
    top: 0px;
}

header {
    background: #fff;
}

.navbar-top{
    border: none;
    background: transparent;
}

.navbar-top button.navbar-toggle{
    background-color: transparent;
    border: none;
}
.navbar-top button.navbar-toggle .icon-bar{
    background-color: #c7c7c7;
}
.navbar-top button.navbar-toggle:hover,
.navbar-top button.navbar-toggle:focus {
    background-color: transparent;
}

.navbar-top button.navbar-toggle:hover .icon-bar,
.navbar-top button.navbar-toggle:focus .icon-bar{
    background-color: #006bb2;;
}

/* search block */
form#search-block-form {
    margin-top: 20px;
    display: inline-block;
}

.form-search input[type=text]{
    margin-top: 1px;
}

.form-search .form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
}

.form-search .btn-primary{
    border: none;
    background-color: transparent;
    color: #006bb2;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #c7c7c7;
    padding: 0px;
}

.form-search .btn-primary:hover{
    border: none;
    background-color: transparent;
    color: #555;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #c7c7c7;
}

/* top menu */
.header-right .navbar{
    margin-bottom: 0px;
}

.header-right .top-menu{
    text-transform: uppercase;
    display: inline-block;

}

.header-right .top-menu.nav > li > a{
    padding: 20px 10px 0px;
    color: #555;
    font-size: 16px;
    font-family: 'Raleway-ExtraLight', sans-serif;
}
.header-right .top-menu.nav > li > a:hover,
.header-right .top-menu.nav > li > a.active{
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #006bb2;
    background-color: transparent;
}

/* domain dropdown */
.header-right .domain-dropdown{
    padding-top: 5px;
}

.header-right .domain-dropdown >li >a:hover{
    color: #006bb2!important;
}

.header-right .domain-dropdown a{
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway-ExtraLight', sans-serif;
}

.header-right .domain-dropdown .open > .dropdown-toggle.btn-default:hover,
.header-right .domain-dropdown .open > .dropdown-toggle.btn-default:focus{
    border: none;
}
.header-right .domain-dropdown .btn-default:active,
.header-right .domain-dropdown .btn-default.active,
.header-right .domain-dropdown .open > .dropdown-toggle.btn-default{
    background-color: transparent;
    border: none;
    color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-right .domain-dropdown .btn:hover,
.header-right .domain-dropdown .btn:focus,
.header-right .domain-dropdown .open > .dropdown-toggle.btn-default{
    background-color: transparent;
    color: #006bb2;
    border: none;
}

.header-right .domain-dropdown  .dropdown-menu{
    text-transform: uppercase;
    font-size: 12px;
    color: #555;
    left: auto;
    right: 0;
}

.header-right .domain-dropdown  .dropdown-menu > li > a{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Raleway-ExtraLight', sans-serif;
    padding: 0px 10px;
}

.header-right .domain-dropdown  .dropdown-menu > li > a:hover{
    color: #006bb2;
    background-color: transparent;
}

/****************** MAIN MENU ****************/
.navbar-main-menu .navbar-header {
    float: none;
}
.navbar-main-menu .navbar-toggle {
    display: block;
    padding-left: 5px;
    padding-right: 0;
}
.navbar-main-menu button .icon-bar{
    background-color: #c7c7c7;
    transition: all ease-in-out .3s;
}


#sidebar-wrapper{
    background: url('../img/bg-menu-light.png') repeat;
    font-family: 'Raleway-Regular', sans-serif;
    -webkit-box-shadow: inset 0 0 12px 0 #c7c7c7;
    -moz-box-shadow: inset 0 0 12px 0 #c7c7c7;
    box-shadow: inset 0 0 12px 0 #c7c7c7;
}

.sidebar-nav .panel-group{
    margin-bottom: 0;
}

.sidebar-nav .panel-heading{
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;

}

.sidebar-nav .panel-default,
.sidebar-nav .panel{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #c7c7c7;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.sidebar-nav .panel-heading a,
.sidebar-nav .panel-heading a.collapsed{
    font-size: 20px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Raleway-Regular', sans-serif;
}

.sidebar-nav .panel-heading h4 > a:focus,
.sidebar-nav .panel-heading h4 > a:hover,
.sidebar-nav .panel-heading h4 > a[aria-expended=true]
.sidebar-nav .panel-heading h4 > a.active-trail,
.sidebar-nav .panel-heading h4 > a.expanded.active-trail{
    color: #006bb2;
    text-decoration: none;
}

/* submenu */
@media (min-width: 768px){
    .sidebar-nav{
        width: 300px;
    }
}

.sidebar-nav .panel-body{
    background: url('../img/bg-menu.png') repeat;
    padding: 0;
}

.sidebar-nav .panel-body ul{
    padding: 0;
    list-style: none;
}

.sidebar-nav .panel-body ul li {
    padding-right: 10px;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
    text-indent: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-nav .panel-body ul li a{
    color: #555;
}

#block-system-main .panel-body ul li a{
  color:#006bb2!important;
}

.sidebar-nav .panel-body ul li:hover,
.sidebar-nav .panel-body ul li:hover a,
.sidebar-nav .panel-body ul li.active {
    background: #fff;
    color: #006bb2;
    text-decoration: none;
}
.sidebar-nav .panel-body ul a:hover,
.sidebar-nav .panel-body ul a:focus,
.sidebar-nav .panel-body ul a.active{
    color: #006bb2;
    text-decoration: none;
}

/****************** CONTENT HOMEPAGE *************/

/****************** CAROUSEL ***************/
.front #wrapper{
    height: 100%;
}

.front #wrapper #page-content-wrapper{
    height: 100%;
}

/*.front .row{
    height: 100%;
}*/

.front #wrapper #page-content-wrapper .container-fluid-front{
    height: 100%;
}

.front #wrapper #page-content-wrapper .container-fluid-front .row-front {
    height: 100%;
}

.front #wrapper #page-content-wrapper .container-fluid-front .row-front .content-front{
    height: 100%;
}

.front .row.row-carousel{
    margin-top: -50px;
}

#carousel-homepage{
    background-color: transparent;
}

#carousel-homepage .carousel-indicators{
    left: auto;
    right: 20px;
    top: 50%;
    width: auto;
}

#carousel-homepage .carousel-indicators li{
    display:  block;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
}

#carousel-homepage .carousel-indicators li.active{
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
}

#carousel-homepage .item .fill{
    position: relative;
    z-index: 0;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 85%, rgba(0,0,0,0.02) 90%, rgba(0,0,0,0.25) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 85%,rgba(0,0,0,0.02) 90%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 85%,rgba(0,0,0,0.02) 90%,rgba(0,0,0,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#carousel-homepage .item .fill:after{
    content: '';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    z-index: 30;
    height: 100%;
    width: 100%;
}

#carousel-homepage .carousel-caption{
    text-align: left;
    color: #fff;
    text-shadow: none;
}

@media(max-width:768px){
	#carousel-homepage .carousel-caption{
		left: 0!important;
		width: 100%!important;
		padding: 10px!important;
	}
}

#carousel-homepage .carousel-caption h3{
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 30px;
}

#carousel-homepage .carousel-caption h2{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: calc(3.5 * (1vw + 1vh - 1vmin));
}

#carousel-homepage .carousel-caption a{
    color: #fff;
}

#carousel-homepage .carousel-caption a:hover{
    text-decoration: none;
    color: #fff;
}
/** LE CODE EN DESSOUS A TOUT FAIT PETE **/
/*#carousel-homepage{

    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    margin-top: 50px;
}*/
/****************** HOMEPAGE LATEST PUBLICATIONS TAXONOMY ********************/
.region-latest-publication h2{
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 20px!important;
    color: #006bb2;
    text-transform: uppercase;
}

.region-latest-publication h1{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 30px;
    color: #000;
    margin-top: 0px;
    /*text-transform: uppercase;*/

}
/*.region-latest-publication h1:first-letter{
    font-size: 40px
}*/

.region-latest-publication .taxonomy-text{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(241,241,241,0.4) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(241,241,241,0.4) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(241,241,241,0.4) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66f1f1f1',GradientType=0 );*/
}

.taxonomy-text{
    position: relative;
    z-index: 0;
}

.link-zone {
    position: absolute;
    z-index: 10;
    display: block;
    height: 90%;
    width: 100%;
    left: 0;
}

.taxonomy-text:hover h1{
    color: #006bb2;
}

/*.region-latest-publication div p{
    line-height: 20px;
}*/



/****************** HOMEPAGE LATEST PUBLICATIONS  ********************/
.publications-node {
    position: relative;
}

.publications-node:after{
    content: '';
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
    width: 100%;
    position: absolute;
    z-index: 10;

}

.publications-node h2{
    position: absolute;
    bottom: 2%;
    left: 2%;
    right: 2%;
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 17px;
    color: #fff;
    text-overflow: ellipsis;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    z-index: 30;

}

.publications-node h1{
    position: absolute;
    bottom: 10%;
    left: 2%;
    right: 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 30;
}
.publications-node h1:hover,
.publications-node h1:focus{
    color: #fff;
}
.publications-node h1 a:visited,
.publications-node h1 a{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 20px;
    color: #fff;
}

.publications-node h1 a:hover {
    color: #fff;
    text-decoration: none;
}

/****************** FOOTER *****************/
footer{
    margin: 10px 0;
    font-size: 15px;
}

footer .menu-name-menu-footer-menu ul li{
    display: inline-block;
    padding-left: 15px;
}

footer .menu-name-menu-footer-menu ul li a{
    padding: 0;
    color: #000;
}

footer .menu-name-menu-footer-menu ul li a:hover{
    background-color: transparent;
    color: #006bb2;
}

.menu-footer.pull-right{
    text-align: right;
}



/****************** PAGES PUBLICATIONS ******************/
.page-insights .view-publications .view-header,
.page-careers .view-case-studies .view-header,
.page-alumni-newsletter-alumni  .view-header{
    font-size: 21px;
    text-align: center;
}

.page-alumni .views-exposed-form,
.page-insights .view-publications .views-exposed-form,
.page-careers .view-publications .views-exposed-form,
.page-alumni-newsletter-alumni .view-publications .views-exposed-form,
.page-case-studies .view-case-studies .views-exposed-form{
    background-color: #006bb2;
    padding: 20px 0;
    color: #fff;
}

.views-exposed-form .views-widget-sort-by{
    display: none;
}

@media(max-width:768px){
	.views-exposed-widgets {
	text-align: center!important;
	}
	.views-exposed-form .views-widget .form-item-field-year-value-value{
		width:100%
	}
	.views-exposed-form .bootstrap-select.btn-group .dropdown-toggle .filter-option{
		text-align: center!important;
	}
}

.page-alumni .views-exposed-form h4,
.page-insights .view-publications .views-exposed-form h4,
.page-careers .view-publications .views-exposed-form h4,
.page-alumni-newsletter-alumni .view-publications .views-exposed-form h4,
.page-case-studies .view-case-studies .views-exposed-form h4{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

/* filter widgets */
.views-exposed-form .form-control .btn, .views-exposed-form .form-control{
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-ExtraLight', sans-serif;
    height: auto;
    margin-top: 0px;
}

.views-exposed-form .form-control:hover,
.views-exposed-form .form-control:focus{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.views-exposed-form option{
    color: #000;
}

.views-exposed-form option:hover{
    background-color: #006bb2;
}

.views-submit-button .btn-info {
    background-color: transparent;
    border-color: #ffffff;
}

.views-submit-button .btn-info:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color:#337ab7;
}

.page-careers .view-publications .views-exposed-form .views-exposed-widgets .views-submit-button{
    display: none;
}

.page-alumni .views-exposed-form label,
.page-insights .view-publications .views-exposed-form .views-exposed-widgets .views-widget-sort-order label,
.page-careers .view-publications .views-exposed-form .views-exposed-widgets .views-widget-sort-order label,
.page-alumni-newsletter-alumni .view-publications .views-exposed-form .views-exposed-widgets .views-widget-sort-order label,
.page-case-studies .view-case-studies .views-exposed-form .views-exposed-widgets .views-widget-sort-order label{
    display: none;
}

.page-alumni .views-exposed-form .form-control.form-text{
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: none;
    display: inline-block;
    width: 70%;
    text-transform: uppercase;
    font-size:15px;
}

.page-alumni .views-exposed-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
.page-alumni .views-exposed-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:  1;
}
.page-alumni .views-exposed-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity:  1;
}
.page-alumni .views-exposed-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.views-exposed-form .views-exposed-widgets .sbSelector{
    background-color: #006bb2;

    background: url('../img/arrow-white.png') no-repeat right center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 50px;
    height: 50px;
    padding-right: 30px;
    -webkit-box-shadow: 1px 2px 4px 0 #0000000;
    box-shadow: 1px 2px 4px 0 #0000000;
}

.views-exposed-form .views-exposed-widgets .sbSelector:hover,
.views-exposed-form .views-exposed-widgets .sbSelector:focus{
    text-decoration: none;
}

.views-exposed-form .views-exposed-widgets .sbOptions{
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 50;
}

.views-exposed-form .views-exposed-widgets .sbOptions li a{
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 20px;
}

.views-exposed-form .views-exposed-widgets .sbOptions li a:hover{
    color: #006bb2;
    text-decoration: none;
}

.views-exposed-widget .btn.btn-default:hover{
    background-color: transparent;
    color: #ffffff;
}

.views-exposed-form .views-exposed-widget .form-submit {margin: 0px;}
.views-exposed-form .views-exposed-widget .form-submit:hover {border-color: white;}

.page-alumni .views-exposed-form .views-exposed-widgets select:focus,
.page-insights .view-publications .views-exposed-form .views-exposed-widgets select:focus,
.page-careers .view-publications .views-exposed-form .views-exposed-widgets select:focus,
.page-alumni-newsletter-alumni .view-publications .views-exposed-form .views-exposed-widgets select:focus,
.page-case-studies .view-case-studies .views-exposed-form .views-exposed-widgets select:focus{
    border: none;
}

.page-alumni .views-exposed-form .views-exposed-widgets select option,
.page-insights .view-publications .views-exposed-form .views-exposed-widgets select option,
.page-careers .view-publications .views-exposed-form .views-exposed-widgets select option,
.page-alumni-newsletter-alumni .view-publications .views-exposed-form .views-exposed-widgets select option,
.page-case-studies .view-case-studies .views-exposed-form .views-exposed-widgets select option{
    border: none;
}

.page-alumni .views-exposed-form .views-exposed-widgets select option:hover,
.page-insights .view-publications .views-exposed-form .views-exposed-widgets select option:hover,
.page-careers .view-publications .views-exposed-form .views-exposed-widgets select option:hover,
.page-alumni-newsletter-alumni .view-publications .views-exposed-form .views-exposed-widgets select option:hover,
.page-case-studies .view-case-studies .views-exposed-form .views-exposed-widgets select option:hover{
    background-color: #fff;
    color: #006bb2;
}

/* liste publications */

.publications-list{
    list-style: none;
}

.publications-list.views-row-even .img-pub{
    float: right !important;
}

.publications-list.views-row-even .text-pub {
    float: right !important;
}

.publications-list .pub-list-summary{
    padding-top: 10px;
    line-height: 2;
}

.publications-list .text-pub{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(241,241,241,0.4) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(241,241,241,0.4) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(241,241,241,0.4) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66f1f1f1',GradientType=0 );*/
}

.publications-list .text-pub:hover h2{
    color: #006bb2;
}

.publications-list .post-date{
    text-transform: capitalize;
    color: #888;
    font-size: 20px;
    font-family: 'Raleway-Bold', sans-serif;
    /*    padding-top: 20px;*/
}

.publications-list h2, .node_basic_page_content h2 {
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 40px;
    color: #000;
}

.publications-list h3, .node_basic_page_content h3 {
    font-size: 24px;
    color: #006bb2;
}

@media(max-width:768px){
.publications-list h3, .node_basic_page_content h3 {
    font-size: 18px;
}

}

.publications-list .img-pub{
    position: relative;
    z-index: 0;
}

/*.publications-list .img-pub:after{
    content: '';
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    position: absolute;
    z-index: 10;
}*/

.publications-list .taxo-list{
    position: absolute;
    z-index: 20;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 20px;
    color: #fff;
    right: 2%;
    bottom: 2%;
}

/***************** NODE ******************/
.height-min-500{
    min-height: 500px;
}

.height-min-400{
    min-height: 400px;
}

.height-min-350{
    min-height: 350px;
}

.height-min-250{
    min-height: 250px;
}

.height-min-295{
    min-height: 295px;
}

.height-min-150{
    min-height: 150px;
}

.height-min-300{
    min-height: 300px;
}
@media (min-height: 1200px){
    .height-third{
        height: calc((100vh/3) - 10px);
    }
}

.height-demi{
    height: 50vh;
}

.height-max-300{
    max-height: 300px;
}

.height-min-700{
    min-height: 700px;
}

.node .img_node{
    position: relative;
    z-index: 0;
}

@media(max-width:768px){
  .node .img_node{
    background-attachment: initial!important;
  }
}

.node .node_industrie{
    position: absolute;
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 25px;
    color: #fff;
    bottom: 12%;
    left: 2%;
    right: 2%;
    /*    white-space: nowrap;
        text-overflow: ellipsis;*/
    overflow: hidden;
}

@media (max-width: 768px){
    .node_industrie{
        font-size: 30px!important;
    }
}

@media (max-height: 500px){
    .img_node{
        height: calc(100vh - 50px);
    }
}

h1.page-header{
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Raleway-Thin', sans-serif;
    text-align: center;
    color: #006bb2;
    border: none;
    margin-bottom: 0;
}

.node_open_positions_title{
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Raleway-Thin', sans-serif;
    text-align: center;
    color: #006bb2;
    border: none;
    margin-bottom: 0;
}

.wrapper-content{
    font-family: 'Raleway-Regular', sans-serif;
    color: #000;
    font-size: 17px;
}

.wrapper-content h2{
    font-family: 'Raleway-ExtraBold', sans-serif;
    color: #000;
    font-size: 45px;
    margin: 30px 0px 10px 0px;
    display: block;
}

.sub_heading_contact_title > h3{
    font-family: 'Raleway-Regular', sans-serif;
    color: #006bb2;
    font-size: 31px;
    display: block;
    margin-top: 0;
}

.wrapper-content h3{
    font-family: 'Raleway-Regular', sans-serif;
    color: #006bb2;
    font-size: 25px;
    display: block;
    margin-top: 25px;
}

.wrapper-content h4{
    font-family: 'Raleway-Bold', sans-serif;
    color: #000;
    font-size: 20px;
    display: block;
    margin-top: 15px;
}

.wrapper-content h5{
    font-family: 'Raleway-Regular', sans-serif;
    color: #000;
    font-size: 20px;
    display: block;
}

.wrapper-content h6{
    font-family: 'Raleway-Regular', sans-serif;
    color: #006bb2;;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}

.wrapper-content img{
    margin-bottom: 20px;
}


.col-center{
    margin: 0 auto;
    /*width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
    display: table;

}

.wrapper-content .content h2{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 25px;
}

.wrapper-content .content-events h2{
    text-align: center;
}

.content-super-wrapper{
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

/**************** FILE ****************/

.node .pdf_file .btn-custom,
.basic_page_body .btn-custom,
.training-risk .btn-custom,
.node-viewpoints .btn-custom,
.view-services .btn-custom,
.node-basic-subpage .btn-custom,
#accordionOpenPosition .btn-custom,
.view-alumni .btn-custom{
    position: relative;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 22px;
    padding: 8px 20px;
    background: transparent;
    text-transform: none;
    color: #006bb2;
    margin-top: 30px;
    border: 1px solid #006bb2;
    transition: all ease-in .3s;
}

.node .pdf_file .btn-custom:hover,
.basic_page_body .btn-custom:hover,
.training-risk .btn-custom:hover,
.view-services .btn-custom:hover,
.node-basic-subpage .btn-custom:hover,
#accordionOpenPosition .btn-custom:hover,
.view-alumni .btn-custom:hover{
    background: #006bb2;
    color: #ffffff;
    border: 1px solid transparent;
}

/*.link_file:visited{
    color: #fff;
}*/

.file_rounded .pdf_file > a{text-decoration: none!important;}

/* .fa-download{
    display:none;
    line-height: 41px;
    color: #FFFFFF;
    border: 1px solid transparent;
    transform: scale(.8);
    transition: all ease-in .5s;
}
.fa-download:hover{
    display:block;
    transform: scale(1.2);
} */

.file_rounded .pdf_file:hover .file_extension{display:none;}
.file_rounded .pdf_file:hover .fa-download{display:block;}

.node .file_rounded {
    display: block;
    z-index: 30;
}

.node .file_rounded .file{
    margin: 5px 10px;
    text-align: center;
    color: #006bb2;
    border: 1px solid #006bb2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    font-size: 23px;
    background: transparent;
    transition: all ease-in-out .2s;
}

.node .file_rounded .file:hover{background-color: #006bb2;}

/*.node .file_rounded .file:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    left: -10px;
    border-style: solid;
    border-width: 0 10px 53px 0;
    border-color: transparent #006bb2 transparent transparent;
}*/

.node .file_rounded .file .file_extension{
    font-size: 18px;
    color: #006bb2;
    font-family: 'Raleway-ExtraBold', sans-serif;
    text-transform: uppercase;
}
.node .file_rounded .file .file_size{
    font-size: 20px;
    font-family: 'Raleway-ExtraLight', sans-serif;
    text-transform: uppercase;
}

@media(max-width: 825px){
    .node .file_rounded .file{
        position: initial;
        margin-left: 0;
    }

    .node .file_rounded{display: inline-block;}
}

/**************** SHARE THIS ***************/

.share-this i.fa{
    color: #006bb2;
    //padding: 10px ;
    border: 1px solid #006bb2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 26px;
}

.share-this i.fa:hover,
.share-this i.fa:focus{
    color: #fff;
    background-color: #006bb2;
    cursor:pointer;
}

/****************** NODE NAVIGATION ******************/
.col-node-previous{
    position: relative;
    z-index: 0;
}

.col-node-next{
    position: relative;
    z-index: 0;
}

.block-adl-views-navigation .img-navigation{
    position: relative;
    z-index: 0;
}

.block-adl-views-navigation .img-navigation:after{
    position: absolute;
    z-index: 10;
    content: '';
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
}


/* about us */
.navigation-aboutus .left .img-navigation:after{
    position: absolute;
    z-index: 10;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
}
.navigation-aboutus .right .img-navigation:after{
    position: absolute;
    z-index: 10;
    content: '';
    height: 100%;
    width: 100%;
    right: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
}

/* LINK */

.block-adl-views-navigation a.link-navigation,
.block-adl-views-navigation a.link-navigation:visited {
    color: #fff;
    line-height: 30px;
    background-color: #006bb2;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Raleway-ExtraLight', sans-serif;
    position: relative;
}

.block-adl-views-navigation a.link-navigation:hover,
.block-adl-views-navigation a.link-navigation:focus {
    color: #006bb2;
    background-color: #fff;
    text-decoration: none;
}

.block-adl-views-navigation .link_previous a.link-navigation:after{
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    border-width: 30px 20px 0 0;
    border-color: #006bb2 transparent transparent transparent;
    top: 0px;
    right: -20px;
    position: absolute;
}

.block-adl-views-navigation .link_previous a.link-navigation:hover:after,
.block-adl-views-navigation .link_previous a.link-navigation:focus:after{
    border-color: #fff transparent transparent transparent;
}

.block-adl-views-navigation .link_next a.link-navigation:after{
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    border-width: 0 20px 30px 0;
    border-color: transparent #006bb2  transparent transparent;
    top: 0px;
    left: -20px;
    position: absolute;
}

.block-adl-views-navigation .link_next a.link-navigation:hover:after,
.block-adl-views-navigation .link_next a.link-navigation:focus:after{
    border-color: transparent #fff  transparent transparent;
}

.block-adl-views-navigation .link_previous{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
}

.block-adl-views-navigation .link_next{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 60;
}

.block-adl-views-navigation h1 a:visited,
.block-adl-views-navigation h1 a{
    position: absolute;
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 25px;
    color: #fff;
    bottom: 22%;
    /* bottom: 13%; */
    left: 2%;
    right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block-adl-views-navigation h1 a:hover,
.block-adl-views-navigation h1 a:focus{
    text-decoration: none;
}

.block-adl-views-navigation h2{
    position: absolute;
    z-index: 50;
    color: #fff;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 20px;
    bottom: 2%;
    left: 2%;
    right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/****************** PAGE TAXONOMIE *****************/
.height-taxo{
    min-height: 270px;
}

.taxonomy-term{
    position: relative;
    z-index: 0;
}



.taxonomy-term header h1{
    font-family: 'Raleway-Thin', sans-serif;
    font-size: 80px;
    color: #006bb2;
}

.taxonomy-term header h4{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.menu-taxo ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.menu-taxo ul li {
    display: inline-block;
    padding: 0 10px;
}

.menu-taxo ul li a,
.menu-taxo ul li a:visited{
    font-family: 'Raleway-Thin', sans-serif;
    font-size: 31px;
    color: #000;
    text-transform: uppercase;
}

@media(max-width:768px){
	.menu-taxo ul li a,
	.menu-taxo ul li a:visited{
		font-size: 22px;
	}
}

.menu-taxo ul li a.active{
    border-bottom: 1px solid #000;
}

.menu-taxo ul li a:hover.active{
    border-bottom: 1px solid #006bb2;
}


.menu-taxo ul li a:hover,
.menu-taxo ul li a:focus{
    text-decoration: none;
    color: #006bb2;
}

.taxonomy-term .content{
    padding: 0 50px;
    margin-top: 60px;
    font-size: 16px;
}

/*.taxonomy-term .content h5{
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 24px;
    color: #006bb2;
    text-transform: uppercase;
}*/

.taxonomy-term .content h1,
.taxonomy-term .content h2{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 30px;
}

/* infographie */
.infographie{
    color: #fff;
    font-family: 'Raleway-Thin', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infographie .infograpghie-col{
    background-color: #006bb2;
    padding-bottom: 5px;

}
.infographie .infograpghie-col:nth-child(2){
    background-color: #004785;
}

.infographie .number{
    font-size: 140px;
}

.infographie .number-quantity{
    font-size: 70px;
}
.infographie .pre-number{
    font-size: 70px;
}


.infographie .legend{
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 16px;
}

/* management team */
.people {
    margin-bottom: 50px;
}

.people .content-people{
    border: 1px solid #c7c7c7;
    padding: 10px;
    height: 300px;
    overflow: hidden;
}

.people .content-people h2 {
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 20px;
    color: #006bb2;
    text-transform: uppercase;
}

.people .content-people h6 {
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 30px;

    margin-top: 0;
}

.people .content-people .firstname-team{
    text-transform: capitalize
}

.people .content-people .lastname-team{
    text-transform: uppercase;
}

.people .content-people h6 i{
    padding-right: 5px;
    color: #006bb2;
    font-size: 30px;

}

.people .people-resume{
    max-height: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people .people-resume.open{
    max-height: none;
    overflow: auto;
}

.people .button-resume{
    font-size: 50px;
    font-family: 'Raleway-Thin', sans-serif;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #337ab7;
    color: #fff;
    padding: 0 3px;
    line-height: 25px;
    margin-top: -10px;
    margin-right: 10px;
}

.people .button-resume:hover{
    background: #23527c;
}

/*.people .button-resume.open{
    font-size: 50px;
    font-family: 'Raleway-Thin', sans-serif;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    background-color: #006bb2;
    color: #fff;
    padding: 0px 3px 6px 3px;
    line-height: 20px;
    margin-top: 20px;
}*/

.people .button-resume:focus{
    outline: none!important;
}

.list-insights-related {
    list-style: none;
    padding: 0;
}
.list-insights-related a{
    color: #000;
    font-size: 17px;
    font-family: 'Raleway-Regular', sans-serif;
}

.list-insights-related a:hover,
.list-insights-related a:focus{
    text-decoration: none;
    color: #006BB2;
    transition: all ease-in-out .3s;
}

.list-insights-related .date-related-insights{
    color: #888;
    font-size: 15px;
}

/* LATEST PUBLICATION */
.latest-publications .publication{
    position: relative;
    z-index: 0;
}

.latest-publications .img-pub{
    position: absolute;
    z-index: 5;
}

.latest-publications .img-pub:after{
    position: absolute;
    z-index: 10;
    content: '';
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 69%, rgba(0,0,0,0.02) 70%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 69%,rgba(0,0,0,0.02) 70%,rgba(0,0,0,0.65) 100%);
}

.latest-publications h1 a:visited,
.latest-publications h1 a{
    position: absolute;
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 20px;
    color: #fff;
    bottom: 10%;
    left: 2%;
    right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.latest-publications h1 a:hover,
.latest-publications h1 a:focus{
    text-decoration: none;
}

.latest-publications h2{
    position: absolute;
    z-index: 50;
    color: #fff;
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 17px;
    bottom: 2%;
    left: 2%;
    right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}


/****************** FORMS ******************/
/* SEARCH */
header input[type=text]{
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
    color: #555;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 16px;
    height: 20px;
    padding: 0;
}

select{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/***************** LOG IN / CREATE ACCOUNT ******************/
.page-alumni-user .tabs--primary li,
.page-user .tabs--primary li{
    text-transform: uppercase;
    font-size: 16px;
}
.page-alumni-user .tabs--primary li a,
.page-user .tabs--primary li a {
    color: #000;
}

.page-alumni-user .tabs--primary li a:focus,
.page-alumni-user .tabs--primary li a:focus,
.page-user .tabs--primary li a:focus,
.page-user .tabs--primary li a:hover{
    background-color: #006bb2;
    color: #000;
}

.page-alumni-user .tabs--primary,
.page-user .tabs--primary{
    margin-bottom: 30px;
}

.page-alumni-user .tabs--primary li a.active,
.page-user .tabs--primary li a.active{
    color: #006bb2;
}

.page-alumni-user .tabs--primary li a.active:hover,
.page-user .tabs--primary li a.active:hover{
    color: #006bb2;
}

.page-alumni-user .region-content input.form-text.form-control,
.page-user .region-content input.form-text.form-control{
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    line-height: 22px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 35px;
    color: #006bb2;
    /* text-transform: uppercase; */
}
/*.page-user .region-content input.form-text.form-control::-moz-placeholder, .page-user .region-content input.form-text.form-control::-moz-placeholder,
.page-user .region-content input.form-text.form-control:-moz-placeholder, .page-user .region-content input.form-text.form-control:-moz-placeholder,
textarea.input_field_contact::-moz-placeholder, textarea.input_field_contact:-moz-placeholder,
textarea.input_field_contact:-ms-input-placeholder.form-control, input.input_field_contact:-ms-input-placeholder.form-control,
input.form-file:-ms-input-placeholder{
    text-transform: uppercase!important;
    color: #006bb2;
    opacity: 1;
}*/

.page-alumni-user .region-content button.dropdown-toggle, .page-user .region-content button.dropdown-toggle {
    font-weight: 600;
    color: #006bb2
}

.page-alumni-user .region-content input.form-text.form-control:focus,
.page-user .region-content input.form-text.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.page-alumni-user .region-content button.form-submit,
.page-user .region-content button.form-submit{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #006bb2;
    color: #fff;
    font-family: 'Raleway-Bold', sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    border-color: #006bb2;
}

.page-alumni-user .region-content button.form-submit:hover,
.page-alumni-user .region-content button.form-submit:hover,
.page-user .region-content button.form-submit:hover,
.page-user .region-content button.form-submit:focus{
    border-color: #006bb2;
    color: #006bb2;
    background-color: #fff;

}

.page-alumni-user .region-content label,
.page-user .region-content label{
    display: none;
}

.page-alumni-user .region-content .profile label,
.page-user .region-content .profile label{
    display: inline-block;
}


.page-alumni-user .region-content .form-type-radios label,
.page-alumni-user .region-content .form-type-checkbox label{
    display: block;
}

.page-alumni-user .region-content .form-type-checkbox .help-block{
    display: block;
}

.page-alumni-user .region-content .form-type-checkbox label ,
.page-user .region-content .form-type-checkbox label {
    display: block;
}

.page-alumni-user .region-content .dropdown-toggle,
.page-user .region-content .dropdown-toggle{
    font-size: 16px;
    text-transform: none!important;
}

.page-alumni-user .region-content #edit-simplenews ,
.page-user .region-content #edit-simplenews {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.page-alumni-user .region-content #edit-simplenews .help-block,
.page-user .region-content #edit-simplenews .help-block{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

/****************** PAGES ALUMNI ********************/
.page-alumni-user li[attributes=linkedin-auth-login-link-drupal-login-page]{
    display: none;
}
.page-alumni-user textarea{
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-alumni-user input.form-file{
    margin: 0;
    font-size: 22px;
    border-radius: 0;
    display: block;
    height: 42px;
    color: #006bb2;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.page-alumni-user .field-name-field-image .help-block{
    display: block;
}

/* ALUMNI USER REGISTRATION */
.page-alumni-user-register  #edit-simplenews,
.page-alumni-user-register .group-image,
.page-alumni-user-register .field-name-field-initial,
/* .page-alumni-user-register .field-name-field-date-birth, */
.page-alumni-user-register .field-name-field-address,
.page-alumni-user-register .field-name-field-zip-code,
.page-alumni-user-register .field-name-field-text-city,
.page-alumni-user-register .field-name-field-state,
.page-alumni-user-register .field-name-field-fax,
.page-alumni-user-register .field-name-field-mobile,
.page-alumni-user-register .group-memberships,
.page-alumni-user-register .form-radio[value=_none],
.page-alumni-user-register .form-radios label[for*=none],
.page-alumni-user-register .group-education,
/*.page-alumni-user-register .group-subscriptions,*/
/*.page-alumni-user-register .group-manager-option,*/
.page-alumni-user-register .group-professional-details .form-wrapper{
    display: none;
}

.page-alumni-user-register .group-professional-details .form-wrapper:nth-child(1),
.page-alumni-user-register .group-professional-details .form-wrapper:nth-child(2){
    display: block;
}

.page-alumni-user-register .group-manager-option{
    display: none;
}



/************************EDIT ALUMNUS *************************/
/* hide tabs edit page to not access the right user profile page */
/*.page-user-edit.alumnus .tabs--primary,
.page-user-edit.alumnus-manager  .tabs--primary,
.page-user-edit.alumnus-administrator .tabs--primary{
    display:none;
}*/

/* hide managements stuff */
.page-user-edit.alumnus .tabs--secondary li:nth-child(2),
.page-user-edit.alumnus-manager .tabs--secondary li:nth-child(2),
.page-user-edit.alumnus-administrator .tabs--secondary li:nth-child(2),
.page-user-edit.alumnus .tabs--secondary li:nth-child(3),
.page-user-edit.alumnus-manager .tabs--secondary li:nth-child(3),
.page-user-edit.alumnus-administrator .tabs--secondary li:nth-child(3){
    display: none;
}

.page-user-edit.alumnus #edit-timezone,
.page-user-edit.alumnus-manager #edit-timezone,
.page-user-edit.alumnus-administrator #edit-timezone{
    display:none;
}

.page-user-edit.alumnus #edit-locale,
.page-user-edit.alumnus-manager #edit-locale,
.page-user-edit.alumnus-administrator #edit-locale{
    display: none;
}

.page-user-edit.alumnus #edit-picture,
.page-user-edit.alumnus-manager #edit-picture,
.page-user-edit.alumnus-administrator #edit-picture{
    display: none;
}

.page-user-edit.alumnus .group-manager-option,
.page-user-edit.alumnus-manager .group-manager-option{
    display: none ;
}

/* show label for radio and checkbox */
.page-user-edit .group-subscriptions label,
.page-user-edit .group-details-access label,
.page-user-edit .group-agreement label{
    display: block;
}

/****************** LINKED IN ********************/
li[attributes=linkedin-auth-login-link-drupal-login-page]{
    list-style: none;
    font-size: 20px;
    font-family: 'Raleway-Bold', sans-serif;
    color: #006bb2;
}

#user-login ul{
    padding-left: 0;
    margin-bottom: 30px;
}
/***************** RESPONSIVE *****************/
@media screen and (max-width: 1549px){

    /* .publications-list h2{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    } */

}

/*.people:nth-child(odd){
    padding-left: 20px!important;
}*/

@media screen and (min-width: 768px){
    /*    #wrapper {
            padding-left: 300px;
        }
        #sidebar-wrapper {
            width: 300px;
        }*/

    #carousel-homepage .carousel-caption{
        left: 2%;
        right: 2%;
        bottom: 0px;
        padding-bottom: 10px;
    }

    .nav.top-menu  li{
        float: left ;
    }

    .taxonomy-term .taxo-services {
        padding-right: 30px;
    }

    /*    .people.leadership{
            padding-left: 20px!important;
            padding-right: 0px;
        }

        .people:nth-child(even){
            padding-left: 0;
        }

        .people:nth-child(odd){
            padding-left: 20px;
            padding-right: 0px;
        }*/

    /*    .management-team .view-header{
            margin: 0 260px;

        }*/

    /*    .leadership .people{
            margin-bottom: 50px;
        }

        .leadership .people article{
            margin-bottom: 40px;
        }

        .leadership .people:first-child{
            margin-top:40px;
        }

        .leadership .people:nth-child(even){
            padding-left: 0px;
            padding-right: 260px;
        }

        .leadership .people:nth-child(odd){
            padding-left: 260px;
            padding-right: 0px;
        }*/


    /*    .views-exposed-form{
            height: 150px;
        }*/

    .wrapper-content{
        margin: 0 100px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px){
    height-min-500-mobile{
        min-height: 500px;
    }

    .page-alumni .views-exposed-form .views-exposed-widgets .views-exposed-widget,
    .page-insights .view-publications .views-exposed-form .views-exposed-widgets .views-exposed-widget,
    .page-careers .view-publications .views-exposed-form .views-exposed-widgets .views-exposed-widget,
    .page-case-studies .view-case-studies .views-exposed-form .views-exposed-widgets .views-exposed-widget {
        width: 100%;
    }

    .views-exposed-form{
        min-height: 150px;
    }

    /* .publications-list h2{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    } */

    header .logo img{
        width: 175px;
        margin-top: 3px;
    }

    .wrapper-content{
        margin: 0 25px;
        padding-top: 40px;
    }
}

/*@media screen and (min-width: 769px)and (max-width: 1024px) {
    .share-this span{
        margin: 5px 5px;
    }

    .sharethis-buttons{
        position: fixed;
        right: 0;
        background-color: #fff;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        padding: 5px 0px;
    }

    .share-this{
        position: absolute;
        z-index: 60;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }
}*/


@media screen and (max-width: 1024px){
    .header-right .top-menu{
        display: block;
    }

    .share-this span{
        margin: 5px 5px;
    }
    /*    .share-this{
            position: absolute;
            z-index: 60;
            left: 0;
            margin-left: 75px;
            top: 0;
            margin-top: 20px;
            bottom: 0px;
        }*/

}


@media screen and (min-width: 826px) {
    .share-this span{
        margin: 5px 10px;
        display: block;
    }

    .sharethis-buttons{
        /*        position: fixed;
                right: 0;*/
        background-color: #fff;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    .share-this{
        display: block!important;
    }
}


#page-content-wrapper{
    margin-top: 55px;
}

@media (max-width: 767px){
    #navbar-main-menu-collapse{
        margin-top: 55px;
    }
}


/*@media screen and (min-width: 778px) and (max-width: 940px){
    #page-content-wrapper{
        margin-top: 92px;
    }
}



@media screen and (min-width: 941px){
    #page-content-wrapper{
        margin-top: 55px;
    }
}

@media (max-width: 941px){
    .sidebar-nav{
        margin-top: 50px;
    }
}

@media screen and (max-width: 777px){
    #page-content-wrapper{
        margin-top: 55px;
    }
}*/


@media screen and (max-width: 1270px){

    .region-latest-publication h2 {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .region-latest-publication h1, .publications-list h2 {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .view-id-taxonomy_publication p, .pub-list-summary p{
        line-height: 1.3;
    }

    .content-center,
    .content-center-podcast {
        width: 95%;
    }

    h1.page-header {
        font-size: 30px;
    }

    .node_open_positions_title{
        font-size: 30px;
    }

    /*    .publications-list h2 {
        font-size: 25px;
        }*/
}

@media screen and (min-width: 1271px){

    .content-center,
    .content-center-podcast{
        width:90%;
    }
}

@media screen and (max-width: 991px){
    .footer, .menu-footer.pull-right{
        text-align: center !important;
    }
}

/******************* CAROUSEL ********************/

.vertical .carousel-inner {
    height: 100%;
}

.vertical .carousel-inner .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .vertical .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .vertical .carousel-inner > .item.next,
    .vertical .carousel-inner > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    .vertical .carousel-inner > .item.prev,
    .vertical .carousel-inner > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    .vertical .carousel-inner > .item.next.left,
    .vertical .carousel-inner > .item.prev.right,
    .vertical .carousel-inner > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 0;
}

.carousel.vertical .prev {
    top: 0;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: 0;
}

.carousel.vertical .active.right {
    top: 0;
}

.carousel-inner.vertical .item {
    left: 0;
}


/****TEST SARAH****/
.content-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.content-center-podcast{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.to-the-top{
    background-color: rgba(255,255,255,.75);
    padding: 10px;
    margin-right: 10px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 999;
    height: 45px;
    width: 45px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #006bb2;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes move-arrow {
    0%   {margin-top: 0px}
    25%  {margin-top: 3px}
    50%  {margin-top: 0px}
    75%  {margin-top: 3px}
    100% {margin-top: 0px}
}

/* Standard syntax */
@keyframes move-arrow {
    0%   {margin-top: 0px}
    25%  {margin-top: 3px}
    50%  {margin-top: 0px}
    75%  {margin-top: 3px}
    100% {margin-top: 0px}
}


.to-the-top > .fa-arrow-up{
    margin-top: 0px;
    font-size: 18px;
}

.to-the-top:hover .fa-arrow-up{
    -webkit-animation: move-arrow 4s infinite;
    animation: move-arrow 4s infinite;
}

/* Modif Mathieu*/

.navbar-main-menu button:hover .icon-bar{background-color: #333;}

section.header-left{position: absolute;z-index: 999;}

span.glyphicon.glyphicon-cog{margin-right: auto;margin-left: auto; color: #C7C7C7!important;font-size: 16px;}

span.glyphicon.glyphicon-cog:hover{color: #333!important;}

.navbar-toggle.cog-btn span.glyphicon.glyphicon-cog{transform: rotate(0); transition: all ease-in .3s;}

.navbar-toggle.cog-btn.collapsed span.glyphicon.glyphicon-cog{transform: rotate(-60deg);}

.nav.menu.navbar-right, .navbar-right{text-align: center;}

.nav > li > a:hover, .nav > li > a:focus {background:transparent!important;}

@media(max-width: 767px){
    .nav.domain-dropdown{margin:0;}
    /*    .header-right .top-menu.nav > li > a{padding: 0;}*/
    .nav.menu.navbar-right{margin-top: -10px;}
    .navbar-form{border: none;margin-top: 5px!important;}
}



.node_industrie_sub_title{
    position: absolute;
    display: inline-block;
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 25px;
    color: #fff;
    bottom: 27%;
    left: 2%;
    right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.node-authors{
    z-index: 50;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

.node-authors a{
    color: #fff;
}

.node-authors a:hover,
.node-authors a:focus{
    color: #006BB2;
    text-decoration: none;
    transition: all ease-in-out .3s;
}

.container-inline-date .form-item .form-item {
    float: none!important;
}

.container-inline-date .date-padding {
    float: none!important;
}

/*.container-inline-date > .form-item{display: initial;}*/

/*.container-inline-date{max-height: 50px;margin-top: -18px;}*/

.views-exposed-form .views-exposed-widget {
    padding: 0!important;
}

.share-block{
    display: inline-block;
    right: 0;
    margin-top: 65px;
    margin-right: 20px;
}

.share-block-scroll{
    position: fixed;
    display: inline-block;
    right: 0;
    top: 120px;
    margin-top: 0px;
    z-index: 2;
}

@media (max-width: 768px){
    .views-exposed-form .views-exposed-widget {
        padding: .5em 1em 0 0;
    }

    .navbar-form{
        display: block;
        text-align: center;
        margin-top: 8px;
        max-width: 200px;
        border: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 825px){
    .share-block{
        position: initial;
        display: inherit;
        right: auto;
        margin: 20px auto auto auto;
        text-align: center;
    }
}

@media (min-width: 768px){

    input#edit-search-block-form--2{
        width: auto;
        background: transparent;
        transition: all ease-in-out .3s;
        transform: scale(1);
    }

    input#edit-search-block-form--2:focus{
        width: 150px;
        border-bottom: 1px solid #006bb2!important;
        transform: scale(1.1);
    }

    input#edit-search-block-form--2:focus + .input-group-btn .btn-primary{
        opacity: 0;
    }
}

/* Custom style contact page */

.title_contact_page, .block-location-sub-contact .block-title,
.node_basic_page_content .basic_page_title{
    font-family: 'Raleway-ExtraBold', sans-serif!important;
    font-size: 40px!important;
    text-transform: initial!important;
}

.block-location-sub-contact .block-title, .block-location-sub-contact .sub_heading_contact_title{
    margin-left: 80px;
    margin-bottom: 0;
}

.sub_heading_contact_title > h3{
    font-size: 24px!important;
    margin-bottom: 15px;
}

/*.sub_heading_contact_title > p{
    font-size: 18px;
    font-weight: bold;
}*/

.webform_contact_link{
    margin-bottom: 15px;
}

.webform_contact_link > a{
    font-family: 'Raleway-Regular', sans-serif;
    font-weight: 500;
    color: #006BB2;
    background: transparent;
    transition: all ease-in .3s;
}

.webform_contact_link > a:hover{
    color: #FFFFFF;
    background: #006BB2;
}

.webform_link_close{
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
    color: #006BB2;
    transition: all ease .3s;
}

.webform_link_close > i:hover:before{
    content:'CLOSE ';
    color: #006BB2;
    font-family: 'Raleway-Regular', sans-serif;
}


input.input_field_contact{
    font-size: 22px;
    /* Not suppoted in firefox   padding: 20px 14px;*/
    height: 42px;
    border-radius: 0;
    color: #006bb2!important;
}


input.input_field_contact::-moz-placeholder, input.form-file::-moz-placeholder,
input.input_field_contact:-moz-placeholder, input.form-file:-moz-placeholder,
textarea.input_field_contact::-moz-placeholder, textarea.input_field_contact:-moz-placeholder,
textarea.input_field_contact:-ms-input-placeholder.form-control, input.input_field_contact:-ms-input-placeholder.form-control,
input.form-file:-ms-input-placeholder{
    text-transform: uppercase!important;
    color: #006bb2;
    opacity: 1;
}

.input_field_contact .form-managed-file{
    display: inline-block;
}

input[type="file"]{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="file"].multi{
    width: 100%;
    height: auto;
    opacity: 1;
    overflow: visible;
    position: static;
    z-index: 0;
    clear: both;
    display: none;
}

.webform-component--curriculum-vitae .help-block,
.webform-component--cover-letter .help-block,
.webform-component--certificates--transcripts .help-block{
    display: block;
    clear: both;
}

.form-item-files-attachment-multifile label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #006BB2;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.form-item-files-attachment-multifile:focus label,
.form-item-files-attachment-multifile label:hover {
    background-color: #fff;
    border: 1px solid #006BB2;
    color: #006BB2;
}

.form-item-files-attachment-multifile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

/*.input_field_contact > input.form-file{
    margin: 0;
    font-size: 22px;
        padding: 5px;
        padding-bottom: 35px;
border-radius: 0;
display: block;
height: 42px;
color: #006bb2;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.input_field_contact button.btn-default{
    color: #fff;
    height: 42px;
    border-color: #006BB2;
    background-color: #006BB2;
}
.input_field_contact button.btn-default:hover{
    color: #006BB2;
    height: 42px;
    border-color: #006BB2;
    background-color: #fff;
}

.input_field_contact button.btn-danger{
    color: #d43f3a;
}

.input_field_contact button.btn-danger:hover{
    background-color: #d43f3a;
    color: #fff;
}

.input_field_contact .file{
    border: none;
}
.input_field_contact .file:hover{
    background-color: transparent;
}

textarea.input_field_contact{
    font-size: 22px;
    padding: 10px 14px;
    border-radius: 0;
}

input.input_field_contact:focus, textarea.input_field_contact:focus{
    border: 1px solid #006bb2;
    box-shadow: none;
}

input.input_field_contact::-webkit-input-placeholder, textarea.input_field_contact::-webkit-input-placeholder{
    text-transform: uppercase;
    color: #006bb2;
    opacity: 1;
    transition: color ease-in .3s;
}

input.input_field_contact:focus::-webkit-input-placeholder, textarea.input_field_contact:focus::-webkit-input-placeholder{
    color: transparent;
}

div.btn-group.bootstrap-select.input_field_contact.form-select{width: 100%!important;}

.input_field_contact > .dropdown-toggle{
    font-size: 22px;
    font-weight: 600;
    color: #006bb2;
}

.input_field_contact button{
    padding: 5px 14px;
}


form[id^="webform-client-form"] .form-actions{
    text-align: right;
}

form[id^="webform-client-form"] .form-actions > button,
.sendinblue-signup-subscribe-form #edit-submit{
    position: relative;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 22px;
    padding: 8px 20px;
    background: #006bb2;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all ease-in .7s;
}

form[id^="webform-client-form"] .form-actions > button:hover{
    color: #006bb2;
}

form[id^="webform-client-form"] .form-actions > button:before{
    content: 'SUBMIT';
    position: absolute;
    top: 0;
    left: -130%;
    width: 120px;
    padding: 8px;
    background: #006bb2;
    z-index: 1;
    transition: all ease-in .5s;
}

form[id^="webform-client-form"] .form-actions > button:after{
    font-family: "FontAwesome";
    content: '\f003';
    position: absolute;
    top: 0;
    left: -70%;
    width: 120px;
    padding: 8px;
    background: #006bb2;
    z-index: -1;
    transition: all ease-in .5s;
}

form[id^="webform-client-form"] .form-actions > button:hover:before{
    left: 0%;
    z-index: 3;
    color: #FFF;
}

form[id^="webform-client-form"] .form-actions > button:hover:after{
    left: 70%;
    z-index: 2;
    color: #FFF;
}

/* google Maps iframe */
.google-map iframe{
    /*    height: calc((100vh/3) - 10px);*/
    min-height: 350px;
}


/* Validate contact form animation hover effect */

/*@keyframes validate_contact{
    0%   {background:transparent; border: 1px solid transparent;}
    25%  {background:transparent; border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #006bb2; border-left: 1px solid transparent;}
    50%  {background:transparent; border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #006bb2; border-left: 1px solid #006bb2;}
    75%  {background:transparent; border-top: 1px solid #006bb2; border-right: 1px solid transparent; border-bottom: 1px solid #006bb2; border-left: 1px solid #006bb2;}
    100% {background:transparent; border-top: 1px solid #006bb2; border-right: 1px solid #006bb2; border-bottom: 1px solid #006bb2; border-left: 1px solid #006bb2;}
}

@-webkit-keyframes validate_contact{
    0%   {background:transparent; border: 1px solid transparent;}
    25%  {background:transparent; border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #006bb2; border-left: 1px solid transparent;}
    50%  {background:transparent; border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #006bb2; border-left: 1px solid #006bb2;}
    75%  {background:transparent; border-top: 1px solid #006bb2; border-right: 1px solid transparent; border-bottom: 1px solid #006bb2; border-left: 1px solid #006bb2;}
    100% {background:transparent; border-top: 1px solid #006bb2; border-right: 1px solid #006bb2; border-bottom: 1px solid #006bb2; border-left: 1px solid #006bb2;}
}
#webform-client-form-21287 .form-actions button:hover{
    background: yellow;
}
#webform-client-form-21287 .form-actions button:hover{
    color: #006bb2;
    -webkit-animation-name: validate_contact;  Chrome, Safari, Opera
    -webkit-animation-duration: 2s;  Chrome, Safari, Opera
    animation-name: validate_contact;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}*/

/* End animation validate contact form */

/* Fix input padding !important */
@media (max-width: 991px){
    form[id^="webform-client-form"] .webform-component{
        padding: 0;
    }
}

@media (max-width: 768px){
    form[id^="webform-client-form"] .form-actions{
        text-align: center;
    }

    form[id^="webform-client-form"] .form-actions > button{
        width: 100%;
    }

    form[id^="webform-client-form"] .form-actions button:focus{
        color: #006bb2;
        background: transparent;
        border: solid 1px #006bb2;
    }
}


.block-location-sub-contact .views-exposed-form{
    background: #006bb2;
    padding: 10px;
}


.block-location-sub-contact .views-exposed-form .views-widget{
    text-align: center;
}

.block-location-sub-contact .views-exposed-form .views-widget .dropdown-toggle{
    width: auto;
    float: none!important;
}

.block-location-sub-contact .views-exposed-form h4,
.block-location-sub-contact .views-exposed-form #edit-field-continent-wrapper > label{
    font-family: 'Raleway-ExtraBold', sans-serif!important;
    font-size: 45px!important;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.domain-adl-test-dev-netsive-com  .views-exposed-form h4{
    display: none;
}

.block-location-sub-contact .views-exposed-widgets{
    display: none;
}

.domain-adl-test-dev-netsive-com .block-location-sub-contact .views-exposed-widgets{
    display: block;
}


.block-location-sub-contact .view-locations .view-content h3{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.block-location-sub-contact .view-locations .view-content{
    font-size: 14px;
}

.block-location-sub-contact .view-locations .view-content div[id^="map-"] > a > i{
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0;
    padding: 10px;
    color: #006bb2;
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
    transition: all ease-in-out .3s;
}

.block-location-sub-contact .view-locations .view-content div[id^="map-"] > a > i:hover{
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
    text-decoration: none;
}

.block-location-sub-contact .view-locations .view-content div[id^="map-"] > a > i:hover::after{
    position: absolute;
    left: 25%;
    bottom: 0;
    font-size: 12px;
    content:'Map';
    color: #006bb2;
    transition: all ease-in-out .5s;
}

.block-location-sub-contact .view-locations .view-content .mobile-map{
    position: initial;
    width: 100%;
}

.block-location-sub-contact .views-row-odd div:first-child,
.view-open-positions .views-row-odd div:first-child{
    float: right;
}

.block-location-sub-contact .view-locations .view-content .views-row-odd div[id^="map-"]{
    float: initial;
}

button#edit-submitted-attachment-upload-button{
    font-family: 'Raleway-Regular', sans-serif;
    padding: 10px 16px!important;
    font-weight: 500;
    color: #006BB2;
    border: 1px solid #006BB2;
    background: transparent;
    transition: all ease-in .3s;
}

@media (max-width: 768px){
    .block-location-sub-contact .view-locations .view-content .mobile-map{
        position: absolute;
        box-sizing: content-box;
        width: 100vw;
    }
}

@media (max-width: 900px){
    button#edit-submitted-attachment-upload-button{
        width: 100%;
        margin-bottom: 10px;
    }
    .input_field_contact > input.form-file{
        width: 100%;
    }
}

/* End custom style contact page */

.node_book_heading, .node_podcast_heading, .node_basic_page_heading{
    background: url('../img/0_mosaique.jpg'),  url('../img/adl.png');
    background-position:center center, right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.node_book_heading .node_book_title, .node_podcast_heading .node_podcast_title{
    margin-left: 25px;
    font-size: 55px;
    color:  #006bb2;
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.node_book_heading div{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0,-50%);
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.node_book_content{
    margin-bottom: 35px;
}

.node_book_content ul {
    padding: 8px 16px;
}

.node_book_table_content *{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
    line-height: 1.428571;
}

.node_book_table_content_link{
    margin-top: 20px;
}

.node_book_table_content_link > a{
    cursor: pointer;
    /*    text-transform: uppercase;
        color: #006bb2;
        border: 1px solid #006bb2;
        padding: 10px 24px;
        background-color: transparent;
        font-size: 13px;
        transition: all ease-in-out .3s;*/
}

.node_book_table_content_link > a > *{
    display: inline-block;
}

.node_book_table_content_link > a > i:before{
    width: 20px;
}

.node_book_table_content_link a.more_details > i:after, .node_book_table_content_link a.collapsed > i:after{
    display: inline-block;
    content:'More details';
    text-transform: uppercase;
}

.node_book_table_content_link a > i:after{
    display: inline-block;
    content:'Less details';
    text-transform: uppercase;
}

.node_book_table_content_link > a > i:after{
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.node_book_table_content_link > a > i:before{
    display: inline-block;
    transform: rotate(15deg) scale(1.1);
}

@-webkit-keyframes move_book_icon {
    0%   {transform: rotate(15deg);}
    25%  {transform: rotate(30deg);}
    50%  {transform: rotate(15deg);}
    75%  {transform: rotate(0deg);}
    100% {transform: rotate(15deg);}
}

/* Standard syntax */
@keyframes move_book_icon{
    0%   {transform: rotate(15deg);}
    25%  {transform: rotate(30deg);}
    50%  {transform: rotate(15deg);}
    75%  {transform: rotate(0deg);}
    100% {transform: rotate(15deg);}
}

.node_book_table_content_link:hover a > i:before{
    -webkit-animation: move_book_icon .7s infinite; /* Chrome, Safari, Opera */
    animation: move_book_icon .7s infinite;
}

.node_book_image{text-align: center;}

.node_book_image > img{
    width: 50%;
}

.node_book_share{
    text-align: center;
}

.node_book_share .share-this, .node_book_share .share-this span{
    display: inline-block!important;
    margin: 5px!important;
}


@media (min-width: 991px){
    .node_book_image > img{
        width: 100%;
    }
}

.node_book_label_field{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 40px;
    /*    text-transform: uppercase;*/
    color: #000;
    margin-bottom: 20px;
}

.node_book_link{
    display: block;
    margin: 15px;
    text-align: right;
}

.node_book_link > a, .node_book_table_content_link > a{
    font-family: 'Raleway-ExtraBold', sans-serif;
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1px solid #006bb2;
    color: #006bb2!important;
    border-radius: 0px;
    background-color: transparent;
    font-size: 13px;
    transition: all ease-in-out .3s;
}

.node_book_link > a:hover, .node_book_table_content_link > a:hover{
    background: #006bb2;
    color: #FFFFFF!important;
    text-decoration: none;
}

.taxonomy-term .vocabulary-subtitle{
    font-family: 'Raleway-ExtraBold', sans-serif;
    color: #000;
    font-size: 40px;
    text-transform: none;
}

.taxonomy-term .more-link > a{
    font-size: 14px;
    border: 1px solid #006BB2;
    font-weight: 500;
    color: #006BB2;
    text-transform: uppercase;
    background: transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    margin: 25px auto;
    transition: all ease-in .3s;
}


.taxonomy-term .more-link > a:hover{
    text-decoration: none;
    color: #FFFFFF;
    background: #006BB2;
}

.node_management_team_heading,
.node_press_heading,
.no-image-insight{
  background: url('../img/0_mosaique.jpg'),  url('../img/adl.png');
  background-position:center center, right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

@media(max-width:768px){
.node_management_team_heading{
	background-size:contain;
}
}

.node_management_team_title{
    margin-left: 25px;
    font-size: 40px;
    color: #FFFFFF;
}

@media(max-width: 768px){
    .node_management_team_title{
        font-size: 24px;
    }
}

@media(max-width: 1024px) and (min-width: 768px){
    .node_management_team_title{
        font-size: 30px;
    }
}

.node_management_team_content{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 24px;
}

.node_management_team_country{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #555;
    font-size: 24px;
}

.node_management_team_name{
    margin-top: 15px;
}

.node_management_team_position{
    color: #006BB2;
}

.node_management_team_about_title{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
}

.industries_terms, .services_terms{
    font-size: 18px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.industries_terms{margin-top: 45px;}*/

.industries_terms > li, .services_terms > li{
    background: #E8E8E8;
    border: 1px solid transparent;
    padding: 15px;
    margin: 0;
    transition: all ease-in-out .3s;
}

.industries_terms > li > a, .services_terms > li > a{
    font-family: 'Raleway-Regular', sans-serif;
    text-decoration: none;
    color: #555;
    transition: all ease-in-out .3s;
}

.industries_terms > li:hover, .services_terms > li:hover{
    background: #006bb2;
}

.industries_terms > li:hover a, .services_terms > li:hover a{
    text-decoration: none;
    color: #FFFFFF;
}

.node_management_team_content .social_link{
    margin-top: 30px;
    margin-bottom: 30px;
}

.node_management_team_content .social_link > a > i{
    color: #006bb2;
    border: 1px solid #006bb2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 26px;
    transition: all ease-in .3s;
}

.node_management_team_content .social_link > a > i:hover{
    background: #006bb2;
    color: #FFFFFF;
    cursor: pointer;
}

.node_management_team_resume{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 17px;
    text-align: left;
    margin-bottom: 25px;
}

.node_management_team_resume > div{
    margin: 15px 0;
}

.node_management_team_resume > ul{
    padding: 20px;
}

.node_management_team_collection_field{
    margin: 10px 0;
}

.node_management_team_experience{
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 24px;
    color: #006bb2;
}

.node_management_team_experience_function,
.node_management_team_experience_diploma{
    font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: 17px;
}




.our-people .node-page .node_open_positions_title,
.joining .node-page .node_open_positions_title,
.your-growth .node-page .node_open_positions_title,
.your-success .node-page .node_open_positions_title{
    display: none;
}

.your-success .block-title{
    display: none;
}

/*Vignette management team
.management-team .view-header,
#management_team{
    margin: auto 10%;
    clear: both;
}*/
.management-team .view-display-id-block_ceo_leadership .view-header{
    margin: 0;
    clear: both;
}

.management-team .content-people > div > a{
    position: absolute;
    right: 0;
    bottom: 0;
}

.management-team .vocabulary-subtitle{
    font-family: 'Raleway-ExtraBold', sans-serif;
    color: #000;
    font-size: 40px;
    text-transform: none;
    padding-left: 20px;
    margin-bottom: 35px;
    clear: both;
}

.management-team .view-footer .row:after{
    clear: none;
}

.management-team .leadership{
    margin-top: 35px;
    margin-bottom: 65px;
}
/*.management-team .view-header{
    overflow: auto;

}*/

.management-team .content-people-right{
    height: 100%;
}

.management-team .content-people > div > h6{
    font-size: 24px;
    margin-top: 0;
}

.management-team .content-people > div > h2{
    font-size: 16px;
}

.management-team .content-people .management-team-intro{
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
}

.management-team .content-people .management-team-links{
    margin: 0;
}

.management-team .management-team-image{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.management-team .management-team-image > img{
    position: absolute;
    left: 50%;
    max-width: 220px;
    max-height: 220px;
    padding: 0;
    /*    filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
        transition: all ease-in-out .3s;*/
}

.node_management_team_image img{
    margin: auto;
}

.node_management_team_image img{
    width:auto!important;
}

.management-team .management-team-image > img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

@media (max-width: 1200px){
    .management-team .content-people > div > h2{
        margin: 5px;
    }
}

.node_basic_page_image > img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 300;
}

@media (min-width: 768px){
    .node_basic_page_image{
        background-attachment: fixed!important;
    }
}

@media (max-width: 768px){
    .node_basic_page_image > img{
        max-width: 70%;
    }
}

/*.node_basic_page_content .share-this{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -65px;
}

@media (max-width: 825px){
    .node_basic_page_content .share-this{
        position: absolute;
        top: 0;
        right: 50%;
        margin-top: -50px;
        margin-right: -150px;
    }
}*/

.node_basic_page_content .basic_page_body{
    margin-top: 35px;
}

.adl_background{
  background: url('../img/0_mosaique.jpg'),  url('../img/adl.png');
  background-position:center center, right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.more-link > a:focus{
    text-decoration: none;
}

/*Use to anime the background player in a podcast page*/

div.player{
    height: 208px;
    position: relative;
}

span.striped{
    display: inline-block;
    width: 5px;
    border-radius: 20%;
    padding: 8px;
    margin-left: -2px;
}

span.striped.min-xs{
    margin-bottom: 60px;
    height: 30px;
    transform: scale(1);
}

span.striped.min{
    margin-bottom: 35px;
    height: 80px;
    transform: scale(1);
}

span.striped.middle{
    margin-bottom: 20px;
    height: 110px;
    transform: scale(1);
}

span.striped.max{
    height: 150px;
    transform: scale(1);
}

@-webkit-keyframes anime_striped1{
    0%   {transform: scale(1);}
    25%  {transform: scale(1.1);}
    50%  {transform: scale(1);}
    75%  {transform: scale(0.9);}
    100%  {transform: scale(1);}

}

@keyframes anime_striped1{
    0%   {transform: scale(1);}
    25%  {transform: scale(1.1);}
    50%  {transform: scale(1);}
    75%  {transform: scale(0.9);}
    100%  {transform: scale(1);}
}

@-webkit-keyframes anime_striped2{
    0%   {transform: scale(1);}
    25%  {transform: scale(1.1);}
    50%  {transform: scale(1);}
    75%  {transform: scale(1.2);}
    100%  {transform: scale(1);}
}

@keyframes anime_striped2{
    0%   {transform: scale(1);}
    25%  {transform: scale(1.1);}
    50%  {transform: scale(1);}
    75%  {transform: scale(1.2);}
    100%  {transform: scale(1);}
}

@-webkit-keyframes anime_striped3{
    0%   {transform: scale(1);}
    25%  {transform: scale(0.8);}
    50%  {transform: scale(1);}
    75%  {transform: scale(1.1);}
    100%  {transform: scale(1);}
}

@keyframes anime_striped3{
    0%   {transform: scale(1);}
    25%  {transform: scale(0.8);}
    50%  {transform: scale(1);}
    75%  {transform: scale(1.1);}
    100%  {transform: scale(1);}
}

/*.background_podcast{
    background: url('../img/bg-podcast') no-repeat center bottom!important;
    background-size: cover!important;
}*/

.background_player_podcast{
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -120px;
}

.background_player_podcast.anime span.striped.min-xs{
    -webkit-animation: anime_striped1 2s infinite;
    animation: anime_striped1 2s infinite;
}

.background_player_podcast.anime span.striped.min{
    -webkit-animation: anime_striped2 3s infinite;
    animation: anime_striped2 3s infinite;
}

.background_player_podcast.anime span.striped.middle,.background_player_podcast.anime span.striped.max{
    -webkit-animation: anime_striped3 4s infinite;
    animation: anime_striped3 4s infinite;
}

/*End background player*/

.podcast-list h2{
    margin-bottom: 20px;
}

.wrapper-content-viewpoint, .node_basic_page_content{
    min-height: 250px;
}

.view-management-team .view-header{
    padding: 20px 0;
}

.view-management-team .view-header .header-leadership{
    background-color: #006bb2;
    padding: 20px 0;
    color: #fff;
}

.view-management-team .view-header .header-leadership ul{
    text-align: center;
    margin: 10px 0;
}

.view-management-team .view-header .header-leadership ul > li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.view-management-team .view-header .header-leadership ul li a{
    font-family: 'Raleway-ExtraLight', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

.view-management-team .view-header .header-leadership ul li.local-link{
    font-family: 'Raleway-ExtraLight', sans-serif;
    color: #E8E8E8;
    text-transform: uppercase;
    font-size: 19px;
}

.view-management-team .view-header .header-leadership ul li a:hover{
    cursor: pointer;
    text-decoration: none;
}


.views-row-odd article.people {
    padding: 0;
}

@media(max-width: 768px){
    .views-row-odd article.people {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.node_management_team_resume ul li:before, .view-services .view-content ul li:before, .wrapper-content-viewpoint ul li:before, .view-challenges .view-content ul li:before, .node-case-studies .wrapper-content ul li:before, .node_book_table_content ul li:before, .node_basic_page_content ul li:before, .content-prism ul li:before,
.node-alumni-newsletter ul li:before, .node-type-webform .content .field-item ul li:before, #accordionOpenPosition li:before, .executive-summary-report ul li:before{
    content: "■";
    /*    font-family:FontAwesome;*/
    /*    content:"\f082";*/
    color: #006bb2;
    font-size: 30px;
    padding-right:10px;
    vertical-align: -6%;
    line-height: 25px;
}


.node_management_team_resume ul li ul li:before, .view-services  .view-content ul li ul li:before, .wrapper-content-viewpoint ul li ul li:before, .view-challenges  .view-content ul li ul li:before, .node-case-studies ul li ul li:before, .node_book_table_content ul li ul li:before,
.node_basic_page_content ul li ul li:before, .content-prism ul li ul li:before, .node-alumni-newsletter ul li ul li:before, .executive-summary-report ul li ul li:before{
    content: "▬  ";
    color: #006bb2;
    font-size: 16px;
}

.node_basic_page_content .menu-taxo.block-center li:before{
    content: "";
    margin-right: 0px;
}

.node_management_team_resume ul,.view-services .view-content ul, .view-challenges .view-content ul, .node-case-studies ul, .node_book_table_content ul, .node_basic_page_content ul, .wrapper-content-viewpoint ul, .content-prism ul, .node-alumni-newsletter ul, .node-type-webform .content .field-item ul li, #accordionOpenPosition ul li, .executive-summary-report ul{
    list-style: none;
    padding:0;
    margin-left: 30px;
    font-size: 16px;
    line-height: 2;
    list-style-position: outside;
}

.view-services ul ul,
.view-challenges ul ul,
.node-case-studies ul ul,
.node_book_table_content ul ul,
.node_basic_page_content ul ul
.wrapper-content-viewpoint ul ul
.content-prism ul ul,
.node-alumni-newsletter ul ul,
.node_management_team_resume ul ul{
    margin-left: 30px;
}

.node_management_team_resume ul li, .view-services  .view-content ul li, .view-challenges .view-content ul li, .node-case-studies ul li, .node_book_table_content ul li, .node_basic_page_content ul li, .wrapper-content-viewpoint ul li, .content-prism ul li, .node-alumni-newsletter ul li, .node-type-webform .content .field-item ul li, .executive-summary-report ul li {
    /*    text-indent: -24px;*/
    font-size: 16px;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    line-height: 1.7;
    text-indent: -30px;
}

.view-services .view-content ol li, .view-challenges .view-content ol li, .node-case-studies ol li, .node_book_table_content ol li, .node_basic_page_content ol li, .wrapper-content-viewpoint ol li, .content-prism ol li, .node-alumni-newsletter ol li, .node-type-webform .content .field-item ol li{
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px;
}
ol {     padding-left: 20px;}
.margin-top-50{
    margin-top: 50px !important;
}

.bold, strong{
    font-family: 'Raleway-SemiBold', sans serif;
}

blockquote {
    border-left: none;
}

blockquote p{
    color: #006bb2;
    font-size: 25px;
}

blockquote p:before{
    font-family: FontAwesome;
    content: '\f10d';
    font-size: 15px;
    margin-right: 10px;
}

blockquote p:after{
    font-family: FontAwesome;
    content: "\f10e";
    font-size: 15px;
    margin-left: 10px;
}


blockquote .fa{
    font-size:20px;
}

legend{
    background-color: #006bb2;
    padding: 36px;
    font-size: 30px;
    color: #ffffff;
}

h2.node_event_title{
    margin-bottom: 20px;
}

.node_press_block_heading{
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}


.node_press_block_heading::after{
    clear: none;
}

.node_industrie_sub_title_2{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 28px;
    color: #006bb2;
    line-height: 1.1;
}

.node_industrie_taxo_2{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.node_industrie_title_2{
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: calc(3 * (1vw + 1vh - 1vmin));
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

.node_industrie_bottom{
    width: 90%;
    position: absolute;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 20px;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-transform: none;
}

.node_industrie_bottom  a{
    color: #FFF;
}

.node_industrie_bottom  a:hover, .node_industrie_bottom  a:focus{
    text-decoration: none;
    color: #006BB2;
}

@media (max-width: 1270px){
    .node_industrie_bottom{
        width: 95%;
        bottom: 0;
    }
}

.node_industrie_bottom div{
    display: inline-block;
}

.node_industrie_bottom .align-right{
    position: absolute;
    right: 0;
}

.node_viewpoint::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.title-graph{
    text-transform: uppercase;
    color: #006bb2;
    font-family: 'Raleway-Bold', sans-serif;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

/* CSS VIEWPOINT */

.node_viewpoint_sub_title{
    margin-bottom: 50px;
}

.node-viewpoints img.img-responsive,
.press-release img.img-responsive,
.node-events img.img-responsive{
    margin:auto;
}

/**/

.node_open_position_cover_bottom > h2{
    font-family: 'Raleway-ExtraBold', sans-serif;
    z-index: 999;
    position: absolute;
    bottom: 0;
    margin-bottom: -30px;
    font-size: 150px;
    text-align: right;
    text-transform: uppercase;
}

@media screen and (max-width: 1270px){
    .node_open_position_cover_bottom > h2{
        margin-bottom: -15px;
        font-size: 75px;
    }
}

.node-insights h1.page-header,
.node-type-open-positions h1.page-header,
.node-type-alumni-newsletter h1.page-header/*,
.node-type-page h1.page-header*/{
    display:none;
}
.careers.node-type-page h1.page-header{
    display: block;
}

#block-views-open-positions-block .block-title{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 45px;
    background: #006bb2;
    padding: 20px 0;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: center;
}


#block-views-open-positions-block .link-zone:hover + h2{
    color: #006bb2;
}

.node_management_team_heading i{
    font-size: 20px;
}

hr {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 0px;
    text-align: center;
}

hr:before {
    content: "■■■";
    color: #006bb2;
    font-size: 30px;
}

.view-locations .locations-list{
    font-size: 16px;
}

.view-locations .locations-list div.text-center{
    margin-bottom: 5px;
}





/******************************** ALUMNI ***********************************/
.page-alumni .view-alumni .view-content{
    clear: both;
}
.page-alumni .view-alumni .alumni-glossary {
    list-style: none;
    text-align: center;
}
.page-alumni .view-alumni .alumni-glossary li{
    display: inline-block;
    padding: 5px 10px;
    font-size: 19px;
}

.view-alumni .views-exposed-form .form-control .btn{
    border: 1px white solid;
    font-size: 15px;
}

.view-alumni .views-exposed-form .form-type-select {
    margin-right: 80px;
}

.view-alumni thead{
    text-transform: uppercase;
    color: #006bb2;
    background-color: #f6f6f7;
}

.view-alumni .table-striped > tbody > tr:nth-of-type(odd){
    background-color: #ffffff;
}

.view-alumni .table > thead > tr > th{
    border-bottom: 1px solid #ddd;
}

#user-register-form legend{
    padding: 20px 0px 00px 0px;
    font-size: 16px;
    color: #006bb2;
    text-transform: uppercase;
    background-color: white;
    border: none;
    margin-bottom: 5px;
}

#user-register-form .panel-default{
    border: none;
    box-shadow: none;
}


#user-register-form .panel-body{
    padding:0px;
}

fieldset.date-combo .container-inline-date .date-padding{
    padding: 10px 10px 10px 0px
}

#edit-profile-alumni-field-last-career-stage{
    padding-top: 40px;
}

.modal.and.carousel {
    position: fixed; // Needed because the carousel overrides the position property
}

.modal.and.carousel .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal.and.carousel .modal-content{
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

.modal.and.carousel .carousel-control.right,
.modal.and.carousel .carousel-control.left{
    background: transparent;
}

.modal.and.carousel .carousel-inner .item > img {
    margin: auto;
}

.content-alumni-profile .profile-actions{
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-alumni-profile .profile-actions li{
    display: inline;
    list-style: none;
}

.content-alumni-profile .profile-actions  a > i,
.content-alumni-profile .profile-actions  i{
    color: #006bb2;
    border: 1px solid #006bb2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 26px;
    transition: all ease-in .3s;
    cursor: pointer
}

.content-alumni-profile .profile-actions  a > i:hover,
.content-alumni-profile .profile-actions  i:hover{
    background: #006bb2;
    color: #FFFFFF;
}


@media (max-width:768px){
    .modal.and.carousel .modal-content {
        width: 250px;
    }

    .modal.and.carousel .modal-dialog{
        transform: translate(0%,-50%);
        left: 0%;
    }

    .modal.and.carousel .modal-body {
        margin: 0;
        padding: 0;
    }
}


/************************* APPLICATION *****************************/
.domain-appli-adl-dev-netsive-com .panel-industries,
.domain-appli-adl-dev-netsive-com .panel-services{
    display:none;
}

div.video{
    position: relative;
    z-index: 0;
}

div.video > video{
    z-index: -1;
    position: absolute!important;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

div.video-viewpoint > video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background-size: cover;
    overflow: hidden;
}

div.video-insight > video{
    position: absolute;
    z-index: -1;
    width: auto;
    height: 103%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

/*.page-information .wrapper-content,
.page-challenges .wrapper-content,
.page-services-list .wrapper-content{
    margin: auto;
}

.page-information .views-row-odd,
.page-challenges .views-row-odd,
.page-services-list .views-row-odd{
    position: relative;
    color: #ffffff;
    padding: 100px 25px;
}

.page-challenges .views-row-odd:first-child{
    margin-top: 100px;
}

.page-information .views-row-even,
.page-challenges .views-row-even,
.page-services-list .views-row-even{
    position: relative;
    padding: 100px 25px;
    margin: auto;
    width: 70%;
}

.page-information .view-header,
.page-information .views-row-odd *,
.page-challenges .view-header,
.page-challenges .views-row-odd *,
.page-services-list .view-header,
.page-services-list .views-row-odd *{
    margin: auto!important;
    width: 70%;
}

.page-information .views-row-odd ul,
.page-challenges .views-row-odd ul,
.page-services-list .views-row-odd ul{
    padding-left: 20px;
}

.page-information .views-row-odd li,
.page-challenges .views-row-odd li,
.page-services-list .views-row-odd li{
    margin: auto;
    width: auto;
}*/

/*.page-information .views-row-odd h3,
.page-challenges .views-row-odd h3,
.page-services-list .views-row-odd h3{
    color: #ffffff;
    text-align: right;
    font-weight: 700;
    margin-bottom: 25px!important;
}

.page-information .views-row-even h3,
.page-challenges .views-row-even h3,
.page-services-list .views-row-even h3{
    font-weight: 700;
    margin-bottom: 25px;
}*/
/*
.page-information .views-row-odd:before,
.page-challenges .views-row-odd:before,
.page-services-list .views-row-odd:before {
    content: "";
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    background-attachment: fixed;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transform: skew(0, -5deg);
    margin-top: -100px;
}*/

/*.page-information  .view-display-id-block_services_intro_full,
.page-challenges  .view-display-id-block_challenge_intro_full,
.page-services-list .view-display-id-block_services_intro_full{
    padding: 75px 25px;
}

.page-services-list-risk .views-row-odd:before,
.page-challenges-risk .views-row-odd:before{
    background: url('../img/service-risk.jpg') no-repeat center center fixed;
}

.page-services-list-industrial-goods-services .views-row-odd:before,
.page-challenges-industrial-goods-services .views-row-odd:before{
    background: url('../img/Car service procedure.jpg') no-repeat center center fixed;
}

.page-services-list-marketing-sales .views-row-odd:before,
.page-challenges-marketing-sales .views-row-odd:before{
    background: url('../img/marketing.jpeg') no-repeat center center fixed;
}

.page-services-list-organization-transformation .views-row-odd:before,
.page-challenges-organization-transformation .views-row-odd:before{
    background: url('../img/organization.jpg') no-repeat center center fixed;
}

.page-services-list-corporate-finance .views-row-odd:before,
.page-challenges-corporate-finance .views-row-odd:before{
    background: url('../img/corporate.jpg') no-repeat center center fixed;
}

.page-services-list-sustainability .views-row-odd:before,
.page-challenges-sustainability .views-row-odd:before{
    background: url('../img/sustainability.jpg') no-repeat center center fixed;
}

.page-services-list-digital-transformation-analytics .views-row-odd:before,
.page-challenges-digital-transformation-analytics .views-row-odd:before{
    background: url('../img/digital.jpg') no-repeat center center fixed;
}

.page-services-list-operations-management .views-row-odd:before,
.page-challenges-operations-management .views-row-odd:before{
    background: url('../img/operation-management.jpeg') no-repeat center center fixed;
}

.page-services-list-information-management .views-row-odd:before,
.page-challenges-information-management .views-row-odd:before{
    background: url('../img/information-managment.jpeg') no-repeat center center fixed;
}

.page-services-list-technology-innovation-management .views-row-odd:before,
.page-challenges-technology-innovation-management .views-row-odd:before{
    background: url('../img/Innovation strategy-min.jpg') no-repeat center center fixed;
}

.page-services-list-aerospace-defense .views-row-odd:before,
.page-challenges-aerospace-defense .views-row-odd:before{
    background: url('../img/aerospace-defense.jpg') no-repeat center center fixed;
}

.page-services-list-telecommunications-internet-media-electronics-time  .views-row-odd:before,
.page-challenges-telecommunications-internet-media-electronics-time  .views-row-odd:before{
    background: url('../img/telecommunication.jpg') no-repeat center center fixed;
}

.page-services-list-automotive .views-row-odd:before,
.page-challenges-automotive .views-row-odd:before{
    background: url('../img/automotive.jpg') no-repeat center center fixed;
}

.page-services-list-chemicals .views-row-odd:before,
.page-challenges-chemicals .views-row-odd:before{
    background: url('../img/chemicals.jpg') no-repeat center center fixed;
}

.page-services-list-consumer-goods-retail .views-row-odd:before,
.page-challenges-consumer-goods-retail .views-row-odd:before{
    background: url('../img/consumer-goods.jpg') no-repeat center center fixed;
}

.page-services-list-financial-services .views-row-odd:before,
.page-challenges-financial-services .views-row-odd:before{
    background: url('../img/financial-services.jpg') no-repeat center center fixed;
}

.page-services-list-healthcare-life-sciences .views-row-odd:before,
.page-challenges-healthcare-life-sciences .views-row-odd:before{
    background: url('../img/healthcare.jpg') no-repeat center center fixed;
}

.page-services-list-strategy .views-row-odd:before,
.page-challenges-strategy .views-row-odd:before{
    background: url('../img/strategy.jpg') no-repeat center center fixed;
}

.page-services-list-oil-gas .views-row-odd:before,
.page-challenges-oil-gas .views-row-odd:before{
    background: url('../img/oil-gas.jpg') no-repeat center center fixed;
}

.page-services-list-private-equity .views-row-odd:before,
.page-challenges-private-equity .views-row-odd:before{
    background: url('../img/private-equity.jpg') no-repeat center center fixed;
}

.page-services-list-public-services .views-row-odd:before,
.page-challenges-public-services .views-row-odd:before{
    background: url('../img/public-services.jpg') no-repeat center center fixed;
}

.page-services-list-travel-transportation .views-row-odd:before,
.page-challenges-travel-transportation .views-row-odd:before{
    background: url('../img/travel-transportation.jpg') no-repeat center center fixed;
}

.page-services-list-time .views-row-odd:before, .page-challenges-time .views-row-odd:before{
    background: url('../img/time.jpg') no-repeat center center fixed;
}

.page-services-list-utilities-alternative-energy .views-row-odd:before,
.page-challenges-utilities-alternative-energy .views-row-odd:before{
    background: url('../img/utilities-alternative-energy.jpg') no-repeat center center fixed;
}*/

/*.page-information .views-row-odd:after,
.page-challenges .views-row-odd:after,
.page-services-list .views-row-odd:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.8);
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    top: 0;
    transform: skew(0, -5deg);
    z-index: -1;
}*/

footer{
    background: #ffffff;
}

.modal-node .modal-dialog{
    background: #ffffff;
    position: absolute!important;
    margin: auto;
    width: 100%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
}

/*TIMELINE*/

/*.wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

header {
  position: relative;
  z-index: 999;
}



.node-timeline:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background: #006bb2;
    z-index: -1;
}

.item-timeline {
    margin: 15px auto;
    height: 60vh;
    display: flex;
    align-items: center;
    padding-right: 100px;
    transition: .5s ease;
}

.item-timeline .wrap{
    padding: 40px;
}

.item-timeline:nth-child(odd) {
    background-color: rgba(0,0,0,0.2);
}

.item-timeline.intro {
    text-align: center;
}

.item-timeline.intro h2, section.intro h5 {
    font-weight: 300;
    margin-bottom: 10px;
}

p {
    line-height: 1.4;
    margin-bottom: 18px;
}

.node-timeline.dragging .item-timeline {
    transform: scale(0.7);
    transform-origin: center center;
}


.slider-navigation {
    position: fixed;
    top: 15%;
    right: 0;
    bottom: 15%;
    height: 70%;
    width: 4px;
    background: #006bb2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.slider-navigation .tick {
    display: none;
    position: relative;
    cursor: pointer;
    height: 4px;
    width: 20px;
    background: #006bb2;
}
.slider-navigation .tick:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    height: 40px;
    width: 100%;
    z-index: -1;
}
.slider-navigation .nav-pointer {
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    background: #006bb2;
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
    height: 50px;
    width: 100px;
    text-align: center;
    z-index: 99;
        display: flex;
        align-items: center;
}
.slider-navigation .nav-pointer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    height: 40px;
    width: 100%;
    z-index: -1;
}


.node-timeline.dragging {
    cursor: grab;
    cursor: -webkit-grab;
}

.node-timeline.dragging .nav-pointer {
    transition: none;
}

.node-timeline .content p{
    font-size: 2.5vmax;
    color: #ffffff;
    text-shadow: 1px 0 0 rgba(0,0,0,0.4);
}*/

.node-timeline{
    overflow: hidden;
}


.node-timeline section{
    position: relative;
    background: url('../img/Mr%20Little%2002.jpg') no-repeat 50% 30% fixed;
    background-size: cover;
    margin: 50px auto;
    height: 70vh;
}

.node-timeline section#1886{
    margin: 30px auto 50px auto!important;
}

.node-timeline section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

.node-timeline section:hover:before{
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}

.node-timeline .item-timeline{
    position: relative;
    background: #ffffff;
    height: 70vh;
    transition: all ease-in-out .8s;
}

.node-timeline .item-timeline.left:before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100px;
    height: 80%;
    background: #ffffff;
    transform: translate(-50%,0) skew(5deg,0deg);
    z-index: -1;
}

.node-timeline .item-timeline.right:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: #ffffff;
    transform: translate(-50%,0) skew(-5deg,0deg);
    z-index: -1;
}

.node-timeline .item-timeline.left{
    transform: translate(-150%,0);
}

.node-timeline .item-timeline.right{
    transform: translate(150%,0);
}
.node-timeline .item-timeline.left.active,
.node-timeline .item-timeline.right.active{
    transform: translate(0,0);
}

.node-timeline .item-timeline .content{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 10px;
    transform: translate(0%,-50%);
}

.node-timeline .item-timeline .content .img-exist.pull-right{
    box-shadow: -10px 0px 10px -8px rgba(0,0,0,0.6);
}

.node-timeline .item-timeline .content .img-exist{
    box-shadow: 10px 0px 10px -8px rgba(0,0,0,0.6);
}

.node-timeline .item-timeline .content > div{
    min-height: 45vh;
}

.node-timeline .item-timeline a{
    position: relative;
}

.node-timeline .item-timeline a i{
    color: #007CC2;
}

.node-timeline .item-timeline a:hover:before {
    content: attr(data-title);
    position: absolute;
    width: 300px;
    left: 50%;
    bottom: 70px;
    padding: 5px;
    text-transform: none;
    color: #ffffff;
    background: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transform: translate(-50%,0);
}

.node-timeline .item-timeline a:hover:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 41px;
    left: 50%;
    pointer-events: none;
    border: 15px solid rgba(136, 183, 213, 0);
    border-top-color: #32333e;
    transform: translate(-50%,0);
}

.date-timeline{
    font-family: 'Helvetica-Neue', Helvetica, sans-serif;
    font-size: 75px;
    color: #007CC2;
    font-weight: bold;
}


.node-timeline .nav-menu{
    position: fixed;
    top: 55px;
    left: 0;
    background: #007CC2;
    width: 100%;
    height: 60px;
    text-align: right;
    padding: 0!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999;
}

.node-timeline .nav-menu ul.nav {
    display: inline-block;
    margin-top: 2px;
    border: 0;
}

.node-timeline .nav-menu ul li{
    float: left;
    margin: 0;
}

.node-timeline .nav-menu ul li a{
    font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    background: transparent;
    transition: all ease-in-out .3s;
}

.node-timeline .nav-menu ul li a:hover,
.node-timeline .nav-menu ul li a.selected{
    background: rgba(0,0,0,0.4)!important;
}

@media(max-width:992px){

    .node-timeline .item-timeline.left,
    .node-timeline .item-timeline.right{
        width: 100%;
        margin-left: 0;
        transform: translate(0,0);
    }

    .node-timeline section,
    .node-timeline .item-timeline{
        height: auto;
    }

    .node-timeline .pull-right{
        float: initial!important;
    }

    .node-timeline .content{
        position: relative;
    }

    .node-timeline .item-timeline .content{
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0,0);
    }

    .node-timeline .item-timeline .content > div{
        min-height: auto;
    }

    .node-timeline .nav-menu{
        height: 45px;
    }

    .node-timeline .nav-menu ul li a{
        font-size: 16px;
    }

}


@media(max-width:768px){

}

/*.view-taxonomy-publication .publications-node,
.view-taxonomy-publication .taxonomy-text,
.img-pub, .text-pub{
    opacity: 0;
}*/

.view-challenges .view-content, .view-services .view-content,
.view-case-studies .view-content{
    min-height: 170px;
}

.navbar-fixed-top .logo{
    position: relative;
}

.navbar-fixed-top .logo span{
    position: absolute;
    bottom: -75%;
    left: 0;
    text-transform: uppercase;
    color: #337ab7;
}


/************************* TESTIMONIALS ************************************/
.view-testimonials{
    transition: all .3s ease-in-out;
}

.view-testimonials .testimonials-info{
    background: #006bb2;
    color: #ffffff;
    padding: 50px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.view-testimonials .testimonials-info:before{
    content:"What our people say about our culture";
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: calc(3.5 * (1vw + 1vh - 1vmin));
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    transform: translate(-50%,-50%);
}

#block-views-92a93610d166b426ea4c799d52374570 .view-testimonials .testimonials-info:before{
    content:"Meet our people";
}

.diversity .view-testimonials .testimonials-info:before{
    content:"Discover my story"!important;
}



/*.view-testimonials .testimonials-info-poste-city{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 2.5vmax;
    white-space: normal;
    margin-top: 10px;
}

.view-testimonials .testimonials-info-tag{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 3vmax;
    white-space: normal;
    margin-top: 10px;
}*/

.view-testimonials .testimonial-people{
    padding: 0;
    border: 1px solid #ffffff;

}

.view-testimonials .view-content div{
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}

.view-testimonials:hover .testimonial-people:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    animation: anime-opacity .8s ease-in-out;
    animation-fill-mode: forwards;
}

.view-testimonials .testimonial-people.active:before{
    animation: anime-no-opacity .8s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0!important;
}

.view-testimonials .testimonial-people.active{
    box-shadow: 0 10px 50px 2px rgba(0,0,0,.32);
}

.view-testimonials .testimonial-name{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 2vmax;
    /*    text-transform: uppercase;*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    color: #ffffff;
    opacity: 0;
    padding: 5px;
    white-space: normal;
}

.view-testimonials .testimonial-content-name{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 4vmax;
    text-align: left;
    color: #ffffff;
    margin-bottom: -15px;
}

.view-testimonials .testimonial_content_poste_city{
    font-family: 'Raleway-Bold', sans-serif;
    font-size: calc(3.5 * (1vw + 1vh - 1vmin));
    text-align: left;
    color: #ffffff;
    margin-bottom: 25px;
}
/*
.view-testimonials .testimonial-people.active .testimonial-name{
    opacity: 1;
}*/

@keyframes anime-opacity{
    to{
        opacity: 1;
    }
}

@keyframes anime-no-opacity{
    to{
        opacity: 0;
    }
}

.view-testimonials .testimonial-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,122,183,0.98);
    z-index: 99999;
    cursor: default;
}

.view-testimonials .testimonial-content-name{
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    font-size: calc(4 * (1vw + 1vh - 1vmin));
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.view-testimonials .testimonial-wrapper-content p{
    font-size: 24px;
}


.view-testimonials .testimonial-content-img{
    transform: translate(0,20%);
}

.view-testimonials .testimonial-content-img div:before{
    content:"";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.view-testimonials .testimonial-wrapper-content{
    transform: translate(10%,-12%);
}

.view-testimonials .testimonial-content *{
    color: #ffffff;
}

.view-testimonials .testimonial-content .testimonial-content-intro p{
    font-size: 18px;
}

.view-testimonials .testimonial-content-readmore{
    margin-top: 20px;
}

.view-testimonials .testimonial-content-readmore a{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 2vmax;
    padding: 8px 20px;
    background: transparent;
    text-transform: none;
    color: #ffffff;
    margin-top: 30px;
    border: 1px solid #ffffff;
    transition: all ease-in .3s;
}

.view-testimonials .testimonial-content-readmore a:hover{
    text-decoration: none;
    background: #ffffff;
    color: #006BB2;
}

.menu-taxo ul{
    margin: auto;
    margin-bottom: 30px!important;
    text-align: center;
}

.view-testimonials .testimonial-content-close{
    position: fixed;
    top: 10%;
    right: 5%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
}

.view-testimonials .testimonial-content-close:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background:url('/sites/all/themes/adl/images/close.svg') no-repeat center center;
    width: 100%;
    height: 100%;
}

@media(max-width:768px){
    .view-testimonials .testimonial-content-close {
        top: 10px;
        right: 10px;
    }
}

.node-type-testimonial blockquote p{
    color: #006BB2;
}

.node-type-testimonial blockquote p:before,
.node-type-page blockquote p:before,
.node-type-basic-subpage blockquote p:before,
.node-type-webform blockquote p:before{
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    background:url('/sites/all/themes/adl/images/quote.svg') no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.node-type-testimonial blockquote p:after,
.node-type-page blockquote p:after,
.node-type-basic-subpage blockquote p:after,
.node-webform blockquote p:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    background:url('/sites/all/themes/adl/images/quote.svg') no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
}

.node-type-testimonial .wrapper-content p {
    margin-bottom: 25px;
}

@media (min-width: 768px){
    .view-testimonials .testimonial-content:before {
        content: "";
        position: fixed;
        top: 50%;
        right: -350px;
        background: url('../img/adl_1.png') no-repeat center center;
        width: 100vh;
        height: 350px;
        transform: rotate(-90deg);
    }
}

.your-success-link div{
    margin-top: 50px;
    padding: 15px 0;
}

.your-success-link a{
    font-size: calc(2 * (1vw + 1vh - 1vmin));
    text-transform: uppercase;
}

.wrap-people{
    padding:0;
}

.wrap-people .info-tag{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006BB2;
    padding: 50px;
    z-index: -999;
    opacity: 1;
    border-bottom: 1px solid #ffffff;
    color:#ffffff!important;
}

.wrap-people.last .info-tag{
    height: calc(100% + 1px);
    border: 0;
}

.wrap-people.active .info-tag{
    z-index: 99;
}

.wrap-people .info-tag div{
    opacity: 0;
}

.wrap-people.active .info-tag div{
    opacity: 1;
}

.wrap-people .info-tag .testimonial-name,
.wrap-people .info-tag .testimonial-poste{
    font-size: calc(3 * (1vw + 1vh - 1vmin));
    white-space: normal;
    margin-top: 10px;
    text-align: left;
    position: relative!important;
    left: initial;
    top: initial;
    bottom: initial!important;
    padding: 0!important;
}

.wrap-people.active .info-tag .testimonial-name,
.wrap-people.active .info-tag .testimonial-poste{
    opacity: 1!important;
}

.wrap-people.active .info-tag .testimonial-poste{
    font-family: 'Raleway-Regular',sans-serif!important;
}

#block-views-testimonials-block-testimonials .block-title{
    display: none;
}

.img-left{
    transform: translate(-20%,0);
}

.img-right{
    transform: translate(20%,0);
}


/************************** ANIMATE TIMELINE BUTTON ************************************/

.section-timeline {
    width: 100%;
    height: 500px;
    position: relative;
    transform: translateX(-6%);
    width: 104vw;
    margin-top: 70px;
}
.three {
    background: url("../img/Mr%20Little%2002.jpg") center 27% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.three #button {
    width: auto;
    padding: 16px;
    height: 50px;
    color: #f6f6f6;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    cursor: pointer;
    box-shadow: 0px 0px 0px #fff;
    z-index: 0;
}

.three #button a{
    font-size:25px;
    color:#ffffff;
}

.three #button:hover a{
    text-decoration:none;
    color:#337ab7;
}

.three #button a:focus{
    text-decoration:none;
    color:#FFFFFF;
}

.three #button .ring {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    top: 40%;
    left: 60%;
    -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
    transform: perspective(500px) translate3d(0px, 0px, 0px);
    opacity: 0.0;
}
.three #button:hover .one {
    transform: perspective(500px) translate3d(-90px, -50px, 150px);
    opacity: 1;
}
.three #button:hover .two {
    transform: perspective(800px) translate3d(-130px, 50px, 180px);
    opacity: 0.6;
}
.three #button:hover .three {
    transform: perspective(800px) translate3d(130px, 50px, 30px);
    opacity: 0.2;
}
.three #button:hover .four {
    transform: perspective(800px) translate3d(130px, -120px, 80px);
    opacity: 0.9;
}
.three #button::after {
    position: absolute;
    top: -35px;
    left: 94px;
    width: 150px;
    height: 150px;
    content: "";
    background: #fff;
    z-index: -1;
    transform: perspective(800px) scale(0) rotate(0deg);
    -webkit-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
}
.three #button:before {
    position: absolute;
    top: -33px;
    left: 94px;
    width: 160px;
    height: 160px;
    border: solid 1px #fff;
    content: "";
    background: transparent;
    z-index: -1;
    transform: perspective(800px) scale(0.4) rotate(0deg);
    -webkit-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
}
.three #button:hover::after {
    transform: perspective(800px) scale(1) rotate(600deg);
}
.three #button:hover::before {
    transform: perspective(800px) scale(1) rotate(-100deg);
}
.three #button:hover {
    color: #006bb2;
}

.blc-blue{
    background-color: #006bb2;
    padding: 20px 0;
    text-align: center;
}

.blc-blue  *{
    color: #ffffff!important;
}

.blc-blue h2, .blc-white h2{
    font-size: calc(3.5 * (1vw + 1vh - 1vmin))!important;
}

.blc-white{
    background-color: transparent;
    padding: 20px 0;
    color: #000000;
    text-align: center;
}

.subpage h2{
    font-size: calc(3.5 * (1vw + 1vh - 1vmin))!important;
    position: relative;
}

.subpage h2:before{
    content: attr(data-title);
    position: absolute;
    bottom: -100%;
    left: 2%;
    font-size: 6vmax;
    color: #F2F2F2;
    z-index: -1;
    opacity: .6;
}

.our-people .block-views .block-title{
    display: none;
}


/*Culture testimonial content*/

.culture .view-testimonials .testimonial-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    cursor: default;
}

.culture .view-testimonials h2{
    position: absolute;
    bottom: -30px;
    right: 0;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 22px;
}

.culture .testimonial_content_poste_city{
    position: absolute;
    bottom: -80px;
    right: 0;
    font-size: 20px;
}


.culture .view-testimonials .testimonial-content-img{
    margin-left: 0;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    transform: translate(0,0)!important;
}

.culture .view-testimonials .testimonial-content-img > div{
    height: 90vh!important;
    background-position: 10% 30%!important;
}

.culture .view-testimonials .testimonial-content-img div:before{
    content:"";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.culture .view-testimonials .testimonial-wrapper-content{
    position: relative;
    min-height: 50vh;
    height: auto;
    transform: translate(15%,-125%);
}

.culture .view-testimonials .testimonial-content *{
    color: #ffffff;
}

.culture .view-testimonials .testimonial-content p{
    font-size: calc(1.8 * (1vw + 1vh - 1vmin));
}

.culture .view-testimonials .testimonial-content-readmore{
    display: none;
}

@media(max-width:1200px){
    .culture .view-testimonials .testimonial-content-img > div{
        height: 50vh!important;
        background-position: 0% 30%!important;
    }

    .culture .view-testimonials .testimonial-wrapper-content{
        width: 100%;
        margin-left: 0!important;
        transform: translate(0%,-15%)!important;
    }
}

@media(max-width:768px){
    .testimonial-people div:first-child{
        background-position: 50% 25%!important;
    }
    .culture .view-testimonials .testimonial-content p{
        font-size: 16px;
    }
}

/*Custom Industrie and Service display*/

.view-services, .view-challenges{
    margin: 0!important;
    padding:0!important;
}

.view-services .services-content,
.view-challenges .services-content{
    margin: auto 20%;
    padding: 25px;
}

.view-services .views-row-1,
.view-challenges .views-row-1{
    margin-top: -50px!important;
}

.view-services .views-row-odd,
.view-challenges .views-row-odd{
    opacity: 0;
}

.view-services .views-row-odd.animated,
.view-challenges .views-row-odd.animated{
    opacity: 1;
}

.view-challenge-intro-image:before,
.view-service-intro-image:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.view-challenge-bloc-intro,
.view-service-bloc-intro{
    position: relative;
    height: 75vh;
}

.view-challenge-bloc-intro p,
.view-service-bloc-intro p{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 50px;
    transform: translate(-50%,-50%);
    font-family: 'Raleway-ExtraBold', sans-serif;
    color: #ffffff;
    font-size: calc(2 * (1vw + 1vh - 1vmin));
}

.view-services .views-row-even,
.view-challenges .views-row-even{
    margin: auto 20%;
    padding: 25px;
    margin-bottom: 35px;
}

.view-services .views-row-odd,
.view-challenges .views-row-odd{
    position: relative;
    padding: 25px 200px 50px;
    margin: auto;
    background: #fAfAfA;
    margin-left: -15px;
    margin-right: 10%;
}

.view-services .views-row-odd h3,
.view-challenges .views-row-odd h3,
.view-services .views-row-even h3,
.view-challenges .views-row-even h3{
    font-weight: bold;
    color: #000000;
    font-size: calc(4 * (1vw + 1vh - 1vmin));
    margin-bottom: 35px;
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.view-services .views-row-odd h3,
.view-challenges .views-row-odd h3{
    color: #006bb2;
}

@media(max-width:768px){
    .view-services .views-row-odd,
    .view-challenges .views-row-odd{
        padding: 25px!important;
    }

    .view-challenges .views-row-even,
    .view-services .views-row-even{
        margin: auto 5%!important;
        padding: 25px;
    }
}
@media(max-width:992px){
    .view-services .views-row-odd,
    .view-challenges .views-row-odd{
        padding: 25px 50px;
    }

    .view-challenges .views-row-even,
    .view-services .views-row-even {
        margin: auto 10%;
        padding: 25px;
    }
}


.about-us.what-we-do strong{
    font-size: 24px;
    font-family: 'Raleway-ExtraBold', sans-serif;
    color: #006BB2
}

@media (max-width: 992px){
    .about-us.what-we-do strong {
        font-size: 18px;
    }
}

/*.careers .field-items{
    opacity: 0;
}*/

.view-display-id-block_leadership_industrie .view-header{
    position: relative;
    margin: auto!important;
}

body.about-us.leadership #block-system-main,
body.team #block-system-main{
    margin: auto 10%;
    clear: both;
}

/* .slide .item:first-child a{
    pointer-events: none!important;
} */

.webform-client-form .control-label, .webform-client-form  .btn-primary{
    border:solid 1px #006BB2;
    background-color: #006BB2;
    padding: 5px 14px;
    font-family: 'Raleway-ExtraLight',sans-serif;
    color:#FFFFFF;
}

.webform-client-form .control-label:hover, .webform-client-form  .btn-primary:hover{
    /*border-color: #006BB2!important;*/
    background-color: #ffffff;
    color: #006BB2;
    cursor:pointer;
}

.webform-submit{
    color:#FFFFFF!important;
}

.footer{
  padding-bottom: 0px;
}

#carousel-homepage .carousel-indicators li.active{transform:translateX(1px);}
/** Yannick : Désactivation de l'affichage du multilingue les sites korea et japan**/
/* body[class*="japan"] .language-switcher-locale-url, body[class*="korea"] .language-switcher-locale-url{display:none;} */
/**Yannick : Changement du style pour les admins**/
body.logged-in.administrator .panel-heading, body.logged-in.administrator .panel-heading h4{padding:0px!important;margin:0px!important;}
body.logged-in.administrator .sidebar-nav .panel-heading a, body.logged-in.administrator .sidebar-nav .panel-heading a.collapsed, body.logged-in.administrator .sidebar-nav .panel-collapse a{font-size: 13px!important;height: 25px;}


#management_team .management-team-image img, .management-team-image img{
  max-width:190px!important;
}

@media(min-width:1220px){
  #management_team .management-team-image img, .management-team-image img {
    max-width:220px!important;
    margin-top:15px;
  }
  #management_team .management-team-image, .management-team-image{
    transform: translateX(calc(50% - 135px));
  }
}


#management_team .management-team-image, .management-team-image{
  transform: translateX(calc(50% - 95px));
}

body.team .region-content{
  margin: auto 10%;
  clear: both;
}

@media(max-height:500px){
  .header-right .domain-dropdown .dropdown-menu{
    height: 200px!important;
    overflow-y: scroll;
  }
}

.training-risk ul,
.wrapper-content-events ul{
  margin-left: 50px;
}
.training-risk ul li,
.wrapper-content-events ul li{
  position: relative;
  text-indent: 0;
}

.wrapper-content-events ul li{
  font-size: 16px;
  margin-top: 30px!important;
  margin-bottom: 30px!important;
  line-height: 1.7;
}

.training-risk ul li:before,
.wrapper-content-events ul li:before{
  position:absolute!important;
  left: -28px;
}

.wrapper-content-events ul li:before{
  content: "■";
  color: rgb(0, 107, 178);
  font-size: 30px;
  padding-right: 10px;
  vertical-align: -6%;
  line-height: 25px;
}

@media(max-width:768px){
  /* .node_industrie_bottom div:last-child{
    display: none;
  } */
  .industrie-service-viewpoint{
    display: none!important;
  }
}

#edit-submitted-curriculum-vitae-remove-button,
#edit-submitted-cover-letter-remove-button,
#edit-submitted-certificates-transcripts-remove-button{
  color: #d43f3a!important;
}

.sendinblue-newsletter-mergefields .form-item:first-child{
  margin-top: 40px;
}

.sendinblue-newsletter-mergefields input{
  font-size: 22px;
  height: 42px;
  border-radius: 0;
  color: #006bb2!important;
}
.sendinblue-newsletter-mergefields .dropdown-toggle{
    color: #fff;
    height: 42px;
    border-color: #006BB2;
    background-color: #006BB2;
}

.sendinblue-signup-subscribe-form{
  margin: 50px auto;
}

.sendinblue-signup-subscribe-form #edit-submit{
  margin-top: 50px;
  float: right;
}

@media(min-width:768px){
  .sendinblue-signup-subscribe-form{
    width: 70%;
  }
}

.sendinblue-signup-subscribe-form, .sendinblue-signup-subscribe-form label{
  font-size:16px;
  font-weight: 100!important;
}

.sendinblue-signup-subscribe-form .form-item{
  margin-top: 50px;
}

.sendinblue-signup-subscribe-form .form-type-textfield{
  margin-top: 30px;
}

.view-publications .pub-list-summary img{
  display: none!important;
}

#sliding-popup{
  font-family: 'Raleway-Regular',sans-serif;
  background-color: #2e6da4;
  color: #ffffff;
}

#sliding-popup .popup-content #popup-text{
  color: #ffffff;
  font-family: 'Raleway-Regular',sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

#sliding-popup .popup-content #popup-buttons button{
  background-color: transparent!important;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 1em;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0px;
  margin-right: 0px;
  font-family: 'Raleway-Regular',sans-serif;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background-color: #ffffff;
  color: #2e6da4;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 1200px) {
  .content-people{
    height: 332.5px!important;
  }
}

.group-memberships .panel-collapse,
.group-subscriptions .panel-collapse,
.group-education .panel-collapse,
.group-image .panel-collapse{
  position: initial!important;
    top: 0%!important;
    left: 0%!important;
    transform: none!important;
}

#accordionOpenPosition .panel-title{
  font-size: 30px;
}

#accordionOpenPosition .panel-default{
  border: none;
}

#accordionOpenPosition.panel-default>.panel-heading{
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 5px;
  /*border-color: transparent;*/
  background-color: #337ab7;
  color: #ffffff;
}

#accordionOpenPosition.panel-default>.panel-heading:hover{
  background-color: #ffffff;
  color: #337ab7;
  border: 1px solid #337ab7;
}

#accordionOpenPosition .panel-heading h4{
  margin-left: 20px;
}

#accordionOpenPosition .panel-title:hover a:before{
  content: none;
}

#accordionOpenPosition{
  border-radius: 0px!important;
  border: none!important;
}

/* title display on 2 lines */
@media screen and (max-width: 1024px){
  .publications-list h2, .node_basic_page_content h2{
    font-size: 38px;
  }
}

/* Fin */

/* Modification du style de présentation des viewpoints / prism / books / events / press. viewpoints / result dans insudtries et services */

/* Début style pour desktop */


.publications-list {
    height: 39vh;
}


.publications-list h2{
    font-size: calc(1.8 * (1vw + 1vh - 1vmin));
}


.publications-list h3 {
    font-size: calc(1.5 * (1vw + 1vh - 1vmin));
}


.publications-list .pub-list-summary,
.publications-list .pub-list-summary p,
.publications-list p {
    line-height: 1.4!important;
    padding-top: 0;
    font-size: calc(1 * (1vw + 1vh - 1vmin));
}


.publications-list .height-min-350,
.publications-list .height-min-250{
    height: 100%!important;
    min-height: 100%!important;
}



.publications-list .pub-list-summary strong {
    font-family: 'Raleway-Regular',sans-serif;
    font-weight: normal;
}


@media screen and (max-width: 1440px){
  .publications-list h2 {
      /* font-size: calc(2 * (1vw + 1vh - 1vmin)); */
      margin: 0;
  }

  .publications-list h3 {
      /* font-size: calc(1.8 * (1vw + 1vh - 1vmin)); */
      padding: 5px;
      margin: 0;
  }

  .publications-list .pub-list-summary,
  .publications-list .pub-list-summary p,
  .publications-list p {
      font-size: calc(1.3 * (1vw + 1vh - 1vmin));
  }
}

/* Fin style pour desktop */

/* Début style pour tablet et mobile */

@media screen and (max-width: 992px){
  .publications-list h2 {
      /* font-size: calc(3.3 * (1vw + 1vh - 1vmin)); */
      margin: 0;
  }

  .publications-list h3 {
      /* font-size: calc(2.6 * (1vw + 1vh - 1vmin)); */
      padding: 5px;
      margin: 0;
  }

  .publications-list .pub-list-summary,
  .publications-list .pub-list-summary p,
  .publications-list p {
      font-size: calc(2 * (1vw + 1vh - 1vmin));
  }
}

@media screen and (max-width: 769px){
  .prism-list h2 {
      /* font-size: calc(3 * (1vw + 1vh - 1vmin)); */
  }
}

@media screen and (max-width: 500px){
  .publications-list h2 {
      /* font-size: calc(2.8 * (1vw + 1vh - 1vmin)); */
      margin: 0;
  }

  .publications-list h3 {
      /* font-size: calc(2 * (1vw + 1vh - 1vmin)); */
      padding: 5px;
      margin: 0;
  }

  .publications-list .pub-list-summary,
  .publications-list .pub-list-summary p,
  .publications-list p  {
      font-size: calc(1.5 * (1vw + 1vh - 1vmin));
  }
}

/* Fin style pour tablet et mobile */

/* Début remove choix de la langue en bas de page */

a.translation-link{
  display: none;
}

/* Fin remove choix de la langue en bas de page */

/* Début code css vidéo */

.video-banner {
  display: block;
}
@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;

  display: block;
  width: 2.5em;
  height: 2.5em;

  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.0);
	transform: translateX(-50%) translateY(-50%) scale(1.0);

  -webkit-transition:
		all 0.2s ease-out 0.05s;
	transition:
		all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);

  backgound: #330099;
}

.video-thumb-grid{
  position: relative;
  height: 20vh;
  background-size: cover;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(51,122,183,0.82); /* overlay color */

  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;

	margin: 0 auto;

	overflow-y: visible;

	background: #000;

  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

/* modal close button */
.close-video-modal {
	display: block;
    position: absolute;
    left: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;

	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}

.js-trigger-video-modal{
  color: #000000;
}

.js-trigger-video-modal:hover{
  text-decoration: none;
  font-weight: 600;
  color: #000000;
}

.first-row-video{
  min-height:33vh;
  margin-bottom:20px;
}

.img-cover-first-video{
  height:33vh;
  position:relative;
}

.img-cover-other-video{
  height:21vh;
  position:relative;
}

.tag-video{
   line-height:1.2;
   padding-top:0;
}

@media only screen and (max-width: 992px){
  .video-youtube .pull-right{
    float: inherit!important;
  }
}

.mobile-video-youtube{
  display: none;
}

@media only screen and (max-width: 768px){
  .mobile-video-youtube{
    display: block;
    text-align: center;
  }
  .non-mobile-video-youtube{
    display: none;
  }
}

.video-youtube p{
  line-height: 1.7;
}

.row-youtube-video:not(:first-child):before{
  content: "";
  height: 2px;
  width: 20%;
  margin: 25px auto;
  background-color: #006bb2;
}

.webform-progressbar {
    display: none;
}

@media (max-width: 992px) {
  .industrie-service-viewpoint{
    text-align: left!important;
  }
}

.node_industrie_bottom .row{
  display: block;
}



/* Debut style CSV export button */

.view-alumni .feed-icon img {
  display: none;
}

.view-alumni .feed-icon a:after {
  content: "Export CSV";
}

.view-alumni .feed-icon a:last-child:after {
  content: "Export CSV Mailing";
}

.view-alumni .feed-icon a {
    position: relative;
    font-family: 'Raleway-ExtraBold',sans-serif;
    font-size: 22px;
    padding: 8px 20px;
    background: transparent;
    text-transform: none;
    color: #006bb2;
    /* margin-top: 30px; */
    margin: 2rem;
    border: 1px solid #006bb2;
    transition: all ease-in .3s;
    text-decoration: none!important;
    float: right;
}

.view-alumni .feed-icon a:hover {
    background: #006bb2;
    color: #ffffff;
    border: 1px solid transparent;
}

/* Fin style CSV export button */



/*  Début code pour Italie footer */
.footer-for-italia{
  display: none;
}

.domain-italy-adl-test-dev-netsive-com .footer-for-italia{
  display: block;
}
/*  Fin code pour Italie footer */

/* style partage application */
.share-app{
  height: 100vh;
  color: #ffffff;
  position: fixed;
  left: 0;
  z-index: 999;
  display: none;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 100%;
}

.share-visible{
  display: flex;
}

.share-app::before{
  content: "";
  background: rgba(0, 107, 178, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
}

.share-app .share-text{
  margin: auto;
  z-index: 1;
}

.share-app .share-text h2{
  font-family: 'Raleway-ExtraBold',sans-serif;
}

.hide-scroll{
  overflow: hidden;
}

.share-close{
  width:60px;
  height:60px;
  background-image: url('http://adl.development.netsive.com/sites/all/themes/adl/img/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.share-close:hover{
  background-image: url('http://adl.development.netsive.com/sites/all/themes/adl/img/close-hover.svg');
  cursor: pointer;
}


@media (max-width: 768px){
  .share-text{
    padding: 2rem;
  }
}

/* fin style partage application */















/* Début style Report */

.node-reports h1{
  font-size: calc(3.3 * (1vw + 1vh - 1vmin));
}

.node-reports h2{
  font-size: calc(2.2 * (1vw + 1vh - 1vmin));
}


.node-reports p{
  font-size: 20px;
  /* line-height: 1.75; */
}

.node-reports h3{
  font-size: calc(4.5 * (1vw + 1vh - 1vmin))!important;
  color: #000000!important;
}

.node-reports h4{
  font-size: calc(3.5 * (1vw + 1vh - 1vmin))!important;
  font-family: 'Raleway-ExtraBold',sans-serif!important;
  color: #006bb2!important;
}

.node-reports h5{
  font-weight: 700;
  font-size: 22px;
}

.node-reports li{
  font-size: 20px!important;
}

.no-display{
  display: none;
}

/* Debut liste de tout les report */

.title-report-liste{
  z-index: -1;
  font-size: calc(13 * (1vw + 1vh - 1vmin));
  color: #F2F2F2;
  text-transform: uppercase;
  letter-spacing: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%,-50%) rotate(-90deg);
  font-family: 'Raleway-ExtraBold',sans-serif;
}

@media only screen and (max-width: 1024px){
  .title-report-liste{
    display: none!important;
  }
}

.report-list a:hover,
.report-list a:focus{
  text-decoration: none;
}

.report-list .image-report-list{
  position: relative;
  padding: 30px;
}

.report-list .views-field-field-sub{
  position: absolute;
  margin: auto;
}

.content-img-report-list{
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.link-to-report:hover .content-img-report-list{
  opacity: 1;
}

.report-list .content-img-report-list{
  position: relative;
  padding: 50px;
  min-height: 290px;
}

.report-list .content-img-report-list h3{
  position: relative;
  z-index: 10;
}

.report-list .content-img-report-list:after{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
}

.report-list h2{
  font-family: 'Raleway-ExtraBold',sans-serif;
  font-size: 40px;
  color: #000;
}

.report-list h3{
  font-size: 24px;
  color: #006bb2;
}

.report-list span,
.report-list .taxo-list{
  text-transform: capitalize;
  color: #888;
  font-size: 20px;
  font-family: 'Raleway-Bold',sans-serif;
}

.report-list h2:hover,
.report-list h3:hover,
.report-list span:hover,
.report-list .taxo-list:hover{
  text-decoration: none;
}


@media only screen and (max-width: 992px){
  .report-list .text-right{
    text-align: left;
  }
}


@media only screen and (max-width: 768px){
  .report-list h2 {
    z-index: 2;
    position: relative;
  }

  .report-list .content-img-report-list {
    padding: 10px;
    opacity: 1!important;
    width: 90%;
    margin: auto;
    transform: translate(0px ,1rem);
    min-height: 0px!important;
  }

  .image-report-list{
    padding: 0!important;
  }
}

/* Fin liste de tout les report */

/* Début détail report */

.video-top-report{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background-size: cover;
  overflow: hidden;
}

.center-title-report{
  position: absolute;
  bottom: 15vh;
  left: 50%;
  top: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px){
  .center-title-report{
    bottom: 0;

  }
}

  .title-report{
    z-index: 50;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 55px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .impair-report{
    background-color: rgba(0,0,0,0.2);
  }

  .pair-report{
    background-color: rgba(0,0,255,0.2);
  }


  .quote-report{
    /* width: 40%;
    position: absolute;
    transform: translate(150px); */
    right: 0;
    font-size: 37px;
    opacity: 0.8;
    font-weight: 800;
    transition: 1s ease-in-out;
    color: #bcbaba;
    top: 80px;
    /* z-index: -9; */
    font-family: 'Raleway-ExtraBold',sans-serif;
    padding-right: 50px;
  }

  .subtitle-content{
    font-size: calc(3.5 * (1vw + 1vh - 1vmin))!important;
    font-family: 'Raleway-ExtraBold',sans-serif!important;
  }

  .subtitle-content:before{
    content: attr(data-title);
    position: absolute;
    top: -50px;
    left: 2%;
    font-size: 6vmax;
    color: #F2F2F2;
    z-index: -1;
    opacity: .6;

    /* content: attr(data-title);
    position: absolute;
    left: 28px;
    color: #e7e7e7;
    z-index: -1;
    opacity: 1;
    font-size: calc(3.5 * (1vw + 1vh - 1vmin))!important;
    top: 0; */
  }

  .img-content-report{
    /* height: 400px; */
    /* width: 600px; */
    background-size: cover;
    background-position: center center;
    /* float: right; */

    /* box-shadow: -550px -350px 0 -50px rgba(0,0,0,0.2), -1000px -600px 0 -100px rgba(0,0,0,0.2), -1450px -350px 0 -50px rgba(0,0,0,0.2); */
  }

  .executive-summary-report{
    /* width: 70%; */
    margin-bottom: 40px;
  }

  .div-content-report{
    /* width: 65%; */
  }

  .subtitle-content{
    margin-top: 100px!important;
  }


  .premier-block-text-report{

  }

  .second-block-text-report{

  }

.report-with-grey-background .troisieme-block-text-report{
    /* padding: 70px;
    box-shadow: 100px 270px 0 120px rgba(0,0,0,0.05);
    background-color: #356fa8;
    color: #ffffff; */

    padding: 70px;
    box-shadow: 180px 230px 0 230px rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.05);
  }

  .container-executive-quote-report{

  }

  .premier-block-image-report{
    transform: translate(0, 10vh);
  }

  .second-block-image-report{
    transform: translate(36px, 57vh);
  }

  .troisieme-block-image-report{
    transform: translate(15px, 24vh);
  }

  #authors{
    background-size: cover;
    background-position: center center;
  }

  #authors .author-report{
    font-family: 'Raleway-ExtraBold',sans-serif;
    font-size: 24px;
  }

  #authors .name-author{
    color: #000000;
  }

  #authors .col-md-4{
    padding: 25px 0;
    min-height: 45vh;
  }

  @media (max-width: 1024px){
    #authors .col-md-4{
      padding: 25px 0;
      min-height: 50vh;
    }
  }

  #authors .author-report img{
    margin: 25px auto;
  }

  #authors .titre-author{
    color: #337ab7;
  }

  .node-reports .section-timeline {
    width: 100%;
    height: 500px;
    position: relative;
    transform: translateX(0);
    width: 104vw;
    margin-top: 70px;
    background-attachment: fixed;
  }
  .node-reports .three {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .author-report p{
    padding: 0;
    line-height: 1;
  }

  .author-report{
    margin-bottom: 20px;
  }

  .node-reports .three #button:before,
  .node-reports .three #button:after{
    left: 65px;
  }

  .node-reports  .three #button .ring{
    left: 40%;
  }

  .node-reports  .three #button a{
    text-align: center;
  }

  .div-content-report li,
  .executive-summary-report li{
    font-size: 20px!important;
    padding-bottom: 0.75rem;
  }

  @media only screen and (max-width: 992px){
    .quote-report{
      top: 0;
      font-size: 20px;
    }

    .subtitle-content{
      margin-top: 20px!important;
    }
    .node-reports h4{

      font-size: 18px;
    }

    .troisieme-block-text-report{
      padding: 10px 10px;
    }

    #authors .col-md-4{
      padding: 10px 0;
    }
  }

  /* Début classe spécial pour tableau */


  .tableau-public-report-800{
    display: block;
  }

  .tableau-public-report-650{
    display: none;
  }

  .tableau-public-report-375{
    display: none;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px){
    .tableau-public-report-800{
      display: none;
    }

    .tableau-public-report-650{
      display: block;
    }
  }

  @media only screen and (max-width: 767px){
    .tableau-public-report-800{
      display: none;
    }

    .tableau-public-report-650{
      display: none;
    }

    .tableau-public-report-375{
      display: block;
    }
  }

  /* Fin classe spécial pour tableau */


  .node-reports footer{
    margin: 0;
  }

  .titre-gauche-report{
    display: none;
  }

  .view-display-id-page_report .titre-gauche-report{
    display: block;
  }

  .node-reports .node_industrie_bottom div{
    display: block;
  }
  .text-right {
    text-align: right;
  }

@media (max-width: 992px){
.industrie-service-viewpoint {
    text-align: left!important;
}
}

/* Fin style Report */


.sharethis-buttons{
  background: transparent;
}

.generalConditionEs{
  display: none;
}

.domain-spain-adl-test-dev-netsive-com .generalConditionEs{
  display: block;
}

.domain-spain-adl-test-dev-netsive-com .generalCondition{
  display: none;
}

.form-item-submitted-gender .help-block,
.form-item-submitted-visa .help-block{
  display: block!important;
}

.form-item-submitted-visa #edit-submitted-visa label,
.form-item-submitted-gender #edit-submitted-gender label{
  background-color: transparent;
  color: #006BB2;
  border: none;
  font-weight: bold;
}

.btn-custom-open-position{
  position: relative;
  font-family: 'Raleway-ExtraBold', sans-serif;
  font-size: 30px!important;
  padding: 8px 20px!important;
  background: transparent;
  text-transform: none;
  color: #006bb2;
  margin-top: 30px;
  border: 1px solid #006bb2;
  transition: all ease-in .3s;
  text-decoration: none;
}

.btn-custom-open-position:hover{
  position: relative;
  font-family: 'Raleway-ExtraBold', sans-serif;
  font-size: 30px!important;
  padding: 8px 20px!important;
  background: #006bb2;
  text-transform: none;
  color: #ffffff;
  margin-top: 30px;
  border: 1px solid transparent;
  transition: all ease-in .3s;
  text-decoration: none;
}

.node-training-course h2{
  font-family: 'Raleway-ExtraBold', sans-serif;
  font-size: 35px!important;
  color: #006bb2;
  line-height: 1.1;
}

@media (max-width: 544px){
  .slideInLeft,
  .slideInRight{
    opacity: 1!important;
  }
  .view-services .views-row-odd, .view-challenges .views-row-odd{
    opacity: 1!important;
  }
}

.node-training-course h2{
  font-family: 'Raleway-ExtraBold', sans-serif;
  font-size: 35px!important;
  color: #006bb2;
  line-height: 1.1;
}



.node-training-course #faculty{
  margin-top: 50px;
}

.node-training-course #faculty h2{
  margin-bottom: 25px;
}

.node-training-course #faculty .content-faculty{
  min-height: 46vh;
}

.node-training-course #faculty .content-description{
  float: right;
}


.node-training-course #faculty .content-img{
  padding: 0px;
}

@media (max-width: 550px){
  .node-training-course #faculty .content-description{
    float: none;
  }

  .node-training-course #faculty .content-img img{
    margin: auto;
  }

  .node-training-course #faculty .content-img{
    margin-bottom: 30px;
  }
}

.node-training-course #faculty p{
  line-height: 1.2;
}

.node-training-course #faculty li{
  line-height: 1.2;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

#navbar-top-collapse .domain-dropdown .dropdown-menu li a[title="Arthur D. Little Indonesia"],
#navbar-top-collapse .domain-dropdown .dropdown-menu li a[title="Arthur D. Little Thailand"]{
  display: none!important;
}


.only-germany, .only-austria{
  display: none;
}

.domain-germany-adl-test-dev-netsive-com .only-germany,
.domain-austria-adl-test-dev-netsive-com .only-austria{
  display: inline-block;
}


.domain-germany-adl-test-dev-netsive-com .not-germany,
.domain-austria-adl-test-dev-netsive-com .not-austria{
  display: none;
}

.only-uk{
  display: none;
}

.domain-uk-adl-test-dev-netsive-com .only-uk{
  display: block;
}

.wrapper-content-events ul li{
  list-style: none;
}


.domain-japan-adl-test-dev-netsive-com .node_management_team_about{
  display: none;
}

.form-item-status label.control-label{
  display: block;
}

.management-team .vocabulary-subtitle{
  color: #2f6bb2;
  font-size: calc(2.5 * (1vw + 1vh - 1vmin));
}

.management-team .vocabulary-subtitle:before{
  content: attr(data-title);
  position: absolute;
  top: 4%;
  left: 4%;
  font-size: calc(2.9 * (1vw + 1vh - 1vmin));
  color: #efefef;
  z-index: -1;
}

@media (max-width: 1024px){
  .management-team .vocabulary-subtitle{
    font-size: calc(3.5 * (1vw + 1vh - 1vmin));
  }

  .management-team .vocabulary-subtitle:before{
    font-size: calc(3.9 * (1vw + 1vh - 1vmin));
  }
}

@media (max-width: 550px){
  .management-team .vocabulary-subtitle{
    font-size: calc(5.5 * (1vw + 1vh - 1vmin));
  }

  .management-team .vocabulary-subtitle:before{
    font-size: calc(5.9 * (1vw + 1vh - 1vmin));
  }
}

.light-blue-box{
  background-color: #d1e3f7;
  padding: 3rem;
  margin: 5rem 0;
}

.light-grey-box{
  background-color: #e4e3e3ad;
  padding: 3rem;
  margin: 5rem 0;
}

#edit-submitted-additionnal-documents-ajax-wrapper .help-block{
  display: block;
}
