@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

h1 {
    font-weight: 600;
    font-size: 35px;
}

h2 {
    font-size: 25px;
    font-weight: 600;
}

ul,
li {
    list-style: none;
}

body {
    color: #869ab8;
    font-family: "Open Sans", sans-serif;
}

*:focus {
    outline: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1%;
    margin-left: -1%;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5 {
    color: #0a1a2a;
}

.fromWYSIWYG p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.fromWYSIWYG a {
    color: #0087cd;
}

.fromWYSIWYG li {
    font-size: 14px;
    line-height: 26px;
    color: #869ab8;
}

.fromWYSIWYG h2,
.fromWYSIWYG h3 {
    margin: 10px 0;
}

.box .fromWYSIWYG li {
    color: #2c3440;
}

.fromWYSIWYG li {
    padding-left: 30px;
    background: url(../img/checked.svg) no-repeat left top 6px / 20px;
}

.fromWYSIWYG ul {
    margin-bottom: 20px;
}

.fromWYSIWYG img {
    max-width: 100%;
}

.wrapper {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1300px;
}

.wrapper600 {
    max-width: 900px;
}

/* general*/

.sect-para {
    height: 200px;
    background-color: #869ab8;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sect-para:after {
    content: ".";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #202e54;
    font-size: 0;
    opacity: 0.3;
    position: absolute;
}

.sect-para:before {
    content: ".";
    width: 200px;
    height: 90%;
    top: 5%;
    right: 2%;
    background: url(../img/esperluette.png) no-repeat center center / auto 100%;
    font-size: 0;
    position: absolute;
}

.cta {
    background-color: #1270b6;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cta:hover,
header li.btn:hover a {
    background-color: #0e172f;
}

.backLink {
    color: #202e54;
    text-decoration: none;
    background: url(../img/arrowLeft.svg) no-repeat left center / auto 10px;
    padding-left: 30px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ctaSmall {
    padding: 6px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ctaLess {
    background-color: transparent;
    color: #202e54;
    border: 1px solid #202e54;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ctaMember {
    background: url(../img/locked.svg) no-repeat right 20px center / 20px;
    padding-right: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.linkArrow {
    color: #0e172f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    background: url(../img/arrowRight.svg) no-repeat right center / auto 10px;
    padding-right: 30px;
    line-height: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.linkWatch {
    color: #0e172f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    background: url(../img/watch.png) no-repeat right center / auto 13px;
    padding-right: 30px;
    line-height: 18px;
}

.linkDwd {
    color: #0e172f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    background: url(../img/dwd.png) no-repeat right center / auto 16px;
    padding-right: 30px;
    line-height: 18px;
}

article {
    background-color: #fff;
}

a.toBottom {
    background: url(../img/scrollDown.png) no-repeat top center;
    padding-top: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* article */

.wrap-articles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.wrap-articles article {
    width: 31.3%;
    margin: 1%;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.news .visual {
}

article.news .visual img {
    display: block;
    width: 100%;
}

article.news .content {
    padding: 20px;
    padding-bottom: 50px;
}

article.news .content a.ctaInside {
    position: absolute;
    width: 20px;
    height: 30px;
    background: url(../img/arrowRight.svg) no-repeat center center / 100%;
    right: 20px;
    bottom: 10px;
}

.content .infos {
    font-size: 12px;
    margin-bottom: 15px;
}

.region {
    background-color: #202e54;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}

a.label {
    text-decoration: none;
}

a.label:hover {
    background-color: #1270b6;
}

label a {
    color: white;
    text-decoration: none;
}

article .content .title {
    color: #0a1a2a;
    font-size: 20px;
    margin-bottom: 10px;
}

article .content .intro {
    font-size: 14px;
    line-height: 26px;
}

/* header */

header {
    overflow: hidden;
    padding: 15px 0;
    box-shadow: 0px 0 12px 0px rgba(0, 0, 0, 0.1);
}

header .logo {
    float: left;
}

header .logo img {
    width: 225px;
}

.asideNav {
    float: right;
    text-align: right;
}

header li {
    display: inline-block;
}

header li a {
    text-decoration: none;
    font-size: 17px;
    color: #0a1a2a;
}

header .lang li a {
    font-size: 14px;
}

header li.btn a {
    color: #fff;
    background-color: #1270b6;
    border-radius: 30px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 20px;
}

header .lang {
    margin-bottom: 10px;
}

header .lang li {
    position: relative;
    padding: 0 6px;
}

header .lang li:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -2px;
    top: 6px;
    width: 1px;
    height: 13px;
    font-size: 0;
    background-color: #0a1a2a;
}

header .lang li:first-child:after {
    display: none;
}

header .asideNav nav li a {
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .asideNav nav li.active a,
header .lang li.active a,
header .asideNav nav li:hover a,
header .lang li:hover a {
    color: #0087cd;
}

header .asideNav li.btn:hover a {
    color: #fff;
}

/* MOBILE NAV */

.menu-burger {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 1rem;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 2px 21px 0px rgba(236, 237, 253, 0.93);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

header .icon {
    display: block;
    position: fixed;
    top: 20px;
    right: 5%;
    z-index: 100;
    display: none;
}

.menu-burger > div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.menu-burger > div:before,
.menu-burger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background-color: inherit;
    transition: transform 0.4s;
}

.menu-burger > div:after {
    top: 10px;
}

.menu-burger:hover > div {
    transform: rotate(90deg);
    background-color: white;
}

.menu-burger:hover {
    background-color: #000;
}

.menu-burger.cross > div:before,
.menu-burger.cross > div:after {
    top: 0;
    transform: rotate(90deg);
}

.menu-burger.cross > div {
    background-color: #000;
}

.menu-burger.cross {
    transform: rotate(45deg);
    box-shadow: none;
    background-color: transparent;
}

/* POP-UP MENU */

.responsive-menu {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
}

.responsive-menu .upline {
    display: block;
    text-align: center;
    padding: 5%;
}

.responsive-menu .moblogo {
    text-align: center;
    margin-top: 40px;
    width: 70%;
    max-width: 200px;
    margin: 80px auto 0 auto;
}

.responsive-menu .moblogo img {
    display: block;
    width: 100%;
}

.responsive-menu.display {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.responsive-menu .mobnav {
    padding: 30px 5% 0 5%;
    text-align: center;
}

.responsive-menu .mobnav li {
    display: block;
    margin-bottom: 30px;
}

.responsive-menu .mobnav li a {
    font-size: 21px;
    text-decoration: none;
    color: #2a3739;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.responsive-menu .mobnav li.btn a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* homepage */

#home-banner {
    height: 80vh;
    position: relative;
}

#home-banner .wrapper {
    height: 100%;
}

#home-banner .toBottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

#home-banner .toBottom span {
    color: #fff;
    font-style: italic;
    font-size: 11px;
}

#home-banner .content {
    background-color: rgba(18, 112, 182, 0.7);
    padding: 2rem;
    padding-right: 50%;
}

#home-banner .content h1 {
    color: #fff;
    margin-bottom: 42px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
}

#home-banner .content p {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
}

/* about 1 */

.simpleContent {
    padding: 70px 0;
    position: relative;
}

#home-about1,
#expertise-about1 {
    padding-bottom: 130px;
}

#expertise-about1 {
    padding-top: 0;
}

.taped-hero {
    position: absolute;
    top: 50%;
    left: 65%;
    margin-right: 1rem;
    transform: rotate(2deg);
}

.tape-hero {
    position: absolute;
    top: calc(50% - 25px);
    right: 15%;
}

.taped-contact {
    position: absolute;
    top: 0;
    left: 2rem;
    margin-top: -2rem;
    transform: rotate(-2deg);
    max-width: 40%;
}

.tape-contact {
    position: absolute;
    top: -25px;
    left: 15%;
    margin-top: -2rem;
}

.framed-service2 img,
.framed-service img,
.framed-picture2 img,
.framed-picture img,
.taped-contact img,
.taped-hero img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.taped-contact img {
    max-height: 400px;
}

.homepage-break {
    height: 60vh;
    background-repeat: no-repeat;
    position: relative;
    background-color: #faf8f3;
}

.framed-picture {
    position: absolute;
    right: 5%;
    top: 0;
    transform: rotate(3deg);
    border: 15px solid white;
    max-width: 45%;
    max-height: 100%;
    overflow: hidden;
}

.framed-picture2 {
    position: absolute;
    left: 5%;
    top: 1rem;
    transform: rotate(-2deg);
    border: 15px solid white;
    max-width: 45%;
    max-height: 100%;
    overflow: hidden;
}

.framed-service {
    position: absolute;
    right: 2rem;
    top: 0;
    transform: rotate(2deg);
    border: 15px solid #faf8f3;
    max-width: 40%;
    max-height: 95%;
    overflow: hidden;
}

.tape-service {
    position: absolute;
    right: 20%;
    top: 0;
    margin-top: -2rem;
}

.framed-service2 {
    position: absolute;
    left: 2rem;
    top: 2rem;
    transform: rotate(-1deg);
    border: 15px solid #faf8f3;
    max-width: 40%;
    max-height: 100%;
    overflow: hidden;
}

.tape-service2 {
    position: absolute;
    left: 15%;
    top: 0.5rem;
}

.tape-break {
    position: absolute;
    right: 20%;
    margin-top: -3rem;
}

.tape-break2 {
    position: absolute;
    left: 20%;
    margin-top: -4rem;
}

#expertise-about1 .visual {
    margin-top: 0;
}

.simpleContent .content {
    width: 50%;
}

.simpleContent .visual {
    position: absolute;
    right: 0;
    width: 40%;
    top: 0;
    margin-top: -20px;
    height: 100%;
    overflow: hidden;
}

.simpleContent .visual img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.simpleContent h2 {
    margin-bottom: 15px;
}

/* about 2 */

#home-about2,
#expertise-about2 {
    background-color: #202e54;
}

#home-about2 h2,
#expertise-about2 h2,
#home-about2 .fromWYSIWYG *,
#expertise-about2 .fromWYSIWYG * {
    color: #fff;
}

