﻿/*commun+*/

/*couleur blues des href*/

a {
    color: #3260b3;

}

/*banniere*/
header {
    margin: auto;/* permet de centrer la balise header  independamment de la résolution*/
    height: 350px;
    width: 1500px;
    background : url("images/bandeauroute.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    position: absolute;
    margin-left:250px;
    margin-top: 0px;
    width: 500px;

}

#banniere_image_bb {
    position: absolute;
    margin-left:500px;
    margin-top: 115px;
}

#banniere_image_hd {
    position: absolute;
    margin-left:180px;
    margin-top: 150px;
}
#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:10px;
}
#banniere_66 {
    position: absolute;
    right:10px;
    margin-top: 10px;
}
#route_du_blues {
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
    background-color:#3260b3;
    box-shadow: 0px 4px 4px #3260b3;
    width: 800px;
}

/*choix de la langue*/

.lang_switcher {
    position: absolute;
    margin-left: 0px;
    margin-top: 250px;
}

.lang {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

/*menu du site*/

#menu nav {
    width: 800px;
    height: 35px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 2px 3px #111111;
    position: absolute;
    margin-top:320px;
    margin-left:auto;
    border-radius: 8px;
}

#menu nav ul {
    display: table;
    width: 800px;
    margin: auto;
    padding: 0;
    background: linear-gradient(#3260b3, white);
    background: -webkit-linear-gradient(#3260b3, dodgerblue);
    background:    -moz-linear-gradient(#3260b3, dodgerblue);
    background:     -ms-linear-gradient(#3260b3, dodgerblue);
    background:      -o-linear-gradient(#3260b3, dodgerblue);
    background:         linear-gradient(#3260b3, dodgerblue);
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
                0 3px 5px rgba(0, 0, 0, .2),
                0 5px 10px rgba(0, 0, 0, .2),
                0 20px 20px rgba(0, 0, 0, .15);
}

#menu nav li { 
    display: table-cell;
}
 
#menu ul li a {/* Liens par defaut (non survol) */
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, .7); 
    text-decoration: none;
    padding: 8px 8px 17px 8px;
    text-shadow:0  1px 0 rgba(255, 255, 255, .4);
    box-shadow: 0  1px 0 rgba(255, 255, 255, .7) inset, 
                0 -1px 0 hsl(210, 100%, 32%) inset, 
                0 -2px 0 hsl(210, 100%, 38%) inset, 
                0 -3px 0 hsl(210, 100%, 44%) inset, 
                0 -4px 0 hsl(210, 100%, 50%) inset, 
                0 -5px 0 hsl(210, 100%, 60%) inset;
}

#menu li a:hover {/* Apparence au survol des liens */
    color: white;
    background-color: #3260b3;
}


/*image flottante dans paragraphe*/

.imageflottante {
    float: left;
    margin-right: 15px;
}

.imageflottantefb {
    float: left;
    margin-right: 15px;
}

body {
    /*background-color: #b0c6ed;*/
    color: #082a77; /*#082a77*/
    padding:0;
    margin:0;


    background-repeat: repeat;
    background-image: url("images/background-blues.jpg");
    /*background-attachment: scroll; Le fond suit le scrolling */

}

h1 {
    text-shadow: 2px 2px 4px black; /* ombre de texte avec le décalage horizontal et vertical de l'ombre, l'adoucissement du décalage la couleur*/
    font-size: 50px;
    width: 450px; /* On indique une largeur (obligatoire) */
}

h2 {
    color: #3260b3; /* Les textes de titre 2 seront en blues */
    background-color: white;
    font-size: 20px;
    font-family:  Verdana, "Arial Black", Arial,sans-serif;
    text-align: center;
    opacity: 0.8;
    box-shadow: 6px 6px 6px #3260b3; /* nouveau CSS3 ombre de cadre avec le d?lage horizontal et vertical de l'ombre, l'adoucissement du d?ad?t la couleur*/
    width: 550px; /* On a indiqu?ne largeur (obligatoire) */
    margin: auto; /* On peut donc demander ?e que le bloc soit centr?vec auto */
    border: 1px solid #3260b3;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
}

h3 {
    font-style: bold;
    color: #d67c1c;
    background-color: white;
    font-size: 20px;
    font-family:  Verdana, "Arial Black", Arial,sans-serif;
    text-align: center;
    box-shadow: 6px 6px 6px #3260b3;
     width: 350px; /* On a indiqu?ne largeur (obligatoire) */
    margin: auto; /* On peut donc demander ?e que le bloc soit centr?vec auto */
    border: 1px solid #3260b3;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

h4 {
    font-style: italic;
    color: red;
    text-decoration: underline;
}

h5 {
    font-style: bold;
    color: black;
    background-color: white;
    font-size: 18px;
    font-family:  Verdana, "Arial Black", Arial,sans-serif;
    text-align: center;
     width: 350px; /* On a indiqu?ne largeur (obligatoire) */
    margin: auto; /* On peut donc demander ?e que le bloc soit centr?vec auto */
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

h6 {
    color: #3260b3; /* Les textes de titre 2 seront en blues */
    background-color: white;
    font-size: 20px;
    font-family:  Verdana, "Arial Black", Arial,sans-serif;
    text-align: left;
    opacity: 0.8;
    box-shadow: 6px 6px 6px #3260b3; /* nouveau CSS3 ombre de cadre avec le d?lage horizontal et vertical de l'ombre, l'adoucissement du d?ad?t la couleur*/
    width: 550px; /* On a indiqu?ne largeur (obligatoire) */
    margin: auto; /* On peut donc demander ?e que le bloc soit centr?vec auto */
    border: 1px solid #3260b3;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
}

p {
    color: black; /* Les paragraphes seront en noir */
    font-size: 20px;
    font-family:  Helvetica, Verdana, Arial;
    text-align: justify;
    border-radius: 10px;
    margin: auto; /* On peut donc demander ?e que le bloc soit centr?vec auto */
    box-shadow: 0px 4px 4px #3260b3;
    width: 750px;
    border: 1px black solid;
    background-color: white;
    padding: 20px;
}

section {
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

aside {
    position: fixed;
    top: 33px;
    right: 33px;
    background-color: white; /*#082a77*/
    border-radius: 10px;
    box-shadow: 0px 4px 4px #3260b3;
    padding: 20px;
    width: 165px;
}

article{
    height: 600px;
    width: 600px;
    float: left;
}

/*commun-*/

/*map+*/

svg {
    text-align: center;
    margin-top: 15px;
    height: 754px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 4px #3260b3;
    width: 454px;
}

g { 
    visibility:hidden;
}

line {
    fill:none; stroke:grey; fill-width:2px; stroke-width:7px; stroke-linecap:round;
}

text {
    fill: white; stroke: none; stroke-width: 1px; font-size: 18px;
}

/*map-*/

/*roadbook+*/

/* taille fenetre texte 16 dans roadbook pour adapter la taille du paragraphe à l'image avec un petit texte*/

#t16 {
    height: 400px;
}

#sidebar{
    color: black; /* Les paragraphes seront en noir */
    font-size: 16px;
    font-family:  Verdana, "Arial Black", Arial,sans-serif;
    text-align: justify;
    }

/*roadbook-*/

/*rencontres+*/

/* taille fenetre Jacqueline et James Son Thomas pour adapter la taille du paragraphe à l'image avec un petit texte*/

#Jacq {
    height: 300px;
}

#James
{
    height: 400px;
}
     
/*rencontres-*/


/*acteurs+*/

#boxe_defil{
font-size: 20px;
    position:fixed;
    margin-left: -10px;
    margin-right: -10px;
    bottom: 0px;
    width:100%;
    height:30px;
    overflow:hidden;
    background-color: white;
}

