@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/** General CSS **/

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

html, body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #EDF0F0;
    color: #333333;
}

.page-content {
    padding: 0 15vh 0 15vh;
}

.light-title, .dark-title {
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-shadow: #353535;
}

.light-title {
    color: #c7d2dd;
}

.dark-title {
    color: #103247;
}

a:link {
    color: #2659a8;
}

a:visited {
    color: #21326b;
}

a:hover {
    text-decoration: none;
    color: #7ba7dd;
}



/** End of general CSS **/

/** Header / navbar Section **/

/* .logo {
    height: 50px;
    margin-right: auto;
} */

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

.navbar-brand {
    font-weight: 700;
    font-size: 30px;
    color: white;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-light .active, .navbar-dark .active {
    color: #2659a8;
}

.language-switch {
    margin: 0 1rem;
}

.language-switch a{
    margin: 0 .5rem;
}

.navbar-dark .language-switch a:link{
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .language-switch a:hover{
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .language-switch a.active{
    color: rgba(255, 255, 255, 1)
}


.navbar-light .language-switch a:link{
    color: rgba(0, 0, 0, .5)
}

.navbar-light  .language-switch a:hover{
    color: rgba(0, 0, 0, .75)
}

.navbar-light  .language-switch a.active{
    color: rgba(0, 0, 0, .9)
}


/** End of header / navbar section **/

/** Hero Section **/

.hero-section {
    margin: 0 -15vh 0 -15vh;
}

.hero-top1 {
    background: url(images/chantier_ETPO.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.hero-top2 {
    background: url(images/pirocie_team.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.hero-top3 {
    background: url(images/charles_office.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.hero-top1, .hero-top2, .hero-top3 {
    min-height: 50em;
}

/** End of Hero Section **/

/** Approach section **/

.approach-section {
    text-align: justify;
    padding: 3rem 0 3rem 0;
    min-height: 20rem;
}

/** End of approach section **/

/** Services section **/

.services-section {
    margin: 0 -15vh 0 -15vh;
    padding: 1rem 0 2rem 0;
    /*background: linear-gradient(156deg, #FF7159 0%,#C45151 10%, #2576a8 60%, #206691 90%);*/
    background: radial-gradient(circle at top left, #FF7159 0%, #C45151 5%, #2576a8 60%, #206691 90%);
}

.services-section .container {
    text-align: center;
    padding: 0 1rem ;
    width: 70%;
    margin: auto;
}

.service-icon img {
    max-width: 150px;
    height: auto;
}

.service-icon .img-container{
    height: 150px;
}

.service-icon h3 {
    margin-top: 1rem;
    color: #c7d2dd;
}

.service-icon p {
    color: #c7d2dd;

}

.service-icon ul {
    color: #c7d2dd;
    list-style: none;
}

/** End of services section **/

/** Project portefolio section **/

.projects-section {
    text-align: center;
    padding: 1rem 0 2rem 0;
    ;
    width: 100%;
    height: 100%;
}

.portefolio-container {

    max-width: 50rem;
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
    grid-template-areas: 
    "medium1 medium1 large large large large" 
    "medium1 medium1 large large large large" 
    "medium2 medium2 large large large large" 
    "medium2 medium2 wide-min   wide-min tall-min tall-min" 
    "medium3 medium3  wide-min   wide-min tall-min tall-min" 
    "medium3 medium3   small   tall tall tall"
    "wide    wide   wide   tall tall tall" 
    "wide    wide   wide   tall tall tall" ;
}

.portfolio-item{
    background: #686868;
    color: transparent;
    /* color: white; */
    font-weight: 500;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
}

/* .portfolio-item p.credits-photo
{
    position: absolute;
    bottom: .3rem;
    right: .8rem;
    font-size: 10px;
    margin: 0;
} */


.item-content{
    text-align : center;
    margin: auto;
}

.portefolio-row {
    padding: 0;
}

.portfolio-item:hover {
    background-blend-mode: multiply;
    background-color: #353535;
    transition: all ease-in 0.2s;
}

.portfolio-item:hover h5{
    color: #f7f7f7
}
.portfolio-item:hover p{
    color: #c9c9c9
}

.one {
    background-image: url("images/vinci_autoroute_bars.png");
    background-size: cover;
    background-position: center;
    grid-area: medium2;
}

.two {
    background-image: url("images/louvre-abu-dhabi.jpg");
    background-size: cover;
    background-position: center;
    grid-area: large;
}

.three {
    background-image: url("images/chantier_ETPO.jpg");
    background-size: cover;
    background-position: center;
    grid-area: wide-min;
}

.four {
    background-image: url("images/alila_zac.jpg");
    background-size: cover;
    background-position: center;
    grid-area: small;
}

.five {
    background-image: url("images/Duarib.png");
    background-size: cover;
    background-position: top;
    grid-area: tall;
    min-height: 20rem;
    position: relative;
}

.six {
    background-image: url("images/batiprint_vr.jpg");
    background-size: cover;
    background-position: center;
    grid-area: wide;
    position: relative;
}

.seven {
    background-image: url("images/Omega-Alliance.png");
    background-size: cover;
    background-position: center;
    grid-area: medium1;
}

.height {
    background-image: url("images/OB_Profil.png");
    background-size: cover;
    background-position: center;
    grid-area: medium3;
}

.nine {
    background-image: url("images/So_Build_PIC_1.png");
    background-size: cover;
    background-position: center;
    grid-area: tall-min;
    position: relative;
}



@media screen and (max-width: 850px) {
    .page-content {
        padding: 0 5vh 0 5vh;
    }

    .portefolio-container {
        max-width: 50rem;
        display: grid;
        grid-template-rows: repeat(10, 1fr);
        grid-template-columns: repeat(5, 1fr);
        grid-gap: .75rem;
        grid-template-areas: 
        "medium1 medium1 tall   tall   tall" 
        "medium1 medium1 tall   tall   tall " 
        "medium2 medium2 tall   tall   tall" 
        "medium2 medium2 tall   tall   tall"
        " large   large  large large  large "
        " large   large  large large  large "
        "  wide-min   wide-min tall-min tall-min small" 
        "  wide-min   wide-min tall-min tall-min small" 
        "medium3 medium3  wide wide wide" 
        "medium3 medium3  wide wide wide" ;
    }

    .five {
        background-image: url("images/Duarib.png");
        background-size: cover;
        background-position: top;
        grid-area: tall;
        position: relative;
        min-height: 0;
    }
    
}


@media screen and (max-width: 500px) {
    .page-content {
        padding: 0 2rem 0 2rem;
    }

    .portefolio-container {
        max-width: 50rem;
        display: grid;
        grid-template-rows: repeat(9, 10rem);
        grid-template-columns: repeat(2, 1fr);
        grid-gap: .75rem;
        grid-template-areas: 
        "medium1 medium1" 
        "medium2 medium2"
        "tall tall"
        " large large"
        " wide-min  wide-min" 
        "wide wide" 
        " tall-min tall-min " 
        "medium3 medium3 " 
        "small small";
    }

    /* .portfolio-item{
        min-height: 10rem;
    } */
    
}

.modal-header{
    padding:0;
    overflow: hidden;
    max-height: 60vh;
    position: relative;
    color: white;
}

.modal-header.dark{
    color: #2659a8;
    font-weight: 700;
}

.modal-header img{
    max-width: 100%;
    object-fit: cover;
    padding:0;
}

.modal-body {
    text-align: justify;
}

.modal-body p{
    font-size: 14px;
    margin-top: 1rem;
}

.modal-header .close{
    color: inherit;
    opacity: 1;
    text-shadow: none;
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: .5rem;
    margin: 0;
    padding: 0;
}

p.credits-photo
{
    position: absolute;
    bottom: .1rem;
    right: .8rem;
    font-size: 10px;
    margin: 0;
    color: inherit;
}



.tech-icon-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 3rem;
}

.tech-icon{
    height: 2.5rem;
    min-width: 2rem;
    margin: 0 .5rem;
    filter: brightness(.4);
}

.hololens{
    background: url("images/logo-hololens.png") no-repeat center;
    background-size: contain;
    height: 3rem;
    margin: 0;
}

.ar{
    background: url("images/logo-ar.png") no-repeat center;
    background-size: contain;
    height: 2rem;
}

.revit{
    background: url("images/logo-revit.png") no-repeat center;
    background-size: contain;
    height: 2rem;
}

.unity{
    background: url("images/logo-unity.png") no-repeat center;
    background-size: contain;
    height: 2rem;
}

.vr{
    background: url("images/logo-vr.png") no-repeat center;
    background-size: contain;
    height: 2rem;
}

.excel{
    background: url("images/logo-excel.png") no-repeat center;
    background-size: contain;
    height: 2rem;
}

.ms-project{
    background: url("images/logo-project.png") no-repeat center;
    background-size: contain;
    height: 2rem;
}

/** End of projects portefolio section **/

/** Parnters section **/

.partners-section {
    margin: 0 -15vh 0 -15vh;
    padding: 1rem 0 2rem 0;
    background: radial-gradient(circle at bottom right, #FF7159 0%, #C45151 5%, #2576a8 60%, #206691 90%);
    min-height: 15rem;
}

.slider-container {
    max-width: 1000px;
    padding: 0 3rem;
    margin: 0 auto 0 auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.slider-container::before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

.slider-container li:hover {
    cursor: pointer;
}

.controls {
    color: #c7d2dd;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.controls .svg-inline--fa {
    max-height: 0.5em;
}

.controls:focus {
    outline: none;
}

.slider-item {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-item::before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

.my-slider {
    position: relative;
}

.img-1 {
    background: url(images/groupe-etpo-logo_white.png) no-repeat center;
}

.img-2 {
    background: url(images/logo_aia_white.png) no-repeat center;
}

.img-3 {
    background: url(images/logo_atwill-morin_white.png) no-repeat center;
}

.img-4 {
    background: url(images/logo_Bouygues_Construction.png) no-repeat center;
}

.img-5 {
    background: url(images/logo_duarib_white.png) no-repeat center;
}

.img-6 {
    background: url(images/logo_egis.png) no-repeat center;
}

.img-7 {
    background: url(images/logo_provencher-roy_white.png) no-repeat center;
}

.img-8 {
    background: url(images/logo_alto_ingenierie_white.png) no-repeat center;
}

.img-1, .img-2, .img-3, .img-4, .img-5, .img-6, .img-7, .img-8 {
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    min-height: 150px;
    filter: brightness(.8);
}

/** End of partners section **/

/** Footer section **/

/*.contact{
    text-align: center
} */

.contact img {
    margin: 1.5rem 0;
}

.contact p {
    font-size: 14px;
}

.contact h5, .contact p {
    text-align: left;
    margin: 0;
}

.contact br {
    font-size: 14px;
}

.follow-us, .footer-navigation, .contact
{
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {

    .follow-us, .footer-navigation, .contact
    {
        margin-top: 2rem;
        text-align: center;
    }
    
    .contact h5, .contact p {
        text-align: center;
        margin: auto;
    }
}

/* .footer-navigation
{
    margin-top: 68px;
} */

/* .footer-top {
    padding-top: 2rem;
} */

.footer-navigation h3 {
    margin-bottom: 2rem;
}

.footer-navigation ul a li , .footer-navigation h3,
.contact p, .contact h5, .contact h3,
.follow-us h3
{
    text-transform: uppercase;
}

.footer-navigation ul li {
    list-style-type: none;
    margin: .75rem 1rem;
}

.footer-navigation ul a {
    text-decoration: none;
    color: #333333;
}

.social-media {
    text-align: center;
}

.social-media i {
    font-size: 2.5em;
    margin: .5em .25em 0 .25em;
    transition: .25s ease-in-out;
}

.social-media ul {
    display: inline;
}

.social-media ul li {
    list-style-type: none;
}

/*.facebook, .youtube, .linkedin, .twitter {
    color: #2e2c2c;
}*/

.social-media i:hover {
    transform: scale(1.2);
}

a.youtube {
    color: #ff0000;
}

a.twitter {
    color: #55acee;
}

a.facebook {
    color: #3b5998;
}

a.linkedin {
    color: #007bb5;
}

a:visited .facebook, 
a:visited .linkedin, 
a:visited .twitter, 
a:visited .youtube
{
    color: unset;
}

.youtube:hover {
    color: #ff0000;
}

.twitter:hover {
    color: #55acee;
}

.facebook:hover {
    color: #3b5998;
}

.linkedin:hover {
    color: #007bb5;
}

.authorized-logo img {
    margin: 2rem auto;
}

.authorized-logo {
    text-align: center;
}


.copyright-footer {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: .1rem solid #2659a8;
    width: 100%;
    text-align: center;
}

.copyright-footer p {
    font-size: 12px;
}

.copyright-footer p>a {
    margin-left: .5rem;
    text-transform: uppercase;
}

/**End of footer section **/


/** Legals section **/

.legals-section{
    text-align: justify;
}

.legals-section h3 {
    margin-top: 125px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.legals-section ol {
    margin-left: 2rem;
    /* font-weight: 700;
    font-size: ; */
}

.legals-section p {
    margin : 1rem;
}

/** End of legals section **/


/** Products section **/
.products-section
{
    text-align: justify;
}

.products-section h3 {
    margin-top: 125px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.products-section ul {
    margin-left: 2rem;
    list-style-type: none;
}

.custom-border-top{
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: .1rem solid #2659a8;
    width: 100%;
    text-align: center;
}

.custom-border-top img{
    width: 100%;
    text-align: center;
}

/** End of products section **/