 /* ================================================== */
 /* RESETS
 /* ================================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #eee;
}

#page {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

section {
	padding: 55px 0 85px;
}

section.list {
	padding: 0;
	clear: both;
}

input:required,
textarea:required {
	border-color: #ccc !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

em, i {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
}

strong, b {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

strong i, b i,
strong em, b em {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-style: italic !important;
}

label {
	font-weight: normal;
	display: inline;
}

label.error {
	margin-top: 15px;
	color: #E0001B;
}

input[type="submit"],
button[type="submit"] {
	background-color: #FFCD00;
	border-color: #FFCD00;
	border-radius: 6px;
	border-bottom-width: 1px;
	color: #E0001B;
	cursor: pointer;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	padding: 3px 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

input[type="submit"]:hover,
input[type="submit"]:active,
button[type="submit"]:hover,
button[type="submit"]:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #FFFFFF !important;
	border: 1px solid #FFCD00 !important;
	color: #E0001B !important;
}

.cookies-required-error {
	display: none;
}

.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


/* ================================================== */
/* UTILITIES
/* ================================================== */

.locked {
	overflow: hidden !important;
}


/* ================================================== */
/* LINKS
/* ================================================== */

h5[data-toggle="collapse"]:hover {
	cursor: pointer;
}

div.top-link:hover {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
}

*, a:focus {
	text-decoration: none;
}


/* ================================================== */
/* TYPOGRAPHY
/* ================================================== */

p {
	color: #000;
}

blockquote {
	border-left: 1px solid #EEEEEE;
	font-style: italic;
	margin: 0 0 20px;
	padding: 10px 20px;
}

a,
a:hover {
	color: #E0001B;
	text-decoration: none;
}

a.fancybox {
	color: #000;
}

h4 a.fancybox {
	color: #E0001B;
}

h2,
h2 a,
h2 a:hover,
h2 a:focus {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: #E0001B;
	margin-bottom: 25px;
}

h3, 
h3 a,
h3 a:hover,
h3 a:focus {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #E0001B;
	margin-bottom: 25px;
	line-height: 32px;
	text-decoration: none;
}

h4,
h4 a,
h4 a:hover,
h4 a:focus {
	color: #E0001B;
	text-decoration: none;
	font: bold 19px/26px 'roboto', sans-serif;
}

.parent-block h3 {
	font-size: 19px !important;
	margin-bottom: 10px !important;
}

.tiny h4 {
	color: #E0001B;
}

.tiny h4 + h5 {
	margin-top: -15px;
}

.tiny h4,
.child-content h4 {
	margin-bottom: 10px;
}

.tiny h5 + ul {
	/*margin-top: -15px;*/
}

.tiny p {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 !important;
	color: #000;
}

ol li {
	list-style: decimal;
	margin-left: 20px;
}

.webpage-main-content h3 {
	margin-bottom: 30px;
}

.webpage-main-content h3:first-of-type {
	display: inline-block;
}

.webpage-main-content button[name="edit_mode_view"] {
	position: absolute;
	top: 23px;
	display: inline-block !important;
	right: 17px;
	float: right;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
}

.webpage-main-content.detail .tiny p:last-of-type {
	margin-bottom: 30px !important;
}

.tiny ul,
.tiny ol {
	margin-bottom: 20px;
	color: #000;
}

.tiny ul li > li {
	list-style-type: none !important;
}

.tiny ul:not(.redactor-toolbar) li {
	background: url('../img/icn-li.jpg') no-repeat left center;
	background-position: 0 7px;
	padding-left: 20px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.tiny p {
	margin-top: 8px;
	margin-bottom: 15px;
}

.tiny p:first-of-type {
	margin-top: 0 !important;
}

.tiny h4:first-of-type {
	margin-top: 0;
}

.tiny h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.tiny h5 {
	margin-bottom: 8px;
}

.tiny .image-block {
	margin:  25px 0 !important;
	max-width: 100%;
}

.image-block {
	margin:  30px 0 !important;
}

.image-block .image-title p {
	font-size: 12px;
}

.hidden {
	display: none;
}

.webpage-files.download-files {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.thumbnail-title h4 {
	margin-bottom: 0;
}

.thumbnail-content .tiny p {
	margin: 16px 0;
}

.download-files {
	margin: 10px 0;
	padding-top: 7px;
}

.download-block h5 {
	margin-bottom: 7px;
}

.download-block.main {
	margin-bottom: 30px;
}

.download-block li a span {
	text-transform: uppercase;
}

.download-block.edit li a span {
	text-transform: none;
}

.download-block.edit {
	border: 1px dashed #b4b4b4;
}

.download-block.edit h5 {
	padding: 5px 20px 5px 20px;
}

.download-block.edit li a span.title,
.download-block.edit li a span.infos {
	display: inline-block;
}

.download-block.edit .download-files h5.no-file {
	margin-bottom: 0;
	border-bottom: 0;
}

.download-block.edit .upload-files progress[value] {
	display: block;
	width: 100%;
	height: 1em;
	margin-bottom: 20px;
	border: none;
	color: #E0001B;
	background-color: #FFFFFF;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.download-block.edit .upload-files progress[value]::-webkit-progress-bar {
	color: #E0001B;
	background-color: #FFFFFF;
}

.download-block.edit .upload-files progress[value]::-webkit-progress-value {
	background-color: #E0001B;
}

.download-block.edit .upload-files .bar {
	display: block;
	height: 1em;
	background: #E0001B;
	margin-bottom: 20px;
}

.download-block.edit .upload-files.first-file {
	border-top: 0 !important;
}

.download-block.edit li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.download-block.edit li:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.download-block.edit .webpage-files.download-files.collapse {
	border-bottom: 0;
}

.download-block.edit h5 {
	border-bottom: 1px dashed #b4b4b4;
}


.download-block.edit .action-buttons {
	margin-top: 10px;
}

.download-block.edit .action-buttons span:first-of-type {
	margin-right: 10px;
}

.download-block.edit .action-buttons span:last-of-type {
	margin-right: 0;
}

.download-block.edit ul {
	margin: 15px 0;
}

.download-block.edit ul,
#upload-file-title {
	padding: 0 13px 0 17px;
}

.download-block.edit .upload-files {
	border-top: 1px dashed #b4b4b4;
}

.download-block.edit .upload-files input,
.download-block.edit .upload-files small {
	padding-left: 17px;
	padding-right: 13px;
}

.download-block.edit .upload-files input[type="file"] {
	margin-top: 15px;
	margin-bottom: 10px;
}

.download-block.edit .upload-files small, small#upload-file-specs {
	display: block;
	font-style: italic;
	padding-bottom: 10px;
}