#defile{ 
    position:absolute;
    margin-top:1px;
    background-color: transparent;
font-family:  Verdana, "Arial Black", Arial,sans-serif;
}
#id_actors {
    width: 100%;
}
/*acteurs-*/


/*CD+*/

.song{
    font-size: 20px;
    font-family: sans-serif;
    color: #3260b3; /*#082a77*/
    font-weight: bold;
}

/*CD-*/


/*photos+*/

.slider_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 640px;
    height: 580px;
    background: #3260b3;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
      

.slide {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 620px;
    height: 460px;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 10px 10px 0px 0px;
}
  
.load {
    position: absolute;
    top: 0px;
    left: 0px;
}

.load1 {
    filter: alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}
  
.load2 {
    position: absolute;
    display: block;
    background: url(../img/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}
  
.thumbnailitem {
    cursor:default;
}
  

.textonslide {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*.textonslide:hover {opacity: 1;}*/




    
.jssora05l,.jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(images/a17.png) no-repeat;
    overflow: hidden;            
}

.jssora05l { background-position: -10px -40px;top: 158px; left: 8px; }
.jssora05r { background-position: -70px -40px; top: 158px; right: 8px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }


/* jssor slider thumbnail navigator skin 01 css */

.jssort01 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 640px;
    height: 100px;
    left: 0px; bottom: 0px;
}

.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 75px;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 96px;
    height: 71px;
    border: #000 2px solid;
    box-sizing: content-box;
    _background: none;
}

.jssort01 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 98px;
    height: 73px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 98px;
    height: 73px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 96px;
    height: 71px;
    border: #000 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
    /* ie quirks mode adjust */
    width /**/: 100px;
    height /**/: 75px;
}

/*photos-*/


