@charset "utf-8";
@font-face {
    font-family: 'carolingiaregular';
    src: url('../font/carolingia/carolingia-webfont.eot');
    src: url('../font/carolingia/carolingia-webfont.eot?#iefix') format('embedded-opentype'), url('../font/carolingia/carolingia-webfont.woff2') format('woff2'), url('../font/carolingia/carolingia-webfont.woff') format('woff'), url('../font/carolingia/carolingia-webfont.ttf') format('truetype'), url('../font/carolingia/carolingia-webfont.svg#carolingiaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'old_londonregular';
    src: url('../font/old_london/old_london-webfont.eot');
    src: url('../font/old_london/old_london-webfont.eot?#iefix') format('embedded-opentype'), url('../font/old_london/old_london-webfont.woff2') format('woff2'), url('../font/old_london/old_london-webfont.woff') format('woff'), url('../font/old_london/old_london-webfont.ttf') format('truetype'), url('../font/old_london/old_london-webfont.svg#old_londonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*---------------------------------------------- MAIN PAGE ------------------------------------------*/
body {
    background-color: black;
    color: white;
    font-family: 'carolingiaregular';
    border: 0 solid yellow;
}

#main_page {
    /*margin: left;*/
    max-width: 1420px;
    max-height: 1080px;
    min-width: 600px;
    min-height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/background_accueil.jpg') scroll no-repeat bottom right;
}

#page_saison {
    /*margin: left;*/
    max-width: 1420px;
    max-height: 1080px;
    min-width: 1024px;
    min-height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    border: 0 solid red;
    background: url('../images/image_design/background_date_agrandi.jpg') scroll no-repeat top right, url('../images/image_design/bricks.jpg') repeat scroll;
    /*background: url('../images/image_design/background_date.jpg') scroll no-repeat top right, url('../images/image_design/bricks.jpg') repeat scroll;*/
}

#page_presentation {
    /*margin: left;*/
    max-width: 1420px;
    max-height: 1080px;
    min-width: 600px;
    min-height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/background_presentation.jpg') scroll no-repeat bottom right;
}

#page_portraits {
    /*margin: left;*/
    max-width: 1620px;
    max-height: 1080px;
    min-width: 600px;
    min-height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background-color : black ;
}

#page_photo {
    /*margin: left;*/
    max-width: 1420px;
    max-height: 1080px;
    min-width: 1024px;
    min-height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/background_photo.jpg') scroll no-repeat bottom right;
}

#page_video {
    /*margin: left;*/
    max-width: 1420px;
    max-height: 1080px;
    min-width: 1210px;
    min-height: 949px;
    border: 0px solid red ;
    position: relative;
    top: -12px;
    background: url('../images/image_design/background_video.jpg') scroll no-repeat bottom right;
}

#page_articles {
    /*margin: left;*/
    max-width: 1420px;
    max-height: 1080px;
    min-width: 1180px;
    min-height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/fond_articles.jpg') scroll no-repeat bottom right;
}

#page_liens {
    /*margin: right;*/
    max-width: 1500px;
    min-width: 880px;
    height: 980px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/fond_liens.jpg') scroll no-repeat top 50px right;
}

#page_copiste {
    /*margin: right;*/
    max-width: 1420px;
    min-width: 900px;
    height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/background_copiste.jpg') scroll no-repeat top 50px right;
}

#page_grandmaitre {
    height: 100%;
    max-width: 1420px;
    /*min-width: 900px;*/
    min-height: 949px;
    border: solid red 0;
    position: relative;
    background: url('../images/image_design/background_copiste.jpg') fixed no-repeat bottom left 288px;
}

#page_contact {
    /*margin: right;*/
    max-width: 1420px;
    min-width: 1150px;
    height: 949px;
    border: solid red 0;
    position: relative;
    top: -12px;
    background: url('../images/image_design/background_envoie.jpg') scroll no-repeat top right;
}




/*---------------------------------------------- MAIN DESIGN (HOME) ------------------------------------------*/

header {
    border: 0 solid red;
    width: 700px;
    height: 253px;
    position: absolute;
    top: 40px;
    right: 113px;
}

#banniere_lien {
    position: absolute;
    top: 55px;
    left: 240px;
}