#redactor-modal-file-insert small#upload-file-specs {
	margin-top: .5em;
}

.download-block.edit #upload-file-title {
	display: none;
}

.download-block input[type="text"].edit-title.error {
	border-bottom: 1px dashed #E0001B !important;
}

.download-files li {
	background: url('../img/icn-download.png') no-repeat left center;
	padding-left: 35px;
	height: 36px;
}

.download-files li a,
.upload-files label {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

#upload-file-title {
	min-width: 250px;
}

#upload-file-title input[type="text"] {
	border-bottom: 1px dashed #b4b4b4;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: .5em;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.download-files li a span.infos {
	text-transform: uppercase;
	display: block;
}

.download-files .action-buttons.edit.title {
	position: relative;
	top: 30px;
}

.action-buttons {
	float: right;
}

.action-buttons span {
	color: #E0001B;
	display: inline-block;
}


.upload-files .action-buttons span {
	display: none;
}

.edit-title {
	height: 21px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px dashed #b4b4b4;
	min-width: 250px;
}

.action-buttons span:hover {
	cursor: pointer;
}

.brand {
	width: 100%;
	position: absolute;
	z-index: 9998;
	top: 0;
}

.brand h1 a {
	background: url('../img/brand-sainte-anne.png') no-repeat;
	background-size: 293px 148px;
	text-indent: -9999px;
	display: block;
	width: 293px;
	height: 148px;
}

#page .brand {
	width: auto;
	top: 215px;
}

.cover h2 {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #FFFFFF;
}

.cover .tiny p {
	color: #FFFFFF;
}

.wrap {
	
}

.glyphicon-play {
	margin-left: 10px;
	height: 10px;
	width: 10px;
	font-size: 10px;
	vertical-align: baseline;
	color: #E0001B;
}


/* ================================================== */
/* REDACTOR
/* ================================================== */

#page-form .child-content {
	margin-top: 30px;
}

#page-form .sub-nav {
	border-bottom: 0;
}

#page-form .sub-nav button {
	 margin-top: 0;
	 display: inline-block;
	 margin-bottom: 15px;
}

#page-form .sub-nav button#processForm {
	display: none;
}

#page-form .sub-nav button.reverse {
	margin-left: 15px;
	background-color: #FFF;
	border: 1px solid #FFCD00;
	color: #E0001B;
}

#page-form .sub-nav button:last-of-type {
	 margin-bottom: 15px; 
}

#page-form .sub-nav ul {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 25px 0;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

#page-form .sub-nav li {
	margin: 10px 0;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

#page-form .sub-nav.affix {
	top: 95px;
	width: 100%;
	max-width: 262.5px;
}

#page-form .sub-nav li .arrows:hover {
	cursor: pointer;
}

#page-form .sub-nav li.order {
	width: 100%;
}

#page-form .sub-nav li.title {
	margin-top: 10px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #E0001B;
}

#page-form .sub-nav .title,
#page-form .sub-nav .arrows {
	display: inline-block;
}

#page-form .sub-nav .title {
	padding-right: 60px;
}

#page-form .sub-nav .arrows {
	position: absolute;
	right: 15px;
	margin-top: 5px;
	color: #E0001B;
	font-size: 10px;
	width: 28px !important;
	text-align: right !important;
}

#page-form .sub-nav .arrows span:last-of-type {
	margin-left: 5px;
}

#page-form .webpage-main-content .child-content {
	margin-bottom: 15px !important;
}

#page-form li.sortable-placeholder {
	border: 1px dashed #b4b4b4;
	background: none;
}

#page-form input[type="text"].title {
	padding-right: 145px;
}

#page-form .webpage-main-content #children-container .child-content:last-of-type .wysiwyg-form input[type="text"].title  {
	padding-right: 105px;
}

.btn[disabled] {
	opacity: 1 !important;
	color: #E0001B !important;
}

.redactor-editor {
	border: 1px dashed #b4b4b4;
}

.redactor-editor p,
.child-content .child-header p {
	margin-left: 0 !important;
}

.redactor-editor a {
	color: #E0001B;
	text-decoration: none;
}

.child-content .wysiwyg-form .up,
.child-content .wysiwyg-form .down,
.child-content .wysiwyg-form .delete {
	position: absolute;
	margin-right: -1px;
	height: 35px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	color: #E0001B;
	background-color: #FFFFFF;
	border-top: 1px dashed #b4b4b4;
	border-bottom: 1px dashed #b4b4b4;
	border-left: 1px dashed #b4b4b4;
}

.child-content .wysiwyg-form .up,
.child-content .wysiwyg-form .down {
	font-size: 12px;
}

