* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'BentonSans-medium';
    src: url('../fonts/BentonSans-Medium.eot');
    src: url('../fonts/BentonSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-Medium.woff2') format('woff2'),
        url('../fonts/BentonSans-Medium.woff') format('woff'),
        url('../fonts/BentonSans-Medium.ttf') format('truetype'),
        url('../fonts/BentonSans-Medium.svg#../fonts/BentonSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans-bold';
    src: url('../fonts/BentonSans-Bold.eot');
    src: url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-Bold.woff2') format('woff2'),
        url('../fonts/BentonSans-Bold.woff') format('woff'),
        url('../fonts/BentonSans-Bold.ttf') format('truetype'),
        url('../fonts/BentonSans-Bold.svg#../fonts/BentonSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans-book';
    src: url('../fonts/BentonSans-Book.eot');
    src: url('../fonts/BentonSans-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-Book.woff2') format('woff2'),
        url('../fonts/BentonSans-Book.woff') format('woff'),
        url('../fonts/BentonSans-Book.ttf') format('truetype'),
        url('../fonts/BentonSans-Book.svg#../fonts/BentonSans-Book') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans-light';
    src: url('../fonts/BentonSans-Light.eot');
    src: url('../fonts/BentonSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-Light.woff2') format('woff2'),
        url('../fonts/BentonSans-Light.woff') format('woff'),
        url('../fonts/BentonSans-Light.ttf') format('truetype'),
        url('../fonts/BentonSans-Light.svg#BentonSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans-book-italic';
    src: url('../fonts/BentonSans-BookItalic.eot');
    src: url('../fonts/BentonSans-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BentonSans-BookItalic.woff2') format('woff2'),
        url('../fonts/BentonSans-BookItalic.woff') format('woff'),
        url('../fonts/BentonSans-BookItalic.ttf') format('truetype'),
        url('../fonts/BentonSans-BookItalic.svg#BentonSans-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}


/* TYPO */
/* ------------------------------------------------------------------------------ */

body {
    font-family: "BentonSans-book" , "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: black;
    position: relative;
    overflow-x: hidden;
}

h1 {
    font-family: 'BentonSans-light' , "Montserrat", sans-serif;
    font-size: 43px;
    line-height: 50px;
    color: #353d7a;
}

h2,
.h2-like {
    font-family: 'BentonSans-light' , "Montserrat", sans-serif;
    text-align: center;
    font-size: 40px;
}

h3,
.h3-like {
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    font-size: 25px;
    color: #f91d5d;
}

h4,
.h4-like {
    line-height: 1.4;
    font-family: 'BentonSans-book' , "Montserrat", sans-serif;
    font-size: 22px;
}

.tiny-text {
    font-size: 13px;
}

.txt-white {
    color: white;
}

.txt-yellow {
    color: #f91d5d;
}

.txt-rose {
    color: #f91d5d;
}

.txt-blue {
    color: #353d7a;
}

.txt-small {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.line-title {
    line-height: 60px;
}

/* CONTENTS */
/* ------------------------------------------------------------------------------ */

.nos-clients-logos {
    width: 500px!important;
}

.realisations-ga-media {
    width: 950px!important;    
}

.nosclients {
    background: linear-gradient( rgba(0, 3, 76, 0.75),  rgba(0, 3, 76, 0.75) ),url(img/meeting.jpg) no-repeat center center;
    background-size: cover;
}

ul li {
    list-style: none;
}

section,
.section {
    padding-top: 130px;
    padding-bottom: 130px;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.bg-black {
    background-color: #222222;
    color: white;
}

.bg-white {
    background-color: white;
}

.bg-blue {
    background-color: #232641;
}

.overflow-hidden {
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bloc-blanc {
    background-color: white;
    position: relative;
    z-index: 100;
    left: calc(90% - 100px);
    height: 100%;
    width: 250px;
}


/* LINKS */
/* ------------------------------------------------------------------------------ */
a {
    color: #353d7a;
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    display: inline-block;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

a:hover {
    text-decoration: none;
    color: #353d7a;
    cursor: pointer;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

a::after {
    content: '';
    display: block;
    background-color: #353d7a;
    height: 4px;
    width: 0%;
    margin-top: 3px;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

a:hover::after {
    width: 100%;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

.cta {
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    background-color: #353d7a;
    color: white;
    padding: 10px 30px;
    border: 3px #353d7a solid;
}
.cta-mobile{
    position:absolute;
    top:0;
    right:15px;
    background-color: #f1f1f7;
    padding: 18px 22px;
    height:60px;
    //border: 3px #e0e2eb solid;
}
.cta-mobile::after {
    display: none;
}
.fa-phone-mobile{
    color: #353d7a;
    font-size: 18px;
    vertical-align:bottom;
}

.cta:hover {
    background-color: transparent;
    color: #353d7a;
    color: #f91d5d;
}

.cta::after,
ul li a::after,
.navbar-brand::after {
    display: none;
}

.cta-white {
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    background-color: #fff;
    color: #353d7a;
    padding: 10px 30px;
    border: 3px #fff solid;
    cursor: pointer;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}
.cta-white:focus{
    outline: none;
}

.cta-white:hover {
    background-color: transparent;
    color: #f91d5d;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

.cta-white::after,
ul li a::after,
.navbar-brand::after {
    display: none;
}


#totop {
    background-color: rgba(53, 61, 122, 0.86);
    opacity: 1;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

#totop::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-top.png) no-repeat;
    background-size: 100%;
    margin: 0;
}

#totop.totop-reveal {
    right: 20px;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}


/* NAV */
/* ------------------------------------------------------------------------------ */
.navbar {
    background-color: #ffffff;
    position: fixed;
    z-index: 1200;
    width: 100vw;
    padding: 0px;
    box-shadow: 0 0 1.5rem rgba(64, 64, 64, 0.12) !important;
}

#nav-desktop {
    font-size: 13px;
    text-align: right;
    position: fixed;
    padding: 0 10px 0 0px; /*avant 140*/
    right: 0;
    height: 100%;
    z-index: 1200;
}

#nav-desktop .nav-item {
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#nav-desktop .nav-link {
    padding: 0;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    font-family: 'BentonSans-book' , "Montserrat", sans-serif;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

#nav-desktop .nav-link:hover {
    color: white;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

#nav-desktop .nav-link::after {
    content: '';
    width: 4px;
    height: 25px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

#nav-desktop .nav-link:hover::after,
#nav-desktop .active::after {
    height: 45px;
    background-color: white;
    transition: linear all 0.2s;
    -webkit-transition: linear all 0.2s;
}

#nav-desktop .active {
    color: white;
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
}

.navbar-brand {
    width: 300px;
}

.navbar-goo {
    width: 250px;
}

.nav-desktop-dark ul li a {
    color: black !important;
}

#nav-desktop.nav-desktop-dark .nav-link::after {
    background-color: rgba(0, 0, 0, 0.6);
}

#nav-desktop.nav-desktop-dark .nav-link:hover::after,
#nav-desktop.nav-desktop-dark .active::after {
    background-color: rgba(0, 0, 0, 1);
}

/* HEADER */
/* ------------------------------------------------------------------------------ */

.header {
    display: flex;
    text-align: center;
    background: url(../img/bg-header.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 170px 0 90px 0;
}

/* SESSIONS */
/* ------------------------------------------------------------------------------ */
.session {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 90px;
    width: 26%;
    padding: 40px 35px 25px 100px;
    margin: 10px;
}

#breakout-coreg {
    background-image: url('../img/logo-breakout-coreg.png')
}

#breakout-sponso {
    background-image: url('../img/logo-breakout-sponso.png')
}

#breakout-sea {
    background-image: url('../img/logo-breakout-sea.png')
}

#breakout-emailing {
    background-image: url('../img/logo-breakout-emailing.png')
}

#breakout-display {
    background-image: url('../img/logo-breakout-display.png')
}

#breakout-native {
    background-image: url('../img/logo-breakout-native.png')
}

