/*
001 flyer 1 bien
002 flyer 2 biens
003 flyer 4 biens
004 flyer 9 biens
005 flyer institutionnel/personnalisé image
006 flyer institutionnel/personnalisé image total
007 papier entete
008 enveloppe
009 annonce vitrine
010 carte de visite
011 panneau défaut 80x60
012 panneaux
013 journal recto
014 journal verso
015 signature email institutionnelle
X016 signature noel (a remplacer par une variable)
X017 e-mailing noel (a remplacer par une variable)
018 exclu-panneau
X019 signature année 2019 (a remplacer par une variable)
X020 e-mailing année 2019 (a remplacer par une variable)
021 carte de correspondance institutionnelle
022 exclu-bache
023 flyer institutionnel image total 2022
024 carte de correspondance coupon réponse
025 affiche institutionnel image total 2022
026 signature 2019
027 carte de visite spe
028 flyer parrainage
029 flyer 1 bien 2022
*/

/*Modeles--CONTENT 001 flyer-1-bien*/
#app.index .creation .rendu.modele-001 .rendu-titre
{
	padding-bottom: 40px;
	margin-bottom: 5px;

	background-image: url(../img/modeles/hr.jpg);
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;

	text-align: center;
	font-family: ZAP;
	font-size: 28px;
	color: #008890;
}
#app.index .creation .rendu.modele-001 .rendu-photo
{
	position: relative;
	display: block;
	width: 392px;
	height: 266px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	border: 8px solid #FFF;
	border-radius: 10px;
}
#app.index .creation .rendu.modele-001.header-002 .rendu-photo
{
	width: 343px;
	height: 233px;
	margin-bottom: 3px;
}
#app.index .creation .rendu.modele-001 .rendu-photo .rendu-flag
{
	position: absolute;
	top: -25px;
	left: -5px;
	width: 50%;
	padding: 10px 20px;
	font-family: ZAP;
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#app.index .creation .rendu.modele-001 .rendu-photo .rendu-ville
{
	position: absolute;
	right: 0;
	top: -8px;
	font-size: 1.2em;
	font-family: ZAP;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #FFF;
	border-radius: 0 0 0 5px;
	padding: 0 5px;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif
{
	display: block;
	width: 95%;
	height: 109px;
	margin: 0 auto;
	font-size: 0;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-lieu
{
	position: relative;
	display: block;
	padding: 5px 0;
	color: #008890;
	text-transform: uppercase;
	font-family: ZAP;
	font-size: 11px;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif > div
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding-right: 10px;
	font-size: 10px;
	text-align: justify;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	height: 98px;
	margin: 5px 0;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe > span
{
	position: absolute;
	right: 0;
	width: 28px;
	text-align: center;
	font-size: 8px;
	color: #FFF;
	font-family: arial;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-a
{
	background-image: url(../img/modeles/dpe-a.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-a > span
{
	top: 6%;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-b
{
	background-image: url(../img/modeles/dpe-b.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-b > span
{
	top: 17%;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-c
{
	background-image: url(../img/modeles/dpe-c.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-c > span
{
	top: 29%;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-d
{
	background-image: url(../img/modeles/dpe-d.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-d > span
{
	top: 40%;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-e
{
	background-image: url(../img/modeles/dpe-e.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-e > span
{
	top: 52%;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-f
{
	background-image: url(../img/modeles/dpe-f.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-f > span
{
	top: 62%;
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-g
{
	background-image: url(../img/modeles/dpe-g.png);
}
#app.index .creation .rendu.modele-001 .rendu-descriptif .rendu-dpe.dpe-g > span
{
	top: 74%;
}

/*Modeles--CONTENT 002 flyer-2-biens*/
#app.index .creation .modele-002 .rendu-accept-annonce
{
	margin: 10px 0 20px 0;
	height: 160px;
}
#app.index .creation .rendu.modele-002 .rendu-titre
{
	padding-bottom: 40px;
	margin-bottom: 5px;

	background-image: url(../img/modeles/hr.jpg);
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;

	text-align: center;
	font-family: ZAP;
	font-size: 28px;
	color: #008890;
}
#app.index .creation .rendu.modele-002 .rendu-photo
{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 133px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	border: 5px solid #FFF;
	border-radius: 10px;
}
#app.index .creation .rendu.modele-002 .rendu-photo .rendu-flag
{
	position: absolute;
	bottom: -20px;
	right: -10px;
	width: 65%;
	padding: 10px 20px;
	font-family: ZAP;
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#app.index .creation .rendu.modele-002 .rendu-photo .rendu-ville
{
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 0.9em;
	font-family: ZAP;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #FFF;
	border-radius: 5px 0 5px 0;
	padding: 0 5px;
}
#app.index .creation .rendu.modele-002 .rendu-descriptif
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	padding-right: 0;
	padding-left: 10px;
	font-size: 10px;
	text-align: justify;
	width: 220px;
}
#app.index .creation .rendu.modele-002 .rendu-descriptif:first-child
{
	padding-left: 0;
	padding-right: 10px;
}
#app.index .creation .rendu.modele-002 .rendu-descriptif .rendu-lieu
{
	position: relative;
	display: block;
	padding: 5px 0;
	color: #008890;
	text-transform: uppercase;
	font-family: ZAP;
	font-size: 11px;
}
#app.index .creation .rendu.modele-002 .rendu-descriptif > .rendu-description
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	text-align: left;
}
#app.index .creation .rendu.modele-002 .rendu-descriptif > .rendu-dpe
{
	text-align: right;
}
#app.index .creation .rendu.modele-002.header-001 .rendu-footer
{
	position: absolute;
    top: 571px;
    left: 5px;
    right: 5px;
}
#app.index .creation .rendu.modele-002.header-002 .rendu-footer
{
	position: absolute;
    top: 571px;
    left: 5px;
    right: 5px;
}

/*Modeles--CONTENT 003 flyer-4-biens*/
#app.index .creation .modele-003 .rendu-accept-annonce
{
	display: inline-block;
	margin: 20px 3px;
}
#app.index .creation .modele-003.header-002 .rendu-accept-annonce
{
	margin: 10px 3px;
}
#app.index .creation .rendu.modele-003 .rendu-titre
{
	padding-bottom: 40px;
	margin-bottom: 5px;

	background-image: url(../img/modeles/hr.jpg);
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;

	text-align: center;
	font-family: ZAP;
	font-size: 28px;
	color: #008890;
}
#app.index .creation .rendu.modele-003 .rendu-photo
{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 133px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	border: 5px solid #FFF;
	border-radius: 10px;
}
#app.index .creation .rendu.modele-003 .rendu-photo .rendu-flag
{
	position: absolute;
	bottom: -20px;
	right: -10px;
	width: 70%;
	padding: 10px 20px;
	font-family: ZAP;
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#app.index .creation .rendu.modele-003 .rendu-photo .rendu-ville
{
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 0.9em;
	font-family: ZAP;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #FFF;
	border-radius: 5px 0 5px 0;
	padding: 0 5px;
}
#app.index .creation .rendu.modele-003.header-001 .rendu-footer
{
	margin-top: 26px;
}
#app.index .creation .rendu.modele-003.header-002 .rendu-footer
{
	margin-top: 26px;
}

/*Modeles--CONTENT 004 flyer-9-biens*/
#app.index .creation .modele-004 .rendu-accept-annonce
{
	display: inline-block;
	margin: 0 3px;
}
#app.index .creation .modele-004.header-002 .rendu-accept-annonce
{
	margin: 0 3px;
}
#app.index .creation .rendu.modele-004 .rendu-titre
{
	padding-bottom: 40px;
	margin-bottom: 5px;

	background-image: url(../img/modeles/hr.jpg);
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;

	text-align: center;
	font-family: ZAP;
	font-size: 28px;
	color: #008890;
}
#app.index .creation .rendu.modele-004 .rendu-photo
{
	position: relative;
	display: inline-block;
	width: 130px;
    height: 110px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	border: 5px solid #FFF;
	border-radius: 10px;
}
#app.index .creation .rendu.modele-004.header-002 .rendu-photo
{
	height: 96px;
}
#app.index .creation .rendu.modele-004 .rendu-photo .rendu-flag
{
	position: absolute;
	bottom: -20px;
	right: -10px;
	width: 95%;
	padding: 10px 20px;
	font-family: ZAP;
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#app.index .creation .rendu.modele-004 .rendu-photo .rendu-ville
{
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 0.6em;
	font-family: ZAP;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #FFF;
	border-radius: 5px 0 5px 0;
	padding: 0 5px;
}
#app.index .creation .rendu.modele-004.header-001 .rendu-footer
{
	margin-top: 24px;
}
#app.index .creation .rendu.modele-004.header-002 .rendu-footer
{
	margin-top: 26px;
}


/*Modeles--CONTENT 005 flyer-image*/
#app.index .creation .modele-005.header-001 .rendu-contenu
{
	padding-top: 20px;
	text-align: center;
	height: 470px;
}
#app.index .creation .modele-005.header-002 .rendu-contenu
{
	padding-top: 5px;
	text-align: center;
	height: 430px;
}
/*Modeles--CONTENT 006 flyer-image-total*/
#app.index .creation .modele-006.header-001,
#app.index .creation .modele-006.header-002
{
	background-image: none;
}
#app.index .creation .modele-006.header-001 .rendu-header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modeles/header-001.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
}
#app.index .creation .modele-006.header-002 .rendu-header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modeles/header-002.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
}
#app.index .creation .modele-006.header-001-a .rendu-header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modeles/header-001-a.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
}
#app.index .creation .modele-006.header-002-a .rendu-header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modeles/header-002-a.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
}
#app.index .creation .modele-006.header-001 .rendu-img,
#app.index .creation .modele-006.header-002 .rendu-img,
#app.index .creation .modele-006.header-001-a .rendu-img,
#app.index .creation .modele-006.header-002-a .rendu-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#app.index .creation .modele-006.header-001 .rendu-contenu
{
	padding-top: 20px;
	text-align: center;
	height: 470px;
}
#app.index .creation .modele-006.header-001 .rendu-contenu .rendu-prix
{
	position: absolute;
    z-index: 2;
    left: 373px;
    top: 142px;
    width: 140px;
    color: #FFF;
    font-size: 36px;
    font-family: AvenirLTStd-Heavy;
    text-align: center;
}
#app.index .creation .modele-006.header-001 .rendu-contenu .rendu-prix.vert
{
	color: #008890;
	left: 330px;
}
#app.index .creation .modele-006.header-001.paysage .rendu-contenu
{
	height: 288px;
}
#app.index .creation .modele-006.header-002 .rendu-contenu
{
	padding-top: 5px;
	text-align: center;
	height: 430px;
}
#app.index .creation .modele-006.header-002.paysage .rendu-contenu
{
	height: 245px;
}
#app.index .creation .modele-006.header-001-a .rendu-contenu
{
	padding-top: 20px;
	text-align: center;
	height: 470px;
}
#app.index .creation .modele-006.header-002-a .rendu-contenu
{
	padding-top: 5px;
	text-align: center;
	height: 430px;
}
#app.index .creation .modele-006.header-001 .rendu-footer,
#app.index .creation .modele-006.header-002 .rendu-footer,
#app.index .creation .modele-006.header-001-a .rendu-footer,
#app.index .creation .modele-006.header-002-a .rendu-footer
{
	position: relative;
	z-index: 3;
}

/*Modeles--CONTENT 007 papier-entete*/
#app.index .creation .modele-007
{
	font-family: AvenirLTStd-Heavy;
	padding: 31px 10px 0px;
	background-image: url(../img/modeles/papier-entete-001.jpg);
}
#app.index .creation .modele-007 .rendu-header
{
	text-align: right;
}
#app.index .creation .modele-007 .rendu-header .rendu-enseigne
{
	display: inline-block;
	text-align: right;
	width: 260px;
	color: #FFF;
	font-size: 9px;
    font-weight: bold;
    margin-right: 10px;
}
#app.index .creation .modele-007 .rendu-contenu
{
	height: 500px;
}
#app.index .creation .modele-007 .rendu-footer
{
	color: #008890;
	text-align: center;
	line-height: 6px;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-007 .rendu-footer .rendu-agences
{
	font-size: 0;
	width: 90%;
	margin: 0 auto;
}
#app.index .creation .modele-007 .rendu-footer .rendu-agences > *
{
	font-size: 6px;
}
#app.index .creation .modele-007 .rendu-footer .rendu-agences > div
{
	display: inline-block;
	width: 33.33%;
	text-align: center;
	vertical-align: top;
}
#app.index .creation .modele-007 .rendu-footer .rendu-agences > div > span
{
	display: block;
}
#app.index .creation .modele-007 .rendu-footer .rendu-agences .rendu-agence_1-enseigne,
#app.index .creation .modele-007 .rendu-footer .rendu-agences .rendu-agence_2-enseigne,
#app.index .creation .modele-007 .rendu-footer .rendu-agences .rendu-agence_3-enseigne
{
	display: inline-block;
	margin: 0 auto;
	padding: 0 5px;
	color: #008890;
	font-size: 6px;
	text-align: center;
	font-weight: bold;
}
#app.index .creation .modele-007 .rendu-footer .rendu-agences .rendu-agence_1-adresse > span,
#app.index .creation .modele-007 .rendu-footer .rendu-agences .rendu-agence_2-adresse > span,
#app.index .creation .modele-007 .rendu-footer .rendu-agences .rendu-agence_3-adresse > span
{
	display: block;
}

#app.index .creation .modele-007 .rendu-footer .rendu-mentions
{
	display: block;
	margin-top: 3px;
	font-size: 5px;
	width: 100%;
	text-align: center;
}
#app.index .creation .modele-007 .rendu-footer .rendu-mentions > span
{
	display: block;
}

/*Modeles--CONTENT 008 enveloppe*/
#app.index .creation .modele-008
{
	padding: 20px 20px 20px 20px;
	height: 246px;
	min-height: 246px;
	color: #008890;

	/*font-family: ZAP;*/
	font-family: AvenirLTStd-Heavy;
	font-size: 7px;	
}
#app.index .creation .modele-008 .rendu-logo
{
	width: 146px;
    height: 70px;
	background-image: url(../img/modeles/logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#app.index .creation .modele-008 .rendu-enseigne
{
	display: inline-block;
	/*padding: 0 6px;*/
	/*background-color: #008890;*/
	font-size: 9px;
	/*color: #FFF;*/
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
#app.index .creation .modele-008 .rendu-adresse
{
	margin: 5px 0;
}
#app.index .creation .modele-008 .rendu-adresse > span
{
	display: inline-block;
}
#app.index .creation .modele-008 .rendu-fenetre
{
    position: absolute;
    right: 40px;
    bottom: 40px;
	background-color: #e7e7e7;
    border-radius: 5px;
    width: 190px;
    height: 70px;
}

/*Modeles--CONTENT 009 annonce-vitrine*/
/*Général*/
#app.index .creation .modele-009
{
	padding: 0 ;
	
	width: 633px;
	max-width: 633px;
	height: 450px;
	min-height: 450px;
}
#app.index .creation .modele-009 .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009 .rendu-photo:nth-of-type(3)
{
	display: none;
}
#app.index .creation .modele-009 .rendu-accept-annonce
{
	margin: -2px;
	height: 100%;
}
#app.index .creation .modele-009 .rendu-icones
{
    width: 150px;
    font-size: 0;
}
#app.index .creation .modele-009 .rendu-icones > div
{
	display: inline-block;
	width: 30px;
	text-align: center;
	vertical-align: top;
	font-size: 5px;
}
#app.index .creation .modele-009 .rendu-icones > div img
{
	display: block;
	margin: 3px auto 3px auto;
	width: 18px;
	vertical-align: top;
}
#app.index .creation .modele-009 .rendu-dpe.dpe-en-cours
{
	background-image: url(../img/modeles/dpe-barre-en-cours.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-vierge
{
	background-image: url(../img/modeles/dpe-barre-vierge.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-non-eligible
{
	background-image: url(../img/modeles/dpe-barre-non-eligible.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-a
{
	background-image: url(../img/modeles/dpe-barre-a.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-b
{
	background-image: url(../img/modeles/dpe-barre-b.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-c
{
	background-image: url(../img/modeles/dpe-barre-c.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-d
{
	background-image: url(../img/modeles/dpe-barre-d.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-e
{
	background-image: url(../img/modeles/dpe-barre-e.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-f
{
	background-image: url(../img/modeles/dpe-barre-f.png);
}
#app.index .creation .modele-009 .rendu-dpe.dpe-g
{
	background-image: url(../img/modeles/dpe-barre-g.png);
}
#app.index .creation .modele-009 .rendu-dpe
{
    width: 112px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#app.index .creation .modele-009 .rendu-dpe > img
{
	width: 112px;
}
#app.index .creation .modele-009 .rendu-flag
{
	position: absolute;
	top: 226px;
    left: 34px;
	background-image: url(../img/modeles/exclusivite.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 96px;
    height: 37px;
}
#app.index .creation .modele-009 .rendu-tampon
{
	display: none;
    position: absolute;
	width: 400px;
    height: 105px;
    left: 204px;
    top: 90px/*150px*/;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	z-index: 1;
}
#app.index .creation .modele-009.option2 .rendu-tampon
{
	left: 114px;
    top: -230px;
}
#app.index .creation .modele-009 .rendu-tampon.sous-compromis
{
	background-image: url(../img/modeles/tampon-sous-compromis.png);
}
#app.index .creation .modele-009 .rendu-tampon.sous-offre
{
	background-image: url(../img/modeles/tampon-sous-offre.png);
}
#app.index .creation .modele-009 .rendu-tampon.deja-vendu
{
	background-image: url(../img/modeles/tampon-deja-vendu.png);
}
#app.index .creation .modele-009 .rendu-tampon.deja-loue
{
	background-image: url(../img/modeles/tampon-deja-loue.png);
}
#app.index .creation .modele-009 .rendu-tampon.prix-direct-promoteur
{
	background-image: url(../img/modeles/tampon-prix-direct-promoteur.png);
}

#app.index .creation .modele-009 .rendu-tampon.baisse-de-prix
{
	background-image: url(../img/modeles/tampon-baisse-de-prix.png);
}
#app.index .creation .modele-009 .rendu-tampon.coup-de-coeur
{
	background-image: url(../img/modeles/tampon-coup-de-coeur.png);
}
#app.index .creation .modele-009 .rendu-tampon.nouveaute
{
	background-image: url(../img/modeles/tampon-nouveaute.png);
}
#app.index .creation .modele-009 .rendu-tampon.location-saisonniere
{
	background-image: url(../img/modeles/tampon-location-saisonniere.png);
}
#app.index .creation .modele-009 .rendu-tampon.location-de-vacances
{
	background-image: url(../img/modeles/tampon-location-de-vacances.png);
}

#app.index .creation .modele-009 .rendu-mentions
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	padding-top: 2px;
	width: 100%;
	height: 18px;
	text-align: center;
	color: #000;
	font-size: 6px;
	background-color: #FFF;
	z-index: 4;
}
#app.index .creation .modele-009 .rendu-mentions > div
{
	display: inline;
}
/*Option 1 - (Titre : option 2) 3 photos*/
#app.index .creation .modele-009.option1 .rendu-accept-annonce
{
	background-color: #008991;
}
#app.index .creation .modele-009.option1 .rendu-a
{
	display: none;
}
#app.index .creation .modele-009.option1 .rendu-photo
{
	position: absolute;
    left: 94px;
    top: 37px;
    width: 270px;
    height: 185px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #FFF;
}
#app.index .creation .modele-009.option1 .rendu-photo .rendu-photo-prev
{
	left: 50px;
}
#app.index .creation .modele-009.option1 .rendu-photo .rendu-photo-next
{
	right: 10px;
}
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(3) .rendu-photo-next
{
	right: 110px;
}
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(3)
{
	display: block;
}
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(4)
{
	display: none;
}
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(2) .rendu-photo-prev,
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(3) .rendu-photo-prev
{
	left: 10px;
}
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(2)
{
	left: 361px;
}
#app.index .creation .modele-009.option1 .rendu-photo:nth-of-type(3)
{
	top: 200px;
    left: 295px;
}
#app.index .creation .modele-009.option1 .rendu-contenu
{
	position: absolute;
	left: -97px;
    top: -40px;
	width: 631px;
    height: 448px;
	color: #FFF;

	background-image: url(../img/modeles/a-vitrine.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
#app.index .creation .modele-009.option1.evenement .rendu-ville
{
	left: 326px;
	width: 299px;
}
#app.index .creation .modele-009.option1.evenement .rendu-accept-annonce
{
	background-color: #e91269;
}
#app.index .creation .modele-009.option1.evenement .rendu-contenu
{
	background-image: url(../img/modeles/evenements/a-vitrine-evenement-octobrerose-2019.png);
}
#app.index .creation .modele-009.option1 .rendu-statut
{
	position: absolute;
    left: 25px;
    top: 188px;
    text-align: center;
    width: 95px;
    font-size: 26px;
}
#app.index .creation .modele-009.option1 .rendu-prix
{
	position: absolute;
    top: 273px;
    left: 14px;
    font-size: 23px;
    width: 132px;
    text-align: center;
    font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-009.option1 .rendu-charge-honoraires
{
	position: absolute;
    top: 297px;
    left: 10px;
    font-size: 8px;
    width: 140px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option1 .rendu-pourcentage-honoraires,
#app.index .creation .modele-009.option1 .rendu-mentions-location
{
	position: absolute;
    top: 307px;
    left: 10px;
    font-size: 8px;
    width: 140px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option1 .rendu-prix-hors-honoraires
{
	position: absolute;
    top: 315px;
    left: 10px;
    font-size: 8px;
    width: 140px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option1 .rendu-ville
{
	position: absolute;
    top: 4px;
    left: 96px;
    text-align: center;
    width: 437px;
    font-size: 18px;
}
#app.index .creation .modele-009.option1 .rendu-titre-vitrine
{
	display: none;
}
#app.index .creation .modele-009.option1 .rendu-texte-vitrine
{
	position: absolute;
    left: 10px;
    top: 325px;
    font-size: 16px;
    font-family: AvenirLTStd-Light;
    width: 175px;
    height: 95px;
}
#app.index .creation .modele-009.option1 .rendu-icones
{
	position: absolute;
    bottom: 22px;
    right: 95px;
}
#app.index .creation .modele-009.option1 .rendu-dpe
{
	position: absolute;
    right: 3px;
    bottom: 18px;
}
#app.index .creation .modele-009.option1 .rendu-dpe > span
{
	position: absolute;
	top: 24px;
    font-size: 8px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-en-cours > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-vierge > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-non-eligible > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-a > span
{
	left: 20px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-b > span
{
	left: 33px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-c > span
{
	left: 52px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-d > span
{
	left: 59px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-e > span
{
	left: 74px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-f > span
{
	left: 91px;
}
#app.index .creation .modele-009.option1 .rendu-dpe.dpe-g > span
{
	left: inherit;
	right: 24px;
}

#app.index .creation .modele-009.option1.noel:after,
#app.index .creation .modele-009.option1.unapecle:after
{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
}
#app.index .creation .modele-009.option1.noel:after
{
	background-image: url(../img/modeles/a-vitrine-noel-01.png);
}
#app.index .creation .modele-009.option1.noel.version01:after
{
	background-image: url(../img/modeles/a-vitrine-noel-01.png);
}
#app.index .creation .modele-009.option1.noel.version02:after
{
	background-image: url(../img/modeles/a-vitrine-noel-02.png);
}
#app.index .creation .modele-009.option1.noel.version03:after
{
	background-image: url(../img/modeles/a-vitrine-noel-03.png);
}
#app.index .creation .modele-009.option1.unapecle:after
{
	background-image: url(../img/modeles/a-vitrine-unapecle-2024.png);
}
#app.index .creation .modele-009.option1.noel .rendu-ville,
#app.index .creation .modele-009.option1.unapecle .rendu-ville
{
	color: #ffffff;
    text-shadow: 1px 1px 2px #000;
}
#app.index .creation .modele-009.option1.noel .rendu-photo .rendu-photo-prev,
#app.index .creation .modele-009.option1.noel .rendu-photo .rendu-photo-next,
#app.index .creation .modele-009.option1.noel .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel .rendu-photo:nth-of-type(3) .rendu-photo-prev,
#app.index .creation .modele-009.option1.noel .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel .rendu-photo:nth-of-type(3) .rendu-photo-prev,
#app.index .creation .modele-009.option1.noel .rendu-contenu,
#app.index .creation .modele-009.option1.unapecle .rendu-photo .rendu-photo-prev,
#app.index .creation .modele-009.option1.unapecle .rendu-photo .rendu-photo-next,
#app.index .creation .modele-009.option1.unapecle .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle .rendu-photo:nth-of-type(3) .rendu-photo-prev,
#app.index .creation .modele-009.option1.unapecle .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle .rendu-photo:nth-of-type(3) .rendu-photo-prev,
#app.index .creation .modele-009.option1.unapecle .rendu-contenu
{
	z-index: 1;
}
#app.index .creation .modele-009.option1.noel:hover .rendu-photo .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel:hover .rendu-photo .rendu-photo-next, 
#app.index .creation .modele-009.option1.noel:hover .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel:hover .rendu-photo:nth-of-type(3) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel:hover .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel:hover .rendu-photo:nth-of-type(3) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.noel:hover .rendu-contenu,
#app.index .creation .modele-009.option1.unapecle:hover .rendu-photo .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle:hover .rendu-photo .rendu-photo-next, 
#app.index .creation .modele-009.option1.unapecle:hover .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle:hover .rendu-photo:nth-of-type(3) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle:hover .rendu-photo:nth-of-type(2) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle:hover .rendu-photo:nth-of-type(3) .rendu-photo-prev, 
#app.index .creation .modele-009.option1.unapecle:hover .rendu-contenu
{
	z-index: 0;
}
#app.index .creation .modele-009.option1.noel:hover:after,
#app.index .creation .modele-009.option1.unapecle:hover:after
{
	display: none;
}
#app.index .creation .modele-009.option1.noel .rendu-photo .rendu-photo-prev,
#app.index .creation .modele-009.option1.unapecle .rendu-photo .rendu-photo-prev
{
	left: 57px;
}
#app.index .creation .modele-009.option1.noel .rendu-photo .rendu-photo-next,
#app.index .creation .modele-009.option1.unapecle .rendu-photo .rendu-photo-next
{
	right: 40px;
}
#app.index .creation .modele-009.option1.noel .rendu-contenu,
#app.index .creation .modele-009.option1.unapecle .rendu-contenu
{
	background-image: initial;
}
#app.index .creation .modele-009.option1.noel:hover .rendu-contenu,
#app.index .creation .modele-009.option1.unapecle:hover .rendu-contenu
{
	background-image: url(../img/modeles/a-vitrine.png);
}
#app.index .creation .modele-009.option1.noel .rendu-dpe2,
#app.index .creation .modele-009.option1.unapecle .rendu-dpe2
{
	right: initial;
	left: 11px;
    top: 315px;
}
/*#app.index .creation .modele-009.option1.noel .rendu-texte-vitrine,
#app.index .creation .modele-009.option1.unapecle .rendu-texte-vitrine
{
	display: none;
}*/


#app.index .creation .modele-009.option5.noel .rendu-contenu,
#app.index .creation .modele-009.option5.noel.version01 .rendu-contenu
{
	background-image: url(../img/modeles/a-vitrine-portrait-noel-01.png);
}
#app.index .creation .modele-009.option5.noel.version02 .rendu-contenu
{
	background-image: url(../img/modeles/a-vitrine-portrait-noel-02.png);
}
#app.index .creation .modele-009.option5.noel.version03 .rendu-contenu
{
	background-image: url(../img/modeles/a-vitrine-portrait-noel-03.png);
}
#app.index .creation .modele-009.option5.unapecle .rendu-contenu
{
	background-image: url(../img/modeles/a-vitrine-portrait-unapecle-2024.png);
}
#app.index .creation .modele-009.option5.noel:hover .rendu-contenu,
#app.index .creation .modele-009.option5.unapecle:hover .rendu-contenu
{
	background-image: url(../img/modeles/a-vitrine-portrait.png);
}
#app.index .creation .modele-009.option5.noel .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option5.noel .rendu-photo:nth-of-type(3),
#app.index .creation .modele-009.option5.noel .rendu-photo:nth-of-type(4),
#app.index .creation .modele-009.option5.unapecle .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option5.unapecle .rendu-photo:nth-of-type(3),
#app.index .creation .modele-009.option5.unapecle .rendu-photo:nth-of-type(4)
{
	z-index: 2;
}
#app.index .creation .modele-009.option5.noel:hover .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option5.noel:hover .rendu-photo:nth-of-type(3),
#app.index .creation .modele-009.option5.noel:hover .rendu-photo:nth-of-type(4),
#app.index .creation .modele-009.option5.unapecle:hover .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option5.unapecle:hover .rendu-photo:nth-of-type(3),
#app.index .creation .modele-009.option5.unapecle:hover .rendu-photo:nth-of-type(4)
{
	z-index: 3;
}

/*Option 2 - (titre:Option 3) 1 photo total*/
#app.index .creation .modele-009
{
	overflow: hidden;
}
#app.index .creation .modele-009.option2 .rendu-photo
{
	width: 631px;
    height: 448px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#app.index .creation .modele-009.option2 .rendu-photo:nth-of-type(4)
{
	display: none;
}
#app.index .creation .modele-009.option2 .rendu-contenu
{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 620px;
	height: 45px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	color: #FFF;
	background-color: rgba(0, 136, 144, 0.80);
}
#app.index .creation .modele-009.option2 .rendu-statut
{
	position: absolute;
    top: 4px;
    left: 40px;
    font-size: 20px;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option2 .rendu-a
{
	position: absolute;
    top: 3px;
    left: 14px;
	width: 40px;
	height: 39px;
}
#app.index .creation .modele-009.option2 .rendu-flag
{
	top: 23px;
    left: 61px;
    width: 59px;
    height: 29px;
}
#app.index .creation .modele-009.option2 .rendu-prix
{
	position: absolute;
    top: 0;
    left: 108px;
    font-size: 22px;
    width: 137px;
    text-align: center;
    font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-009.option2 .rendu-charge-honoraires
{
	position: absolute;
    top: 24px;
    left: 125px;
    font-size: 7px;
    width: 110px;
    text-align: left;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option2 .rendu-pourcentage-honoraires,
#app.index .creation .modele-009.option2 .rendu-mentions-location
{
	position: absolute;
    top: 31px;
    left: 125px;
    font-size: 7px;
    width: 110px;
    text-align: left;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option2 .rendu-prix-hors-honoraires
{
	position: absolute;
    top: 38px;
    left: 125px;
    font-size: 7px;
    width: 170px;
    text-align: left;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option2 .rendu-ville
{
	position: absolute;
    top: 6px;
    left: 242px;
    font-size: 12px;
    width: 133px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option2 .rendu-titre-vitrine
{
	position: absolute;
    top: 25px;
    left: 242px;
    font-size: 9px;
    width: 133px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option2 .rendu-texte-vitrine
{
	display: none;
}
#app.index .creation .modele-009.option2 .rendu-icones
{
	position: absolute;
    left: 374px;
    top: 6px;
    width: 150px;
    font-size: 0;
}
#app.index .creation .modele-009.option2 .rendu-dpe
{
	position: absolute;
    left: 505px;
    top: 5px;
}
#app.index .creation .modele-009.option2 .rendu-dpe > span
{
	position: absolute;
	top: 24px;
    font-size: 8px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-en-cours > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-vierge > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-non-eligible > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-a > span
{
	left: 20px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-b > span
{
	left: 33px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-c > span
{
	left: 52px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-d > span
{
	left: 59px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-e > span
{
	left: 74px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-f > span
{
	left: 91px;
}
#app.index .creation .modele-009.option2 .rendu-dpe.dpe-g > span
{
	left: inherit;
	right: 24px;
}

/*Option 3 - (titre:Option 1) A + visuel total*/
#app.index .creation .modele-009.option3 .rendu-a
{
	display: none;
}
#app.index .creation .modele-009.option3 .rendu-photo
{
	position: absolute;
    left: 90px;
    top: 35px;
    width: 541px;
    height: 362px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#app.index .creation .modele-009.option3 .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option3 .rendu-photo:nth-of-type(3),
#app.index .creation .modele-009.option3 .rendu-photo:nth-of-type(4)
{
	display: none;
}
#app.index .creation .modele-009.option3 .rendu-photo .rendu-photo-prev
{
	left: 90px;
}
#app.index .creation .modele-009.option3 .rendu-photo .rendu-photo-next
{
	right: 10px;
	z-index: 3;
}
#app.index .creation .modele-009.option3 .rendu-contenu
{
	position: absolute;
	left: -90px;
    top: -35px;
	width: 631px;
    height: 448px;
	color: #FFF;

	background-image: url(../img/modeles/a-vitrine.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
#app.index .creation .modele-009.option3.evenement .rendu-ville
{
	left: 326px;
	width: 299px;
}
#app.index .creation .modele-009.option3.evenement .rendu-contenu
{
	background-image: url(../img/modeles/evenements/a-vitrine-evenement-octobrerose-2019.png);
}
#app.index .creation .modele-009.option3 .rendu-statut
{
	position: absolute;
    left: 25px;
    top: 188px;
    text-align: center;
    width: 95px;
    font-size: 26px;
}
#app.index .creation .modele-009.option3 .rendu-prix
{
	position: absolute;
    top: 273px;
    left: 14px;
    font-size: 23px;
    width: 132px;
    text-align: center;
    font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-009.option3 .rendu-charge-honoraires
{
	position: absolute;
    top: 297px;
    left: 10px;
    font-size: 8px;
    width: 140px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option3 .rendu-pourcentage-honoraires,
#app.index .creation .modele-009.option3 .rendu-mentions-location
{
	position: absolute;
    top: 307px;
    left: 10px;
    font-size: 8px;
    width: 140px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option3 .rendu-prix-hors-honoraires
{
	position: absolute;
    top: 315px;
    left: 10px;
    font-size: 8px;
    width: 140px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option3 .rendu-ville
{
	position: absolute;
    top: 4px;
    left: 96px;
    text-align: center;
    width: 437px;
    font-size: 18px;
}
#app.index .creation .modele-009.option3 .rendu-titre-vitrine
{
	display: none;
}
#app.index .creation .modele-009.option3 .rendu-texte-vitrine
{
	position: absolute;
    left: 10px;
    top: 325px;
    font-size: 16px;
    font-family: AvenirLTStd-Light;
    width: 175px;
    height: 95px;
}
#app.index .creation .modele-009.option3 .rendu-icones
{
	position: absolute;
    bottom: 22px;
    right: 100px;
}


/*Option 4 & 5 - Portrait*/
#app.index .creation .modele-009.option4,
#app.index .creation .modele-009.option5
{
	width: 450px;
	height: 633px;
}
#app.index .creation .modele-009.option4 .rendu-a,
#app.index .creation .modele-009.option5 .rendu-a
{
	display: none;
}
#app.index .creation .modele-009.option4 .rendu-photo,
#app.index .creation .modele-009.option5 .rendu-photo
{
	position: absolute;
    left: 0;
    top: 37px;
    width: 448px;
    height: 305px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#app.index .creation .modele-009.option4 .rendu-photo:nth-of-type(2),
#app.index .creation .modele-009.option4 .rendu-photo:nth-of-type(3),
#app.index .creation .modele-009.option4 .rendu-photo:nth-of-type(4)
{
	display: none;
}

#app.index .creation .modele-009.option5 .rendu-photo:nth-of-type(1)
{
	width: 224px;
    height: 151px;
    z-index: 3;
}
#app.index .creation .modele-009.option5 .rendu-photo:nth-of-type(2)
{
	display: block;
	left: 224px;
    top: 37px;
	width: 224px;
    height: 151px;
    z-index: 2;
}
#app.index .creation .modele-009.option5 .rendu-photo:nth-of-type(3)
{
	display: block;
	left: 0;
    top: 188px;
	width: 224px;
    height: 151px;
    z-index: 2;
}
#app.index .creation .modele-009.option5 .rendu-photo:nth-of-type(4)
{
	display: block;
	left: 224px;
    top: 188px;
	width: 224px;
    height: 151px;
    z-index: 2;
}

#app.index .creation .modele-009.option4 .rendu-photo .rendu-photo-prev,
#app.index .creation .modele-009.option5 .rendu-photo .rendu-photo-prev
{
	left: 10px;
}
#app.index .creation .modele-009.option4 .rendu-photo .rendu-photo-next,
#app.index .creation .modele-009.option5 .rendu-photo .rendu-photo-next
{
	right: 10px;
}
#app.index .creation .modele-009.option5 .rendu-photo:nth-child(4) .rendu-photo-next/*, 
#app.index .creation .modele-009.option4 .rendu-photo:nth-child(4) .rendu-photo-next*/
{
	top: 20px;
}
#app.index .creation .modele-009.option4 .rendu-contenu,
#app.index .creation .modele-009.option5 .rendu-contenu
{
	position: absolute;
	left: 0;
    top: -37px;
	width: 448px;
    height: 631px;
	color: #FFF;

	background-image: url(../img/modeles/a-vitrine-portrait.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;

	pointer-events: none;
}
#app.index .creation .modele-009.option4 .rendu-contenu *,
#app.index .creation .modele-009.option5 .rendu-contenu *
{
	pointer-events: all;
}
#app.index .creation .modele-009.option4.evenement .rendu-ville,
#app.index .creation .modele-009.option5.evenement .rendu-ville
{
	left: 6px;
    width: 205px;
}
#app.index .creation .modele-009.option4.evenement .rendu-contenu,
#app.index .creation .modele-009.option5.evenement .rendu-contenu
{
	background-image: url(../img/modeles/evenements/a-vitrine-portrait-evenement-octobrerose-2019.png);
}
#app.index .creation .modele-009.option4 .rendu-statut,
#app.index .creation .modele-009.option5 .rendu-statut
{
	position: absolute;
    left: 5px;
    top: 456px;
    text-align: center;
    width: 95px;
    font-size: 16px;
}
#app.index .creation .modele-009.option4 .rendu-tampon,
#app.index .creation .modele-009.option5 .rendu-tampon
{
    top: 132px;
	left: 24px;
}
#app.index .creation .modele-009.option4 .rendu-flag,
#app.index .creation .modele-009.option5 .rendu-flag
{
	top: 474px;
    left: 31px;
	width: 58px;
}
#app.index .creation .modele-009.option4 .rendu-prix,
#app.index .creation .modele-009.option5 .rendu-prix
{
	position: absolute;
    top: 363px;
    left: 107px;
    font-size: 24px;
    width: 170px;
    text-align: center;
    font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-009.option4 .rendu-charge-honoraires,
#app.index .creation .modele-009.option5 .rendu-charge-honoraires
{
	position: absolute;
    top: 390px;
    left: 107px;
    font-size: 9px;
    width: 170px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option4 .rendu-pourcentage-honoraires,
#app.index .creation .modele-009.option4 .rendu-mentions-location,
#app.index .creation .modele-009.option5 .rendu-pourcentage-honoraires,
#app.index .creation .modele-009.option5 .rendu-mentions-location
{
	position: absolute;
    top: 401px;
    left: 107px;
    font-size: 9px;
    width: 170px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option4 .rendu-prix-hors-honoraires,
#app.index .creation .modele-009.option5 .rendu-prix-hors-honoraires
{
	position: absolute;
    top: 411px;
    left: 107px;
    font-size: 9px;
    width: 170px;
    text-align: center;
    font-family: AvenirLTStd-Light;
}
#app.index .creation .modele-009.option4 .rendu-ville,
#app.index .creation .modele-009.option5 .rendu-ville
{
	position: absolute;
    top: 4px;
    left: 4px;
    text-align: center;
    width: 327px;
    font-size: 18px;
}
#app.index .creation .modele-009.option4 .rendu-titre-vitrine,
#app.index .creation .modele-009.option5 .rendu-titre-vitrine
{
	display: none;
}
#app.index .creation .modele-009.option4 .rendu-texte-vitrine,
#app.index .creation .modele-009.option5 .rendu-texte-vitrine
{
	position: absolute;
    left: 180px;
    top: 465px;
    font-size: 16px;
    font-family: AvenirLTStd-Light;
    width: 225px;
    height: 95px;
}
#app.index .creation .modele-009.option4 .rendu-icones,
#app.index .creation .modele-009.option5 .rendu-icones
{
	position: absolute;
    bottom: 26px;
    right: 60px;
}

#app.index .creation .modele-009 .rendu-dpe2
{
	position: absolute;
	right: 5px;
    top: 280px;
    width: 140px;
    height: 110px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}
#app.index .creation .modele-009.option2 .rendu-dpe2
{
	right: 0;
    top: -115px;
}
#app.index .creation .modele-009.option4 .rendu-dpe2,
#app.index .creation .modele-009.option5 .rendu-dpe2
{
	top: 337px;
	right: 0;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-en-cours
{
	background-image: url(../img/modeles/dpe-en-cours.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-vierge
{
	background-image: url(../img/modeles/dpe-vierge.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-non-eligible
{
	background-image: url(../img/modeles/dpe-non-eligible.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-a
{
	background-image: url(../img/modeles/dpe-a.png);
}
#app.index .creation .modele-009 .rendu-dpe2 > span
{
	position: absolute;
    width: 26px;
    text-align: center;
    color: #FFF;
    font-size: 7px;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-a > span
{
    top: 9px;
    right: 0;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-b
{
	background-image: url(../img/modeles/dpe-b.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-b > span
{
    top: 21px;
    right: 0;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-c
{
	background-image: url(../img/modeles/dpe-c.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-c > span
{
    top: 34px;
    right: 0;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-d
{
	background-image: url(../img/modeles/dpe-d.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-d > span
{
    top: 47px;
    right: 0;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-e
{
	background-image: url(../img/modeles/dpe-e.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-e > span
{
    top: 60px;
    right: 0;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-f
{
	background-image: url(../img/modeles/dpe-f.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-f > span
{
    top: 73px;
    right: 0;
    width: 26px;
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-g
{
	background-image: url(../img/modeles/dpe-g.png);
}
#app.index .creation .modele-009 .rendu-dpe2.dpe-g > span
{
    top: 85px;
    right: 0;
}
/*#app.index .creation .modele-009.option3 .rendu-dpe
{
	position: absolute;
    right: 3px;
    bottom: 18px;
}
#app.index .creation .modele-009.option3 .rendu-dpe > span
{
	position: absolute;
	top: 24px;
    font-size: 8px;
    min-width: 20px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-vierge > span
{
	min-width: 112px;
    text-align: center;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-a > span
{
	left: 20px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-b > span
{
	left: 33px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-c > span
{
	left: 52px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-d > span
{
	left: 59px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-e > span
{
	left: 74px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-f > span
{
	left: 91px;
}
#app.index .creation .modele-009.option3 .rendu-dpe.dpe-g > span
{
	left: inherit;
	right: 24px;
}*/

/*Modeles--CONTENT 010 carte-de-visite-standard*/
#app.index .creation .modele-010
{
	padding: 38px 34px 0px;
	
	/*height: 322px;
	min-height: 322px;*/
	height: 309px;
	min-height: 309px;
}
#app.index .creation .modele-010:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 20px solid rgba(255,255,255,0.9);
    z-index: 3;
}
#app.index .creation .modele-010:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modeles/carte-de-visite-001.png);
	background-size: contain;
	z-index: 2;
}
#app.index .creation .modele-010 + div:after
{
	content: initial;
}
#app.index .creation .modele-010 + div
{
	margin-top: 20px;
	background-image: url(../img/modeles/carte-de-visite-002.jpg);
}
#app.index .creation .modele-010 .rendu-contenu
{
	position: absolute;
	top: 0;
	left: 202px;
	width: 226px;
	height: 100%;
	font-family: AvenirLTStd-Light;
	font-size: 14px;
	z-index: 3;
	color: #FFF;
	padding: 40px 20px 20px 20px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-bloc1
{
	min-height: 75px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-bloc2
{
	min-height: 46px;
	margin: 6px 0 8px 0;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-bloc3
{
	min-height: 43px;
	margin: 5px 0 5px 0;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-bloc4
{
	min-height: 30px;
	margin: 5px 0 0 0;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-prenom > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-nom > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-fonction > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-telephone > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-telephone2 > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-enseigne > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-adresse > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-email > span,
#app.index .creation .modele-010 .rendu-contenu .rendu-site > span
{
	display: block;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-prenom
{
	font-size: 21px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-nom
{
	font-size: 21px;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-fonction
{
	font-size: 13px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-telephone,
#app.index .creation .modele-010 .rendu-contenu .rendu-telephone2
{
	font-size: 20px;
	font-family: AvenirLTStd-Heavy;

	height: 23px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-enseigne,
#app.index .creation .modele-010 .rendu-contenu .rendu-adresse
{
	font-size: 12px;
}

#app.index .creation .modele-010 .rendu-contenu .rendu-email
{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-email > span
{
	white-space: nowrap;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-site
{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}
#app.index .creation .modele-010 .rendu-contenu .rendu-site > span
{
	white-space: nowrap;
}
#app.index .creation .modele-010 .rendu-photo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 202px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: 50% 50%;*/
	background-position: calc(50% + 12px) 12px;
	z-index: 1;
}
#app.index .creation .modele-010 .rendu-photo-defaut
{
	position: absolute;
	top: 0;
	left: -1px;
	width: 202px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;

	background-image: url(../img/modeles/carte-de-visite-001-2.jpg);
	background-size: contain;
}



/*Modeles--CONTENT 011 panneau-80x60*/
#app.index .creation .modele-011
{
	padding: 31px 10px 0px;
	background-image: url(../img/modeles/panneau-80x60.jpg);
	height: 338px;
	min-height: 338px;
}
/*#app.index .creation .modele-011.noel
{
	background-image: url(../img/modeles/panneau-80x60-noel.jpg);
}*/
#app.index .creation .modele-011 .rendu-contenu
{
	position: relative;
	padding-top: 110px;
}

#app.index .creation .modele-011 .rendu-contenu .rendu-titre
{
	text-align: center;
	font-size: 40px;
	color: #fbdc17;
	font-family: Desyrel;
}
#app.index .creation .modele-011 .rendu-contenu .rendu-flag
{
	position: absolute;
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: Desyrel;
	text-align: center;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: none;

}
#app.index .creation .modele-011 .rendu-contenu .rendu-telephone
{
	padding-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	font-family: Harabara;
	color: #fff;
}
#app.index .creation .modele-011 .rendu-contenu .rendu-enseigne
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#app.index .creation .modele-011 .rendu-contenu .rendu-site
{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fbdc17;
}
/*Modeles--CONTENT 012 panneau-120x80 + 60x80 + 80x120 + 80x80*/
#app.index .creation .modele-012
{
	padding: 173px 10px 0px;
	/*background-image: url(../img/modeles/panneau-120x80.jpg);*/
	height: 300px;
	min-height: 300px;
}
#app.index .creation .modele-012 .rendu-contenu
{
	position: relative;
}
#app.index .creation .modele-012 .rendu-contenu .rendu-statut
{
	text-align: center;
	font-size: 46px;
	color: #FFF;
	font-family: AvenirLTStd-Heavy;
	padding: 123px 0 123px 170px;
}
#app.index .creation .modele-012 .rendu-contenu .rendu-statut.double
{
	padding: 21px 0 22px 136px;
	font-size: 32px;
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag
{
	position: absolute;
	top: 78px;
    width: 100%;
    height: 103px;

	background-image: url(../img/modeles/flag-vendu.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: none;
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.loue
{
	background-image: url(../img/modeles/flag-loue.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.merci
{
	background-image: url(../img/modeles/flag-merci.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.loue-et-gere
{
	background-image: url(../img/modeles/flag-loue-et-gere.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.recherche-biens
{
	background-image: url(../img/modeles/flag-recherche-biens.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.recherche-appartements
{
	background-image: url(../img/modeles/flag-recherche-appartements.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.recherche-maisons
{
	background-image: url(../img/modeles/flag-recherche-maisons.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.recherche-terrains
{
	background-image: url(../img/modeles/flag-recherche-terrains.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-flag.recrute
{
	background-image: url(../img/modeles/flag-recrute.png);
}
#app.index .creation .modele-012 .rendu-contenu .rendu-enseigne,
#app.index .creation .modele-012 .rendu-contenu .rendu-conseiller
{
	font-family: AvenirLTStd-Light;
	text-align: left;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
#app.index .creation .modele-012 .rendu-contenu .rendu-telephone
{
	padding: 0;
	text-align: left;
	font-size: 36px;
	font-family: AvenirLTStd-Heavy;
	color: #fff;
}
#app.index .creation .modele-012 .rendu-contenu .rendu-photo
{
    position: absolute;
	width: 130px;
    height: 210px;
    right: -10px;
    top: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#app.index .creation .modele-012 + div
{
	margin-top: 20px;
}


/*Modeles--CONTENT 013 journal-standard-recto*/
#app.index .creation .modele-013
{
	width: 900px;
    height: 632px;
    max-width: initial;
    background-size: cover;
    font-size: 0;
}
#app.index .creation .modele-013
{
	background-image: url(../img/modeles/journal-standard-recto.jpg);
}
#app.index .creation .modele-013 .page-4
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
    font-size: 10px;
}
#app.index .creation .modele-013 .page-4 .bloc-annonces
{
	margin: 22px 0 0 29px;
	width: 414px;
	height: 379px;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce
{
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 8px 0;
	width: 130px;
	height: 184px;
	/*background-color: rgba(255,0,0,0.3);*/
	font-size: 5px;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-photo
{
	position: relative;
	display: block;
	width: 125px;
	height: 95px;

	margin: 0 auto;
	/*margin-bottom: 10px;*/
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-photo .rendu-flag
{
	position: absolute;
	display: block;
	padding: 3px 7px;
	bottom: 0;
	right: 5px;
	font-family: DESYREL;
	text-align: center;
	color: #FFF;
	font-size: 5px;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-ville
{
	text-transform: uppercase;
	font-size: 6px;
	font-family: ZAP;
	font-weight: bold;
	color: #008890;
	white-space: nowrap;
	overflow: hidden;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-description
{
	font-weight: bold;
	font-size: 6px;
	font-family: ZAP;
	text-align: justify;
	height: 45px;
	overflow: hidden;
	line-height: 6px;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-details
{
	font-size: 4px;
	font-family: ZAP;
	line-height: 6px;
	overflow: hidden;
	height: 17px;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-row
{
	font-size: 0;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-row > *
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 15px;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-row .rendu-prix
{
	background-color: #008890;
	padding: 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 7px;
	font-family: ZAP;
	overflow: hidden;
}
#app.index .creation .modele-013 .page-4 .rendu-accept-annonce .rendu-row .rendu-reference
{
	background-color: #E4E4E4;
	padding: 3px 2px;
	font-size: 5px;
	font-family: ZAP;
	color: #000;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
}

#app.index .creation .modele-013 .page-4 .rendu-titre-footer
{
    width: 323px;
    height: 17px;
    white-space: nowrap;
	margin: 19px 120px;
    color: #FFF;
    font-size: 12px;
    font-family: ZAP;
	text-align: center;
	overflow: hidden;
}
#app.index .creation .modele-013 .page-4 .rendu-agences-footer
{
	margin: 155px auto 0 auto;
	width: 85%;
	height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
#app.index .creation .modele-013 .page-4 .rendu-agences-footer > *
{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
	font-size: 7px;
	color: #008890;
	font-family: ZAP;
    font-weight: bold;
}



#app.index .creation .modele-013 .page-1
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
    font-size: 10px;
}
#app.index .creation .modele-013 .page-1 .rendu-header
{
	padding: 14px;
	width: 100%;
	height: 65px;
	text-align: right;
}
#app.index .creation .modele-013 .page-1 .rendu-header-numero
{
	margin: 0 0 0 auto;
	width: 150px;
	color: #FFDC01;
	font-family: ZAP;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#app.index .creation .modele-013 .page-1 .rendu-header-exemplaires
{
	margin: 0 0 0 auto;
	width: 150px;
	color: #FFF;
	font-family: ZAP;
	font-size: 11px;
    font-weight: bold;
}
#app.index .creation .modele-013 .page-1 .rendu-pub
{
	height: 278px;
}
#app.index .creation .modele-013 .page-1 .rendu-entete
{
	position: absolute;
	top: 342px;
	background-image: url(../img/modeles/coup-de-coeur.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 435px;
	height: 62px;
	z-index: 2;
}
#app.index .creation .modele-013 .page-1 .bloc-annonces
{
	font-size: 0;
	margin: 32px 0 0 4px;
    width: 432px;
    height: 248px;
}
#app.index .creation .modele-013 .page-1 .bloc-annonces > .rendu-accept-annonce
{
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	width: 212px;
	font-size: 5px;
}
#app.index .creation .modele-013 .page-1 .bloc-annonces > .rendu-accept-annonce .rendu-photo
{
	position: relative;
	display: block;
	width: 208px;
	height: 120px;

	margin: 0 auto;
	/*margin-bottom: 10px;*/
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#app.index .creation .modele-013 .page-1 .bloc-annonces > .rendu-accept-annonce > .rendu-photo .rendu-flag
{
	position: absolute;
	display: block;
	padding: 3px 9px;
	bottom: 0;
	right: 5px;
	font-family: DESYREL;
	text-align: center;
	color: #FFF;
	font-size: 8px;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-row
{
	font-size: 0;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-row > *
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 5px;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce > .rendu-photo + .rendu-row + .rendu-row > div:first-child
{
	width: 35%;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce > .rendu-photo + .rendu-row + .rendu-row > div:first-child + div
{
	width: 65%;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce > .rendu-photo + .rendu-row + .rendu-row + .rendu-row
{
	width: 133px;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-row .rendu-photo
{
	width: calc(100% - 2px);
	height: 60px;
	margin-top: 3px;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-row > * + * .rendu-photo
{
	margin-left: auto;
	margin-right: 0;
}

#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-ville
{
	text-transform: uppercase;
	font-size: 6px;
	font-family: ZAP;
	font-weight: bold;
	color: #008890;
	overflow: hidden;
	height: 26px;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-details
{
	font-size: 4px;
	font-family: ZAP;
	line-height: 6px;
	overflow: hidden;
	height: 20px;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-type
{
	font-weight: bold;
	font-size: 5px;
	font-family: ZAP;
	text-align: justify;
	white-space: nowrap;
	overflow: hidden;
	line-height: 6px;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-description
{
	font-weight: bold;
	font-size: 5px;
	font-family: ZAP;
	text-align: justify;
	height: 36px;
	overflow: hidden;
	line-height: 6px;
}

#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-row .rendu-prix
{
	background-color: #008890;
	padding: 2px;
	height: 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 7px;
	font-family: ZAP;
	overflow: hidden;
}
#app.index .creation .modele-013 .page-1 .rendu-accept-annonce .rendu-row .rendu-reference
{
	background-color: #E4E4E4;
	padding: 2px;
	height: 15px;
	font-size: 6px;
	font-family: ZAP;
	color: #000;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
}

/*Modeles--CONTENT 014 journal-standard-verso*/
#app.index .creation .modele-014
{
	width: 900px;
    height: 632px;
    max-width: initial;
    background-size: cover;
    font-family: ZAP;
    font-size: 0;
	background-image: url(../img/modeles/journal-standard-verso.jpg);
}
#app.index .creation .modele-014 .rendu-header
{
	width: 100%;
	height: 70px;
	padding-top: 12px;
}
#app.index .creation .modele-014 .rendu-header .rendu-header-titre
{
	font-family: "DESYREL";
    color: #FFDC01;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
}
#app.index .creation .modele-014 .rendu-footer
{
	margin-top: 17px;
	align-items: initial;
}
#app.index .creation .modele-014 .rendu-footer .rendu-footer-titre
{
	font-family: "ZAP";
    color: #E91286;
    font-size: 10px;
    text-align: center;
    padding: 0 20px;
    height: 31px;
    overflow: hidden;
    line-height: 13px;
}
#app.index .creation .modele-014 .rendu-footer .rendu-footer-titre > div
{
	display: initial;
	font-size: 10px;
}
#app.index .creation .modele-014 .rendu-header .rendu-agences-header
{
	padding: 3px 14px 0 14px;
}
#app.index .creation .modele-014 .page-2
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
    font-size: 10px;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header
{
	text-align: center;
	font-size: 0;
	height: 100%;
	color: #FFF;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header > *
{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
	font-size: 6px;
	text-align: left;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-row
{
	font-size: 0;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-row > *
{
	display: inline-block;
	vertical-align: top;
	font-size: 6px;
	width: 45%;
	height: 100%;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-row > *:first-child + *
{
	width: 55%;
	line-height: 5px;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_1-photo,
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_2-photo,
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_3-photo
{
	margin: 0 auto;
	background-color: #E4E4E4;
    width: 55px;
    height: 41px;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_1-telephone,
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_2-telephone,
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_3-telephone
{
	color: #fbdc17;
}
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_1-adresse,
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_2-adresse,
#app.index .creation .modele-014 .page-2 .rendu-header .rendu-agences-header .rendu-agence_3-adresse
{
	height: 21px;
	line-height: 6px;
}


#app.index .creation .modele-014 .page-2 .bloc-annonces
{
	padding: 5px 0 0 14px;
	font-size: 0;
}
#app.index .creation .modele-014 .bloc-annonces .rendu-accept-annonce
{
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	margin: 0;
	width: 108px;
    height: 167px;
	font-size: 5px;
}
#app.index .creation .modele-014 .bloc-annonces .rendu-accept-annonce .rendu-photo
{
	position: relative;
	display: block;
	width: 100%;
	height: 67px;

	margin: 0 auto;
	/*margin-bottom: 10px;*/
	background-color: #CCC;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-photo .rendu-flag
{
	position: absolute;
	display: block;
	padding: 3px 7px;
	bottom: 0;
	right: 5px;
	font-family: DESYREL;
	text-align: center;
	color: #FFF;
	font-size: 5px;
	white-space: nowrap;
	background-image: url(../img/modeles/flag.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-ville
{
	text-transform: uppercase;
	font-size: 6px;
	font-family: ZAP;
	font-weight: bold;
	color: #008890;
	white-space: nowrap;
	overflow: hidden;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-description
{
	font-weight: bold;
	font-size: 6px;
	font-family: ZAP;
	text-align: justify;
	height: 50px;
	overflow: hidden;
	line-height: 6px;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-details
{
	font-size: 4px;
	font-family: ZAP;
	line-height: 6px;
	overflow: hidden;
	height: 18px;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-row
{
	font-size: 0;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-row > *
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 15px;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-row .rendu-prix
{
	background-color: #008890;
	padding: 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 7px;
	font-family: ZAP;
	overflow: hidden;
}
#app.index .creation .modele-014 .rendu-accept-annonce .rendu-row .rendu-reference
{
	background-color: #E4E4E4;
	padding: 3px 2px;
	font-size: 5px;
	font-family: ZAP;
	color: #000;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
}

#app.index .creation .modele-014 .page-2 .rendu-footer
{
	display: block;
	padding: 3px 5px 0 4px;
	font-size: 5px;
	font-family: ZAP;
	color: #000;
	text-align: center;
	line-height: 7px;
}
#app.index .creation .modele-014 .page-2 .rendu-footer .rendu-row
{
	width: 100%;
	font-size: 0;
}
#app.index .creation .modele-014 .page-2 .rendu-footer .rendu-row > *
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 5px;
	padding: 0 5px;
}
#app.index .creation .modele-014 .page-2 .rendu-footer .rendu-row > .rendu-mentions
{
	border-left: 1px solid #000;
	overflow: hidden;
	height: 21px;
}


#app.index .creation .modele-014 .page-3
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
    font-size: 10px;
}
#app.index .creation .modele-014 .page-3 .bloc-annonces
{
	padding: 5px 0 0 4px;
	font-size: 0;
}
#app.index .creation .modele-014 .page-3 .rendu-footer
{
	width: 98%;
}



/*Modeles--CONTENT 015 signature institutionnelle*/
#app.index .creation .modele-015
{
	padding: 10px 10px 0px;
	background-image: url(../img/modeles/signature-institutionnelle-001.jpg);
	height: 191px;
	min-height: 191px;
}
#app.index .creation .modele-015 .rendu-contenu
{
	height: 108px;
	font-family: ZAP;
	color: #000;
	font-size: 0;
}
#app.index .creation .modele-015 .rendu-agence,
#app.index .creation .modele-015 .rendu-conseiller
{
	display: inline-block;
	vertical-align: top;
	width: 51%;
	text-align: left;
	font-size: 12px;
}
#app.index .creation .modele-015 .rendu-conseiller
{
	width: 49%;
	padding-left: 8px;
}
#app.index .creation .modele-015 .rendu-conseiller .rendu-prenom,
#app.index .creation .modele-015 .rendu-conseiller .rendu-nom
{
	display: inline-block;
	vertical-align: middle;
    font-size: 18px;

	color: #008890;
}
#app.index .creation .modele-015 .rendu-conseiller .rendu-fonction
{
	font-style: italic;
	color: #000;
	font-size: 16px;
}
#app.index .creation .modele-015 .rendu-conseiller .rendu-fonction > span
{
    display: inline-block;
    width: 200px;
	height: 40px;
}
#app.index .creation .modele-015 .rendu-conseiller .rendu-telephone2
{
	margin-left: 32px;
	margin-bottom: 1px;
	color: #000;
	font-size: 16px;
	height: 21px;
}
#app.index .creation .modele-015 .rendu-conseiller .rendu-email
{
	margin-left: 32px;
	font-size: 16px;

	color: #000;
	white-space: nowrap;
	height: 21px;
}
#app.index .creation .modele-015 .rendu-agence
{
	padding-left: 55px;
	margin-top: 0;
}
#app.index .creation .modele-015 .rendu-agence .rendu-enseigne
{
	display: inline-block;
	font-size: 11px;
	color: #E91286;
	text-transform: uppercase;
	font-weight: bold;
}
#app.index .creation .modele-015 .rendu-agence .rendu-enseigne > span
{
	display: inline-block;
	width: 160px;
	min-height: 17px;
}
#app.index .creation .modele-015 .rendu-agence .rendu-adresse
{
	font-size: 12px;
	margin: 5px 0;
	margin-bottom: 46px;
	color: #008890;
}
#app.index .creation .modele-015 .rendu-agence .rendu-adresse > span
{
	display: inline-block;
	width: 160px;
	height: 43px;
}
#app.index .creation .modele-015 .rendu-site
{
	text-align: right;
	white-space: nowrap;
	font-size: 16px;
	height: 24px;
	padding-right: 3px;
}
#app.index .creation .modele-015 .rendu-footer
{
	display: inline-block;
    margin-top: 0;
    padding: 13px 5px 0 150px;
    text-align: left;
    color: #FFDC01;
    font-size: 17px;
    font-family: Harabara;
}


/*Modeles--CONTENT 016 signature noel*/
/*#app.index .creation .modele-016
{
	padding: 10px 10px 0px;
	background-image: url(../img/modeles/signature-noel.jpg);
	height: 155px;
	min-height: 155px;
}
#app.index .creation .modele-016 .rendu-texte
{
	position: absolute;
    top: 15px;
    left: 184px;
    width: 170px;
    padding: 9px 15px;
    background-color: #e81584;
    text-align: center;
    font-family: ZAP;
    color: #FFF;
}*/


/*Modeles--CONTENT 017 e-mailing noel*/
/*#app.index .creation .modele-017
{
	padding: 10px 10px 0px;
	background-image: url(../img/modeles/e-mailing-noel.jpg);
	height: 292px;
	min-height: 292px;
}
#app.index .creation .modele-017 .rendu-texte
{
	position: absolute;
    top: 186px;
    left: 39px;
    width: 220px;
    padding: 9px 15px;
    background-color: #e81584;
    text-align: center;
    font-family: ZAP;
    color: #FFF;
}*/

/*Modeles--CONTENT 018 panneau 60x80 + 80x60*/
#app.index .creation .modele-018
{
	padding: 173px 10px 0px;
	height: 339px;
	min-height: 339px;
	background-repeat: no-repeat;
    background-color: #008991;
}
#app.index .creation .modele-018 .rendu-accept-annonce,
#app.index .creation .modele-018 .rendu-contenu
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
#app.index .creation .modele-018 .rendu-photo
{
    position: absolute;
    width: 120px;
    height: 75px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#app.index .creation .modele-018 .rendu-contenu .rendu-qrcode
{
	display: none;
	position: absolute;
	top: 170px;
    left: 14px;
}
#app.index .creation .modele-018 .rendu-contenu .rendu-qrcode img
{
	width: 65px;
    height: 107px;
}
#app.index .creation .modele-018 .rendu-contenu .rendu-enseigne
{
	font-family: AvenirLTStd-Heavy;
	text-align: left;
	font-size: 18px;
	color: #fff;
	/*text-transform: uppercase;*/

	position: absolute;
	bottom: 9px;
    left: 20px;

	width: 200px;
    /*height: 45px;*/
}
#app.index .creation .modele-018 .rendu-contenu .rendu-enseigne > span
{
	display: block;
	width: 100%;
	height: 100%;
}
#app.index .creation .modele-018 .rendu-contenu .rendu-telephone
{
	padding: 0;
	text-align: right;
	font-size: 26px;
	font-family: AvenirLTStd-Heavy;
	color: #fff;

	position: absolute;
    right: 20px;
	bottom: 26px;

	width: 210px;
}
#app.index .creation .modele-018 .rendu-contenu .rendu-site
{
	padding: 0;
	text-align: right;
	font-size: 14px;
	font-family: AvenirLTStd-Heavy;
	color: #fff;

	position: absolute;
    right: 20px;
	bottom: 10px;


    white-space: nowrap;
}

#app.index .creation .modele-018 + div
{
	margin-top: 20px;
}


/*Modeles--CONTENT 019 signature Bonne Annee 2019*/
/*#app.index .creation .modele-019
{
	padding: 10px 10px 0px;
	background-image: url(../img/modeles/signature-Bonne-Annee-2019.jpg);
	height: 155px;
	min-height: 155px;
}*/

/*Modeles--CONTENT 020 e-mailing Bonne Annee 2019*/
/*#app.index .creation .modele-020
{
	padding: 10px 10px 0px;
	background-image: url(../img/modeles/e-mailing-Bonne-Annee-2019.jpg);
	height: 813px;
	min-height: 813px;
}*/

/*Modeles--CONTENT 023 flyer institutionnel image total 2022*/
#app.index .creation .modele-023 .rendu-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#app.index .creation .modele-023 .rendu-dotation
{
	position: absolute;
    top: 400px;
    z-index: 2;
    margin: 0;
    padding: 0 0 0 150px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
#app.index .creation .modele-023 .rendu-footer
{
	position: absolute;
    top: 490px;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    display: block;
}
#app.index .creation .modele-023 .rendu-footer > div:first-child
{
	text-align: center;
	font-family: AvenirLTStd-Light;
	color: #FFF;
}
#app.index .creation .modele-023 .rendu-footer > div:first-child .rendu-enseigne
{
	font-weight: bold;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-023 .rendu-footer > div:first-child > *
{
	display: block;
	font-size: 9px;
}
#app.index .creation .modele-023 .rendu-footer > div:first-child .rendu-adresse > span
{
	display: block;
	line-height: 11px;
}
#app.index .creation .modele-023 .rendu-footer > div:first-child .rendu-telephone,
#app.index .creation .modele-023 .rendu-footer > div:first-child .rendu-email 
{	
	line-height: 11px;
}
#app.index .creation .modele-023 .rendu-footer > div:first-child + div
{
	margin-top: 5px;
}
#app.index .creation .modele-023 .rendu-footer > [class^='rendu-mentions']
{
	text-align: justify;
	font-family: AvenirLTStd-Light;
	color: #FFF;
	font-size: 6px;
	line-height: initial;
}
#app.index .creation .modele-023 .rendu-footer > [class^='rendu-mentions'] > span
{
	display: block;
}
#app.index .creation .modele-023.footer-compact .rendu-footer
{
	top: 527px;
}
#app.index .creation .modele-023.footer-compact .rendu-footer > div:first-child > *
{
	font-size: 8px;
}
#app.index .creation .modele-023.footer-compact .rendu-footer > div:first-child .rendu-adresse > span,
#app.index .creation .modele-023.footer-compact .rendu-footer > div:first-child .rendu-telephone,
#app.index .creation .modele-023.footer-compact .rendu-footer > div:first-child .rendu-email 
{
	line-height: 8px;
}

#app.index .creation .modele-023bis .rendu-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#app.index .creation .modele-023bis .rendu-footer
{
	position: absolute;
    top: 535px;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    display: block;
}
#app.index .creation .modele-023bis .rendu-footer > div:first-child
{
	text-align: left;
	font-family: AvenirLTStd-Light;
	color: #333;
}
#app.index .creation .modele-023bis .rendu-footer > div:first-child .rendu-enseigne
{
	font-weight: bold;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-023bis .rendu-footer > div:first-child > *
{
	display: block;
	font-size: 9px;
}
#app.index .creation .modele-023bis .rendu-footer > div:first-child .rendu-adresse > span
{
	display: block;
	line-height: 11px;
}
#app.index .creation .modele-023bis .rendu-footer > div:first-child .rendu-telephone,
#app.index .creation .modele-023bis .rendu-footer > div:first-child .rendu-email 
{	
	line-height: 11px;
}
#app.index .creation .modele-023bis .rendu-footer > div:first-child + div
{
	margin-top: 5px;
}
#app.index .creation .modele-023bis .rendu-footer > [class^='rendu-mentions']
{
	text-align: justify;
	font-family: AvenirLTStd-Light;
	color: #333;
	font-size: 6px;
	line-height: initial;
}
#app.index .creation .modele-023bis .rendu-footer > [class^='rendu-mentions'] > span
{
	display: block;
}
#app.index .creation .modele-023bis.footer-compact .rendu-footer
{
	top: 527px;
}
#app.index .creation .modele-023bis.footer-compact .rendu-footer > div:first-child > *
{
	font-size: 8px;
}
#app.index .creation .modele-023bis.footer-compact .rendu-footer > div:first-child .rendu-adresse > span,
#app.index .creation .modele-023bis.footer-compact .rendu-footer > div:first-child .rendu-telephone,
#app.index .creation .modele-023bis.footer-compact .rendu-footer > div:first-child .rendu-email 
{
	line-height: 8px;
}

/*Modeles--CONTENT 021 carte-de-correspondance-institionnelle*/
#app.index .creation .modele-021
{
	width: 740px;
    max-width: 740px;
    height: 358px;
    min-height: 358px;
}
#app.index .creation .modele-021 .rendu-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*Modeles--CONTENT 024 carte-de-correspondance-institutionnelle-coupon-reponse*/
#app.index .creation .modele-024
{
	width: 740px;
    max-width: 740px;
    height: 358px;
    min-height: 358px;

	/*background-image: url(../img/modeles/carte-de-correspondance-institutionnelle-coupon-reponse.jpg);*/
}
#app.index .creation .modele-024 .rendu-img
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
#app.index .creation .modele-024 .rendu-header,
#app.index .creation .modele-024 .rendu-contenu
{
	position: relative;
	z-index: 3;
}
#app.index .creation .modele-024 #coupon
{
	transform: rotate(-90deg);
    margin-left: -46px;
    margin-top: 132px;
    font-size: 11px;
    font-family: ZAP;
    width: 340px;
    height: 80px;
}
#app.index .creation .modele-024 #coupon .rendu-adresse > span
{
	display: block;
}
#app.index .creation .modele-024 #coupon .rendu-site
{
	position: absolute;
    top: 83px;
    left: 25px;
    width: 300px;
    color: #333;
    font-size: 14px;
    font-family: AvenirLTStd-Heavy;
    text-align: right;
}
#app.index .creation .modele-024 #footer
{
	position: absolute;
    top: 296px;
    left: 201px;
    font-family: ZAP;
    font-size: 11px;
}
#app.index .creation .modele-024 #footer .rendu-adresse2 > span
{
	display: block;
}
/*#app.index .creation .modele-024 #footer .rendu-site2
{
	position: absolute;
    top: 28px;
    left: 371px;
    width: 150px;
    text-align: center;
    font-family: harabara;
    font-size: 12px;
    color: #008890;
}*/

#app.index .creation .modele-024 .rendu-siret
{
	position: absolute;
    transform: rotate(-90deg);
    top: 172px;
    left: 668px;
    width: 100px;
    color: #000;
    font-family: ZAP;
    font-size: 4px;
    z-index: 2;
}


/*Modeles--CONTENT 026 signature institutionnelle 2019*/
#app.index .creation .modele-026
{
	padding: 0px;
	background-image: url(../img/modeles/signature-institutionnelle-2019.jpg);
	height: 212px;
	min-height: 212px;
	background-repeat: no-repeat;
}
#app.index .creation .modele-026 .rendu-photo
{
	position: relative;
	width: 151px;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
#app.index .creation .modele-026 .rendu-photo-flag
{
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 79px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	z-index: 2;

	background-image: url(../img/modeles/signature-institutionnelle-2019.png);
}
#app.index .creation .modele-026 .rendu-contenu
{
	position: absolute;
    top: 0;
    left: 155px;
    width: 293px;
    height: 100%;
    padding: 20px 5px 5px 12px;
    color: #FFF;
    font-size: 12px;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-prenom,
#app.index .creation .modele-026 .rendu-contenu .rendu-nom
{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-fonction
{
	font-style: italic;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-telephone2 > i,
#app.index .creation .modele-026 .rendu-contenu .rendu-email > i
{
	margin-right: 3px;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-telephone2 > span
{
	font-weight: bold;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-titre
{
	text-align: center;
	font-size: 13px;
	min-height: 25px;
}

#app.index .creation .modele-026 .rendu-contenu .rendu-agences
{
	font-size: 0;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-agences > *
{
	font-size: 8px;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-agences > div
{
	display: inline-block;
	width: 33.33%;
	text-align: left;
	vertical-align: top;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-agences > div > span
{
	display: block;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-agences .rendu-agence_1-enseigne,
#app.index .creation .modele-026 .rendu-contenu .rendu-agences .rendu-agence_2-enseigne,
#app.index .creation .modele-026 .rendu-contenu .rendu-agences .rendu-agence_3-enseigne
{
	display: inline-block;
	margin: 0 auto;
	padding: 0 5px;
	background-color: #FFF;
	color: #008890;
	font-size: 8px;
	text-align: center;
}
#app.index .creation .modele-026 .rendu-contenu .rendu-conseiller .rendu-fonction > span,
#app.index .creation .modele-026 .rendu-contenu .rendu-agences .rendu-agence_1-adresse > span,
#app.index .creation .modele-026 .rendu-contenu .rendu-agences .rendu-agence_2-adresse > span,
#app.index .creation .modele-026 .rendu-contenu .rendu-agences .rendu-agence_3-adresse > span
{
	display: block;
}

#app.index .creation .modele-026 .rendu-footer
{
	position: absolute;
	margin: 0;
	bottom: -5px;
	left: 5px;
	right: 5px;
	text-align: center;
}
#app.index .creation .modele-026 .rendu-footer .rendu-site
{
	font-weight: bold;
}

/*Modeles--CONTENT 027 carte-de-visite-spe*/
#app.index .creation .modele-027
{
	padding: 148px 34px 0px;

	height: 323px;
	min-height: 323px;
	overflow: hidden;
}
#app.index .creation .modele-027:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 20px solid rgba(255,255,255,0.9);
    z-index: 3;
}
#app.index .creation .modele-027:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/modeles/carte-de-visite-003.png);
	background-size: contain;
	z-index: 2;
}
#app.index .creation .modele-027 + div:after
{
	content: initial;
}
#app.index .creation .modele-027 + div
{
	margin-top: 20px;
	background-image: url(../img/modeles/carte-de-visite-004.jpg);
}
#app.index .creation .modele-027 .rendu-contenu
{
	position: absolute;
    top: 0;
    left: 122px;
    width: 306px;
    height: 100%;
    font-family: AvenirLTStd-Light;
    font-size: 14px;
    z-index: 3;
    color: #FFF;
    padding: 142px 20px 20px 20px;
    text-align: center;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-bloc1
{
	/*min-height: 75px;*/
}
#app.index .creation .modele-027 .rendu-contenu .rendu-bloc2
{
	/*min-height: 46px;*/
	margin: 6px 0 8px 0;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-bloc3
{
	/*min-height: 43px;*/
	margin: 5px 0 5px 0;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-bloc4
{
	/*min-height: 30px;*/
	margin: 5px 0 0 0;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-prenom > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-nom > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-fonction > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-telephone > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-telephone2 > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-enseigne > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-adresse > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-email > span,
#app.index .creation .modele-027 .rendu-contenu .rendu-site > span
{
	display: block;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-prenom
{
	display: inline-block;
	font-size: 21px;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-nom
{
	display: inline-block;
	font-size: 21px;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-fonction
{
	font-size: 13px;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-telephone,
#app.index .creation .modele-027 .rendu-contenu .rendu-telephone2
{
	font-size: 20px;
	font-family: AvenirLTStd-Heavy;

	height: 23px;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-enseigne,
#app.index .creation .modele-027 .rendu-contenu .rendu-adresse
{
	font-size: 12px;
}

#app.index .creation .modele-027 .rendu-contenu .rendu-email
{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-email > span
{
	white-space: nowrap;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-site
{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-027 .rendu-contenu .rendu-site > span
{
	white-space: nowrap;
}
#app.index .creation .modele-027 .rendu-photo
{
	position: absolute;
    top: 125px;
    left: 0;
    width: 118px;
    height: 196px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 50% 50%; */
    background-position: calc(50% + 12px) 12px;
    z-index: 1;
}
#app.index .creation .modele-027 .rendu-photo-defaut
{
	position: absolute;
    top: 138px;
    left: -1px;
    width: 125px;
    height: 184px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 2;
    background-image: url(../img/modeles/carte-de-visite-001-2.jpg);
    background-size: contain;
}

/*Modeles--CONTENT 025 affiche institutionnel image total 2022*/
#app.index .creation .modele-025 .rendu-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#app.index .creation .modele-025 .rendu-footer
{
	position: absolute;
    top: 520px;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    display: block;
}
#app.index .creation .modele-025 .rendu-footer > div:first-child
{
	text-align: center;
	font-family: AvenirLTStd-Light;
	color: #333;
}
#app.index .creation .modele-025.blanc .rendu-footer > div:first-child
{
	color: #FFF;
}
#app.index .creation .modele-025 .rendu-footer > div:first-child .rendu-enseigne
{
	font-weight: bold;
	font-family: AvenirLTStd-Heavy;
}
#app.index .creation .modele-025 .rendu-footer > div:first-child > *
{
	display: block;
	font-size: 9px;
}
#app.index .creation .modele-025 .rendu-footer > div:first-child .rendu-adresse > span
{
	display: block;
	line-height: 11px;
}
#app.index .creation .modele-025 .rendu-footer > div:first-child .rendu-telephone,
#app.index .creation .modele-025 .rendu-footer > div:first-child .rendu-email 
{	
	line-height: 11px;
}
#app.index .creation .modele-025 .rendu-footer > div:first-child + div
{
	margin-top: 5px;
}
#app.index .creation .modele-025 .rendu-footer > [class^='rendu-mentions']
{
	text-align: justify;
	font-family: AvenirLTStd-Light;
	width: 300px;
	color: #333;
	font-size: 4px;
	line-height: initial;
}
#app.index .creation .modele-025.blanc .rendu-footer > [class^='rendu-mentions']
{
	color: #FFF;
}
#app.index .creation .modele-025 .rendu-footer > [class^='rendu-mentions'] > span
{
	display: block;
}

/*Modeles--CONTENT 028 flyer parrainage*/
#app.index .creation .modele-028 .rendu-contenu
{
	text-align: center;
	height: 448px;
}
#app.index .creation .modele-028 .rendu-img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#app.index .creation .modele-028 .rendu-prix
{
	position: absolute;
    z-index: 2;
    left: 504px;
    top: 122px;
    width: 120px;
    color: #FFF;
    font-size: 23px;
    font-family: AvenirLTStd-Heavy;
    text-align: left;
}
#app.index .creation .modele-028 .rendu-mentions
{
	font-size: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 350px;
    padding: 20px 0 20px 20px;
}
#app.index .creation .modele-028 .rendu-mentions > span
{
	display: block;
}
#app.index .creation .modele-028 .rendu-footer
{
	position: absolute;
    bottom: 0;
    width: 180px;
    height: 65px;
    right: 90px;
    margin-top: 0;
    color: #000;
    z-index: 1;
    align-items: initial;
}
#app.index .creation .modele-028 .rendu-footer > div
{
	text-align: right;
	line-height: 10px;
}
#app.index .creation .modele-028 .rendu-footer > div > div
{
	display: block;
	font-size: 9px;
}
#app.index .creation .modele-028 .rendu-footer > div > div.rendu-adresse > span
{
	display: block;
}
#app.index .creation .modele-028 .rendu-footer.verso
{
	color: #FFF;
}
#app.index .creation .modele-028 .rendu-agence
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
}