.child-content .wysiwyg-form .up {
	right: 95px;
}

.child-content .wysiwyg-form .down {
	right: 55px;
}

.child-content .wysiwyg-form .delete {
	right: 16px;
	font-size: 16px;
	border-right: 1px dashed #b4b4b4;
}

.child-content .wysiwyg-form .up:hover,
.child-content .wysiwyg-form .down:hover,
.child-content .wysiwyg-form .delete:hover {
	cursor: pointer;
}


#children-container .child-content:first-of-type .wysiwyg-form .up {
	display: none;
}

#children-container .child-content:last-of-type .wysiwyg-form .down {
	display: none;
}

#children-container .child-content:last-of-type .up {
	right: 55px;
}

#children-container .wysiwyg-form.child {
	margin-bottom: 30px;
}

.wysiwyg-form input[type="text"].webpage-edit.title {
	width: 100%;
	padding: 20px;
	border: 1px dashed #b4b4b4;
	border-bottom: 0;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 19px;
	color: #E0001B;
}

#redactor-modal header {
	color: #E0001B;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
}

#redactor-modal footer {
	border: 0;
	padding: 0;
}

#redactor-modal footer button.redactor-modal-action-btn {
	background-color: #FFCD00;
}

#redactor-modal footer button.redactor-modal-close-btn:hover {
  background-color: #ebedee;
}

#redactor-modal footer button.redactor-modal-close-btn:active,
#redactor-modal footer button.redactor-modal-action-btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#redactor-modal footer button {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px !important;
}

#redactor-modal-file-insert input[type="file"] {
	display: inline-block !important;
}

.redactor-box {
	margin-bottom: 0;
}

.wysiwyg-form div.redactor-editor {
	border-bottom: 0 !important;
}

.wysiwyg-form div.redactor-box:last-of-type {
	border-bottom: 1px dashed #b4b4b4;
}


button.btn.btn-default.redactor-box {
	margin-top: 15px;
	margin-bottom: 30px; 
}

textarea.webpage-edit.title,
textarea.webpage-edit.header {
	margin-bottom: 0;
	border-bottom: 0 !important;
}

ul.toolbar-fixed-box {
	border-bottom: 1px dashed #b4b4b4;
}

form.inscription h3 {
	margin-bottom: 15px;
}

form.inscription .form-group {
	margin-bottom: 0;
}

form.inscription .formDonneesTuteurTutrice .form-group {
	margin-bottom: 7.5px;
}

form.inscription .formDonneesTuteurTutrice .form-group:last-of-type {
	margin-bottom: 0;
}

form.login .formConnection,
form.logout .formDeconnection {
	margin-top: 30px;
}

form.login .checkbox.stay-connected {
	margin-top: 15px;
	margin-left: 15px;
}

form.login .error-message {
	margin-bottom: 30px;
}

form .error-message p {
	color: #E0001B !important;
}

div.warning-ie8 {
	display: none;
	padding: 15px 0 7.5px 0;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

section.webpage button[type="button"],
section.webpage button[type="submit"] {
	margin: 15px 0;
	background-color: #FFCD00;
	border: 1px solid #FFCD00 !important;
	color: #E0001B;
	border: 0;
}

section.webpage button[type="button"]:hover,
section.webpage button[type="submit"]:hover {
	color: #E0001B !important;
}

section.webpage textarea.webpage-edit {
	width: 100%;
	border: 1px dashed #B4B4B4;
	padding: 10px;
}


/* ================================================== */
/* MAIN MENU
/* ================================================== */

#header .top-social {
	height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header .top-social a {
	text-transform: capitalize;
}

#header .top-social .webunits {
	margin-right: 30px;
}

#header .top-social div {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#header .top-social div a span {
	display: block;
}

#header .top-social .login a span {
	background: url('../img/icn-login.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .support a span {
	background: url('../img/icn-support.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .webunits a span {
	background: url('../img/icn-webunits.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .cantine a span {
	background: url('../img/icn-cantine.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}


#header .top-social .mail a span {
	background: url('../img/icn-mail.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .citrix a span {
	background: url('../img/icn-citrix.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .myschool a span {
	background: url('../img/icn-myschool.png') no-repeat top left transparent;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
}

#header .top-social .login:hover a span,
#header .top-social .support:hover a span,
#header .top-social .webunits:hover a span,
#header .top-social .cantine:hover a span,
#header .top-social .mail:hover a span,
#header .top-social .citrix:hover a span,
#header .top-social .myschool:hover a span {
	background-position: bottom left;
}

#header .top-social div a:hover {
	text-decoration: none;
}

#header .menu {
	margin-top: 20px;
	margin-bottom: 0;
}

#header .navbar-nav {
	padding-left: 15px;
	margin-bottom: -1px;
}

#header .navbar-nav > li {
	margin-left: 5px;
}

#header .navbar-nav > li:first-child {
	margin-left: 0
}

#header .navbar-nav > li > a {
	background: #EBEDEE;
	color: #000;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: inset 0 1px 0 #FFCD00;
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

#header .navbar-nav > li.home > a {
	padding: 9px 15px;
}

#header .navbar-nav > li.active > a {
	background: #FFCD00;
	color: #FFFFFF;
}

.homepage #header .navbar-nav > li.home > a {
	background: #FFCD00;
	color: #FFFFFF;
}

#header .navbar-nav > li:hover > a {
	color: #FFFFFF;
	box-shadow: inset 0 100px 0 0 #FFCD00;
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	background: #FFCD00\9;
}

#header .menu {
	display: none !important;
}


/* ================================================== */
/* SUBNAV
/* ================================================== */

