* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    vertical-align: baseline;
}
body {
    background: #f4f4f4;
    padding-top: 3.5em;
}
body,
input,
select,
textarea {
    color: #646464;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 400;
    line-height: 1.75;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.container {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 4.5em;
    transition: opacity 0.5s ease;
    width: 82em;
    max-width: 100%;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    height: 3.5em;
    line-height: 3.5em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
}

#header h1 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 1.5em;
    margin: 0;
    white-space: nowrap;
}
#header h1 a {
    font-size: 0.7em;
}
#header a {
    color: inherit;
    text-decoration: none;
}
#header .nav {
    flex: 1;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    height: inherit;
    line-height: inherit;
    margin-left: 1.5em;
    overflow: hidden;
    padding-left: 1.5em;
}
#header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#header .nav ul li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    line-height: 1;
    margin-left: 1em;
    padding-left: 1em;
}
#header .nav ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
#header ul li {
    display: inline-block;
    padding-left: 0;
}
#header .nav ul li a {
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.15em;
}

header p {
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-top: -1em;
    text-transform: uppercase;
}

#header > :last-child {
    display: none;
    margin-right: 1em;
}
#menu-button {
    width: 31px;
    font-size: 0;
    height: 19px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menu-button span {
    display: block;
    position: absolute;
    z-index: 60;
    height: 3px;
    width: 100%;
    background: #111111;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}
#menu-button span {
    background: #aaaaaa;
}
#menu-button span:nth-child(2) {
    top: 7px;
}
#menu-button span:nth-child(3) {
    top: 14px;
}

a {
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    border-bottom: dotted 2px rgba(100, 100, 100, 0.95);
    color: inherit;
    text-decoration: none;
}
a:before {
    transition: color 0.2s ease;
}
a:hover {
    border-bottom-color: rgb(80, 80, 80);
    color: #2ebaae !important;
}
a:hover:before {
    color: #2ebaae !important;
}
p {
    margin: 0 0 2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.35;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    border-bottom: 0;
}
em,
i {
    font-style: italic;
}
strong,
b {
    color: #3c3b3b;
    font-weight: 700;
}

#main {
    flex-grow: 1;
    width: 100%;
}

#sidebar {
    margin-right: 3em;
    min-width: 22em;
    width: 22em;
}
#sidebar > * {
    margin: 3em 0 0 0;
    padding: 3em 0 0 0;
}
#sidebar > :first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
#intro .logo {
    border-bottom: 0;
    display: inline-block;
    margin: 0 0 1em 0;
    overflow: hidden;
    position: relative;
    width: 4em;
}
#intro .logo::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 101%;
    left: 0;
    position: absolute;
    top: 0;
    width: 101%;
}
#intro .logo img {
    display: block;
    margin-left: -0.25em;
    width: 4.5em;
}
#intro header h2 {
    font-size: 2em;
    font-weight: 900;
}
#intro header p {
    font-size: 0.8em;
}
.main-line {
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    margin: 3rem 0 4rem 0 !important;
}
.main-line .menu-item {
    display: flex;
    flex-direction: column-reverse;
    background: #ffffff;
    border: solid 1px rgba(160, 160, 160, 0.3);
    margin: 0 0 2em 0;
}
.main-line header {
    padding: 1.25em 4.25em 0.1em 1.25em;
    /*min-height: 3em;*/
    position: relative;
    flex-grow: 1;
}
.main-line header h3 {
    font-size: 0.7em;
}
.main-line header .author {
    position: absolute;
    right: 2em;
    top: 2em;
}
.main-line .image {
    overflow: hidden;
    width: 100%;
}
.image img {
    display: block;
}
.main-line .image img {
    transition: transform 0.2s ease-out;
    width: 100%;
}
.main-line .image:hover img {
    transform: scale(1.05);
}
.main-line header .published {
    display: block;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    padding-bottom: 0.5rem;
    /*margin: -0.625em 0 1.7em 0;*/
}
.image {
    border: 0;
    display: inline-block;
    position: relative;
}
.author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    white-space: nowrap;
}
.author img {
    border-radius: 100%;
    display: block;
    width: 4em;
}