#home-about2 .visual,
#expertise-about2 .visual {
    left: 0;
}

#home-aboutResume {
    padding: 60px;
}

#home-about2 .content,
#expertise-about2 .content {
    margin-left: 50%;
}

#home-aboutResume .artResume {
    text-align: center;
    width: 33%;
    padding: 3%;
    position: relative;
}

#home-aboutResume .artResume:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 80%;
    width: 1px;
    background-color: #aeaeae;
    position: absolute;
    left: 0;
    top: 50px;
}

#home-aboutResume .artResume:first-child:after {
    display: none;
}

.artResume h3 b {
    display: block;
    height: 70px;
}

.artResume img {
    max-height: 60px;
}

.artResume h3 span {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.wrap-artResume {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#home-latestNews {
    background-color: #eeeeee;
    padding: 70px 0;
}

#home-latestNews .intro-box {
    position: relative;
}

#home-latestNews h2,
#home-colabs h2,
#home-trust h2 {
    margin-bottom: 20px;
}

#home-latestNews .intro-box .intro-text {
    width: 50%;
}

#home-latestNews .intro-box .cta {
    position: absolute;
    right: 0;
    top: 0;
}

#home-team {
    background-color: #202e54;
    padding: 70px 0;
}

#home-trust {
    padding: 70px 0;
    overflow: hidden;
}