.sub-nav {
	background: none;
	padding: 0 0 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #B4B4B4;
}

.sub-nav ul {
	margin-bottom: 0;
}

.sub-nav ul li ul {
	display: none;
}

.sub-nav ul li a {
	margin: 0;
}

.sub-nav > ul.level-0 > li > ul {
	display: none;
}

.sub-nav > ul.level-0 > li.active > ul.level-1,
.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2,
.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > ul.level-3,
.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > ul.level-3 > li.active > ul.level-4 {
	display: block;
}

.sub-nav ul.level-0 li:last-of-type a {
	margin-bottom: 0;
}

.sub-nav ul.level-1 li a {
	text-transform: none;
}

.sub-nav ul.level-1 li a:first-letter {
	text-transform: capitalize;
}

.sub-nav ul.level-0 li a {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	text-transform: none;
}

.page-id-98 .sub-nav ul.level-0 li:first-of-type a {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.page-id-98 .sub-nav ul.level-0 li a {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}

.sub-nav ul.level-1 li a {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}

.sub-nav ul.level-2 li a {
	margin-left: 10px;
	margin-top: 5px;
	color: #000;
}

.sub-nav ul.level-3 li a {
	margin-left: 20px;
	margin-top: 10px;
	color: #000;
}

.sub-nav ul.level-4 li a {
	margin-left: 30px;
	margin-top: 10px;
	color: #000;
}

.sub-nav > ul.level-0 > li.active > a {
	color: #E0001B !important;
}

.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > a {
	color: #E0001B !important;
}

.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > a {
	color: #E0001B !important;
}

.sub-nav > ul.level-0 > li.active > ul.level-1 > li.active > ul.level-2 > li.active > ul.level-3 > li.active > a {
	color: #E0001B !important;
}

.sub-nav li a {
	margin-top: 0;
}

.sub-nav li a.active {
	color: #E0001B !important;
}

.sub-nav li .date {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	border-bottom: none;
}


/* ================================================== */
/* HOMEPAGE > Section
/* ================================================== */

.homepage-section {
	border-top: 1px solid #B4B4B4;
	border-bottom: 0;
	padding-top: 45px;
}

.homepage-section.cover-section,
.homepage-section.event-list {
	border-top: 0;
}

.homepage-section .container h3,
.main-content h3 {
	margin-bottom: 25px;
}


/* ================================================== */
/* HOMEPAGE > Carousels
/* ================================================== */

.homepage-section.event-list .thumbnail-content {
	border-bottom: 1px dotted #231F20;
	padding-bottom: 30px;
}

.homepage-section.event-list .thumbnail-content .tiny p:last-of-type {
	margin-bottom: 0 !important;
}

.homepage-section.event-list .thumbnail-title {
	margin-top: 16px;
	margin-bottom: 10px;
}

.homepage-section.event-list .thumbnail-item {
	margin-bottom: 20px;
}

.news-control,
	.event-control,
	.contact-control {
	width: 100%;
	padding: 0;
	height: 35px;
}

.news-control ul,
	.event-control ul,
	.contact-control ul {
	margin-bottom: 0;
}

.news-control ul li,
	.event-control ul li,
	.contact-control ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 35px;
	height: 35px;
}

.news-control ul li a,
	.event-control a,
	.contact-control a {
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 35px;
}

.news-control .carousel-control,
	.event-control .carousel-control,
	.contact-control .carousel-control {
	opacity: 1;
}

.news-control .carousel-control.left,
	.event-control .carousel-control.left,
	.contact-control .carousel-control.left {
	background: url('../img/carousel-control-prev-sm.png') no-repeat;
	left: auto;
	right: 37px;
}

.news-control .carousel-control.right,
	.event-control .carousel-control.right,
	.contact-control .carousel-control.right {
	background: url('../img/carousel-control-next-sm.png') no-repeat;
}

.event-control .carousel-control.right,
	.contact-control .carousel-control.right {
	margin-left: 5px;
}

.carousel .carousel-inner .item img {
	width: auto;
	width: 100%;
	max-height: 1000px;
}

.carousel-inner > .active {
	width: 100%;
	height: 100%;
}


/* ================================================== */
/* HOMEPAGE > News
/* ================================================== */

.inscription-box {
	background-color: #FFCD00;
	background-image: url('../img/bg-inscription-box.png');
	background-repeat: no-repeat;
	background-position: right 14px top 19px;
	background-size: 42px 60px;
	color: #FFFFFF;
	padding: 25px;
	height: 305px;
}

.ie-8 .inscription-box {
	background-image: none;
}

.inscription-box h3 {
	color: #E0001B;
	font-size: 19px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px !important;
	padding-right: 35px;
}

.ie-8 .inscription-box h3 {
	padding-right: 0;
}

.inscription-box .inscription-details {
	color: #E0001B;
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	padding-right: 40px;
}

.ie-8 .inscription-box .inscription-details {
	padding-right: 0;
}

.inscription-box .btn-inscription {
	background: #E0001B;
	border-radius: 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 3px 10px;
	color: #FFCD00;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-top: 16px;
	text-transform: uppercase;
}

#news {
	padding-bottom: 0;
}

#news.homepage-section .thumbnail-content .tiny p:last-of-type {
	margin-bottom: 0 !important;
}

#news.homepage-section .thumbnail-item {
	margin-bottom: 23px;
}


/* ================================================== */
/* HOMEPAGE > Testimonials
/* ================================================== */

.testimonial-right .thumbnail-image {
	width: 100%;
	min-height: 165px;
	overflow: hidden;
	margin-bottom: 0;
}

