/*!
 * Start Bootstrap
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT
 */
body,html{
    width:100%;
    height:100%;
}
.bg-Viaduc {
    position:relative;
    display:table;
    width:100%;
    height:auto;
    background:-webkit-gradient(linear,left top,right top, from(rgba(255, 255, 255, .1)),to(rgba(240, 120, 53, 0.7))), url(../img/bg-masthead.jpg) repeat-y center;
}
.titr1 {
    font-family: 'Fredoka One', cursive;
    position:center;
    min-width:5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: content-box;
    border-top-width: 3px;
    border-color: #e0a800;
}

/*entet*/

.entet{
    position:relative;
    width:100%;
    height:auto;
    padding-top:0;
    padding-bottom:0;
    background: url(../img/bg-callout.jpg) no-repeat center center;
    background-size:cover;
}
.arab {
    font-family: 'Amiri', serif;
    position:center;
    min-width:5px;
    padding-top: 35px;
    padding-bottom: 5px;
    font-size: 250%;
}
.sigle img {
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sigle:hover img {
    border-radius: 10%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.sigle1 img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sigle1:hover img {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.lightf {
    position: relative;
}
.lightf::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 100%;
}
.lightf:hover::before {
    -webkit-animation: circle 1.75s;
    animation: circle 1.75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 80%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 80%;
        opacity: 0;
    }
}
/*photo PDG*/
.Profil-item2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-box-shadow:13px 13px 13px 0 rgba(0,0,0,.45);
    box-shadow:13px 13px 13px 0 rgba(0, 0, 0, 0.45);
}
.Profil-item2:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

/*scroll-to-top*/

.scroll-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    display:none;
    width:45px;
    height:45px;
    text-align:center;
    color:#fff;
    background: rgba(61, 68, 74, 0.79);
    line-height:20px;
}
.scroll-to-top:focus,.scroll-to-top:hover{
    color: #0006f8;
}
.scroll-to-top:hover{
    background: rgba(240, 120, 53, 0.7);
}
.scroll-to-top i{
    font-weight: 800;
    font-size: 25px;
}
.scroll-to-top {
    -webkit-animation: mymove 2s infinite;
    animation: mymove 2s infinite;
}
@-webkit-keyframes mymove {
    50% {text-shadow: 2px 5px 8px #fbff36;
    }
}
@keyframes mymove {
    35% {text-shadow: 2px 5px 8px #0006f8;
    }
}

/*navbar*/

.navbar,.dropdown-menu{
    color: #fff;
    background: rgba(240, 121, 53, 0.7);
}
.nav-header button{
    color:white;
}
.nav-header button:hover{
    color: #0006f8;
    background:0 0;
}
.list-inline li.list-inline-item a{
    display:block;
    text-decoration:none;
    color: rgb(255, 255, 255);
    padding:15px;
}
.list-inline li a:hover{
    text-decoration:none;
    color: #0006f8;
    background:rgba(0,0,0,.1);
}
.navbar-brand li a{
    display:block;
    text-decoration:none;
    color: #fff;
    padding: 8px;
}
.navbar-brand li a:hover{
    color: #0006f8;
    background: rgba(0, 0, 0, 0.1);
}

/*btn*/

.btn{
    -webkit-box-shadow:0 3px 3px 0 rgba(43, 43, 43, 0.8);
    box-shadow:0 3px 3px 0 rgba(43, 43, 43, 0.8);
    font-weight:700;
}
.btn2{
    -webkit-box-shadow:0 15px 15px 0 rgba(43, 43, 43, 0.8);
    box-shadow:0 15px 15px 0 rgba(43, 43, 43, 0.8);
    font-weight:700;
}
.btn3{
    -webkit-box-shadow:0 3px 3px 0 rgba(43, 43, 43, 0.8);
    box-shadow:0 3px 3px 0 rgba(43, 43, 43, 0.8);
    font-weight:700;
    width:100%;
    height:auto;
    background: url(../img/sigle01.png) no-repeat center center;
    background-size: 20%;
    background-position-y: center;
    background-position-x: right;
}
.bouton{
    border-radius: 30px;
    min-height:2rem;
    position:relative;
    display:table;
    width:100%;
    height:auto;
    padding-top:1rem;
    padding-bottom:1rem;
    background:-webkit-gradient(linear,left top,right top, from(rgba(255,255,255,.1)),to(rgba(240, 121, 53, 0.3)));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0%, rgba(240, 121, 53, 0.3) 100%);
}
.bouton:hover{
    text-decoration:none;
    color: #0006f8;
    background: rgba(14, 14, 14, 0.09);
}
.bouton1{
    border-radius: 3px;
    position:relative;
    display:table;
    width:100%;
    height:auto;
    padding-top:1rem;
    padding-bottom:1rem;
    background: rgba(255,255,255,.1);
}
.bouton1:hover{
    text-decoration:none;
    color: #0006f8;
    background: -webkit-gradient(linear,left top,right top, from(rgba(255,255,255,.1)),to(rgba(240, 121, 53, 0.3)));
}