#home-trust .intro-box {
    width: 40%;
    float: left;
}

#home-trust .trust-slider {
    width: 60%;
    float: left;
}

#home-trust .trust-slider .slick-prev,
#home-trust .trust-slider .slick-next {
    bottom: -50px;
    top: initial;
}

/* #home-trust .trust-slider li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#home-trust .trust-slider li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} */

#home-colabs {
    background-color: #eeeeee;
    padding: 70px 0;
}

#home-team {
    text-align: center;
    color: #fff;
}

#home-team h2 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.wrap-team {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}

.wrap-team .team {
    width: 29%;
    margin: 2%;
}

.wrap-team .team a.ctaInside {
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url(../img/arrowRight_w.svg) no-repeat center center / 100%;
    margin-top: 10px;
}

.wrap-team .team .profilPict {
    overflow: hidden;
    width: 60%;
    margin: 0 auto 20px auto;
    border: 10px solid white;
    background-color: beige;
}

.wrap-team .team h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.team-about {
    opacity: 0.6;
    font-size: 14px;
}

.team-about p {
    line-height: 26px;
}

.wrap-team .team .profilPict img {
    display: block;
    width: 100%;
    filter: saturate(0.7);
    /* transform: skew(3deg, -2deg); */
}

/* article colab*/

.wrap-articleColabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.wrap-articleColabs article {
    width: 23%;
    margin: 1%;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wrap-articleColabs.colabToSlide article {
    margin: 10px;
    min-width: 300px;
}

.colab {
    text-align: center;
    padding: 20px;
}

.colab {
}

.colab .profilPict {
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 10px solid #faf8f3;
    background-color: beige;
}

.colab .profilPict img {
    display: block;
    width: 100%;
    filter: saturate(0.7);
}

.colab .colab-about {
    margin-bottom: 10px;
    font-size: 14px;
}

.colab h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.colab h5 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* about*/

#about-banner {
    min-height: 80vh;
    padding: 5% 0;
}