.testimonial-right .thumbnail-title {
	margin-top: 0;
	position: relative;
	background: #FFFFFF;
	display: block;
	padding-top: 10px;
	margin-top: -40px;
}

.testimonial-right h4 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
}

.testimonial-right h5 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.testimonial-left {
	margin-top: 10px;
}

/* ================================================== */
/* HOMEPAGE > Departement
/* ================================================== */

.departement-block {
	overflow: hidden;
	position: relative;
	max-height: 319px;
	margin-bottom: 30px;
}

.overlay {
	opacity: 0;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	text-align: center;
	display: none\9;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.departement-block:hover .overlay {
	background: rgba(224,0,27,.75);
	display: table;
	padding-top: 0;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ie-8 .departement-block:hover .overlay {
	background: url('../img/overlay-bg.png');
}

.departement-title {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 35px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.departement-block span {
	border-radius: 6px;
	background: #FFCD00;
	text-transform: uppercase;
	color: #E0001B;
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 3px 10px;
}


/* ================================================== */
/* HOMEPAGE > Carousel & Cover
/* ================================================== */

.cover {
	padding: 0;
	background: #E0001B;
	color: #FFFFFF;
	position: relative;
}

.cover-section {
	background: #E1091B;
	padding: 0;
	position: relative;
}

.cover-image {
	display: block;
	height: 380px;
	position: relative;
	overflow: hidden;
	background: #E0001B;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E0001B;
	moz-background-size:cover;
	background-size: cover;
}

.empty.cover-image {
	border-bottom: 1px solid #BC1131;
	/*-webkit-box-shadow: inset 0px -5px 36px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -5px 36px -2px rgba(0,0,0,0.5);
	box-shadow: inset 0px -5px 36px -2px rgba(0,0,0,0.5);*/
}

.cover-image img {
	display: block;
	margin-left: 50%;
	position: absolute;
	left: -720px;
}

.cover-caption-text .tiny p {
	font-size: 16px;
	line-height: 23px;
}

.cover-caption-text .tiny p:last-of-type {
	margin-bottom: 0 !important;
}

.cover-caption-text .tiny {
	margin-bottom: 25px;
}


/* ================================================== */
/* CAROUSEL
/* ================================================== */

.home-crsl-items .crsl-item {
	margin: 0 auto !important;
	width: 1440px;
}

.home-crsl-items .crsl-item.crsl-active {
	z-index: 1;
}

.home-crsl-items .crsl-item .crsl-image {
	height: 380px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-crsl-items .crsl-item .crsl-image img {
	max-width: 100%;
	max-height: 100%;
}

.home-crsl-items .crsl-image .crsl-image-block {
	width: 100%;
	margin: 0 auto;
}

.home-crsl-items .crsl-image .crsl-image-block {
	visibility: hidden;
}

.home-crsl-items .crsl-item .read-more-block {
	background-image: url('../img/banner-unesco-logo.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 100px;
}

.home-crsl-items .crsl-caption .read-more:before {
	bottom: 0 !important;
}

.crsl-caption-text h2 {
	margin-bottom: 20px
}

.wide-image {
	width: 100%;
}


/* ================================================== */
/* SEARCH BOX
/* ================================================== */

.btn-search {
	border-radius: 6px;
	background: #FFFFFF;
	font-size: 20px;
	color: #149F9D;
	font-weight: normal;
	width: 60px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	padding: 0;
}

.search-content {
	position: absolute;
	top: 380px;
	height: 275px;
	display: none;
	background: #FFCD00;
	z-index: 8888;
	width: 100%;
}

.search-content-text {
	height: 270px;
}

.search-content-text .form-inline .form-group {
	padding-right: 10px;
}

.search-content form {
	margin-top: 20px;
}

.search-content .form-control {
	border: 0 !important;
}

.search-content form input {
	border-radius: 6px;
	height: 45px;
	display: block;
	width: 100% !important;
}

.search-content button {
	background-color: #FFF;
	border: 1px solid #FFCD00;
	color: #FFCD00;
}

.search-content button:hover {
	background-color: #FFCD00 !important;
	border: 2px solid #FFF !important;
	color: #FFF !important;
}

.form-control {
	box-shadow: none;
}

.form-control:focus {
	border: 1px solid #1D8784
}


/* ================================================== */
/* CAROUSEL CAPTION
/* ================================================== */

.home-crsl-items .crsl-caption {
	padding: 35px 0;
}

.home-crsl-items .crsl-caption h2,
.search-content h2 {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #FFFFFF;
}

.home-crsl-items .slide-content {
	padding: 60px 0 80px;
	min-height: 300px;
	display: none;
}

.home-crsl-items .item.active .slide-content {
	display: block;
}

.slide-counter {
	line-height: 23px;
}

.slide-title {
	margin-bottom: 0;
	color: #000;
}

.home-crsl-items .crsl-caption .slide-description p,
.search-content p {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	margin: 0;
}

.read-more-block {
	height: 100px;
}

.crsl-caption .read-more,
.search-content .read-more {
	background: #FFCD00;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 4px 10px 2px;
	color: #E0001B;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 17px;
	float: right;
	text-transform: uppercase;
}

.crsl-caption .read-more:before,
.search-content .read-more:before {
	content: "";
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 30px;
	width: 27px;
	background: url('../img/icn-plus.png') no-repeat center center #FFCD00;
	margin-left: -38px;
	/*top: 95px;*/
	bottom: 28px;
	position: absolute;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}


/* ================================================== */
/* CAROUSEL CAPTION TOPBAR
/* ================================================== */

.carousel-caption-topbar {
	position: absolute;
	top: 334px;
	width: 100%;
	z-index: 99;
}

.carousel-buttons {
	height: 46px;
	width: 100%;
}

.carousel-buttons ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 46px;
	width: 42px;
	margin-left: 10px;
}

.carousel-buttons ul li a {
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
}

.icn-facebook {
	background: url('../img/icn-facebook.png') no-repeat 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icn-print {
	background: url('../img/icn-print.png') no-repeat 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icn-search {
	background: url('../img/icn-search.png') no-repeat 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.icn-search:hover {
	cursor: pointer;
}

.icn-facebook:hover,
.icn-print:hover,
.icn-search:hover {
	background-position: 0 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


/* ================================================== */
/* CAROUSEL NAVS
/* ================================================== */

#home-crsl-nav {
	position: relative;
	height: 46px;
	margin: 0;
}

#home-crsl-nav .carousel-control {
	position: absolute;
	margin-top: 0;
	top: 0;
	zoom: 1;
	height: 46px;
	width: 46px;
	opacity: 1;
}

#home-crsl-nav .carousel-control.next {
	background-image: url('../img/carousel-control-next.png');
	left: auto;
	right: 0;
}

#home-crsl-nav .carousel-control.previous {
	background-image: url('../img/carousel-control-prev.png');
	left: auto;
	right: 50px;
}

.carousel-navigation.nav-right {
	margin-left: 2px
}

.carousel-navigation.nav-left {
	margin-left: 20px;
}

.left.carousel-control,
.left.carousel-control.previous {
	right: 52px !important;
}

.right.carousel-control,
.right.carousel-control.next {
	margin-right: 15px !important;
}

.left.carousel-control:hover,
.right.carousel-control:hover {
	cursor: pointer;
}


/* ================================================== */
/* THUMBNAILS
/* ================================================== */

.thumbnail-title {
	margin-top: 16px;
}

.thumbnail-image {
	margin-bottom: 20px;
}

.thumbnail-image .thumbnail-gallery {
	display: none;
}

.thumbnail-content .tiny p {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.thumbnail-content .tiny p:first-of-type {
	margin-top: 10px;
}

.thumbnail-content .read-more {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 3px 10px;
	background: #FFCD00;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #E0001B;
	text-shadow: none;
	border: 1px solid #FFFFFF;
}

.thumbnail-content .read-more:hover {
	border: 1px solid #FFCD00;
	background: #FFFFFF;
}

.thumbnail-item {
	margin-bottom: 55px;
}


/* ================================================== */
/* EMBEDS
/* ================================================== */

figure.fluid {
	margin: 40px 0;
}

iframe.map {
	margin: -40px 0;
	min-height: 225px;
	border: 0;
}


/* ================================================== */
/* NEWS
/* ================================================== */

.news-thumbnail-block {
	height: 150px;
}

.news-thumbnail-item .thumbnail-title {
	
}

.news-thumbnail-item .thumbnail-image {
	margin-bottom: 0;
}

.homepage #carousel_news .thumbnail-content {
	padding-top: 16px;
}


/* ================================================== */
/* AGENDA
/* ================================================== */

.date {
	border-bottom: 1px dotted #231F20;
	height: 32px;
	margin-bottom: 10px;
}

.webpage .date {
	margin-bottom: 20px;
}

.date .date-span {
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 1px;
}

.date span {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #FFCD00;
	padding: 3px 10px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	color: #E0001B;
	margin-right: 3px;
}

.date.module,
.panel .date {
	margin-bottom: 25px;
	margin-left: 150px;
}

.webpage .webpage-main-content .date,
.Agenda-list .date {
	margin-left: 150px;
}

.webpage .webpage-main-content .date span:first-child,
.Agenda-list .date span:first-child,
.date.module span:first-child,
.panel .date span:first-child {
	margin-left: -150px;
}

.event-list {
	padding-bottom: 0;
}

.page-id-7 .thumbnail-item {
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
}

.agenda-list .thumbnail-item {
	margin-bottom: 70px;
}

.back {
	display: inline-block;
	background-color: #FFCD00;
	border: 1px solid #FFCD00;
	border-radius: 6px;
	padding: 3px 10px;
	margin-bottom: 20px;
}

.back a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.back:hover {
	background-color: #FFFFFF;
}

.back:hover a {
	color: #FFCD00;
}


/* ================================================== */
/* CONTACT
/* ================================================== */

.homepage-section.contact-list .thumbnail-item {
	margin-bottom: 15px;
}

.homepage-section.contact-list .thumbnail-image {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.homepage-section.contact-list .thumbnail-content {
	margin-top: 25px;
}

.homepage-section .thumbnail-image .no-photo {
	width: 100%;
	min-height: 430px;
	background-color: #FFCD00;
}

section#access,
section#map {
	padding-top: 0;
}

section#access,
section#map,
section#contact-form {
	padding-bottom: 0;
}

section#contact-form {
	padding-top: 0;
	margin-top: 45px;
}

section#contact-form .form-group.message{
	margin-bottom: 0;
}

.contact-list {
	padding-bottom: 0;
}

#form .title {
	margin-bottom: 15px;
	text-transform: capitalize;
}