#banniere_lien_2 {
    position: absolute;
    top: 60px;
    left: 240px;
}

#logo {
    position: absolute;
    top: 230px;
    left: 230px;
}

#cadre_croix {
    position: absolute;
    right: -109px;
    top: -36px;
}

nav {
    width: 288px;
    height: 949px;
    position: absolute;
    left: -10px;
    top: 0;
    border: 0px solid white;
    background-image: url('../images/image_design/nav_image.jpg');
    z-index: 5000;
}

.compteur {
    position: absolute;
    bottom: 80px;
    left: 70px;
}

.compteur p {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: #fbfbe3;
}

.musique {
    position: absolute;
    bottom: -5px;
    text-align: center;
}

.controlleur {
    width: 288px
}

.musique p {
    margin-bottom: 4px;
    color: #ffcc6d;
    text-shadow: 3px 3px 15px #781b00
}

.musique a {
    font-family: 'old_londonregular';
    color: #ff8e23;
    font-size: 1.4em
}

#lettrine {
    font-family: 'rose_normal';
    font-size: 2em
}

.accueil {
    position: relative;
    top: -20px;
    left: -20px;
    width: 100px
}



/*---------------------------------------------- PAGE PRESENTATION ------------------------------------------*/

.presentation {
    position: relative;
    top: 0;
    left: -30px;
    width: 200px;
    font-size: .95em
}

.date {
    position: relative;
    top: 10px;
    left: -10px;
    width: 100px
}

.portraits {
    position: relative;
    top: 28px;
    left: -20px;
    width: 150px
}

.photos {
    position: relative;
    top: 35px;
    left: -20px;
    width: 180px
}

.video {
    position: relative;
    top: 40px;
    left: -30px;
    width: 110px
}

.histoire {
    position: relative;
    top: 50px;
    left: -47px;
    width: 210px
}

.liens {
    position: relative;
    top: 75px;
    left: -40px;
    width: 100px
}

.copiste {
    position: relative;
    top: 85px;
    left: -50px;
    width: 180px
}

.contact {
    position: relative;
    top: 100px;
    left: -40px;
    width: 140px
}

.saison_2017,
.saison_2016,
.saison_2015,
.saison_2014,
.saison_2013,
.saison_2012,
.saison_2011,
.saison_2010,
.saison_2009 {
    width: 200px;
    height: 40px;
    background: url('../images/image_design/parchemin.png') no-repeat scroll left top
}

.presentation_lien {
    width: 210px;
    height: 70px;
    border: 1px solid red;
    background: url('../images/image_design/parchemin_2.png') no-repeat scroll left top
}

.chronologie {
    width: 210px;
    height: 70px;
    border: 1px solid red;
    background: url('../images/image_design/parchemin_2.png') no-repeat scroll left top;
    border: 1px solid red
}

.chronologie-extended {
    width: 500px;
    height: 40px;
    font-size: 0.8em !important;
    border: 1px solid red;
    background: url('../images/image_design/parchemin_extended.png') no-repeat scroll left top;
    border: 1px solid red
}

.chronologie-extended a {
    padding-left: 20px !important;
}

.regle {
    width: 210px;
    height: 70px;
    border: 1px solid red;
    background: url('../images/image_design/parchemin_2.png') no-repeat scroll left top;
    border: 1px solid red
}

.grand_maitre {
    width: 210px;
    height: 70px;
    border: 1px solid red;
    background: url('../images/image_design/parchemin_2.png') no-repeat scroll left top;
    border: 1px solid red
}

.les_armes {
    width: 210px;
    height: 70px;
    border: 1px solid red;
    background: url('../images/image_design/parchemin_2.png') no-repeat scroll left top;
    border: 1px solid red
}

section {
    border: 0 solid blue;
    min-width: 990px;
    height: 950px;
    position: absolute;
    top: 0;
    right: 0
}

footer {
    position: absolute;
    right: 40px;
    bottom: 20px;
    border: 0 solid yellow;
    width: 1280px;
    height: 150px
}

#cartouche_mention {
    width: 280px;
    height: 150px;
    border: 0 solid red;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    box-shadow: -2px -2px 10px black;
    font-size: 1.1em;
    text-align: center;
    color: #ffdf35;
    text-shadow: 0 0 15px white
}

