@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(http://fonts.googleapis.com/css?family=Voltaire);
@import url(http://fonts.googleapis.com/css?family=Sanchez);

/**
 * Default
 */
html
{
    font-size: 62.5%;
}

html, body
{
    width: 100%;
    height: 100%;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #292929;
    background: #000;
}

h1, h2, h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a
{
    color: #ffd675;
}

a:hover
{
    color: #3ac0fe;
    text-decoration: none;
}

p, li, span
{
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}


#logo
{
    color: #faa537;
    line-height: 60px;
    font-weight: 300;
    font-family: 'Voltaire', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

/**
 * Header
 */
#header
{
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 1;
}
#header .brand
    {
        width: 220px;
    }
#header .navbar
{
    margin-bottom: 10px;
    background: none;
    filter: none;
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#header .navbar:hover
{
    background-color: #888;
    background-color: rgba(0, 0, 0, 0.8);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}

#header .navbar-inner
{
    background: none;
    border: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        -o-border-radius: none;
    border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    box-shadow: none;
    background: none;
    filter: none;
}

#header .navbar .brand
{
    text-shadow: none;
    line-height: 80px;
}

#header .navbar .nav > li
{
    line-height: normal;
}

#header .navbar .nav > li > a
{
    color: #fff;
    text-shadow: none;
    padding: 15px 0 9px 0;
    margin: 20px 10px 26px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: solid transparent 2px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

#header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
{
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
    color: #3ac0fe;
    border-bottom: solid #3ac0fe 2px;
    background: none;
    filter: none;
}

/**
 * Intro
 */
#intro h2
{
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 90px;
    font-size: 9rem;
    margin: 0 0 10px 0;
    font-family: 'Voltaire', sans-serif;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    line-height: 90px;
}

#intro h3
{
    color: #faa537;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Sanchez', serif;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    line-height: normal;
}

/**
 * Default page
 */
.header
{
    background-color: #888;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 45px 0;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header h2
{
    color: whitesmoke;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 5rem;
    margin: 25px 0;
    font-family: 'Voltaire', sans-serif;
}

.header h3
{
    color: #3ac0fe;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Sanchez', serif;
}

.content
{
    background: whitesmoke;
    padding: 50px 20px 50px 20px;
    text-align: justify;
    text-justify: inter-word;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pull-center
{
    text-align: center;
}

.line
{
    margin: 80px;
}

.quote
{
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 40px;
}

.customer
{
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
}

/* *** notre agence *** */

#agence-jumbotron {
	-webkit-box-shadow: none;
    box-shadow: none;
	color: #454946;
	padding: 20px;
	text-align:left;
}
#agence-jumbotron p img {
    border-radius: 50%;
    display: inline-block;
	margin: 0px 10px 0px 0px;
}		
#agence-jumbotron p {
	font-size:16px;
}
#contact-form {
	margin-left:0px;
	
}
#contact-form label{
	text-align:center;
	color:#454946;
	
}
/* *** sejour voile grimpobranche paddle *** */

#sejour-voile-grimpobranche-paddle h2 {
	color: whitesmoke;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
    margin: 25px 0;
    font-family: 'Voltaire', sans-serif;
}
#description a {
	color:#292929;
}
#description a:hover {
	color:#3ac0fe;
}

#map_canvas_sejour1 { height: 350px; }
#map_canvas_sejour1 img,.google-maps img{max-width:none;}
#map_canvas_sejour2 { height: 350px; }
#map_canvas_sejour2 img,.google-maps img{max-width:none;}
#map_canvas_sejour3 { height: 350px; }
#map_canvas_sejour3 img,.google-maps img{max-width:none;}
#map_canvas_sejour4 { height: 350px; }
#map_canvas_sejour4 img,.google-maps img{max-width:none;}
#map_canvas_sejour5 { height: 350px; }
#map_canvas_sejour5 img,.google-maps img{max-width:none;}
#map_canvas_sejour6 { height: 350px; }
#map_canvas_sejour6 img,.google-maps img{max-width:none;}
#map_canvas_sejour7 { height: 350px; }
#map_canvas_sejour7 img,.google-maps img{max-width:none;}
#map_canvas_sejour8 { height: 350px; }
#map_canvas_sejour8 img,.google-maps img{max-width:none;}
#map_canvas_sejour9 { height: 350px; }
#map_canvas_sejour9 img,.google-maps img{max-width:none;}


