dd,dl,a,p,ul,ol,li,h1,h2,h3,h4,h5,h6,body,input
{
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	text-decoration: inherit;
	list-style: none;
	font-weight: inherit;
	font-size: inherit;
}

#content,
#tinymce
{
	font-size: 18px;
	color: #505050;
	line-height: 1.444;
}


.intro-text {
	font-size: 1.222em;
	line-height: 1.36;
}

.citation
{
    margin-left: 80px;
    position: relative;
    padding-left: 12px;
    display: block;
    color: #505050;
    font-size: 1.2em;
    font-weight: bold;
}

.citation::before
{
    content: "";
    width: 6px;
    height: 100%;
    background-image: linear-gradient(to right, #CF2724 0%, #CF2724 1px, transparent 1px, transparent calc(100% - 1px), #CF2724 calc(100% - 1px), #CF2724 100%);
    left: 0;
    top: 0;
    position: absolute;
}

.title-1
{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.16;
	color: #CF2724;
	display: block;
}

.subtitle-1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.16;
	color: #CF2724;
	display: block;
}

.subtitle-2
{
	color: #505050;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.27;
}

.square
{
	border: 1px solid #B5B5B5;
}

#tinymce ul > li,
#content ul > li
{
	padding-left: 1.5em;
   background-image: url(../images/bullet@2x.png);
   background-repeat: no-repeat;
   background-size: 1em;
   background-position: left 0.1em;
   margin-bottom: 0.5em;
   margin-left: 0.5em;
}

#tinymce ol > li,
#content ol > li
{
	counter-increment: section;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

#tinymce ol > li::before,
#content ol > li::before
{
	content: counter(section);
	position: absolute;
	left: 0;
	font-size: 0.888em;
	color: #E9A100;
	font-weight: bold;
}

a.readmore,
.link,
#content a,
#tinymce a
{
	color: #06BCD3;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 0.5em 0 0.3em 0em;
	border-bottom: 1px solid;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 1;
}


a.readmore
{
	padding: 0.5em 0 0.5em 1.5em;
}

a.readmore::before
{
	content: "\f061";
	font-weight: 400;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	top: 0.6em;
	left: 0;
	color: inherit;
}

.adresse {
display: inline-block;
position: relative;
padding: 0px 0px 0px 30px;
}

.adresse::before {
position: absolute;
top: 0px;
left: 0px;
color: var(--org-color);
content: "\f3c5";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
}

.telephone {
display: inline-block;
position: relative;
padding: 0px 0px 0px 30px;
}

.telephone::before {
position: absolute;
top: 0px;
left: 0px;
color: var(--org-color);
content: "\f095";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
}

.courriel {
display: inline-block;
position: relative;
padding: 0px 0px 0px 30px;
}

.courriel::before {
position: absolute;
top: 0px;
left: 0px;
color: var(--org-color);
content: "\f0e0";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
}



p,
.subtitle-1
{
	margin-bottom: 20px;
}

.button{
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 15px;
	background: linear-gradient(to top, transparent 50%, #06BCD3 50%);
	background-size: 100% 200%;
	background-position: center top;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	background-repeat: no-repeat;
	text-decoration: none;
}

.subtitleMonument{
	color: #083753;
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	display: block;
	/* margin-bottom: 20px; */
}

.floatImage{}

@media(max-width:550px){
	.floatImage{
		display: block;
		float: none !important;
		margin: 0 auto 20px !important;
		height: auto;
		width: 100%;
	}
}

.colloqueSub1{
	display: block;
	font-size: 40px;
	line-height: 50px;
}

.colloqueSub2{
	display: block;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
}

.colloqueRed{
	color: #CF2724;
}

.colloqueImageLink{
	background: none !important;
}