aside strong {
    font-family: 'old_londonregular';
    font-weight: normal;
    font-size: 1.4em
}

#dates_saison {
    width: 520px;
    height: 620px;
    position: absolute;
    right: 290px;
    top: 120px;
    text-align: center;
    color: #461200
}

#dates_saison h1 {
    font-size: 1.5em
}

#dates_saison strong {
    font-size: 1.8em;
    color: #912900
}

.date_parchemin {
    /*width: 300px;*/
    /*height: 320px;*/
    margin: auto;
    padding: 10px 0;
    /*box-shadow: 2px 2px 10px black inset;*/
    /*font-size: 1.2em;*/
    overflow: auto;
    position: relative;
    top: -15px;
    z-index: 3
}

.date_parchemin a {
    color: #912900;
    font-weight: bold;
    font-size: 1.1em
}

.annonce_date {
    font-size: 1.1em
}

.date_parchemin p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1em
}

.legende {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: -18px
}

.torche_date_1,
.torche_date_2 {
    position: absolute;
    top: 400px;
    z-index: 1
}

.torche_date_1 {
    right: 120px
}

.torche_date_2 {
    right: 890px
}

.torche_dates img {
    margin: 0 150px
}

#rope {
    border: 0 solid red;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 949px;
    background: url("../images/image_design/rope.jpg") top repeat-x;
    box-shadow: 0 10px 20px black
}

#conteneur_carte {
    position: absolute;
    bottom: 20px;
    right: 150px;
    margin: auto;
    border: 4px outset #5a6a88;
    width: 850px;
    height: 670px;
    background-color: rgba(29, 20, 15, 0.2);
    padding: 0
}

#actualisation_carte {
    booder: 1px solid red;
    position: absolute;
    top: 1000px;
    left: 60px;
    font-family: 'old_londonregular'
}

#actualisation_carte a {
    color: #912900;
    text-decoration: none;
    font-size: 2.2em
}

#actualisation_carte a:hover {
    color: #ec371c;
    text-decoration: none;
    font-size: 2.2em;
    text-shadow: 1px 1px 30px #ffffff, 1px 1px 1px white
}


/*-------------------------  PAGE PRESENTATION  -------------------------*/

#lien_presentations {
    position: absolute;
    top: 40px;
    height: 260px;
    right: 260px;
    width: 440px
}

#lien_presentations ul {
    width: 400px;
    height: 260px;
    margin-top: 0;
    list-style-type: none
}

#lien_presentations p {
    margin-top: -10px
}

#lien_presentations li {
    height: 65px;
    margin: 15px 0;
    text-align: center
}

#lien_presentations a {
    position: relative;
    top: 45px;
    text-decoration: none;
    color: #4a1105;
    font-size: 1.6em
}

#lien_presentations a:hover {
    color: #ba2222
}

#cadre_presentation {
    border: 4px inset #774520;
    width: 500px;
    height: 360px;
    position: absolute;
    top: 485px;
    right: 265px;
    background-image: url('../images/image_design/fond_cadre_presentation.jpg');
    box-shadow: 5px 5px 100px black inset
}

#citation_presentation {
    border: 0 solid red;
    height: 70px;
    text-align: center;
    position: relative;
    top: -80px;
    color: #4a1105;
    font-family: 'old_londonregular';
    font-weight: bold
}

#citation_presentation.margin-top-better {
    top: -100px;
}



#sv-container {
    border: 0;
    min-width: 100px
}

#cadre_portrait {
    position: absolute;
    width: 70%;
    height: 940px;
    border: 0px solid red;
    top: -12px;
    left: 290px ;
	overflow : hidden ;
}

/*------------------------------  PAGE PORTRAITS ------------------------------*/

iframe[class="portraits"]
{border:0px solid red; width:100%; height:950px; position:absolute; left:278px; top:2px;}




/*------------------------------  PAGE PHOTOS SAISONS ------------------------------*/

#cadre_liens_photo 
{
    width: 300px;
    height: 650px;
    border:0px solid blue;
    position: absolute;
    right: 405px;
    top: 60px;
    z-index: 2000;
	background-color: ;
	display:block;
}