.about-intro-box {
    padding: 2rem;
    background-color: rgba(32, 46, 84, 0.9);
    color: white;
}

.about-intro-box h1 {
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    font-weight: 800;
    font-size: 42px;
}

.wrap-cta {
    text-align: center;
}

#about-directors {
    background-color: #eeeeee;
    padding: 70px 0;
}

#about-directors h1 {
    text-align: center;
}

#about-directors .wrap-title h2 {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
}

#about-directors .wrap-title {
    margin-bottom: 20px;
}

.director .lastArticles h3 {
    font-size: 18px;
    font-weight: 100;
}

.director {
    padding: 70px 0;
    border-top: 1px solid #cdd0d2;
}

.director:first-of-type {
    border: none;
}

/* projects and news */

#projects-all {
    background-color: #eee;
    padding-bottom: 70px;
}

.project-title {
    text-align: center;
    padding: 70px 0 0 0;
}

.project-title h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

#projects-all .projects-filter {
    text-align: center;
    padding-bottom: 70px;
}

#projects-all .projects-filter label {
    display: inline-block;
    vertical-align: middle;
    color: #0a1a2a;
    font-size: 13px;
}

#projects-all .projects-filter .select {
    display: inline-block;
    vertical-align: middle;
    color: #869ab8;
}

#projects-all .projects-filter .select option {
    color: #869ab8;
}

/* partners*/

.partner-subnav {
    background-color: #1270b6;
    color: #fff;
    text-align: right;
    padding: 10px 0;
    font-size: 13px;
}

.partner-subnav a {
    color: #fff;
}

#partner-title {
    padding: 70px 0;
    text-align: center;
}

#partner-title h1 {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

#partner-title h1:after {
    content: ".";
    width: 110%;
    height: 1px;
    display: block;
    background-color: #4e5b64;
    position: absolute;
    left: -5%;
    bottom: -14px;
    font-size: 0;
}

#partner-title ul li {
    display: inline-block;
    margin: 0 10px;
}

#partner-title ul li a {
    color: #0a1a2a;
    text-decoration: none;
}

#partner-title ul li.active a {
    color: #1270b6;
}

#partner-documents,
#partner-experts {
    background-color: #eee;
    padding: 70px 0;
}