@media screen and (max-width: 320px)
{
/* small smartphones portrait */

/*banniere*/
header {

    width: 320px;
    height: 80px;
    background : url("images/bandeauroute320.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    position: absolute;
    margin-left:0px;
    margin-top: 0px;
    width: 300px;
    font-size: 14px;

}

#banniere_image_bb {
    position: absolute;
    margin-left:150px;
    margin-top: 10px;
    width: 40px;
}
#bb {
    width: 40px;
}

#banniere_image_hd {
    position: absolute;
    margin-left:80px;
    margin-top: 20px;
    width: 45px;
}

h2 {
    font-size: 9px;
    width: 100px; /* On indique une largeur (obligatoire) */

}
h3 {
    font-size: 9px;
    width: 140px; /* On indique une largeur (obligatoire) */

}

#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:50px;
    width: 50px;
}
#banniere_66 {
    margin-top:50px;
    width: 70px;
}

#route_du_blues {
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
    background-color:#3260b3;
    box-shadow: 0px 4px 4px #3260b3;
    width: 290px;
}
.lang_switcher {
    position: absolute;
    margin-left: 10px;
    margin-top: 55px;

}
.lang{
    width: 20px;
}
/*menu du site*/

#menu nav {
    width: 300px;
    height: 15px;
    font-size: 7px;
    margin-top:73px;
    margin-left:0px;
    border-radius: 6px;
}

#menu nav ul {

    width: 300px;
}


 
#menu ul li a {/* Liens par defaut (non survol) */
    padding: 4px 4px 10px 4px;

}
p{
    font-size: 12px;
    width: 250px;
    padding: 5px;
}
/*image flottante dans paragraphe*/

.imageflottante {
    width: 150px;
}
.imageflottantefb {
    width: 50px;
}
video {
    width: 300px;
}

}


@media screen and (min-width: 321px) and (max-width: 480px)

{

/* medim smartphones portrait or small smartphones landscape*/

/*banniere*/
header {
    width: 480px;
    height: 110px;
    background : url("images/bandeauroute480.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    position: absolute;
    margin-left:10px;
    margin-top: 0px;
    width: 300px;
    font-size: 20px;

}

#banniere_image_bb {
    position: absolute;
    margin-left:220px;
    margin-top: 20px;
    width: 50px;
}
#bb {
    width: 50px;
    left:100px;
    bottom:50px;
}

#banniere_image_hd {
    position: absolute;
    margin-left:110px;
    margin-top: 30px;
    width: 65px;
}

h2 {
    font-size: 12px;
    width: 100px; /* On indique une largeur (obligatoire) */

}
h3 {
    font-size: 12px;
    width: 250px; /* On indique une largeur (obligatoire) */

}
#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:40px;
    width: 70px;
}

#banniere_66 {

    margin-top:40px;
    width: 90px;
}

#route_du_blues {
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
    background-color:#3260b3;
    box-shadow: 0px 4px 4px #3260b3;
    width: 440px;
}
.lang_switcher {
    position: absolute;
    margin-left: 0px;
    margin-top: 85px;

}
.lang{
    width: 25px;
}
/*menu du site*/

#menu nav {
    width: 410px;
    height: 15px;
    font-size: 8px;
    margin-top:110px;
    margin-left:0px;
    border-radius: 6px;
}

#menu nav ul {

    width: 410px;
}


 
#menu ul li a {/* Liens par defaut (non survol) */
    padding: 4px 4px 10px 4px;

}
p{
    font-size: 15px;
    width: 400px;
    padding: 10px;
}
/*image flottante dans paragraphe*/

.imageflottante {
    width: 200px;
}
.imageflottantefb {
    width: 60px;
}
video {
    width: 480px;
}
}

@media screen and (min-width: 481px) and (max-width: 600px)

{
/* tablet portrait */

/*banniere*/
header {

    width: 600px;
    height: 150px;
    background : url("images/bandeauroute600.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    position: absolute;
    margin-left:20px;
    margin-top: 0px;
    width: 300px;
    font-size: 24px;

}

#banniere_image_bb {
    position: absolute;
    margin-left:260px;
    margin-top: 25px;
}

#banniere_image_hd {
    position: absolute;
    margin-left:100px;
    margin-top: 45px;
    width: 70px;
}

h2 {
    font-size: 14px;
    width: 250px; /* On indique une largeur (obligatoire) */

}
h3 {
    font-size: 14px;
    width: 350px; /* On indique une largeur (obligatoire) */

}

#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:30px;
    width: 70px;
}
#banniere_66 {
    margin-top:30px;
    width: 90px;
}

#route_du_blues {
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
    background-color:#3260b3;
    box-shadow: 0px 4px 4px #3260b3;
    width: 550px;
}
.lang_switcher {
    position: absolute;
    margin-left: 0px;
    margin-top: 100px;

}
.lang{
    width: 30px;
}
/*menu du site*/

