/* ---------------------------- Utils ---------------------------- */

.blocky {
    display: block;
}

.blockyExtra {
    display: block;
    margin-top: 1.0em;
}
.smallText {
    font-size: 0.9em;
    font-weight: normal;
	color:#555;
}
.largeText {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.5em 0;
    text-align: center;
}

.largeTextLeft {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.5em 0;
    text-align: left;
}

.largerText {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
    text-align: center;
}

.largerTextLeft {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
    text-align: left;
}

.largerText2 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
    text-align: left;
}

.largerpText {
    font-size: 1.3em;
}


.spacer {
    margin-top: 1.0em;
}

.fa-check-square-o {
    color: #6e0637;
}

/* ---------------------------- DIV spacing ---------------------------- */

.row.oneStep {
    margin-top: 2em;
}

/* ---------------------------- 2 columns ---------------------------- */

.oneContentTwoColumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: 70px;
}

.oneContentTwoColumns li {
    list-style-type: none;
}

/* ---------------------------- Social media ---------------------------- */

.socialMedia {
    overflow-y: auto;
    overflow-x: hidden;
}

.socialMedia a.socialbutt {
    display: block;
    /*max-width: 400px;
    min-height: 47px;
    height: auto;
    color: #131313;
    font-weight: inherit;
    border-radius: 4px;
    background: #e9e9e9;*/
    font-size: 1em;
    line-height: 2.0em;
    padding: 0px 10px 0px 35px;
    border-bottom: none;
}

.socialMedia a.socialbutt {
    text-decoration: none;
}

.socialMedia ul.socialbut1 {
    margin-left: 0px;
    list-style-type: none;
}

.socialMedia a.twitter {
    background: transparent url(../images/sm/twitter.png) top left no-repeat;
}

.socialMedia a.facebook {
    background: transparent url(../images/sm/facebook.png) top left no-repeat;
}

.socialMedia a.instagram {
    background: transparent url(../images/sm/instagram.png) top left no-repeat;
}

.socialMedia a.linkedin {
    background: transparent url(../images/sm/linkedin.png) top left no-repeat;
}

.socialMedia a:hover.twitter, .socialMedia a:focus.twitter, .socialMedia a:hover.facebook, .socialMedia a:focus.facebook, .socialMedia a:hover.instagram, .socialMedia a:focus.instagram, .socialMedia a:hover.linkedin, .socialMedia a:focus.linkedin {
    opacity: 0.8;
}

.socialMedia ul li a {
    font-weight: normal;
}

.facebookad a {
    border: 1px solid #46166B;
    background: url('../images/facebooklive.png') bottom center no-repeat;
    background-size: 100% 100%;
    min-height: 100px;
    width: 200px;
    float: right;
    color: black;
    display: block;
    text-decoration: none;
    padding-bottom: 40px;
    margin: 0 0 0px 20px;
    box-shadow: 5px 5px 5px #d8d8d8;
}

.facebookad h2 {
    font-size: 1.2em;
    font-weight: 300;
    padding: 10px 5px 10px 5px;
    text-align: center;
    border-bottom: 1px solid #46166B;
    background-color: #46166B;
    color: white;
    margin: 0;
}

.facebookad p {
    padding: 10px;

}

.facebookad a:hover {
    opacity: 0.7;
}

@media (max-width: 800px) {

    .oneContentTwoColumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        height: 100%;
    }

    .socialMedia a.socialbutt {
        width: 100%;
    }
}

/* ---------------------------- Tool boxes ---------------------------- */

.flex-item-left {
    flex: 45%;
}

.flex-item-right {
    flex: 45%;
}

/*.last-item {
    max-width: 50%;
}*/

.reso {
    display: flex;
    flex-wrap: wrap;
    /*flex-flow: row wrap;
    justify-content: space-between;*/
}

.reso::after {
    content: "";
    /*flex: auto;*/
    flex: 0 0 50%;
    max-width: 50%;
}

.reso>li {
    background: #ebebeb;
    /*flex-grow: 1;
    width: 33%;
    height: 200px;*/
    list-style-type: none;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 0.5em;
    margin-right: 0.5em;
}

/*.reso>li:nth-child(even) {
    background: #ebebeb;
}

.reso>li:nth-child(odd) {
    background: #fff;
}*/


/* - flex mobile - */

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .flex-item-right, .flex-item-left {
        flex: 100%;
    }

    ul.reso {
        margin-left: 0px;
    }
}

/*
.reso li.soc a p.socImage {
    background: transparent url(../images/soc-thumb-eng.png) top center no-repeat;
    width: 197px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

.reso li.soc a p.socImage_f {
    background: transparent url(../images/soc-thumb-fra.png) top center no-repeat;
    width: 197px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}
*/

/*
.reso li.emails a p.emailsImage {
    background: transparent url(../images/emailcourriels-thumb-eng.png) top center no-repeat;
    width: 200px;
    height: 113px;
    border: 1px #c0c0c0 solid;
}

.reso li.emails a p.emailsImage_f {
    background: transparent url(../images/emailcourriels-thumb-fra.png) top center no-repeat;
    width: 200px;
    height: 113px;
    border: 1px #c0c0c0 solid;
}
*/

.reso li.handout a p.handoutImage {
    background: transparent url(../images/posteraffiche-thumb-eng.png) top center no-repeat;
    width: 200px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

.reso li.handout a p.handoutImage_f {
    background: transparent url(../images/posteraffiche-thumb-fra.png) top center no-repeat;
    width: 200px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

.reso li.webpage p.webImage {
    background: transparent url(../images/web-thumb.png) top center no-repeat;
    width: 168px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

.reso li a {
    text-decoration: none;
}

.reso li a:hover {
    opacity: 70%;
    text-decoration: underline;
}

/* ---------------------------- Expand/collapse ---------------------------- */

details.openClose {
    margin-bottom: 1em;
    margin-top: 1.0em;
    padding: 5px;
    background-color: #fff;
    outline: 1px solid #fff;
}

details.openClose summary {
    margin-bottom: 0.8em;
    cursor: pointer;
    margin-left: 0;
    list-style: none;
}

details.openClose summary::-webkit-details-marker {
    display: none;
}


details.openClose summary h3 {
    color: #481773;
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
    margin-left: 1.5em;
}

.bigh3 {
    color: #481773;
    font-size: 1.4em;
    font-weight: bold;
}


ul.reso li h4 {
    font-size: 1.3em;
}

/* - Long description mods - */

details.newlongdesc summary {
    cursor: pointer;
}

details.newlongdesc summary:before {
    top: 0em !important;
}

details.newlongdesc p:first-of-type {
    margin-top: 1.0em;
}

/* ---------------------------- Footnote appearance ---------------------------- */

a.fn-lnk {
    background-color: #481066;
    /*font-size: 1.0em;*/
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

a.fn-lnk:hover {
    background-color: #ebebeb;
    color: #481066;
}

/* ---------------------------- Poster ---------------------------- */

.posterSample {
    background: url(../images/posteraffiche.png) top left no-repeat;
    width: 266px;
    height: 212px;
    float: left;
    margin: 0 1em 1em 0;
    border: 1px #666 solid;
}

@media (max-width: 800px) {

    .posterSample {
        width: 100%;
        border: 0;
    }
}


/* ---------------------------- Application forms ---------------------------- */

.lineSig {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 150px;
}