@font-face {
    font-family: 'graphik-regular';
    src: url('../fonts/graphik-webfont/Graphik-Regular.eot');
    src: url('../fonts/graphik-webfont/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/graphik-webfont/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/graphik-webfont/Graphik-Regular.woff') format('woff'),
        url('../fonts/graphik-webfont/Graphik-Regular.ttf') format('truetype'),
        url('../fonts/graphik-webfont/Graphik-Regular.svg#../fonts/graphik-webfont/Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'graphik-black';
    src: url('../fonts/graphik-webfont/Graphik-Black.eot');
    src: url('../fonts/graphik-webfont/Graphik-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/graphik-webfont/Graphik-Black.woff2') format('woff2'),
        url('../fonts/graphik-webfont/Graphik-Black.woff') format('woff'),
        url('../fonts/graphik-webfont/Graphik-Black.ttf') format('truetype'),
        url('../fonts/graphik-webfont/Graphik-Black.svg#../fonts/graphik-webfont/Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}


/*------------------------------------*/
/*-------------- CONTENT -------------*/
/*------------------------------------*/
body {
    font-family: 'graphik-regular', 'arial', sans-serif;
    line-height: 1.7em;
    font-size: 17px !important;
    color: #000000;
    position: relative;
}
#header {
    padding: 90px 0;
    position: relative;
}
img {
    max-width: 100%;
}
ul {
    padding: 0;
}
ul li {
    list-style-type: none;
}
#totop {
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
    position: fixed;
    z-index: 20000;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.totop-visible {
    opacity: 1 !important;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.overlay-black {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.article-block {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    width: 90%;
    margin: auto;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
}
.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*------------------------------------*/
/*-------------- TYPO ----------------*/
/*------------------------------------*/
h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like {
    font-family: 'graphik-black', 'arial', sans-serif;
    margin-bottom: 0.5em;
}
h1, .h1-like {
    font-size: 45px;
}
h2, .h2-like {
    font-size: 30px;
    line-height: 1.5em;
}
#title h2, .h2-like {
    line-height: 1.2em;
}
h3, .h3-like {
    font-size: 21px;
    line-height: 1.4em;
    margin-top: 30px;
}
h4, .h4-like {
    font-size: 19px;
    line-height: 1.4em;
}
p {
    margin: 0 0 15px 0;
}
.tiny-text {
    font-size: 11px;
    line-height: 1.4em;
}
.text-purple {
    color: #941cf8;
}
.text-purple {
    color: #A100FF;
}
.text-blue {
    color: #0051F8;
}
.text-red {
    color: red;
}
.text-white {
    color: white;
}
.text-grey {
    color:grey;
}
.regular {
    font-family: 'graphik-regular', 'arial', sans-serif;
}
.bold {
    font-family: 'graphik-bold', 'arial', sans-serif;
}
.black {
    font-family: 'graphik-black', 'arial', sans-serif;
}
.italic {
    font-style: italic ;
}
.active a {
    background-color: #00BAFF !important;
    color: black !important;
}
.highlight-purple {
    background-color: #941cf8;
    padding: 5px;
    color: white;
}

/*-------------- HELPERS ----------------*/
.chapo {
    padding: 0 90px;
}
.bg {
    padding: 100px 0;
}
.bg-2 {
    padding: 200px 0;
}
.bg-dark-grey {
    background-color: #dce1e5;
}
.bg-grey {
    background-color: #f6f6f6;
}
.bg-black {
    background-color: #000000;
}
.bg-purple {
    background-color: #A100FF;
}
.bg-white {
    background-color: white;
}
.bg-black {
    background-color: black;
}
.bg-gradient {
    background: #7eecd2;
    background: -moz-linear-gradient(top, #7eecd2 2%, #4917fa 100%);
    background: -webkit-linear-gradient(top, #7eecd2 2%,#4917fa 100%);
    background: linear-gradient(to bottom, #7eecd2 2%,#4917fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eecd2', endColorstr='#4917fa',GradientType=0 );
}
.mtm {
    margin-top: 20px !important;
}
.mtl {
    margin-top: 60px !important;
}
.mls {
    margin-left: 10px !important;
}
.mrs {
    margin-right: 10px !important;
}
.mbm {
    margin-bottom: 40px !important;
}
.man {
    margin: 0 !important;
}
.mtn {
    margin-top: 0 !important;
}
.mbn {
    margin-bottom: 0 !important;
}
.pt-20 {
    padding-top: 20px !important;
}

/*------------------------------------*/
/*-------------- LINKS ---------------*/
/*------------------------------------*/
a, a:active, a:focus, button, button:active, button:focus, #programme .tab-pane a {
    font-family: 'graphik-bold', 'arial', sans-serif;
    color: #00BAFF;
    text-decoration: none;
/*    display: inline-block;*/
    background-color: transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
a:hover, button:hover, #programme .active a:hover {
    color: black;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

#conciergerie a:hover {
    color: grey;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

#legal a:hover {
    color: grey;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

/*------------------------------------*/
/*-------------- CTA ------------------*/
/*------------------------------------*/
.cta-primary, .cta-primary:active, .cta-primary:focus {
    font-family: 'graphik-black', 'arial', sans-serif;
    background-color: #00BAFF;
    color: black;
    padding: 20px 50px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    border-radius: 0;
}
.cta-primary:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}
.cta-secondary, .cta-secondary:active, .cta-secondary:focus {
    font-family: 'graphik-black', 'arial', sans-serif;
    background-color: transparent;
    color: black;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    border-radius: 0;
    border: 2px solid #00BAFF;
}
.cta-secondary:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid black;
}
/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*------------------------------------*/
/*-------------- NAV ------------------*/
/*------------------------------------*/
nav .container {
    display: flex;
}
.navbar-default {
    background-color: #ffffff;
}
.navbar-brand {
    height: inherit;
}
.navbar-brand img {
    height: 40px;
}
.navbar {
    margin: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.navbar-header {
    float: inherit !important;
    display: inline-block;
}
#bs-example-navbar-collapse-1 {
    margin: auto 0 auto auto;
}
nav ul li a:hover {
    background-color: #00BAFF !important;
    color: black !important;
}
.navbar-nav>li>a {
    font-family: 'graphik-bold', 'arial', sans-serif;
    padding: 25px 20px;
    font-size: 14px;
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #777;
}

/*------------------------------------*/
/*-------------- HEADER ------------------*/
/*------------------------------------*/
header {
    margin-top: 72px;
}
#header {
    position: relative;
    background: url('../img/Ambient_Pattern_10_Core_Consulting_RGB.png') center no-repeat ;
    background-size: cover;

}
#title {
    margin-right: 49%;
    z-index: 100;
    position: relative;
}
#GT{
    left: 71%;
    position: absolute;
    height: 75%;
    top: 50%;
    width: 40%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/ACC_GT_Dimensional_Purple_RGB_pos.svg) no-repeat top right;
    transition: 1s opacity;
}