article.document {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.document:hover,
.colab:hover,
article:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

article.documentVideo.document .visual {
    position: relative;
}

article.documentVideo.document .visual:after {
    content: ".";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/play-arrow.png) no-repeat center center / 25px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

article.document .visual {
    width: 30%;
    float: left;
    overflow: hidden;
}

article.document .content {
    width: 70%;
    float: left;
    padding: 20px;
    padding-bottom: 50px;
}

article.document .ctaInside {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

article.document .visual img {
    object-fit: contain;
    width: 100%;
    display: block;
}

/* expertise */

.wrap-mainTitle {
    text-align: center;
    padding: 70px 0;
}

.wrap-mainTitle h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

#expertise-ourServices {
    position: relative;
}

#expertise-ourServices aside {
    background-color: #1270b6;
    position: absolute;
    right: 0%;
    height: 100%;
    top: 0;
    width: 35%;
    padding: 20px 50px;
}

#expertise-ourServices .main-Content {
    padding: 70px 0;
    width: 65%;
}

#expertise-ourServices aside li {
    padding-left: 30px;
    background: url(../img/checked_white.svg) no-repeat left top 6px / 20px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 7px;
}

#expertise-ourServices .main-Content {
    padding: 70px 0;
}

#expertise-ourServices .main-Content h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

#expertise-about3 {
    padding: 70px 0;
}

#expertise-programSupport {
    padding: 70px 0;
    background-color: #eeeeee;
}

#expertise-programSupport .wrap-intro {
    text-align: center;
}

#expertise-programSupport .wrap-intro h1 {
    margin-bottom: 20px;
}

#expertise-programSupport .wrap-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    padding-top: 30px;
}

#expertise-programSupport .wrap-boxes .box {
    width: 31%;
    margin: 1%;
    background-color: #fff;
}

#expertise-programSupport .wrap-boxes .box .box-content {
    padding: 20px;
}

#expertise-programSupport .wrap-boxes .box .box-title {
    background-color: #1270b6;
    text-align: center;
    padding: 27px;
    min-height: 180px;
    color: #fff;
}

#expertise-programSupport .wrap-boxes .box .box-title .ico {
    margin-bottom: 10px;
}

#expertise-programSupport .wrap-boxes .box .box-title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* contact*/

#contact-practical {
    padding: 40px 0;
}

#contact-practical .wrap-practical {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

#contact-practical .wrap-practical .item {
    width: 31%;
    margin: 1%;
    text-align: center;
}

#contact-practical .wrap-practical .item a {
    color: #869ab8;
    text-decoration: none;
}

#contact-practical .wrap-practical .item a:hover {
    text-decoration: underline;
}

#contact-practical .wrap-practical .item .picto {
    margin-bottom: 10px;
    height: 80px;
}

#contact-practical .wrap-practical .item h3 {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: 600;
}

#contact-social {
    background-color: #1270b6;
    padding: 30px 0;
    text-align: center;
}

#contact-social span {
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 9px;
    margin-right: 20px;
}

#contact-social ul {
    display: inline-block;
    vertical-align: middle;
}

#contact-social li {
    display: inline-block;
    margin: 0 10px;
}

#contact-social img {
    height: 30px;
}

#contact-form {
    background-color: #202e54;
}

#contact-form {
    padding: 70px 0;
    text-align: center;
}

#contact-form h2 {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
}

.sect-ctapage {
    padding: 60px 0;
    text-align: center;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    padding: 18px;
    font-size: 16px;
    margin-bottom: 19px;
}

textarea {
    height: 200px;
}

/* input[type="submit"] {
    min-width: 70%;
} */

.select {
    border-radius: 5px;
    background: #fff url(../img/select-arrow.png) no-repeat right 20px center /
        10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    max-width: 250px;
    margin: 0 20px;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 38px;
    width: 100%;
    border: none;
    margin: 0;
    background: transparent;
    font-size: 15px;
}

/* detail-page */

#detail-page .bigbanner {
    background: url(../img/bgHpBanner.png) no-repeat center / cover;
    height: 500px;
    padding: 100px 0;
}