/*carousel*/

.carousel-inner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
.carousel-inner:hover img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}
.masthead2{
    padding-top: 25px;
    padding-bottom: 25px;
    width:100%;
    height:auto;
}
.carousel-inner {
    -webkit-box-shadow:0 15px 15px 5px rgba(43, 43, 43, 0.64);
    box-shadow:0 15px 15px 5px rgba(43, 43, 43, 0.8);
    width: auto;
    border-radius: 50px;
    position: relative;
    opacity: 90%;
}
.carousel-indicators .active {
    background-color: #0006f8;
}
/*carousel indication*/
.carousel-item .caption h6 {
    color: #b1dfbb;
    z-index: 1;
    position: relative;
    bottom: 0;
    padding: 5px;
}
.carousel-item .caption h5 {
    color: #b1dfbb;
    z-index: 1;
    position: relative;
    bottom: 0;
    padding: 5px;
}
.carousel-item .caption p {
    color: #b1dfbb;
    z-index: 1;
    background: rgba(0, 6, 248, 0.5);
    position: absolute;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    display: none;
}
.carousel-item:hover .caption {
    text-decoration: none;
    color: #fff815;
    transition: all 1s;
}
.carousel-item h5:hover  {
    background: rgba(155, 155, 155, 0.4);
    color: red;
    transition: all 1s;
    transform: scale(1.3);
    border-radius: 5px;
}

/*services*/

.service-icon{
    background-color:#fff;
    color: rgba(240, 120, 53, 0.7);
    height:7rem;
    width:7rem;
    display:block;
    line-height:7.5rem;
    font-size:2.25rem;
    -webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow:0 3px 3px 0 rgba(0,0,0,.1);
}

/*historique*/

.callout{
    height: 900px;
    padding:15rem 0;
    background:url(../img/bg-callout.jpg) no-repeat center center;
}

/*Media*/

video{
    -webkit-box-shadow:0 15px 15px 5px rgba(43, 43, 43, 0.64);
    box-shadow:0 15px 15px 5px rgba(43, 43, 43, 0.8);
    position: relative;
    width: auto;
    height: auto;
    border-radius: 10px;
}
.Profil-item3 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-box-shadow:13px 13px 13px 0 rgba(0,0,0,.45);
    box-shadow:13px 13px 13px 0 rgba(0, 0, 0, 0.45);
}
.Profil-item3:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*divers projets*/

.masthead1{
    min-height:10rem;
    position:relative;
    display:table;
    width:100%;
    height:auto;
    padding-top:2rem;
    padding-bottom:2rem;
}
.Profil-item img {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow:13px 13px 13px 0 rgba(0,0,0,.45);
    box-shadow:13px 13px 13px 0 rgba(0, 0, 0, 0.45);
}
.Profil-item:hover img {
    border-radius: 50%;
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.Profil-item1 img {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow:13px 13px 13px 0 rgba(0,0,0,.45);
    box-shadow:13px 13px 13px 0 rgba(0, 0, 0, 0.45);
}
.Profil-item1:hover img {
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.Profil-item .caption {
    z-index: 1;
    position: absolute;
}
.Profil-item a> i {
    z-index: 1;
    position: absolute;
    color: rgba(0, 6, 248, 0.51);
    top: 80%;
    left: 0;
}
.Profil-item .caption h5 {
    background: rgba(250, 255, 255, 0.41);
    color: #020100;
    position: relative;
    padding: 5px;
    margin-top: 2rem;
}
.Profil-item .caption p {
    background: rgba(250, 255, 255, 0.41);
    padding: 0;
    border-radius: 0;
    display: none;
    width: auto;
    position: absolute;
    top: 95px;
    left: 0;
    text-align: center;
    font-weight:700;
 }
.Profil-item .caption hr {
    display: none;
    margin-top: 25px;
    margin-bottom: 5px;
}
.Profil-item:hover .caption {
    text-decoration: none;
    color: #0006f8;
    transition: all 1s;
}
.Profil-item h5:hover  {
    background: rgba(250, 255, 255, 0.5);
    color: red;
    transition: all 1s;
    transform: scale(1.3);
    border-radius: 5px;
}

.Profil-item .caption h6 {
    z-index: 1;
    background: rgba(250, 255, 255, 0.41);
    padding: 5px;
    border-radius: 5px;
    display: none;
    width: auto;
    position: absolute;
    top: 0;
    left: 40%;
    text-align: center;
}
/*map*/

.map{
    height:40rem;
}
@media (max-width:992px){
    .map{
        height:100%;
    }
}
.map iframe{
    pointer-events:none;
}

/*footer*/

footer.footer{
    padding-top:50px;
    padding-bottom:50px;
}

/*Animation*/
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    display: inline-block;
    animation: bounce;
    animation-duration: 2s;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    display: inline-block;
    animation: lightSpeedIn;
    animation-duration: 1s;
}
.lightSpeedIn1 {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    display: inline-block;
    animation: lightSpeedIn;
    animation-duration: 2s;
}