#menu nav {
    width: 450px;
    height: 15px;
    font-size: 10px;
    margin-top:130px;
    margin-left:0px;
    border-radius: 6px;
}

#menu nav ul {

    width: 450px;
}


 
#menu ul li a {/* Liens par defaut (non survol) */
    padding: 6px 6px 15px 6px;

}
p{
    font-size: 15px;
    width: 500px;
    padding: 14px;
}
/*image flottante dans paragraphe*/

.imageflottante {
    width: 240px;
}
.imageflottantefb {
    width: 70px;
}
video {
    width: 600px;
}
#ddking_id {
position:relative;
margin-left:200px;
margin-top:200px;
    width: 240px;
}

#tine_id {

}

#nanou_id {

}

#dom_id {

}

#nic_id {
position:relative;
margin-right:200px;
margin-top:200px;
    width: 240px;
}

#gg_id {

}
}




@media screen and (min-width: 601px) and (max-width: 800px)

{
/* tablet landscape */

/*banniere*/
header {

    width: 800px;
    height: 200px;
    background : url("images/bandeauroute800.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    position: absolute;
    margin-left:50px;
    margin-top: 0px;
    width: 300px;
    font-size: 30px;
}

#banniere_image_bb {
    position: absolute;
    margin-left:350px;
    margin-top: 45px;
}

#banniere_image_hd {
    position: absolute;
    margin-left:130px;
    margin-top: 65px;
    width: 90px;
}
h2 {
    font-size: 16px;
    width: 270px; /* On indique une largeur (obligatoire) */

}
h3 {
    font-size: 18px;
    width: 450px; /* On indique une largeur (obligatoire) */

}
#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:30px;
    width: 100px;
}
#banniere_66 {

    margin-top:30px;
    width: 150px;
}

#route_du_blues {
    text-align: center;
    margin-top: 15px;
    border-radius: 10px;
    background-color:#3260b3;
    box-shadow: 0px 4px 4px #3260b3;
    width: 650px;
}
.lang_switcher {
    position: absolute;
    margin-left: 20px;
    margin-top: 140px;
}
/*menu du site*/

#menu nav {
    width: 500px;
    height: 20px;
    font-size: 12px;
    margin-top:175px;

    margin-left:20px;
    border-radius: 6px;
}

#menu nav ul {

    width: 500px;
}


 
#menu ul li a {/* Liens par defaut (non survol) */
    padding: 6px 6px 15px 6px;

}
p{
    font-size: 18px;
    width: 600px;
    padding: 18px;
}
/*image flottante dans paragraphe*/

.imageflottante {
    width: 300px;
}
.imageflottantefb {
    width: 100px;
}
video {
    width: 800px;
}

}

@media screen and (min-width: 801px) and (max-width: 1025px)

{
/* large tablet landscape */

/*banniere*/
header {
    width: 1025px;
    height: 250px;
    background : url("images/bandeauroute1025.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    position: absolute;
    margin-left:50px;
    margin-top: 0px;
    width: 500px;
    font-size: 40px;

}


#banniere_image_bb {
    position: absolute;
    margin-left:450px;
    margin-top: 70px;
}

#banniere_image_hd {
    margin-left:210px;
    margin-top: 70px;
}

h2 {
    font-size: 20px;
    width: 350px; /* On indique une largeur (obligatoire) */

}
h3 {
    font-size: 20px;
    width: 480px; /* On indique une largeur (obligatoire) */

}

#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:30px;
    width: 150px;
}
#banniere_66 {

    margin-top:30px;
    width: 200px;
}
.lang_switcher {
    margin-top: 180px;
    margin-left:100px;
}
#menu nav {
    margin-top:225px;

}
/*menu du site*/

#menu nav {
    width: 600px;
    height: 20px;
    font-size: 14px;
    margin-top:225px;

    margin-left:100px;
    border-radius: 6px;
}

#menu nav ul {

    width: 600px;
}


 
#menu ul li a {/* Liens par defaut (non survol) */
    padding: 6px 6px 15px 6px;

}
}



@media screen and (min-width: 1026px) and (max-width: 1280px)

{
/* laptop */

/*banniere*/
header {
    width: 1280px;
    height: 300px;
    background : url("images/bandeauroute1280.png") no-repeat top left;
}

header h1{ /* positionnement du titre sur la banniere*/
    font-size: 40px;
    margin-left:180px;
    margin-top: 0px;
    width: 500px;

}

#banniere_image_bb {

    margin-left:450px;
    margin-top: 95px;
}

#banniere_image_hd {
    margin-left:150px;
    margin-top: 100px;
}
#banniere_61 {
    position: absolute;
    margin-left:10px;
    margin-top:30px;
    width: 200px;
}
#banniere_66 {
    margin-top: 30px;
    width: 250px;
}

.lang_switcher {
    margin-top: 200px;
}
#menu nav {
    margin-top:275px;

}
}


