/* ==========================================================================
   Author : ALPAWEB
   ========================================================================== */
body{
   font-family: 'Roboto Condensed', sans-serif;
   font-size:18px;
   line-height: normal;
   font-weight: 300;
}

.cc_banner-wrapper {
    background: #222 !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.cc_container a, .cc_container a:visited{
    color: #0a7baa !important;
}

.cc_container a:hover{color: #ff5057 !important;}

.cc_container .cc_btn, .cc_container .cc_btn:visited{
    border-radius: 30px !important;
    background: #0a7baa !important;
    color: #FFF !important;
}

.cc_container .cc_btn:hover{background: #8db71e !important;  color: #FFF !important;}

/*********************************************
                    NAV
*********************************************/

header{background: #FFF;}
.brand{padding: 20px 0; display:inline-block;}
.btnTop{text-align: right;}

.navbar{border-radius: 0; background: #025578; margin:0; border: 0; position: relative;}

.navbar-toggle .icon-bar{background: #FFF; margin: auto;}
.navbar-toggle{
    position: absolute;
    z-index: 2; 
    right: 0;
    top: 0;
    background: #025578; 
    margin: 0; 
    padding: 0; 
    height: 50px; 
    width: 50px;  
    border-radius: 0;
}

.navbar-collapse{padding: 0; border: 0;}

.nav>li>a{
    text-transform: uppercase;
    border-radius: 0; 
    line-height: 50px;
    padding: 0 8px;
    color: #FFF;
    font-size:15px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a:focus{background-color: #0a7baa;}

.nav>li.active>a, .nav>li.active>a:hover{background-color: #113555;}

/*********************************************
                CONTENU
*********************************************/

.acces{
    background-color:#025578;
    padding: 10px 18px;
    margin: -2px 0 20px;
    border-radius: 0 0 10px 10px;
    color:white;
    font-weight:400;
    font-size: 16px;
    border:2px solid #025578;
    display: inline-block;
}

.acces:hover{
    background-color:white;
    border:2px solid #025578;
    color: #025578;
}

.acces .fa{font-size: 18px;}

.tel{
    background-color:#8db71e;
    border-radius:10px;
    color:white;
    font-weight:400;
    font-size: 28px;
    border:2px solid #8db71e;
    padding: 4px 10px;
    display: inline-block;
}

.tel:hover {
    background-color:white;
    border:2px solid #8db71e;
    color: #8db71e;
}

.tel .fa, .acces .fa{margin-right: 10px;}

/*image bandeau*/
.BandeauAcc{
    background: url(/img/header.jpg) center top no-repeat;
    background-size: auto;
    height:630px;
    position:relative;
    z-index:0;
    overflow: hidden;
}

.rond{
    position:absolute;
    overflow:hidden;
    z-index:1;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius:1000px;
    width:2070px;
    height:1750px;
    background-color:#113555;
    margin-left:-1250px;
    bottom:0;
}

.blockVert{
    right: 10%;
    border-radius: 20px 20px 0 0;
    padding: 15px 30px 10px;
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    bottom: 0;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b7913+0,94c01f+100,7abcff+100 */
    background: #5b7913; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #5b7913 0%, #94c01f 100%, #7abcff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #5b7913 0%,#94c01f 100%,#7abcff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #5b7913 0%,#94c01f 100%,#7abcff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7913', endColorstr='#7abcff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.blockVert strong{text-transform: uppercase;}

.textBandeau{
    position:absolute;
    max-width: 450px;
    font-size:22px;
    color:#fff;
    z-index: 2;
}

.textBandeau h1{
    font-size:30px;
    color:white;
    margin-top:100px;
    font-weight:300;
    max-width:620px;
    margin-bottom:30px;
    line-height:normal;
}

.textBandeau h1 strong{font-weight: 400;}

.textBandeau ul {
    padding: 0;
    margin-bottom:40px;
}

.textBandeau ul li{
    font-weight:300;
    color:white;
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    line-height: normal;
}

.textBandeau ul li strong{font-weight: 400;}

.textBandeau ul li:before {
    content:"\f105";
    font-family: 'FontAwesome';
    padding-right:15px;
    color: white;
    font-size:25px;
    position: absolute;
    left: 0;
}

.textBandeau a{
    font-size:22px;
    font-weight:400;
    padding:7px 30px;
    background-color:#0a7baa;
    color:white;
    border-radius:10px;
    margin-left:25px;
}

.textBandeau a:hover{
   background-color:white;
   color:#0a7baa;
}

.txtContenu{
    padding-top:30px;
    padding-bottom:30px;
}

.txtContenu strong{
    font-weight:700;
}

.txtContenu a{
    color:#005c7c;
}

.txtContenu a:hover{color: #8db71e;}

.txtContenu ul{padding-left: 25px;}

.txtContenu ul > li{list-style-type: none; position: relative; margin-bottom: 8px;}

.txtContenu ul > li:before {
    content:"\f105";
    font-family: 'FontAwesome';
    padding-right:15px;
    color: #8db71e;
    position: absolute;
    left: -15px;
    font-size: 18px;
}

.txtContenu ul ul{margin-top: 10px;}

.txtContenu ul ul li:before{color: #333;}

 .offre h3{
    font-weight: 700;
    font-size:50px;
    color:#8db71e;
    text-align:center;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
    margin: 20px 0;
    display: inline-block;
}

.offre p{
    font-weight:300;
    color:white;
    font-size:15px;
    line-height:35px;
}

.txtOffre1{
    font-size:32px;
    color:#005c7c;
    font-weight:700;
}

.txtOffre2{
    font-size:48px;
    color:#005c7c;
    font-weight:700;
}

.txtOffre3{
    font-size:26px;
    color:#005c7c;
    font-weight:300;
}

.txtOffre4{
    font-size:30px;
    color:#3c3c3b;
    font-weight:700;
}

.offre{
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius:300px;
    width:330px;
    height:330px;
    box-shadow: 0 3px 3px 3px #ebebeb;
    margin-left:20px;
    text-align:center;
    background-color:white;
    margin-top: 50px;
}

.panel,
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body{box-shadow: none; border: none;}

.panel-heading{
    border-radius: 0;
    padding: 0;
}

.panel-heading a{
    border: 1px solid #025578;
    padding: 8px 12px;
    display: block;
    font-size: 16px; 
    position: relative;
    border-radius: 3px;
}

.panel-heading a.collapsed{
    background: #025578;
    color: #FFF;
}

.panel-heading a:hover, .panel-heading a{background: #FFF; color: #025578;}

.panel-heading a:after{
    content: '\e259';
    font-size: 18px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 14px;
    transition: all 0.3s;
    transform: none;
}

.panel-heading a.collapsed:after{
    transform: rotate(-90deg);
    color: white;
}

.panel-heading a:hover:after{color: #025578;}

/*********************************************
                    FOOTER
*********************************************/

#footer{
    background : #025578;
    padding: 20px 0px;
    font-size:12px;
    font-weight: 400; 
}

#footer strong{color: white; font-size: 14px;text-transform:uppercase;}
#footer p{margin-bottom: 5px;}

#footer ul li{
    display:inline-block;
}

#footer ul li a::after{
     content: " - "; 
}

#footer ul li:last-child a::after{
     content: "" !important; 
}

ul.footer-links{
    list-style:none;margin:0;padding:0;text-align: right;
}

ul.footer-links li{
    margin:0;padding:0;list-style-type: none;text-transform:uppercase;
}

ul.footer-links li a{
    color:white;
}

ul.footer-links li a:hover{
    color: #8db71e;
}

.copyright p{
    text-align:right;
    color:white;
    font-weight:400;
    font-size:12px
}

.mts p{
    color:white;
    font-size:14px;
    font-weight:400;
}

.imgfooter{
    float:right;
}

/*********************************************
                  FORMULAIRE
*********************************************/

form{
    padding:15px;
}

input[type=file] {
    border:none;
}

.inputfile {
    position: absolute;
    z-index:-1;
    margin-top: 12px;
    margin-left: 25px;
}

.file{
    background-color:#025578;
    padding:8px 12px;
    color:white;
    cursor:pointer;
    z-index:1;
    border-radius: 4px;
    transition: all 0.3s linear;
    margin-top: 4px;
}

.champForm{display:none;}

.file:hover{
    background-color:#8db71e;
}

.form-control {
  border-radius :0px;
}

.form-control:focus {
  border-color: #ed1c24;
  border-color: rgba(226, 0, 26, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 0, 26, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 0, 26, 0.6);
}

.text-error{color:#f00;}

label.error{font-size:12px;font-weight:bold;color:#f00;margin-bottom:0}

/*********************************************
              GOOGLE MAP
*********************************************/

#GGMap{
    width:100%;
    height:400px;
}

/*********************************************
              BOOTSTRAP THEME
*********************************************/

h1, h2, h3{
   font-family: 'Roboto Condensed', sans-serif; 
}

h1{
    color:#005c7c;
    margin: 20px 0 30px;
}

h2{
    color:#8db71e;
    font-size:26px;
    font-weight:400;
}

h3{
    color:#8db71e;
    font-size:20px;
    font-weight:400;
}

a {text-decoration: none !important; transition: all 0.3s linear; outline: 0;}
a:hover{}

.btn{
    transition: all 0.3s linear;
    font-weight: 400;
    font-size:18px;
    text-transform: uppercase;
    background-color:#005c7c !important;
    border: none;
    filter:none;
    color: #FFF !important;
    padding: 5px 20px;
    border-radius: 4px;
}
.btn:hover,.btn:focus{background-color:#8db71e !important; color: #FFF; }
.btn-primary {background-image: none;filter:none;}

label{font-weight: 400;}
strong{font-weight: 600;}

/*********************************************
              MEDIA QUERIES
*********************************************/

@media (min-width:1200px) {
    .nav>li>a{padding: 0 22px;}
    .acces{margin: -2px 0 40px;}
    #GGMap{height:450px;}
}

@media (max-width:991px) {
    .navbar-collapse.collapse{display:none!important;height:auto!important;padding-bottom:0;overflow-x:visible!important}
    .navbar-collapse.collapse.in{display:block !important;}
    .nav>li{float:none;}
    .navbar-toggle{display:block}
    .offre{margin: 30px auto;}
    .BandeauAcc{height: 550px; background-position: -650px top;}
    .textBandeau h1{margin-top: 40px; font-size: 24px; max-width: 450px;}
    .textBandeau{left: 5%; font-size: 20px;}
    .rond{margin-left: -1400px;}
    .blockVert{right: 40px;}
    #GGMap{height:350px;}
}

@media (max-width:768px) {
    header, .btnTop{text-align: center;}
    .acces, .tel{margin: 0 0 20px;}
    .acces{border-radius: 10px;}
    .textBandeau{position: relative;  left: auto; margin: 30px auto;}
    .BandeauAcc{background: #113555; height: auto;}
    .rond{display: none;}
    .blockVert{position: relative; right: auto; margin: 40px auto 0; max-width: 450px; bottom: auto; font-size: 20px;}
    #GGMap{height:300px;}
}

@media (max-width:500px) {
    .textBandeau h1{margin: 30px 0; font-size: 22px;}
    .textBandeau{font-size: 18px;}
    .textBandeau a{font-size: 20px; padding:7px 15px;}
    .offre {width: 290px; height: 290px; }
    .offre h3{font-size: 40px;}
    .txtOffre2{font-size: 38px;}
    .txtOffre3{font-size: 24px; line-height: 24px;}
    .txtOffre4{font-size: 26px;}
    #GGMap{height:250px;}
    h1{font-size: 30px;}
}

@media (max-width:330px) {
    .tel{font-size: 22px;}
    header .container{padding: 0;}
    .acces{padding: 4px 8px;}
    #GGMap{height:200px;}
    h1{font-size: 26px;}
    h2{font-size: 22px;}
    .offre {width: 220px; height: 220px; padding: 0;}
    .offre h3{margin: 0 0 30px;}
    .offre h3, .txtOffre2, .txtOffre1{font-size: 30px; line-height: 22px;}
    .txtOffre3, .txtOffre4{font-size: 20px; line-height: 16px;}
}


/******************** COOKIES ***********************/

.termsfeed-com---palette-dark.termsfeed-com---nb{
    box-shadow: 0 0 40px rgba(0,0,0,.4);
}

.cc-nb-main-container{
    background-color: #025578;
}
.termsfeed-com---palette-dark .cc-nb-okagree{
    background-color: #8db71e;
    color:#FFF;
}
.termsfeed-com---palette-dark .cc-nb-reject{
    background-color: #777;
    color:#FFF;
}
.termsfeed-com---palette-dark .cc-cp-foot-save{
    background-color: #025578;
    color:#FFF;
}

.termsfeed-com---palette-dark .cc-nb-okagree,
.termsfeed-com---palette-dark .cc-nb-reject,
.termsfeed-com---palette-dark .cc-cp-foot-save,
.termsfeed-com---palette-dark .cc-nb-changep{
    font-weight: normal;
    text-transform: uppercase;
}