#cadre_liens_photo a {
    display: inline-block;
    width: 100%;
    padding: none;
    margin: auto;
    text-align: center;
	border: 1px solid #b72e00;
	text-align:center;
	display:inline-block;
	font-family:'old_londonregular';
	font-size: 40px;
	text-decoration:none;
	color:#fc1e1e;
	background: rgba(100,30,0,0.8);
	box-shadow: 0px 0px 10px black inset, 0px 0px 30px black inset ;
	transition : all ease-out 0.3s ;	
}

#cadre_liens_photo a:hover{color:red;text-shadow:1px 1px 0px white, -1px -1px 0px white, 0px 0px 20px white, 0px 0px 10px white;
background: rgba(233,25,0,1); border:1px solid white; box-shadow:0px 0px 30px #580000 inset;}
	
/*----------------  CADRE INVISIBLE PHOTO SAISONS --------------------*/	
#liste_photos_saisons{ border:0px solid red; width:680px; margin-left:-200px; text-align:center;}	
#liste_photos_saisons li{list-style-type:none; display:inline-block;}	

/*----------------  PETITES CASE STYLE --------------------*/
#liste_photos_saisons a{font-size:26px; text-shadow:none; width:220px;}
#liste_photos_saisons a:hover{color:white; text-shadow:1px 1px 15px red, 1px 1px 15px red, 1px 1px 15px red, 1px 1px 15px red;}	
	

.titre_liens{top:200px; margin-left:400px; color:green;}

/********************************************** PAGE VIDEO ***********************************************/

#cadre_liens_video{
    width: 70%;
    height: auto;
    border: 0px solid red;
    position: absolute;
    left: 300px;
    top: 680px;
    z-index: 2000 ;
	overflow-y : none ;
	overflow-x : hidden ;
	scroll : auto ;
	background : rgba(14,29,43,0.3);
	border : 1px  inset #313e53 ;
	text-align: center;
}

#cadre_liens_video a{
    display: inline-block;
    border: 0px solid green;
    width: 100%;
    padding: none;
    margin: auto;
    text-align: center ;
	width:300px;
	margin:auto;
}

#cadre_video
{
	margin:auto;
	position:absolute;
	background:rgba(14,29,43,1);
	border:1px  inset #313e53 ;
	max-width:800px ;
	max-height:700px ;
	min-width:700px ;
	min-height:500px ;
	top:140px ;
	left:480px;	
	resize:none;
}


div[id="aigues_mortes_2016"],
div[id="roquebrune_2016"],
div[id="hyeres_2015"],
div[id="aigues_mortes_2015"],
div[id="la_france_des_mysteres"],
div[id="videomontage_arcadia"],
div[id="ecriture_youtube"],
div[id="defile_chateauneuf"],
div[id="the_knight_templar"],
div[id="reportage_tf1"]
{
    position: relative;
    right: -40px;
    border: 0px solid red;
    height: 68px;
    width: 230px;
    z-index: 2 ;
}

#aigues_mortes_2016
{background: url('../images/image_design/aigues_mortes_2016.png') center; width: 280px; height: 40px;  left: 10px;}
#aigues_mortes_2016:hover
{background: url('../images/image_design/aigues_mortes_2016_light.png') center; width: 280px; height: 40px; left: 10px;}

#roquebrune_2016
{background: url('../images/image_design/roquebrune_2016.png') center; width: 280px; height: 40px; left: 10px;}
#roquebrune_2016:hover
{background: url('../images/image_design/roquebrune_2016_light.png') center; width: 280px; height: 40px; left: 10px;}

#hyeres_2015
{background: url('../images/image_design/hyeres_2015.png') center; width: 280px; height: 40px; left: 10px;}
#hyeres_2015:hover
{background: url('../images/image_design/hyeres_2015_light.png') center; width: 280px; height: 40px; left: 10px;}

#aigues_mortes_2015
{background: url('../images/image_design/aigues_mortes_2015.png') center; width: 280px; height: 40px; left: 10px;}
#aigues_mortes_2015:hover
{background: url('../images/image_design/aigues_mortes_2015_light.png') center; width: 280px; height: 40px; left: 10px;}