#detail-page .detail-box {
    background-color: #fff;
    margin-top: -350px;
    padding: 5%;
}

#detail-page .detail-box .detailBoxContent {
    padding-bottom: 70px;
}

#detail-page .shareOn {
    margin-bottom: 70px;
    border-top: 1px solid #202e54;
    border-bottom: 1px solid #202e54;
    padding: 20px 0;
    text-align: center;
}

#detail-page .shareOn strong {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #202e54;
    margin-right: 30px;
}

#detail-page .shareOn ul {
    display: inline-block;
}

#detail-page .shareOn ul li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}

#detail-page .shareOn ul li img {
    width: 30px;
    vertical-align: middle;
}

#detail-page .detailBoxTitle {
    text-align: center;
    padding-bottom: 70px;
}

#detail-page .detailBoxTitle h1 {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

#detail-page .detailBoxTitle h2 {
    font-size: 20px;
}

#detail-page .detailBoxTitle h1:after {
    content: ".";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #4e5b64;
    position: absolute;
    /* left: -5%; */
    bottom: -14px;
    font-size: 0;
}

#detail-page .detailBoxTitle .infos {
    font-size: 13px;
}

#detail-page .detailBoxTitle .infos span {
    color: #202e54;
    position: relative;
    padding: 0 10px;
}

#detail-page .detailBoxTitle .infos span a {
    color: #202e54;
}

#detail-page .detailBoxTitle .infos span:before {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -2px;
    top: 3px;
    width: 1px;
    height: 13px;
    font-size: 0;
    background-color: #0a1a2a;
}

#detail-page .detailBoxTitle .infos span:first-of-type:before {
    display: none;
}

/* footer */

footer {
    background-color: #202e54;
    color: #fff;
    border-top: 1px solid #fff;
}

footer .foot-main {
    border-bottom: 1px solid #5e6f8c;
    padding: 60px 0;
    position: relative;
}

footer .foot-main:before {
    content: ".";
    width: 200px;
    height: 90%;
    top: 5%;
    right: 2%;
    background: url(../img/esperluette.png) no-repeat center center / 100%;
    font-size: 0;
    position: absolute;
    opacity: 0.7;
}

footer .foot-main .wrapper {
    display: flex;
}

footer .foot-main .wrapper .foot-logo {
    width: 38%;
    margin: 1%;
}

footer .foot-main .wrapper .foot-logo img {
    width: 225px;
}

footer .foot-main .wrapper .foot-sitemap {
    width: 18%;
    margin: 1%;
}

footer .foot-main .wrapper .foot-sitemap li {
    margin-bottom: 10px;
}

footer a,
footer p,
footer address {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    line-height: 17px;
}

footer .foot-main .wrapper .foot-address {
    width: 18%;
    margin: 1%;
}

footer address {
    line-height: 20px;
}

footer .foot-main .wrapper .foot-address p {
    margin-bottom: 10px;
}

footer .foot-main .wrapper .foot-socials {
    width: 18%;
    margin: 1%;
    text-align: right;
}

footer .foot-main .wrapper .foot-socials li img {
    height: 30px;
    opacity: 0.7;
}

footer .foot-main .wrapper .foot-socials li {
    display: inline-block;
    margin-left: 20px;
}

footer .foot-main .wrapper .foot-socials li a {
    display: inline-block;
}

footer .foot-secondary {
    padding: 30px 0;
    overflow: hidden;
}

footer .foot-secondary .copy {
    float: left;
}

footer .foot-secondary .lang {
    float: right;
}

footer .foot-secondary .lang li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 5px;
    line-height: 16px;
}

footer .foot-secondary .lang li a {
    color: #fff;
    line-height: 13px;
}

footer .foot-secondary .lang li:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -2px;
    top: 3px;
    width: 1px;
    height: 80%;
    font-size: 0;
    background-color: #fff;
}

footer .foot-secondary .lang li:first-child:after {
    display: none;
}

/* slider */