#GTtop{
    left: 71%;
    position: absolute;
    height: 75%;
    top: 50%;
    width: 40%;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/ACC_GT_Dimensional_Purple_RGB_pos_top.svg) no-repeat top right;
    transition: 1s opacity;
}


#pre-header p {
    margin: 0;
    font-size: 25px;
    font-family: 'graphik-black', 'arial', sans-serif;
    line-height: inherit;
}
#pre-header {
    padding: 15px 0;
    border-bottom: 1px solid #EFEFEF;
}

/*------------------------------------*/
/*------------ PROGRAMME ------------*/
/*------------------------------------*/

#programme .row {
    border-bottom: 1px solid #A100FF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}
#programme .row p {
    margin: 0;
}
/*#programme h4 {
background-color: white;
padding: 10px 15px;
color: #941cf8;
margin-right: -15px;
margin-left: -15px;
}*/
#programme h4 {
    margin: 0;
}
#programme .glyphicon {
    color: #00F9C1;
    margin-right: 10px;
    top: 2px;
}
#programme li p:nth-child(2) {
    padding-left: 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white !important;
    background-color: #A100FF !important;
}
.nav-tabs>li>a:hover {
    background-color: #00BAFF !important;
    color: black;
}
.nav-tabs>li>a {
    margin-right: 20px;
    padding: 20px 40px;
    border: 1px solid #00BAFF;
    color: #00BAFF;
    background-color: rgba(255,255,255,0.3);
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top: 60px;
}


/*------------------------------------*/
/*------------ DELEGATION ------------*/
/*------------------------------------*/
#delegation {
    background: url('../img/visuelBG.png') center no-repeat fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#delegation .col-sm-8 {
    z-index: 1000;
}
#video-delegation {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/Accenture-AI-Hero.jpg) no-repeat center;
    background-size: cover;
    transition: 1s opacity;
}
#titre-conciergerie {
    background: url('../img/information.svg') left no-repeat;
    padding-left: 70px;
}
#titre-programme {
    background:  url('../img/calendar.svg') no-repeat left;
    padding-left: 70px;
}

/*------------------------------------*/
/*-------------- FORMULAIRE ---------------*/
/*------------------------------------*/
#inscription {
    background: url('../img/cube-pattern.svg') repeat #f6f6f6;
    background-size: 80px;
}
#formulaire form {
    margin-top: 50px;
    font-size: 15px;
}
#formulaire .form-control {
    height: 50px !important;
    font-size: inherit;
    padding: 15px;
}
#formulaire .row {
    margin: 0 !important;
}
#formulaire .form-group {
    text-align: left;
    margin-bottom: 35px;
}
#formulaire .form-control-feedback {
    top: 40px;
    right: 25px;
}
#formulaire label {
    margin-bottom: 5px;
}
.radio label {
    margin-right: 20px;
}
.required::after {
    content: '*';
    color: red;
    margin-left: 5px;
}