#ecriture_youtube
{background: url('../images/image_design/ecriture.png') center no-repeat; width: 250px; height: 40px;  left: 30px;}
#ecriture_youtube:hover 
{background: url('../images/image_design/ecriture_light.png') center no-repeat; width: 250px; height: 40px; left: 30px;}

#defile_chateauneuf 
{background: url('../images/image_design/ecriture_defile_chateauneuf.png') center; width: 280px; height: 80px; left: 10px;}
#defile_chateauneuf:hover 
{background: url('../images/image_design/ecriture_defile_chateauneuf_light.png') center; width: 280px; height: 80px; left: 10px;}

#defile_aux_arcs_sur_argens 
{background: url('../images/image_design/ecriture_defile_aux_arcs_sur_argens.png') center; width: 301px; height: 80px; left: 10px;}
#defile_aux_arcs_sur_argens:hover 
{background: url('../images/image_design/ecriture_defile_aux_arcs_sur_argens_light.png') center; width: 301px; height: 80px; left: 10px;}





#la_france_des_mysteres
{background: url('../images/image_design/la_france_des_mysteres.png') center no-repeat; width: 280px; height: 60px; left: 20px;}
#la_france_des_mysteres:hover
{background: url('../images/image_design/la_france_des_mysteres_light.png') center no-repeat; width: 280px; height: 60px; left: 20px;}

#the_knight_templar
{background: url('../images/image_design/the_knight_templar.png') center no-repeat; width: 280px; height: 60px; left: 20px;}
#the_knight_templar:hover
{background: url('../images/image_design/the_knight_templar_light.png') center no-repeat; width: 280px; height: 60px; left: 20px;}

#videomontage_arcadia 
{background: url('../images/image_design/videomontage_arcadia.png') center; width: 250px; height: 80px; left: 30px;}
#videomontage_arcadia:hover 
{background: url('../images/image_design/videomontage_arcadia_light.png') center; width: 250px; height: 80px;  left: 30px;}

#reportage_tf1 
{background: url('../images/image_design/reportage_tf1.png') center no-repeat; width: 250px; height: 40px; left: 30px;}
#reportage_tf1:hover 
{background: url('../images/image_design/reportage_tf1_light.png') center  no-repeat; width: 250px; height: 40px;  left: 30px;}






#contenu_video 
{
    border: 0 solid red;
    width: 550px;
    height: 510px;
    margin: auto;
}

#titre_video,
#credit_video 
{
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 1.1em;
}

#titre_video {
    color: #ec591c;
    font-size: 1.7em;
}

#contenu_video a {
    text-decoration: none;
    color: black;
    text-shadow: 0 0 5px white;
}

#contenu_video a:hover {
    text-shadow: 1px -1px 25px white;
    color: #ececec;
}


/********************************************************* PAGE LIENS **********************************************/
#bouton_retour {
    font-size: 1.4em;
    margin-top: 20px;
    text-align: center;
    display: none;
}

#cadre_tableaux_liens {
    border: 0 solid blue;
    height: 1480px;
    width: auto;
    margin-left: 278px
}

#liens_sites {
    padding: 10px 30px;
    border: 0 solid green;
    width: auto;
    margin: 15px auto;
    text-align: center;
    position: relative;
    background-image: url('../images/image_design/bulle_lien.jpg');
    border-radius: 10px
}

.double_colonne {
    max-width: 180px;
    min-width: 110px;
    vertical-align: top
}

#liens_sites ul {
    list-style-type: none;
    display: inline-block;
    border: 0 solid red
}

#liens_sites h2,
.cadre_lien_inferieur h2 {
    font-family: 'old_londonregular';
    color: #d23010;
    border: 0 solid green;
    font-size: 1.5em;
    margin-bottom: -10px;
    background-image: url('../images/image_design/bulle_liens.jpg');
    box-shadow: 5px 5px 8px #2f1303 inset;
    border-radius: 15px
}

#liens_sites a {
    color: white;
    text-decoration: none;
    font-size: 1.3em
}

#liens_sites a:hover {
    color: #ea2611;
    text-shadow: 2px 2px 25px white
}