/**
 * Features
 */
.feature
{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 64px;
}

.feature i
{
    color: #ffd675;
    margin-right: 7px;
}

/**
 * Box
 */
.box
{
    width: 100%;
    min-height: 100%;
}

/**
 * Preparez votre départ
 */
#portfolio a
{
	text-decoration: none;
	color: #7d7f82;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Voltaire', sans-serif;
}
 
#portfolio a:hover
{
	text-decoration: none;
	color: #3ac0fe;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Voltaire', sans-serif;
}

/**
 * contact
 */



/**
 * Lightbox
 */

#lightbox
{
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 100;
}

#lightbox img
{
    max-width: 940px;
    margin-top: 40px;
}

/**
 * Google Maps
 */
#map_canvas
{
    height: 350px;
}
/**
 * Accordeon Maps
 */
.accordion a
{
    color: black;
	font-weight : bold;
	text-decoration:none;
}

/**
 * Bulle
 */
.bulle {
    margin-top: 60px;
}

.bulle .ov-wrapper,
.bulle .ovj-wrapper {
    display: inline-block;
   
	width: 160px;
    height: 140px;
    margin: 0 10px;
    padding-top: 20px;
    border: 1px solid #fff;
    color: #fff;
	font-size: 25px;
    font-family: 'Voltaire', sans-serif;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
	
	-moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.bulle .ov-wrapper:hover,
.bulle .ovj-wrapper:hover {
    background: #faa537;
    border: 1px solid #e8643e;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}



/**
 * Back top right
 */
#back-top-right
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000000;
	font-size: 20px;
    font-size: 2rem;
    font-family: 'Voltaire', sans-serif;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}
#back-top-right a
{
	text-decoration: none;
	color: #faa537;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Voltaire', sans-serif;
}
#back-top-right:hover
{
    text-decoration: none;
    background: #faa537;
    background: rgba(255, 214, 117, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}
/**
 * Back left
 */
#back-top-left
{
    position: fixed;
    bottom: 30px;
    left: 30px;
    
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}
#back-top-left
{
    color: #faa537;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Voltaire', sans-serif;
}

/**
 * CSS Media Queries
 */

/* Large desktop */
@media (min-width: 1200px)
{
	/* *** sejour voile grimpobranche paddle *** */
	#sejour-voile-grimpobranche-paddle h2 
	{
		color: whitesmoke;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		font-size: 50px;
		font-size: 5rem;
		margin: 25px 0;
		font-family: 'Voltaire', sans-serif;
	}
	#sejour-voile-grimpobranche-paddle .alert 
	{
		min-width: 280px;
		min-height:30px;
	}
	.info-sejour-voile-grimpobranche-paddle
	{
		min-width: 280px;
		margin-top:10px;
		text-align: center;
	}
	.info2-sejour-voile-grimpobranche-paddle
	{
		min-width: 280px;
		margin-top:50px;
		text-align: center;
	}
	.info-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
	.info2-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
}

/* Normal desktop */
@media (min-width: 980px) and (max-width: 1199px)
{

	/* *** sejour voile grimpobranche paddle *** */
	#sejour-voile-grimpobranche-paddle h2 
	{
		color: whitesmoke;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		font-size: 50px;
		font-size: 5rem;
		margin: 25px 0;
		font-family: 'Voltaire', sans-serif;
	}
	#sejour-voile-grimpobranche-paddle .alert 
	{
		min-width: 200px;
		min-height:30px;
	}
	.info-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		text-align: center;
	}
	.info2-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		margin-top: 50px;
		text-align: center;
	}
	.info-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
	.info2-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 10px;
        padding-right: 20px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 15px;
    }
	
    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #3ac0fe;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
    {
        color: #3ac0fe;
        border: none;
        background: none;
        filter: none;
    }
	#intro h2
   {
    font-size: 60px;
    font-size: 6rem;
    
	}

	#intro h3
   {
    font-size: 30px;
    font-size: 3rem;
    
	}
	/* *** sejour voile grimpobranche paddle *** */
	#sejour-voile-grimpobranche-paddle h2 
	{
		color: whitesmoke;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		font-size: 40px;
		font-size: 4rem;
		margin: 25px 0;
		font-family: 'Voltaire', sans-serif;
	}
	#sejour-voile-grimpobranche-paddle h2 
	{
		color: whitesmoke;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		font-size: 40px;
		font-size: 4rem;
		margin: 25px 0;
		font-family: 'Voltaire', sans-serif;
	}
	#sejour-voile-grimpobranche-paddle input
	{
		max-width: 150px;
	}
	#sejour-voile-grimpobranche-paddle textarea
	{
		max-width: 150px;
	}
	#sejour-voile-grimpobranche-paddle label
	{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
	#alert-sejour-voile-grimpobranche-paddle
	{
		font-size: 10px;
		font-size: 1rem;
	}
	.info-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		text-align: center;
	}
	.info2-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		margin-top: 50px;
		text-align: center;
	}
	.info-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
	.info2-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }
	#header .brand
    {
        width: 220px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 15px;
    }

    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #3ac0fe;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
    {
        color: #3ac0fe;
        border: none;
        background: none;
        filter: none;
    }
	#intro h2
   {
    font-size: 50px;
    font-size: 5rem;
    
	}

	#intro h3
   {
    font-size: 20px;
    font-size: 2rem;
    
	}
	
	.content
   {
    background: whitesmoke;
    padding: 30px 30px 30px 30px;
    text-align: justify;
    text-justify: inter-word;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	}
	/* *** sejour voile grimpobranche paddle *** */
	#sejour-voile-grimpobranche-paddle h2 
	{
		color: whitesmoke;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		font-size: 30px;
		font-size: 3rem;
		margin: 25px 0;
		font-family: 'Voltaire', sans-serif;
	}
	.info-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		margin-top: 30px;
		text-align: center;
	}
	.info2-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		margin-top: 50px;
		text-align: center;
	}
	.info-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
	.info2-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 10px;
    }

    #header .navbar-inner
    {
        padding-left: 0;
        padding-right: 0;
    }

    #header .brand
    {
        width: 220px;
    }
    
    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        margin-right: 0;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #3ac0fe;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
    {
        color: #3ac0fe;
        border: none;
        background: none;
        filter: none;
    }

    .header
    {
        padding: 15px 0;
    }

    .header h2
    {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        margin: 10px 0 0 0;
    }

    .header h3
    {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 10px 0 0 0;
    }
	#intro h2
    {
        font-size: 30px;
        font-size: 3rem;
        margin: 0 0 10px 0;
        line-height: 40px;
    }

    #intro h3
    {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
    }
    .content
    {
        padding: 20px;
    }
	#agence-jumbotron p img {
    border-radius: 50%;
    display: inline-block;
	width: 80px;
	margin: 0px 10px 0px 0px;
}		
    #map_canvas
    {
        margin-bottom: 20px;
    }

    #back-top
    {
        bottom: 10px;
        right: 10px;
        padding: 5px 10px;
    }
	/* *** sejour voile grimpobranche paddle *** */
	#sejour-voile-grimpobranche-paddle h2 
	{
		color: whitesmoke;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		font-size: 25px;
		font-size: 2.5rem;
		margin: 25px 0;
		font-family: 'Voltaire', sans-serif;
	}
	.info-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		margin-top: 30px;
		text-align: center;
	}
	.info2-sejour-voile-grimpobranche-paddle
	{
		min-width: 200px;
		margin-top: 50px;
		text-align: center;
	}
	.info-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
	.info2-sejour-voile-grimpobranche-paddle h4
	{
		font-size: 20px;
		font-size: 2rem;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
	}
}