.slick-next {
    position: absolute;
    right: 0;
    top: -50px;
    height: 20px;
    background: url(../img/arrowRight.svg) no-repeat center center / 20px;
    font-size: 0;
    display: block;
    width: 30px;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    right: 30px;
    top: -50px;
    height: 20px;
    background: url(../img/arrowLeft.svg) no-repeat center center / 20px;
    font-size: 0;
    display: block;
    width: 30px;
    cursor: pointer;
}

@media (max-width: 900px) {
    h1 {
        font-size: 25px;
    }
    header .icon {
        display: block;
    }
    header nav {
        display: none;
    }
    .asideNav .lang {
        display: none;
    }
    footer .foot-main .wrapper {
        display: block;
    }
    footer .foot-main .wrapper .foot-logo,
    footer .foot-main .wrapper .foot-sitemap,
    footer .foot-main .wrapper .foot-address,
    footer .foot-main .wrapper .foot-socials {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 20px;
        text-align: center;
        border-bottom: 1px solid #2a3e75;
    }
    footer .foot-main .wrapper .foot-socials {
        border: none;
    }
    footer .foot-main:before {
        display: none;
    }
    footer .foot-secondary .copy,
    footer .foot-secondary .lang {
        float: none;
        text-align: center;
    }
    #home-banner .content {
        width: 100%;
        max-width: 100%;
    }
    .simpleContent .visual {
        display: none;
    }
    .simpleContent .content {
        width: 100%;
    }
    #home-about1,
    #expertise-about1 {
        padding-bottom: 70px;
    }
    #home-about2 .content,
    #expertise-about2 .content {
        margin-left: 0;
    }
    /* about */
    #about-intro .bigbanner {
        height: auto;
        padding: 40px 0;
    }
    #detail-page .detail-box {
        margin-top: 0;
        padding: 0;
    }
    #detail-page .detail-box .backLink {
        margin: 20px 0;
        display: block;
    }
    #detail-page .bigbanner {
        height: 200px;
    }
    .wrap-articles article {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .director {
        padding: 30px 0 70px 0;
    }
    /* expertise */
    #expertise-programSupport .wrap-boxes .box {
        width: 100%;
        margin: 10px 0;
    }
    #expertise-ourServices aside {
        position: relative;
        width: 100%;
    }
    #expertise-ourServices .main-Content {
        width: 100%;
    }
    .wrap-mainTitle {
        padding: 30px 0;
    }
    /* projects*/
    #projects-all .projects-filter label,
    #projects-all .projects-filter a.label {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
        text-decoration: none;
    }
    .wrap-articleColabs article {
        width: 48%;
    }
    #home-aboutResume {
        padding: 70px 0;
    }
    #home-latestNews .intro-box .intro-text {
        width: 100%;
    }
    #home-latestNews .intro-box .cta {
        position: relative;
        margin-bottom: 20px;
    }
    .hide-on-sm {
        display: none;
    }
    #home-banner .content {
        padding: 1rem;
    }
}

@media (max-width: 700px) {
    article.document .visual {
        width: 100%;
    }
    article.document .content {
        width: 100%;
    }
    .wrap-articleColabs article {
        width: 100%;
        margin: 10px 0;
    }
    #contact-practical .wrap-practical .item {
        width: 100%;
        margin: 30px;
    }
    #home-aboutResume .artResume {
        width: 100%;
    }
    #home-aboutResume .artResume:after {
        display: none;
    }
    .wrap-team .team {
        width: 100%;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    #home-trust .intro-box {
        width: 100%;
        margin-bottom: 30px;
    }
    #home-trust .trust-slider {
        width: 100%;
    }
    #home-banner .content h1 {
        margin-bottom: 36px;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }
    #home-banner .content p {
        text-align: center;
        font-size: 20px;
    }
    #home-banner .wrapper {
        padding: 0;
    }
    #about-banner .wrapper {
        padding: 0;
    }
    .hide-on-xs {
        display: none;
    }
    .about-intro-box {
        padding: 1rem;
    }
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}