.post {
    padding: 3em 3em 1em 3em;
    background: #fff;
    border: solid 1px rgba(160, 160, 160, 0.3);
    margin: 0 0 3em 0;
    position: relative;
}
.post > header {
    display: flex;
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    left: -3em;
    margin: -3em 0 3em 0;
    position: relative;
    width: calc(100% + 6em);
}
.post > header .title {
    flex-grow: 1;
    padding: 3.75em 3em 3.3em 3em;
}
.post > header .title h2 {
    font-weight: 900;
    font-size: 1.5em;
}
.post > header .title > :last-child {
    margin-bottom: 0;
}
.post > header .meta {
    padding: 3.75em 3em 1.75em 3em;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    min-width: 17em;
    text-align: right;
    width: 17em;
}
.post > header .meta > * {
    margin: 0 0 1em 0;
}
.post > a.image.featured {
    overflow: hidden;
}
.image.featured {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}
.post > a.image.featured img {
    width: 100%;
    transition: transform 0.2s ease-out;
}
.post > a.image.featured:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 1680px) {
    .container {
        padding: 3em;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        display: block;
    }
    #sidebar {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main-line {
        border-top-color: transparent;
        margin: 0 !important;
        padding: 0 !important;
    }
    #intro {
        text-align: center;
    }
}
@media screen and (max-width: 836px) {
    #header .nav {
        display: none;
    }
    #header > :last-child {
        display: block;
    }
    .container {
        padding: 1.5em;
        padding-top: 0.5em;
    }
    #intro header h2 {
        font-size: 1.25em;
    }
    #intro header p {
        font-size: 0.7em;
    }
    .post {
        padding: 1.5em 1.5em 0.1em 1.5em;
        left: -1.5em;
        margin: 0 0 2em 0;
        width: calc(100% + (1.5em * 2));
    }
    .post header {
        width: calc(100% + 4.5em);
    }
    .post > header .title h2 {
        font-size: 1.1em;
    }
    .post ul, .post ol {
        padding-left: 0.75em;
    }
    #sidebar {
        width: 100%;
        min-width: inherit;
    }

    #header .nav.active {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        height: 100vh;
        width: 100vw;
        margin: 0;
    }
    #header .nav ul {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        text-align: center;
        font-size: 1.2em;
    }
    #header .nav ul li {
        border: 0;
        margin: 8px 0;
        padding: 0;
    }
}

.grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

footer {
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    color: #6f6f6f;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-align: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 25rem;
    margin-bottom: 1rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    font-size: 1rem;
}
.card-img,
.card-img-top,
.card-img-top > * {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: rgba(160, 160, 160, 0.075);
    border: solid 1px rgba(160, 160, 160, 0.3);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
    height: 2.25em;
}
input[type="number"] {
    padding-right: 0;
}
input[type="checkbox"], input[type="radio"] {
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
    vertical-align: middle;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	text-decoration: none;
	color: #646464;
	cursor: pointer;
	display: inline-block;
    font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-weight: 900;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: rgba(160, 160, 160, 0.15);
	border: solid 1px rgba(160, 160, 160, 0.3);
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 2.0625em;
	left: 0;
	line-height: 2.0625em;
	position: absolute;
	text-align: center;
	top: auto;
	width: 2.0625em;
}

input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
    background: rgba(160, 160, 160, 0.3);
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #3c3b3b;
	border-color: #3c3b3b;
	color: #ffffff;
	content: '✓';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
	border-color: #2ebaae;
	box-shadow: 0 0 0 1px #2ebaae;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}
input[type="radio"]:disabled + label:before {
    background: rgba(160, 160, 160, 0.075);
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    border-color: #2ebaae;
    box-shadow: inset 0 0 0 1px #2ebaae;
}
select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 2.25em;
    padding-right: 2.75em;
    text-overflow: ellipsis;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn {
    appearance: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
    color: #3c3b3b !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 800;
    height: 4.8125em;
    letter-spacing: 0.25em;
    line-height: 4.8125em;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
    box-shadow: inset 0 0 0 1px #2ebaae;
    color: #2ebaae !important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-grow {
    flex-grow: 1;
}
.form-group {
    line-height: 1.3rem;
}
.flex-grow:last-child {
    margin-left: 0.5rem;
}
.every-mb1 > * {
    margin-top: 1rem;
}
.every-mb075 > * {
    margin-bottom: 0.75rem;
}
.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
}
.composed-text:after {
    cursor: pointer;
    content: attr(data-name) "@" attr(data-domain) ".fr";
}
.message {
    color: #fff;
    font-weight: 600;
    border-radius: .375em;
    margin-bottom: 1rem;
}
.message > * {
    padding: 0.75em 1.25em;
}
.message-header {
    margin-bottom: 0;
}
.message-body {
    font-weight: 400;
    border-radius: 0 0 .3em .3rem;
}
.message-body p {
    margin-bottom: .5rem;
}
.is-info {
    background-color: #1a79c6;
}
.is-info .message-body {
    color: #11548a;
    background-color: #eff5fb;
}
.is-link {
    background-color: #485fc7;
}
button.is-link {
    color: #fff !important;
}
button.is-link:hover {
    color: #fff;
    background-color: #3e56c4;
    box-shadow: none;
}
button.is-link:focus {
    box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25)
}
button.is-link:active {
    background-color: #3a51bb;
}
.is-link .message-body {
    color: #3850b7;
    background-color: #eff1fa;
}
.is-success {
    background-color: #16ae6b;
}
.is-success .message-body {
    color: #257953;
    background-color: #effaf5;
}
.is-warning {
    background-color: #ffd96f;
    color: #664b01;
}
.is-warning .message-body {
    background-color: #fffaeb;
    color: #946c00;
}
.is-error {
    background-color: #f14668;
}
.is-error .message-body {
    background-color: #feecf0;
    color: #cc0f35;
}
.logos-associations {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logos-associations img {
    margin-right: 4rem;
    width: 170px;
}
.logo-dp {
    width: 300px;
}

#session-select {
    list-style-type: none;
}

blockquote {
    margin: 50px auto;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 60px;
    border-left: 8px solid #78C0A8;
    line-height: 1.5;
    position: relative;
    background:#EDEDED;
}
blockquote p {
    margin: 0;
}

blockquote::before {
    content: "\201C";
    color:#78C0A8;
    font-size:4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

/*!* Align right *!*/
blockquote cite {
    color: #444444;
    float: right;
}
