/* ---- Subscribe ---- */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) 
@media (min-width: 768) {  }

/* Medium devices (desktops, 992px and up)
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) 
@media (min-width: @screen-lg-min) { ... }*/
/* Font Style noteworthy-bold */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.fullSite
{
    font-family: "Ubuntu", sans-serif;
    padding : 0 5px;
}

/* Common application style */
.clear
{
    float:none;
    clear:both;
}

body{
    width:100%;
    position:relative;
}

html{
    font-size:10px;
}

*{
    -webkit-font-smoothing: antialiased;
}

a {
	color :#03725c;	
}

/* Form */
.form-group{
    position:relative;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group .left65{
    float:right;
    width:65%;
    min-width:195px;
}

.form-group select,
.form-group input
{
    font-size: 14px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group .dateSelector{
    margin-left:10px;
}
.form-group .dateSelector select{
    cursor:pointer;
    display: inline-block;
    width:23%;
    min-width:58px;
    padding: 2px 0px 2px 4px;
    margin:1px;
}

.form-group select,
.form-group input[type="password"],
.form-group input[type="text"]{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px;
}

.form-group input[type="checkbox"]{
    cursor:pointer;
    margin-left:10px;
    width:16px;
    height:16px;
}

.form-group input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-group > label {
    display: inline-block;
    float:left;
    line-height:34px;
    min-height: 1px;
    margin-bottom:0;
    padding-left: 10px;
    max-width: 100%;
    font-weight: bold;
    padding-right:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.form-group .info{
    margin-top: 5px;
}

.form-group .info label {
    cursor:pointer;
    font-weight: normal;
    font-style: italic;
}

div.info a{
    color:#000;
}

div.info b{
    font-size:1.8em;
    text-decoration:none;
}

/* ---- Main content ---- */
.center_button{
    margin-top:40px;
    text-align:center;
}

/* Bouton */  *
.button {
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-style:solid;
    margin:20px 0;
    text-decoration:none;
    padding: 2px 5px;
    cursor:pointer;
    height:30px;
    line-height:33px;
    font-size:1.6rem;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.button-blue {
    background-color: #0c8ce9;
    border-color: #0c8ce9;
    color:#fff;
}

.button-blue:hover {
    text-decoration:none;
    border-color: #0c8ce9;
    background-color: #fff;
    color: #0c8ce9;
}

.button-green {
    height: 40px;
    line-height: 43px;
    padding: 0px 35px;
    font-size: 1.8rem;
    background-color: #03725C;
    border-color: #03725C;
    color:#fff;
}

.button-green:hover {
    border-color: #03725C;
    background-color: #fff;
    color: #03725C;
}

.fullSite{
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.fullContent{
    width:100%;
}

.content{
    width:100%;
    height:auto;
    min-height:520px;
    font-size: 1.5rem;
    padding-bottom:60px;
    line-height: 1.5em;
    color: #000;    
    font-weight:normal;
}

.content p
{
    margin-bottom:20px;
}

/* Content Site */


.colFull .colFull{
    padding: 0;
}

.coll,.colr{
    float:left;
    width:40%;
    min-width: 195px;
}

.colls{
    float:left;
    width:10%;
    min-width: 195px;
}

.colrb{
    float:left;
    width:100%;
    min-width: 195px;
}

.colls,
.coll{
    margin-right:5%;
}

.colc{
	text-align:center;
}


h1{
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1em;
    color: #01231c;
    text-transform: uppercase;
    clear: both;
    display: block;
}

h2{
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 1.7rem;
    line-height: 1em;
    color: #01231c;
    text-transform: uppercase;
    clear: both;
    display: block;
}

.light_text {
    font-style: italic;
    font-size: 12px;
}

.ticketType_1,
.ticketType_2
{
    cursor:pointer;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 15px;
    margin:10px; 
    -moz-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);    
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ticketType_1,
.nicePink
{
    color: #EE4177;
}

.ticketType_2,
.niceGreen
{
    color: #54b977;
}


.ticketType_1:hover {
    background-color: #EE4177;
    color:#fff;
}

.ticketType_2:hover {
    background-color: #54b977;
    color:#fff;
}

ul {
    padding-left:5px;
}

ul li{
    list-style-type:circle;
    margin:10px 0 10px 5px;
    padding-left:0;
}

ul ul {
    padding-left:25px;
}

ul ul li{
    list-style-type:disc;
}

.m25{
    margin-top:25px;
}

.p50{
    padding:0 50px;
}

/* Home */
.homePage {
    width:100%;
}
.homePage .coll
{
    width:65%;
    min-width: 195px;
    padding:10px;
    margin-right:1%;
}

.homePage .imgHome
{
    width:30%;
    min-width:195px;
}

.homePage .colr
{
    width:260px;
    text-align:center;
}

@media (max-width:975px) {
    .homePage .colr,
    .homePage .coll
    {
        width:100%;
    }
    .homePage .imgHome
    {
        width:100%;
        max-width: 360px;
    }
}

/* ---- Subscribe ---- */

.subscribePage h2
{
    margin: 35px 0 10px 0;
}
.subscribePage .colr{
    float:left;
}

.subscribePage .coll{
    float:left;
    margin-right:20px;
}

.subscribePage .linkSubscribe
{
    float:right;
    margin:0 267px 0 0;
}

.subscribePage .linkReturn
{
    float:left;
}

.getTicketChoice
{
    text-align:left;
    margin:20px 0;
}

.getTicketChoice input
{
    width:30px;
    float:left;
    margin-bottom: 10px;
}

.getTicketChoice label
{
    line-height:25px;
}



.hideSite{
    position:fixed;
    top:0;
    left:0;
    display:none;
    height:100%;
    width:100%;
    z-index:1000;
    background: transparent url('../images/site/wait_bg.png') top left repeat;
}

.hideSite img{
    position:fixed;
    top:50%;
    left:50%;
    width:300px;
    height:240px;
    margin: -120px  0 0 -150px;
}

/* Error layer display */
.inputError {
    margin:10px 0;
    color:#f00;
}

form ul{
    list-style-type:none;
    margin-top: 5px;
}

.error {
    position:absolute;
    color:#f00;
    right:0;
    bottom:-15px;
    font-size:1.3rem;
    text-align:right;
}
.error li{
    color:#f00;
    margin:0;
    list-style-type:none;
    list-style-image:none;
}

.gm-style-iw{
    width: auto!important;
}

.alertSection
{
    color:red!important;
    padding:20px;
}

label.required {
    background: transparent url('../images/form/required.png') right 10px no-repeat;    
}

ul {
    margin-left:5px;

}

.association {
    float: left;
    width: 21%;
    height: 170px;
    min-width: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 6px;
    margin: 5px 1%;
    font-size: 1.3rem;
    border: 2px solid #ddd;
    position:relative;
}

.association h1{
    font-size: 2.4rem;
    margin: 0;
}

.association a {
    cursor:pointer;
    position:absolute;
    bottom:10px;
    font-size: 15px;
    display: inline-block;
    margin-left: 50%;
    left: -61px;
}

.association a:hover {
    text-decoration:underline;
}

.association a  {
    color:#0c8ce9;
}
div.association  {
    min-width:200px;
    line-height:17px;
    border-color: #EE4177;
    position:relative;
}

div.associationsPage  h2 {
    margin-top:20px;
}

.association h3 {
    margin:0 0 10px 0 ;
    color:#EE4177;
	display: inline-block;
    min-height: 34px;
}
.association.loisirs {
    border-color: #54b977;
}
.association.loisirs h3 {
    color: #54b977;
}

@media (max-width: 768px) {  
    .coll,.colr,
    .colls, colrb {
        float:none;
        width:100%;
        min-width: 195px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .association {
        height:150px;
        font-size: 1.1rem;
    } 

    .association h1{
        font-size: 1.2rem;
    }    

}