body { font-family: Helvetica, Arial, sans-serif; }

header, footer
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 125px;
    z-index: 999;
    background-color: #dddddd;
    /*background-color: #c3c1c1;*/
    /*background-color: #292c2f;*/
    /*color: white;*/
}

footer { font-weight: bold; }


header, footer, .information-container, .contact-more
{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

ul li { list-style-type: square; }

.text-shadow
{
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.building { display: inline-block; background: url('../images/building.png') no-repeat; width: 42px; height: 42px; background-size: 42px; }

.smaller-title
{
    font-size: 20px;
}

.smaller-logo
{
    /*background: url('../images/logo_seul_leduc_1.0.svg') no-repeat;*/
    background: url('../images/logo_leduc_1.0.svg') no-repeat;
    background-size: 150px;
    width: 300px;
    height:200px;
}

.header-sticky {
    position: fixed;
    background-color: #dddddd;
    /*background-color: #c3c1c1;*/
    width: 100%;
    height: 100px;
    opacity: 1;
    top: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.main-logo
{
    /*background: url('/images/logo_leduc_1.0.svg') no-repeat;*/
    /*background-size: 300px;*/
    /*width: 300px;*/
    /*height:200px;*/
    /*display: flex;*/

    /*background: url('../images/logo_seul_leduc_1.0.svg') no-repeat;*/
    background: url('../images/logo_leduc_1.0.svg') no-repeat;
    background-size: 200px;
    width: 300px;
    height:200px;

    margin-top: auto;
}

.main-title {
    font-size: 20px;
}

.main-title-label { display: inline-block; padding-left: 15px; }

.smaller-logo { margin-top: auto; }
.main-title div, .main-logo span { margin: auto; }

.missions-container
{
    background-image: url('/images/image2-opacity.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-color: transparent;
    background-position:70% 5%;
    /*opacity: 0.3;*/
    z-index: -1;
    background-attachment:fixed;

    display: flex;
    justify-content: space-around;
    /*align-items: stretch;*/
    flex-wrap: wrap;
    margin: auto;
}

.contact-container
{
    display: flex;
    justify-content: center;
    /*align-items: stretch;*/
    flex-wrap: wrap;
    margin: auto;
    /*text-align: justify;*/
}

.information-container
{
    background-color: #007E69;
    width: 91%;
    max-width: 1030px;
    padding: 20px 15px;
    border-radius: 20px;
    color: #fff;

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.missions-title { padding: 25px 0; }

.missions-box { width: 500px; }

.missions-sub-title
{
    font-weight: bold;
    text-align: center;
    background-color: #007E69;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
}

.missions-logo
{
    width: 75px;
    height: 75px;
    margin: auto;
    top: 0;
    left: 0;
}

.missions-logo[data-icon=conception] {  background: url('/images/logo1.png') no-repeat; background-size: 70px; }
.missions-logo[data-icon=execution] {  background: url('/images/logo2.png') no-repeat; background-size: 70px; }
.missions-logo[data-icon=diagnostic] {  background: url('/images/logo3.png') no-repeat; background-size: 70px; }

.missions-section h1 { text-align: center; }

.module-description-inline { border-radius: 20px; position: relative; display: inline-block; vertical-align: middle; margin: 20px 10px; width: 600px; background-color: #dddddd; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); transition: all ease 0.25s; }
.module-description-inline span { display: block; text-align: center }
.module-description-inline:hover { box-shadow: 0 10px 20px rgba(0,126,105,0.19), 0 6px 6px rgba(0,126,105,0.23); }
.module-description-inline-title { line-height: 40px; font-size: 18px; color: #F2F2F2; background-color: #292c2f; transition: color ease 0.25s; padding: 5px 0; }
.module-description-inline:hover .module-description-inline-title { color: #ffffff; background-color: #007E69 }
.module-description-inline-content { font-size: 14px; color: #444444; line-height: 25px; padding: 10px; transition: padding ease 0.25s; text-align: center; }

#fleche_bulle
{
    position: absolute;
    top: 200px;
    left: -12px;

    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #dddddd transparent transparent;
}

.contact-more-container { display: flex; flex-direction: column; justify-content: space-between; height: 765px; }
.contact-more { border-radius: 20px; padding: 20px 25px; margin-left: 10px; width: 470px; background-color: #dddddd }
.contact-more img { width: 20px; height: 20px; }
.contact-more label { padding-left: 15px; }

.nav-links a { padding-right: 15px; }
.nav-links a img { width: 38px; height: 38px; }

@media all and (max-width: 1095px)
{
    .main-title, .smaller-title { display: none;}

    .smaller-logo { margin: auto }

    #fleche_bulle
    {
        position: absolute;
        top: -12px;
        left: 250px;

        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #dddddd transparent;
    }

    .contact-more-container { justify-content: center; height: 700px; }
    .information-container { max-width: 490px; }
}