#form {
	padding-bottom: 0;
}

#contact-form .form-submit button {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 17px;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 3px 10px;
	background: #FFCD00;
	display: inline-block;
	zoom: 1;
	color: #FFFFFF;
	text-shadow: none;
	border: 1px solid #FFFFFF;
}

#contact-form .form-submit button:hover {
	background: #FFFFFF;
	color: #FFCD00;
	border-color: #FFCD00;
}

#contact-form .input {
	border: 1px solid #FFCD00;
}

input:invalid, textarea:invalid {
	border: 1px solid #E0001B;
	background-color: transparent;
}

input.error {
	background-color: #f0dddd;
}

#contact-form .form-group h3,
#contact-form .form-submit {
	margin-top: 30px;
}

#contact-form form div:first-of-type .form-group h3 {
	margin-top: 0;
}

#SubscriptionForm button[type="submit"] {
	right: auto;
}


/* ================================================== */
/* WEBPAGE
/* ================================================== */

.btn-back {
	border-radius: 6px;
	background: #FFCD00;
	padding: 2px 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #E0001B;
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.btn-back:hover,
.btn-back:focus {
	background: #FFFFFF;
	color: #E0001B;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px #FFCD00;
}

.webpage-files.download-files.collapse {
	display: block;
	border-bottom: 1px dotted #1a1a1a; 
}

.child-content h5.collapsed.download-trigger {
	border-bottom: 1px dotted #1a1a1a;
	padding: 0;
	line-height: 35px;
}

.child-sub .webpage-files.download-files.collapse {
	border-bottom: 0;
}

.download-block {
	border-top: 1px dotted #1A1A1A;
	margin-top: 30px;
	border-bottom: none;
}

.download-block li {
	margin: 10px 0;
}

.download-block li:last-of-type {
	margin-top: 10px;
}

.download-block li {
	margin-bottom: 0;
}

.download-block h5 {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 0;
	line-height: 35px;
	border-bottom: 1px dotted #1A1A1A;
}

.download-block h5.collapsed {
	border-bottom: none;
}

.webpage-secondary-images {
	margin-top: 30px;
}

.webpage-secondary-images div {
	margin-bottom: 30px;
}

.related-block {
	padding: 20px;
	border-radius: 6px;
	background: #FFCD00;
	color: #FFFFFF;
}

.related-block h4 {
	color: #E0001B;
	margin-bottom: 15px;
}

.related-block ul li a {
	color: #E0001B;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: url('../img/icn-related-link.png')no-repeat left 6px;
	padding-left: 12px;
	display: block;
	margin-bottom: 10px;
}


/* ================================================== */
/* LIST PAGES
/* ================================================== */

.cover-caption {
	padding: 35px 0;
	height: 270px;
}

.child-pages {
	margin-top: 0;
}

.child-pages li,
.child-pages li:first-child {
	border: 0;
	display: inline;
}

.child-pages li a {
	background: #EBEDEE;
	color: #000;
	display: inline-block;
	padding: 9px 10px;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	border-radius: 6px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.child-pages li a:first-child {
	margin-left: 0;
}

.child-pages li a:hover,
.child-pages li a:focus {
	background: #FFCD00;
	color: #E0001B;
	text-decoration: none;
}


/* ================================================== */
/* FOOTER
/* ================================================== */

footer {
	background: #FFFFFF;
	margin-top: 18px;
	padding: 0 0 25px 0;
	border-top: 1px solid #B4B4B4;
}

footer a {
	color: #000;
}

.footer-block {
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 31px;
}

.footer-block.address ul:first-of-type {
	margin-bottom: 5px;
}

.footer-brand {
	display: block;
	width: 143px;
	height: 46px;
	margin-top: 28px;
	text-indent: -9999px;
	background: url('../img/brand-sainte_anne-footer.png') no-repeat center;
	background-size: 143px 46px;
}

.ie-8 .footer-brand {
	background: url('../img/brand-sainte_anne-footer-ie-lg-md.png') no-repeat center;
}

.footer-block-content .links li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-left: 12px;
	margin-right: 10px;
	background: url('../img/footer-link-bg.png') no-repeat center left;
}

.footer-block-content .links li:last-child {
	margin-right: 0;
}

.footer-block-content li a {
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	color: #000;
}

.footer-block.address ul li,
.footer-block.address ul li a {
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	color: #000;
}

.footer-block.address ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-left: 7px;
	margin-right: 8px;
	border-left: 1px solid #000;
}