#breakout-social {
    background-image: url('../img/logo-breakout-social.png')
}

#breakout-marque-blanche {
    background-image: url('../img/logo-breakout-MB.png')
}

#breakout-push {
    background-image: url('../img/logo-breakout-push.png')
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 4px;
    margin: 0 auto;
    padding: 2px;
    background: #f1f1f7;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 250px;
    padding: 15px;
    background: #f1f1f7;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f1f1f7 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -300px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #f1f1f7;
}

time {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}


/* EFFECTS – */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #353d7a;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    border-radius: 4px;
}


/* GENERAL MEDIA QUERIES – */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
    
    .realisations-ga-media {
    width: 500px;    
}
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: -30px;
    }

    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .timeline ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #f1f1f7 transparent transparent;
    }
    
    .realisations-ga-media {
    width: 500px!important;    
}
}

@media screen and (max-width: 450px) {
    
    .realisations-ga-media {
        width: 350px!important;
    }
    
    .nos-clients-logos {
    width: 350px!important;
}
}

/* SECTEURS */
/* ------------------------------------------------------------------------------ */


#secteurs {
    background: url(../img/bg-secteurs.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}


.toggle-button {
    padding: 20px 15px;
    background-color: rgba(241, 241, 247, 0.6);
    border-radius: 2px;
    border: 1px solid #353d7a;
    margin: 5px 0px;
    font-size: 14px;
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    color: #353d7a;
    text-align: center;
    transition: 0.2s;
    width: 100%;
    outline: none !important;
}

