/* feuille de style pour albums et single */
@font-face {
    font-family: 'albaregular';
    src: url('font/alba___-webfont.eot');
    src: url('font/alba___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/alba___-webfont.woff') format('woff'),
         url('font/alba___-webfont.ttf') format('truetype'),
         url('font/alba___-webfont.svg#albaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scriptoptiregular';
    src: url('font/scriptopti-light-webfont.eot');
    src: url('font/scriptopti-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/scriptopti-light-webfont.woff') format('woff'),
         url('font/scriptopti-light-webfont.ttf') format('truetype'),
         url('font/scriptopti-light-webfont.svg#scriptoptiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyDreamland';
    src: url('font/MyDreamland.eot');
    src: url('font/MyDreamland.eot?#iefix') format('embedded-opentype'),
         url('font/MyDreamland.woff') format('woff'),
         url('font/MyDreamland.ttf') format('truetype'),
         url('font/MyDreamland.svg#MyDreamland') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dreamlandregular';
    src: url('font/dreamlan-webfont.eot');
    src: url('font/dreamlan-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dreamlan-webfont.woff') format('woff'),
         url('font/dreamlan-webfont.ttf') format('truetype'),
         url('font/dreamlan-webfont.svg#dreamlandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'stripes60s';
    src: url('font/stripes60s.eot?');
    src: url('font/stripes60s.eot?#iefix') format('embedded-opentype'),
         url('font/stripes60s.woff') format('woff'),
         url('font/stripes60s.ttf') format('truetype'),
         url('font/stripes60s.svg#stripes60s') format('svg');
    font-weight: normal;
    font-style: normal;
}
}@font-face {
	font-family:'Excalibur Nouveau Medium';
	src:url('font/Excalibur_Nouveau.eot?') format('eot'),
		url('font/Excalibur_Nouveau.woff') format('woff'),
		url('font/Excalibur_Nouveau.ttf') format('truetype'),
		url('font/Excalibur_Nouveau.svg#ExcaliburNouveau-Medium') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family:'MyExcalibur';
    src:url('font/MyExcalibur.eot?') format('eot'),
        url('font/MyExcalibur.woff') format('woff'),
        url('font/MyExcalibur.woff2') format('woff2'),
        url('font/MyExcalibur.ttf') format('truetype'),
        url('font/MyExcalibur.svg#MyExcalibur') format('svg');
        font-weight:normal;
        font-style:normal;
}
/*--------------------------------*/

/* pour tablettes et mobiles */
@media only screen and (max-width: 960px ) {
    body {
        width: 100%;
    }
    .headerminusnavbar >.bordure1 { 
        width: 100%; 
        }
/*    .texte_constr,*/ .largeur_mob {
        width: 100%;
        flex-direction: column;
    }
    .largeur_mob > .divoops{
        margin-top: 2em;
    }
    .largeur > .effet-3d {
        margin-top: 3em;
    }
    .bientot {
        width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .info-bulle1, .circular-sb {
        display: none;
    }
    .retour {
        font-family:'MyExcalibur', 'Excalibur Nouveau Medium', 'albaregular', Arial, sans-serif;
        color : #055640;
        font-size: 1.5em;
        text-shadow: 2px 2px 2px #1D1021;
        text-align: center;
        margin-top: 2em;
    }
    .needinfo > .divoops {
        width: 80%;
        padding: 1em;
    }
    .cathy {
        width: 120%;
    }
}

/* pour ordi */
@media only screen and (min-width: 961px ) {
    .headerminusnavbar >.bordure1 { 
        width: 1400px; 
    }
    .largeur, .largeur_mob {
        width: 1400px;
        flex-direction: row;
    }
    .retour {
        display: none;
    }
    .cathy {
        width: 80%;
    }
    a:hover { /* au survol d'un lien, il se transforme en Aloa*/
        cursor: url("aloa.cur"), url("/dolly_origine/curseur-aloa.png"), pointer;
    }
}

/*------------------------------------------*/

/* pour tous les supports */

body {	
	margin: 0;
    padding: 0; 
	font-family: 'scriptoptiregular', Arial, sans-serif;
	font-size: 100%;
	align-self: center;
}
header img { /*style du logo RBDolls*/
    display: inline-block; 
	 vertical-align: middle;
	 margin-right: 0; 
	 opacity : 0.9;
	 border-top: 2px solid #CCCCFF;
	 border-left: 2px solid #CCCCFF;
	 border-right: 0;
	 border-bottom: 0;
     box-shadow: 6px 6px 6px #0d0011;

}
header h1 {
    font-size : 0; opacity: 0; /* nom du site invisible mais très important */
}
.erreur {
    background : url("dolly_fonds/fond_vert_erreur.png") fixed;
}
.headerminusnavbar {
    display: flex;
    width: 95%;
    vertical-align: middle;
    padding-left: 5px;
}
.logo { /*position du logo dans la barre titre */
    top: 2%;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%); /* ...jusqu'ici*/
    left : 40%;
    margin-top: 10px;
    margin-left :10px;
    margin-right: -30px; 
}
.titrepage { /* titre de la page*/
    width: 100%;
    font-family: 'MyDreamland', 'stripes60s', 'dreamlandregular', Arial, sans-serif;
    padding: 28px 0 1em 0;
    margin: 0 ;
    text-align: center;
    color : #310b3d; 
    font-size: 2.8em;
    text-shadow: 4px 4px 4px #625966;
    font-weight: lighter;
}
.bordure1, .bordure2, .bordure3, .bordure4 {
    border-width: 9px;
    border-style: solid;
    background-color: rgba(0,0,0,0)
}
.bordure1 {
    width: 100%;
    margin-left : 80px;
    box-shadow: 6px 6px 6px #6E6B91;
    border-radius: 43px;
}
.bordure2 {
    border-radius: 34px;
}
.bordure3 {
    border-radius: 25.5px; 
}
.bordure4 {
    border-radius: 17px;
}
.headerminusnavbar >.bordure1 {
    width: 1200px;
    margin: auto;
}
.erreur1 {
    border-color: #003E28;
}
.erreur2 {
    border-color: #055640;
}
.erreur3 {
    border-color: #e4434b;
}
.erreur4 {
    border-color: #e6a0b2;
}
.divtitre {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-bulle1 {
    position: absolute;
    background-color: rgba(49, 11, 61, 0.95);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 3px 0.5px #0d0011;
    line-height: 1.4em;
    width: 8em;
    font-size: 1.5em;
    margin-top: 1.5em;
    color: #e1e6fa;
    padding : 8px;
    text-align: center;
    border-bottom: 3px solid rgba(175, 175, 199, 0.7); /* pour la bordure plus claire en bas mais pas tout du long : */
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;
    transform: scale(0) rotateX(180deg);  /*scale=0 : l'infobulle ne s'affiche pas Ã  l'Ã©tat basal // rotateX=-180deg : l'infobulle tourne sur l'axe des x avant de se figer */
    transition: 1.5s; /* pour que l'apparition de l'infobulle soit progressive*/
}
.info-bulle1::before  { /* pour dessiner le petit triangle au dessus de l'infobulle :*/
    content: '';
    position: absolute;
    border-bottom: 10px solid rgba(49, 11, 61, 0.9);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -18px; /* pour remonter le petit triangle au dessus*/ 
    margin-left: 20px;
}
.circular-sb {
  width: 400px;
  border: 5px solid #055640;
  padding: 40px 20px;
  margin: 30px auto;
  border-radius: 50%;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  font-family: 'scriptoptiregular', script, cursive;
  position: relative;
  color: #055640;
  background: rgba(255,255,255,0.5);
  margin-left: 600px;
  margin-top: -500px;
  box-shadow: 6px 6px 6px #1D1021;
  transform: scale(0); /* scale=0 : l'infobulle ne s'affiche pas Ã  l'Ã©tat basal */
  transition: 1.5s; /* pour que l'apparition de l'infobulle soit progressive*/
}
.circle3 { /*left circle shape speech bubble*/
  border: 5px solid #055640;
  position: absolute;
  width: 25px;
  padding: 20px;
  border-radius: 50%;
  left: -10px;
  bottom: 10px;
  box-shadow: 4px 4px 4px #1D1021;
}
.circle3:before {
  content: "";
  position: absolute;
  width: 25px;
  padding: 20px;
  border-radius: 50%;
  right: 0px;
  bottom: 0px;
  background: rgba(255,255,255,0.7);
  box-shadow: 3px 3px 3px #1D1021;
}
.circle4 {
  border: 5px solid #055640;
  position: absolute;
  width: 5px;
  padding: 10px 15px;
  border-radius: 50%;
  left: -60px;
  bottom: 5px;
  background: rgba(255,255,255,0.9);
  box-shadow: 6px 6px 6px #1D1021;
}
.needinfo:hover > .info-bulle1   { /* l'infobulle est un enfant de needinfo*/
   transform: scale(1) rotateX(0deg); /* scale=1 : l'infobulle s'affiche quand le div dont elle dÃ©pend est survolÃ© par la souris// rotateX=0 : l'infobulle se fige dans le bon sens */
}
.needoops:hover > .circular-sb {
    transform: scale(1);
}
.needoops, .constr {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}
.largeur {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.effet-3d {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.paysage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    text-align: center;
}
.paysage img{
    max-height:500px ;
    width: auto;
    border-width:2px;
    border-style:solid;
    border-color: #c1b6bd;
    box-shadow: 6px 6px 6px #0d0011;
}
.portrait-g img, .portrait-d img{
    max-height: 600px;
    width: auto;
    border-width:2px;
    border-style:solid;
    border-color: #c1b6bd;
    box-shadow: 6px 6px 6px #0d0011;
}
.bientot {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.encore {
    text-align: center;
}
.cathy {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.divsection {
    display: flex;
    vertical-align: middle;
    padding-left: 5px;
    margin: auto;
}
.divoops {
    font-family:'Excalibur Nouveau Medium', 'albaregular', Arial, sans-serif;
    font-weight: bold;
    color : #055640;
    font-size: 2.8em;
    text-shadow: 3px 3px 3px #625966;
}
.divoops-no-404 {
    font-family:'Excalibur Nouveau Medium', 'albaregular', Arial, sans-serif;
    font-weight: bold;
    color : #e4434b;
    font-size: 2.8em;
    text-shadow: 3px 3px 3px #1D1021;
}
.needoops img {
    border-width:0;
    border-style:none;
}