.footer-block.address ul li.email,
.footer-block.address ul li:first-child {
	border: none;
	padding-left: 0
}

.footer-block.address ul:last-of-type {
	margin-bottom: 0;
}

.footer-block.logos {
	margin-top: 23px;
}

.footer-block.logos .unesco {
	display: inline-block;
	width: 95px;
	height: 65px;
	background-image: url('../img/footer-unesco-logo.png');
	background-repeat: no-repeat;
	background-position: center;
}

.footer-block.logos .fairtrade {
	display: inline-block;
	margin-top: 18px;
	width: 72px;
	height: 32px;
	background-image: url('../img/footer-fairtrade-logo.png');
	background-repeat: no-repeat;
	background-position: center;
}

.footer-block.logos .ambassador {
        display: inline-block;
        margin-top: 18px;
        width: 52px;
        height: 50px;
        background-image: url('../img/footer-ambassador-logo.png');
        background-repeat: no-repeat;
        background-position: center;
}

/* ================================================== */
/* ARCHIVE LIST
/* ================================================== */

.panel-group {
	border-top: 1px dotted #000;
}

.panel-group .panel {
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.panel {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	margin-bottom: 20px;
}

.panel-default {
	border: 0;
}

.panel-default > .panel-heading {
	background: none;
}

.panel-heading {
	padding: 0;
}

.panel-title {
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	padding: 5px 0;
	border-bottom: 1px dotted #000;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0;
	padding-left: 0;
	border-bottom: 1px dotted #000;
}


/* ================================================== */
/* INSCRIPTION
/* ================================================== */

#SubscriptionForm .form-group .row {
	margin: 20px 0;
}

#SubscriptionForm .form-group .row div:first-of-type {
	padding-left: 0;
}


/* ================================================== */
/* MISC
/* ================================================== */