.toggle-button.active {
    background-color: #353d7a;
    border: 2px solid #f91d5d;
    margin: 5px 0px;
    font-size: 14px;
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
    outline: none !important; 
}

.toggle-button:hover {
    background-color: #353d7a;
    border: 2px solid #f91d5d;
    margin: 4px 0px;
    font-size: 14px;
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    color: white;
    text-align: center;
}


/* TOGGLE */
/* ------------------------------------------------------------------------------ */
.toggle.hidden {
    display: none;
}

.toggle {
    color: white;
    background: #353d7a;
    padding: 20px 15px 10px 15px;
    border-radius: 2px;
    border: 1px solid #353d7a;
    font-size: 14px;
    font-family: 'BentonSans-medium' , "Montserrat", sans-serif;
    text-align: left;
}
.toggle h5{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.toggle h5 span{
    color: #f91d5d;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 100px;
}


/* CLIENTS */
/* ------------------------------------------------------------------------------ */

.clients {
    width: 100%;
}

.client {
    width: 100%;
    height: auto;
}

.fa-quote-left {
    font-size: 10px;
    color: #353d7a;
    letter-spacing: 5px;
    vertical-align: super;
}

.fa-quote-right {
    font-size: 10px;
    color: #353d7a;
    letter-spacing: 5px;
    vertical-align: super;
}

#clients {
    padding-bottom: 90px;
}

.avis {
    font-style: italic;
    line-height: 18px;
    color: #363636;
    font-size: 14px;
}

.poste {
    border-bottom: 2px solid #f91d5d;
}


.partners {
    max-width: 150px;
    max-height: 150px;
    margin: auto 0px !important;
    padding: 0 30px 0 0 !important;
    margin-right: 10px;
}



/* INFORMATIONS */
/* ------------------------------------------------------------------------------ */
#informations {
    background: url(../img/bg-infos.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

#informations .bg-black {
    padding: 110px 50px 110px 150px;
    background-color: rgba(248, 249, 255, 0.9);
}


/* FORMULAIRE   */


.form-row {
    padding: 0;
    margin: 0;
}

.form-group {
}

#inscription {
    background-color: rgba(34, 43, 115, 0.66);
    padding: 30px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#inscription label {
    font-weight: 700;
    color: #fff;
    font-size: 1.1em;
    color: white !important;
    font-family: 'BentonSans-book' , "Montserrat", sans-serif;
    cursor: text;
}

#inscription textarea::placeholder {
    font-weight: 300;
    color: #fff;
    font-size: 12px;
    color: white !important;
    font-family: 'BentonSans-book' , "Montserrat", sans-serif;
}


#inscription textarea
{
    padding: 0 0 5px 0;
    background-color: transparent;
    color: white !important;
    border: none;
    border-bottom: solid 1px #ffffff;
    outline: none;
    border-radius: 0;
}


#inscription input[type="text"],
#inscription input[type="email"], #inscription input[type="tel"] {
    padding: 0 0 5px 0;
    background-color: transparent;
    color: white !important;
    border: none;
    border-bottom: solid 1px #ffffff;
    outline: none;
    border-radius: 0;
}

.label-anim {
    position: relative;
    top: 30px; 
    transition: top 0.3s ease-out;
}

.label-anim-focus {
    top: 0px; 
}

/*#inscription .cta {
	border-radius: 0 5px 5px 0;
}*/