#colonne_gauche {
    width: 44%;
    /*height: 500px;*/
    border: 0 solid yellow;
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

#colonne_droite {
    width: 45%;
    height: 320px;
    border: 0 solid yellow;
    float: left;
    margin-left: 40px;
    margin-top: 20px
}

.cadre_lien_inferieur {
    position: relative;
    top: -130px;
    margin: auto 30px;
    height: 710px;
    width: 91%;
    text-align: center;
    float: left;
    background-image: url('../images/image_design/bulle_lien.jpg');
    border-radius: 10px
}

table {
    border-collapse: collapse;
    border: 0 solid blue;
    margin-top: 20px;
    width: 100% ;
}

td {
    border: 0 solid red;
    width: 210px;
    display: inline-block;
    height: 150px
}

td img {
    margin: 8px 0 0 -90px
}

.cadre_lien_inferieur em {
    font-size: 1.2em;
    font-style: italic
}

.titre_livre {
    width: 100px;
    height: 140px;
    border: 0 solid red;
    position: relative;
    left: 110px;
    top: -150px;
    font-weight: bold;
    color: #f4d372
}

.nom_auteurs {
    color: white;
    font-size: .9em;
    text-transform: uppercase;
    word-wrap: break-word;
}

/************************************ PAGE COPISTE *********************************************/

#assemble,
#evenements,
#missives,
#saison_archive,
#chants,
#memoriam,
#forum {
    margin-left: 0;
    background-image: url('../images/image_design/parchemin_3.png');
    padding: 12px 0 12px 15px;
    height: 65px
}

#titre_musique {
    background-image: url('../images/image_design/parchemin_2.png');
    width: 200px;
    height: 65px;
    padding: 0 0 0 15px
}

#conteneur {
    width: 680px;
    height: 580px;
    border: 0 solid red;
    position: absolute;
    top: 200px;
    right: 190px;
    background: url('../images/image_design/bulle_contact.png') no-repeat bottom
}

#entete {
    font-family: 'old_londonregular';
    color: #d24b20;
    font-size: 2.1em;
    text-align: center;
    margin-top: 30px
}

fieldset {
    border: 0;
    width: 330px
}

label {
    display: none
}

input {
    background-color: #eac796;
    border: 0;
    margin: 5px 0 5px 30px;
    padding: 0 0 0 10px;
    width: 280px;
    height: 28px;
    font-family: 'carolingiaregular';
    font-size: 1.1em;
    color: #592411;
    border-radius: 6px
}

textarea {
    background-color: #eac796;
    max-width: 580px;
    min-width: 300px;
    min-height: 170px;
    max-height: 170px;
    margin: 10px 0 5px 30px;
    padding: 5px 0 0 10px;
    font-family: 'carolingiaregular';
    font-size: 1.1em;
    color: #592411;
    position: relative;
    z-index: 4;
    border-radius: 6px
}

input[type=submit] {
    width: 140px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    bottom: 190px;
    z-index: 2
}

.addresse_mail {
    font-family: 'carolingiaregular';
    font-style: normal
}

form a {
    font-family: 'carolingiaregular';
    color: #3f1b0b;
    text-decoration: none;
    font-size: 1.4em;
    margin-left: 30px
}

form a:hover {
    color: #a82620
}

#marc {
    position: absolute;
    top: 80px;
    right: 40px;
    width: 230px;
    height: 260px;
    border: 0 solid red;
    text-align: center;
    font-family: 'old_londonregular';
    font-size: 1.6em;
    color: white;
    z-index: 1
}

.mention {
    font-size: .9em;
    width: 170px;
    height: 70px;
    position: absolute;
    padding: 22px 0 0 25px;
    top: 116px;
    left: -30px;
    list-style-item: none
}

#message_mention {
    width: 530px;
    height: 230px;
    text-align: center;
    position: relative;
    top: -100px;
    left: 10px;
    background: url('../images/image_design/carte_mention.jpg')no-repeat;
    padding: 10px;
    font-size: .72em
}

#message_mention a {
    margin: 0;
    font-size: 1.2em;
    display: inline;
    color: #f22516
}

.splide__pagination__page {
    width: 16px !important;
    height: 16px !important;
    opacity: .6 !important;
}