.top-link {
	display: block;
	height: 56px;
	width: 56px;
	background: url('../img/icn-top.png') no-repeat center center #CCCCCC;
	text-indent: -9999px;
	margin-top: 60px;
}

ol.breadcrumb {
	font-size: 12px;
	line-height: 17px;
	color: #B4B4B4;
	background: none;
	padding: 0;
	margin-left: 0;
}

ol.breadcrumb li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	border-left: 1px solid #B4B4B4;
	margin-left: 0;
	margin-right: 5px;
	padding-left: 7px;
}

ol.breadcrumb li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.breadcrumb > li + li:before {
	content: '';
}

.breadcrumb > li + li::before {
	padding: 0;
}

ol.breadcrumb li a {
	color: #B4B4B4 !important;
}

ol.breadcrumb li:last-child a {
	color: #FFCD00 !important;
}

ol.breadcrumb li a:hover {
	color: #FFCD00;
	text-decoration: underline;
}


/* ================================================== */
/* SLIDES
/* ================================================== */

.gallery-list-slide {
	display: none;
}

.slide-img {
	margin-bottom: 25px;
	text-align: center;
}

.slide-img img {
	min-width: 100%;
}


/* ================================================== */
/* FANCYBOX
/* ================================================== */

.fancybox-overlay {
	z-index: 9999;
	background-image: none;
	background-color: rgba(0,0,0,0.8);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
}

.fancybox-title-float-wrap .child {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 23px;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	background: transparent; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0; 
	text-shadow: none; 
	color: #FFF;
}

.fancybox-title-float-wrap {
	left: 0;
	right: auto;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-opened {
	z-index: 99999;
}

.fancybox-skin {
  background: transparent; 
  color: #FFF;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
}

.fancybox-wrap {
	margin-top: 10px;
}

.fancybox-close {
	width: 44px;
	height: 44px;
	background-image: url('../img/fancybox-close.png');
	background-position: center;
	background-repeat: no-repeat;
}

.fancybox-nav.fancybox-prev,
.fancybox-nav.fancybox-next {
	width: 46px;
	height: 46px;
}

.fancybox-nav.fancybox-prev {
	top: 50%;
	left: -54px;
	margin-top: -32px;
	background-image: url('../img/fancybox-prev.png');
	background-position: center;
	background-repeat: no-repeat;
}

.fancybox-nav.fancybox-next {
	top: 50%;
	right: -54px;
	margin-top: -32px;
	background-image: url('../img/fancybox-next.png');
	background-position: center;
	background-repeat: no-repeat;
}

.fancybox-title-inside-wrap{
	padding-top: 16px !important;
}

.gallery-title {
	position: absolute;
	top: -105px;
}

.gallery-title h4 {
	margin: 0;
	font-size: 32px;
	line-height: 46px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
}


/* ================================================== */
/* MISC
/* ================================================== */

.parent-block {
	margin-bottom: 40px;
}

.parent-block h3 {
	margin-bottom: 20px;
}

.parent-block h3 a {
	font-size: 25px;
}

.parent-image {
	margin-bottom: 25px;
}

.child-sub {
	border-bottom: 1px dotted #1A1A1A;
	padding-top: 5px;
}

.child-content {
	margin-bottom: 30px;
}

.child-content h5 {
	border-top: 1px dotted #1A1A1A;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-top: 7px;
	margin: 0 0 7px;
}

.child-content h5 span {
	color: #E0001B;
	font-size: 10px;
	vertical-align: baseline;
	margin-left: 10px;
}

.child-body {
	margin-bottom: 7px;
}

.fixed {
	padding-top: 94px;
}

.fixed #header {
	width: 100%;
	max-width: 1440px;
	position: fixed !important;
	top: 0;
	z-index: 9999 !important;
	background: #FFCD00;
	-webkit-animation: slideDown .3s ease-in-out backwards;
	-moz-animation: slideDown .3s ease-in-out backwards;
	animation: slideDown .3s ease-in-out backwards;
}

.fixed #header .top-social {
	display: none;
}

.fixed #header .navbar-nav > li > a {
	background: none;
	color: #FFFFFF;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
}

.fixed #header .navbar-nav > li > a:hover,
.fixed #header .navbar-nav > li.active > a,
.fixed #header .navbar-nav > li > a:focus {
	color: #000;
}

.fixed #header .menu {
	margin: 5px 0;
}


/* ================================================== */
/* ANIMATIONS
/* ================================================== */

@-webkit-keyframes slideDown {
	0%      {-webkit-transform: translateY(-100px);
}

100% {
	-webkit-transform: translateY(0px);
}

}    
@-moz-keyframes slideDown {
	0%      {-moz-transform: translateY(-100px);
}

100% {
	-moz-transform: translateY(0px);
}

}    
@-keyframes slideDown {
	0%      {transform: translateY(-100px);
}

100% {
	transform: translateY(0px);
}
}


/* ================================================== */
/* TABLE
/* ================================================== */

table.mobile-block-table tbody tr:last-of-type td {
	padding-bottom: 30px;
}


/* ================================================== */
/* FORMS
/* ================================================== */

table {
	width: 100%;
	border-spacing: 0 20px;
}

th {
	font-size: 14px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #E0001B;
	padding: 5px 0;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
}

td {
	padding: 10px 0 0
}

td a {
	color: #333;
}

label {
	display: inline-block;
	padding-bottom: 1px;
}

span.mandotary.color {
	font-size: 75%;
	color: #E0001B;
	position: relative;
	top: -3px;
}

/* ================================================== */
/* NOTES
/* ================================================== */

/*form#SubscriptionForm div:fir
  */