#issend {
    display: none;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#inscription .fa-paper-plane {
    font-size: 40px;
    border-radius: 50%;
    padding: 20px;
}


/* SOLUTIONS */

.img-solutions {
    width: 25%; 
}

.subtitle {
    font-family: 'BentonSans-bold' , "Montserrat", sans-serif;
    font-size: 19px;
    color: #d8d8d8;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 767px) {
.bloc-mob {
    margin-top: 20px;
}
    
.subtitle {
    font-family: 'BentonSans-bold' , "Montserrat", sans-serif;
    font-size: 16px;
    color: #d8d8d8;
    display: block;
    position: static;
    text-align: center;
}
    .img-solutions {
    width: 20%; 
    display: block;
    vertical-align: center;
    margin: 0 auto;
}
    .display {
    position: static;
}
    
    .realisations-ga-media {
    width: 500px!important;    
}
}
/* FOOTER */
/* ------------------------------------------------------------------------------ */
footer {
    position: relative;
    z-index: 1500;
}

footer a {
    color: #c1c1c1 !important;
}

footer a:hover {
    color: #ffffff !important;
}

/*LOGOS HEADER*/
.desktop {
    width: 10%;
}



/* RESPONSIVE */
/* ------------------------------------------------------------------------------ */


/*------------------ MAX WIDTH 991 px ----------------*/
/*----------------------------------------------------*/
@media (max-width: 991px) {

    .header {
        height: inherit;
        padding: 90px 0 90px 0
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .navbar-brand{
        height: 60px;
    }

    .nav-link {
        padding: 15px;
        display: block;
        text-align: center;
    }

    .object-fit-cover {
        position: inherit;
    }


    .citation-content {
        padding: 30px;
        width: 60%;
    }

    #informations .bg-black {
        padding: 60px;
    }

}

/*------------------ MAX WIDTH 768 px ----------------*/
/*----------------------------------------------------*/
@media (max-width: 768px) {

    .navbar-dark .navbar-toggler-icon {
        display: none;
    }

    .header {
        height: inherit;
        padding: 90px 0 90px 0
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .logo {
        width: 200px !important;
        margin: 0 auto;
    }

    .partners {
        max-width: 120px;
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    #inscription {
        /*background-color: rgba(53, 61, 122, 0);*/
        background-color: rgba(34, 43, 115, 0.66);
    }

    #clients {
        padding-bottom: 90px;
    }

    #intro .section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .secteur {
        padding: 10px 0;
    }

    #informations {
        background: url(../img/bg-infos.jpg) no-repeat;
        background-position: center left;
        background-size: cover;
    }
    
    .line-title {
        line-height: 42px;
    }
    
    #desktop {
        display: none;
    }
    
    .realisations-ga-media {
    width: 350px!important;    
}
    
}

@media (min-width: 769px) {
    #tablette {
        display: none;
    }
}

@media (min-width: 500px) {
    #mobil {
        display: none;
    }
}

    /*------------------ MAX WIDTH 500 px ----------------*/
    /*----------------------------------------------------*/
    @media (max-width: 500px) {
        
         #tablette {
            display: none;
        }

        .navbar-dark .navbar-toggler-icon {
            display: none;
        }

        .header {
            height: inherit;
            padding: 90px 0 90px 0
        }

        h1 {
            font-size: 34px;
            line-height: 36px;
            padding: 20px 0;
        }

        .navbar-brand {
            width: 80px;
        }

        .session {
            background-position: left top;
            background-size: 60px;
            width: 100%;
            padding-top: 16px;
            padding-left: 60px;
            text-align: left !important;
            margin: 0;
            margin-left: 30px;
        }

        .partners {
            max-width: 120px;
            margin: 0 !important;
            padding: 0 !important;
            padding: 10px 20px 0 0 !important;
        }


        #informations .bg-black {
            padding: 60px 30px;
        }

        section,
        .section {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        #clients {
            padding-bottom: 90px;
        }

        .secteur {
            padding: 10px 0;
            border: 1px solid #353d7a;
            margin: 5px 0;
        }

        #clients {
            padding-bottom: 0;
        }

        .client {
            margin-bottom: 20px;
        }

        .bloc-avis {
            margin-bottom: 40px;
        }

        footer {
            text-align: center;
        }
        
        .line-title {
            line-height: 50px;
        }
        
        .img-solutions {
            width: 15%; 
        }


    }