/*------------------------------------*/
/*-------------- SLIDER --------------*/
/*------------------------------------*/
.carousel-inner {
    max-width: 55%;
    margin: 0 auto;
}


.car-control, .car-control:active, .car-control:focus {
    background-color: #A100FF;
    color: white;
    padding: 15px;
    position: absolute;
    top: 40%;
    z-index: 1000;
}
.car-control:hover {
    background-color: black;
    color: white;
}
.car-control.left {
    left: 0;
}
.car-control.right {
    right: 0;
}
.modal {
    z-index: 30000;
}
.modal.in {
    display: flex !important;
}
.modal-content {
    position: relative;
    margin: auto;
    background-color: transparent;
    text-align: center;
}
.modal-content img {
    max-height: 70vh;
}
.modal-backdrop.in {
    z-index: 20000;
    opacity: 0.8;
}
button.close {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: none;
    opacity: inherit;
    background-color: #A100FF;
    padding: 15px 20px;
    float: inherit;
    position: absolute;
    top: 0;
    right: 0;
}
button.close:hover {
    color: white;
    opacity: inherit;
    background-color: black;
}

/*------------------------------------*/
/*-------------- FOOTER --------------*/
/*------------------------------------*/
footer {
    padding: 30px 0;
}
footer p {
    font-size: 14px;
}
#social a {
    width: 37px;
    height: 37px;
    display: inline-block;
    margin-right: 15px;
    font-size: 0;
    background-image: url('../img/spr-global.png');
}
#social a:hover {
    opacity: 0.5;
}
#logo-footer {
    width: 150px;
    margin-bottom: 30px;
}
#fb {
    background-position: 0 0;
}
#linkedin {
    background-position: -42px 0;
}
#twitter {
    background-position: -84px 0;
}
#youtube {
    background-position: -168px 0;
}
#apps {
    background-position: -252px 0;
}


/*------------------------------------------*/
/*-------------- RESPONSIVE ----------------*/
/*------------------------------------------*/
@media (max-width: 2000px) {
    #video-title {
        position: absolute;
        top: 50%;
        left: 30%;
        width: 55%;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/robotarm.jpg) no-repeat 500px top;
        background-size: 43%;
        transition: 1s opacity;
    }
}

@media (max-width: 1700px) {
    #video-title {
        position: absolute;
        top: 50%;
        left: 25%;
        width: 75%;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/robotarm.jpg) no-repeat 500px top;
        background-size: 43%;
        transition: 1s opacity;
    }
}
@media (max-width: 1199px) {

    #video-title {
        position: absolute;
        top: 40%;
        left: 20%;
        width: 70%;
    }
}
@media (max-width: 991px) {
    #title {
        margin-right: 0;
    }
    #GTtop {
        display: none;
    }
    #GT {
        left: 55%;
        top: 40%;
        width: 75%;
        height: 70%;
    }
    #header {
        background:  url('../img/Ambient_Pattern_10_Core_Consulting_RGB.png') left no-repeat;
        background-size: 140vh;
    }

    .overlay-white {
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #programme li p:nth-child(2) {
        padding-left: 0;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 767px) {
    #GT {
        left: 50%;
        top: 37%;
        width: 70%;
    }
    nav .container {
        display: inherit;
    }
    .navbar-header {
        float: inherit !important;
        display: inherit;
    }
    #bs-example-navbar-collapse-1 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-toggle {
        margin-top: 17px;
    }
    #logo-delegation {
        margin-left: 15%;
        width: 70%;
    }

    .article-block {
        padding: 25px;
        width: 90%;
    }
    #delegation:hover .article-block {
        box-shadow: none;
        top: 0px;
        left: 0px;
    }
    #delegation:hover {
        background-size: auto 100%;
    }
    .carousel-inner {
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    #formulaire {
        padding: 30px 0;
    }
    .chapo {
        padding: 0;
    }
    .nav-tabs>li, .nav-tabs>li>a {
        width: 100%;
        text-align: center;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 375px) {
    h1, .h1-like {
        font-size: 26px;
    }
    h2, .h2-like {
        font-size: 20px;
        line-height: 1.3em;
    }
    #totop {
        right: 30px;
        bottom: 30px;
    }
    .cta-primary {
        padding: 15px 30px;
        font-size: 14px;
    }
    #pre-header {
        padding: 10px 0;
    }
    #pre-header p {
        font-size: 18px;
    }
    .padding-60 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
        padding-left: 20px;
    }
    body {
        line-height: 1.6em;
        font-size: 15px !important;
    }
    .bg, .bg-2 {
        padding: 50px 0;
    }
    #header {
        padding: 100px 0;
    }
    #titre-conciergerie, #titre-programme {
        padding-left: 40px;
    }
}

