
@font-face {
    font-family: funkydori;
    src: url(../fonts/36C61D_0_0.ttf);
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}
*:focus{
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}
html,
body {
    height: 100%;
    width: 100%;

    overflow-x: hidden;
}

p{
    font-family: raleway;
}

.fleche-remonter {
    background-color: #67c0d3;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    bottom: 26px;
    z-index: 1;
}

#principale{
    height: 98vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    transition: all .8s;

}

#nos-formules,
#nos-themes,
#FAQ, #nous {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    transition: all .8s;
}

#nos-formules,
#nos-themes,
#FAQ, #nous{
    transition-delay: .8s;
}
/* #nos-formules{
    transform: translateY(-300%);

}

#nos-themes{
    transform: translateY(-400%);

}

#nous{
    transform: translateY(-200%);

}

#FAQ{
    transform: translateY(-500%);

} */
#blog-banniere{
    height: 50vh;
    z-index: -1;
}

/* ==================== *\
   Bouton réseau gauche
\* ==================== */

.reseau-gauche {

    position: fixed;
    top: 100px;
    left: 20px;
    width: 10px;
    z-index: 1;
}

.separator {
    width: 1px;
    height: 50px;
    background-color: #f8b597;
    margin: 40px 0 10px 0;
}

.reseau-gauche i {
    margin: 5px 0;
    color: #F8B597;
    font-size: 20px;
}

.reseau-gauche p {
    transform: rotate(-90deg);
    font-family: Raleway;
    color: #f8b597;
    white-space: nowrap;
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
}

.reseau-gauche a {

    cursor: pointer;
}

/* ==================== *\
    SECTION: Principale
\* ==================== */

.navbar-toggler {
    opacity: 1;
    position: absolute;
    top: 9px;
    left: 10px;
    
}

.logo{
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}
.navbar-toggler:hover{
    opacity: 1;
}



.navbar-toggler-icon {
    background-image: url(../img/hamformulaire.svg);
}

.toggler-menu {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #67C0D3;
    transform: translateY(-100%);
    transition: cubic-bezier(.38,.13,.36,.92) .5s;
}

.toggler-menu .nav-link {
    color: #fff;
    -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
    
}

.toggler-menu .nav-link:hover {
    color: #F8B597;
}

.navbar-close-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 70% 70%;
    background-image: url(../img/close.svg);
}

.navigation {
    position: relative;
    z-index: 10;
}

.banniere {
    width: 100%;
    background-color: #E3E3E3;
    background-image: url(../img/image_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 60px;
    overflow: hidden;
    z-index: 2;
}

#description-titre {
    font-family: Raleway, light;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    z-index: 2;
    text-shadow: 0px 1px rgba(26,26,26,0.2);
}

/* ==================== *\
      SECTION: nous
\* ==================== */

#para-concept p {
    font-family: raleway;
    color: #3e3e3e;
    margin-bottom: 10;
}

#listes li {
    font-family: raleway;
    color: #3e3e3e;
    text-decoration: none;
    /*list-style: url(../img/puce.png);*/
    list-style: none;
    
}

#listes li:nth-child(even){
    color: #67c0d3;
}

#listes li:nth-child(odd){
    color: #f8b597;
}



#listes img {
    margin-right: 15px;
}


/* ==================== *\
     SECTION: formules
\* ==================== */

.tent-img{
    max-height: 340px;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -30px;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.transparent-bkg {
    background-color: #fffaf8;
}

#nos-formules p {
    font-family: 'raleway';
    text-align: center;
    color: #3E3E3E;
}

.icon-accordion {
    width: 14px;
    height: 14px;
    background-image: url(../img/Puce-ferme.png);
    background-size: contain;
    display: inline-block;
}


.btn:focus .icon-accordion {
    width: 14px;
    height: 14px;
    background-image: url(../img/Puce-ouvert.png);
    background-size: contain;
    display: inline-block;
}

.card-body {
    font-family: "raleway";
    color: #3E3E3E;
}

.tarif {
    font-family: "raleway";
    color: #f8b597 !important;
}

.cta-formules {
    background-color: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f8b697;
    display: inline-block;
    cursor: pointer;
    color: #f8b697;
    font-family: raleway;
    font-size: 17px;
    padding: 5px 31px;
    text-decoration: none;
}


/* ==================== *\
     SECTION: thèmes
\* ==================== */

#nos-themes {
    /* background-color: #fcf7f4; */
}



.img-theme img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 175px;
    outline: 2px solid white;
    outline-offset: -11px;
}

.slider {
    position: relative;
}

.carousel-control-next-icon {
    background-image: url(../img/fleche-droite.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/fleche-gauche.svg);
}

#cta-themes {
    background-color: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f8b697;
    display: inline-block;
    cursor: pointer;
    color: #f8b697;
    font-family: raleway;
    font-size: 17px;
    padding: 5px 31px;
    text-decoration: none;
    height: 35px;
}

#nos-themes{
    background-color: #edf9fc;
}

/* ==================== *\
     SECTION: footer
\* ==================== */
#footer .nav-link{
    color: #fff;
    font-size: .875rem;
}
.social p{
    font-weight: 700;
}

.bkg-footer {
    background-color: #66c0d3;
    width: 100vw;
}

.nav-footer {
    list-style: none;
    font-size: 15px;
    color: #fff;
}

.social {
    color: #fff;
    font-family: raleway;
}

.cta-footer {
    background-color: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: raleway;
    font-size: 17px;
    padding: 5px 31px;
    text-decoration: none;
}

.copyright {
    color: #f8b597;
    background-color: #fff;
    font-size: 12px;
}

#copyright-GT{
    color: #f8b597;
    font-weight: bold;
}

/* ==================== *\
        Formulaire
\* ==================== */

.container-formulaire {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    z-index: 1000;
}

.background-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #67c0d3;
    opacity: 0.5;
}

.formulaire {
    background-color: #fff;
    border-top: solid 10px #f8b597;
    border-bottom: solid 10px #f8b597;
    z-index: 1000;
    position: absolute;
}

.formulaire2 {
    height: 100%;
}

#formulaire input{
    border: 1px solid #f8b597;
    border-radius: 3px;
}


.plus,
.moins {
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

#formulaire a {
    color: #f8b597;
}

.submit {
    background-color: #f8b697;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f8b597;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: raleway;
    font-size: 17px;
    padding: 5px 31px;
    text-decoration: none;
}

.croix {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;

}

.croix button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #f8b597;
    padding: 0;
}

/* ==================== *\
        Connexion
\* ==================== */

.container-connexion input{
    border: 1px solid #f8b597;
    border-radius: 3px;
    padding: 5px;
}

.btn-connexion{
    border : 1px solid #F8B597;
    color: #f8b597;
    border-radius: 3px;
    background-color: transparent;
    padding: 3px 5px;

}
/* ==================== *\
           BLOG
\* ==================== */
#blog-header{
    margin-bottom: 60px;
}
/* ==================== *\
      Gestion Articles
\* ==================== */
.gestArticleTitle{
    color: #67c0d3;
    font-family: raleway;
}

/* ==================== *\
         Articles
\* ==================== */
.container-img{
    overflow: hidden;
}

.date{
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    padding: 5px;
    background-color: #67c0d3;
    top: 20px;
    color: #fff;
    width: 63px;
    border-radius: 50%;
    height: 63px;
    font-weight: 900;
    font-family: raleway;
}

#article{
    position: relative;
}



/* ==================== *\
        Redaction
\* ==================== */
.logo-prev{
    top: -50px;
}

.titre-article{
    color: #F8B597;
}

.ta-toolbar{
    border: solid 1px #ced4da;
    border-radius: 3px;
    margin-bottom: 5px;
}

.ta-bind{
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
}

.btn-default{
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus{
    background-color: transparent;
}

.bkg-haut{
    background-color: #f4fbfc;
    position: absolute;
    top : 70px;
    height: 250px;
    z-index: -1;
    left: 0;
}

#bkg-bas{
    background-color: #fffaf7;
    position: absolute;
    top : 70px;
    height: 250px;
    z-index: -1;
    left: 0;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
}

#blah{
    background-color: #aaa;
    object-fit: cover;
}

.imgInp{
    color: #fff;
    font-size: 30px;
}

.imgContainer{
    max-height: 400px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.imgSelector{
    position: absolute;
    right: 0;
}

h1{
    text-shadow: 0px 1px rgba(26,26,26,0.2);
}
.contentTitle h1{
    border: none;
    color: #f8b597;
    font-family: funkydori;
    font-size: 50px;
    text-align: center;
}

.card-title{
    border: none;
    color: #f8b597;
    font-family: funkydori;
    font-size: 50px;
}

.contentArticle p:not(:first-child){
    color: #3E3E3E;
    font-family: raleway;
}

.contenu-article p{
    font-family: raleway;
    color: #3E3E3E;
}

.separatorArticle{
    width: 50px;
    height: 4px;
    background-color: #f8b597;
    display: block;
    transform: translateX(-50%);
    left: 50%;
    position: relative;

}

.contentArticle h2{
    font-family: raleway ;
    font-size: 20px ;
    color: #67C0D3 ;
    font-weight: 700;
}

.categorie{
    font-family: raleway ;
    font-size: 15px ;
    color: #67C0D3 ;
}

.publicationTime{
    font-family: raleway ;
    font-size: 12px ;
    color: #3E3E3E ;
}
/* === TOOLBAR === */
.toolbar{
    border-bottom: 1px solid #F8B597;
}

.buttonToolbar{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.btn-secondary:hover{
    background-color: transparent;
    border: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: transparent;
    color:#66c0d3;
    border: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus{
    box-shadow: none;
}

.dropdown-menu{
    min-width: auto;
    border: none;
    background-color: transparent;
}

.dropdown-item{
    padding: 0;
}

.btn-secondary{
    background-color: transparent;
    border: none;
}

#toolbarArticle button{
    display: inline-block;
}

button i{
    color: #67c0d3;
}
.containerRedaction{
    border: 1px solid #F8B597;
}

.fr-wrapper{
    background: 0 0;
    position: relative;
    z-index: 2;
}

.fr-placeholder {
    position: absolute;
    font-size: 12px;
    color: #aaa;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    overflow: hidden;
}

.fr-counter{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

div.fr-wrapper div a{
    background-color:transparent !important;
    color: transparent !important;
    display: none !important;
}


.ct-tool--heading, .ct-tool--table, .ct-tool--line-break, .ct-tool--image, .ct-tool--video, .ct-tool--preformatted, .ct-tool--indent, .ct-tool--unindent {
    display: none;
}



.input .input-field{
    position: relative;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    font-family: Raleway ;
    font-weight: bold;
    font-size: .875rem;
    -webkit-appearance: none;
    background: transparent;
    padding: 5px 5px 5px 60px;;
    line-height: 20px;
    width: 100%;
    color: #66c0d3;
    outline: none;
    height: 100%;
    z-index: 10;
}

.input .input-field2{
    position: relative;
    display: block;
    float: right;
    font-family: Raleway ;
    font-weight: bold;
    font-size: .875rem;
    -webkit-appearance: none;
    background: transparent;
    padding: 5px 5px 5px 60px;;
    line-height: 20px;
    width: 100%;
    color: #66c0d3;
    outline: none;
    height: 100%;
    z-index: 10;
}

.input{
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-radius: 2px;
    height: 50px;
    margin: 10px 0;
}

.input:after {
    content: '';
    width: 0px;
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 45px;
    border-right: 1px dotted #F8B597;
}

.input .input-label {
    display: inline-block;
    float: right;
    padding: 0 10px 0 60px;
    margin: 0;
    color: #3E3E3E;
    font-size: .875rem;
    font-family: Raleway ;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
    z-index: 100;
}
.input:after {
    content: '';
    width: 0px;
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 45px;
    border-right: 1px dotted #333;
}
.input .input-label-content::after {
    content: attr(data-content);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: gray;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: translate3d(0, -100%, 0) translate3d(0, 5px, 0) scale3d(0.85, 0.85, 1);
    -ms-transform: translate3d(0, -100%, 0) translate3d(0, 5px, 0) scale3d(0.85, 0.85, 1);
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 5px, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(0, -100%, 0) translate3d(0, 5px, 0) scale3d(0.85, 0.85, 1);
    transition: all 0.3s;
}

.input .input-label-content:focus::after {
    position: absolute;
    transform: translateY(150%);
    
}

.input .icon{
    
        height: 100%;
        width: 45px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
    
}

.vertical-center {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.center {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}

.input .input-label-content {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 55px;
    display: inline-block;
    transition: all 0.3s;
    z-index: 1000;
}

.input .input-field:focus+.input-label .input-label-content,
.input.input-filled .input-label-content {
    -moz-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0)
}

#form-position{
    width: 70%;
    max-width: 380px;
}

textarea{
    border-color: #F8B597;
    border-radius: 3px;
    font-family: Raleway;
    font-size: .875rem;
    padding: 5px 10px;
    overflow-y: scroll;
    outline: none;
}

#label-age{
    font-family: Raleway;
    color: #f8b597;
    font-weight: bold;
    font-size: .875rem;
}

.age-area{
    outline: none;
    text-align: center;
    font-size: .875rem;
}

.formulaire-line-close-0{
    
    position: absolute;
    transform: rotate(45deg);
    transition: .2s ease-in;
    transition-delay: .3s;
}

.formulaire-line-close-1{

    position: absolute;
    transform: rotate(-45deg);
    transition: .2s ease-in;
    transition-delay: .3s;
}

/* .formulaire-line {
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #F8B597;
    position: absolute;
    z-index: 2;
} */

.text-formulaire{
    font-family: Raleway;
}

input[type=checkbox]{
    background-color: #f8b597;
}

.head-card{
    background-color: #66c0d3;
}

.card-title2{
    color: #fff;
    font-weight: bold;
}

.card-subtitle{
    color: #fff !important;
    font-size: .875rem;
}

.card{
    border-color: #66c0d3 !important;
}

.font-numeric{
    font-family: sans-serif;
    font-weight: lighter;
}

.mt-6{
    margin-top: 2.5rem;
}

#card-container{
    background-color: #edf9fc;
}

#scroll-cache{
    position: absolute;
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
}

#scroll-button1{
    position: absolute;
    bottom: 63px;
    height: 30px;
    width: 30px;
    transform: translateX(-42%);
    z-index: 1;
    color: #f8b597;
}

#reservation{
    position: absolute;
    right: 65px;
    top: 18px;
    color: #66c0d3;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #f8b597;
    font-size: .8rem;
}

#calendar{
    position: absolute;
    right: 20px;
    top:16px;
    color: #f8b597;
    text-transform: uppercase;
    cursor: pointer;
}

.formulaire-line {
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #f8b597;
    position: absolute;
    z-index: 2;
}

.formulaire-line-0 {
    top: 4px;
    transform: translateX(100%);
    transition: .2s ease-in;
}

.formulaire-line-1 {
    top: 8px;
    transform: translateX(100%);
    transition: .2s ease-in;
    animation-delay: .2s;
}

.formulaire-line-2 {
    top: 12px;
    transform: translateX(100%);
    transition: .2s ease-in;
    animation-delay: .2s;
}

#line-wrap{
    overflow: hidden;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}

#burger{
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 24px;
}
.burger-line {
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #f8b597;
    position: absolute;
    z-index: 2;
}

.burger-line-0 {
    top: 3px;
    transform: translateX(100%);
    transition: .2s ease-in;
}

.burger-line-1 {
    top: 8px;
    transform: translateX(100%);
    transition: .2s ease-in;
}

.burger-line-2 {
    top: 13px;
    transform: translateX(100%);
    transition: .2s ease-in;
}

.burger-line-close-0{
    top: 8px;
    position: absolute;
    transform: rotate(45deg) translateX(-120%);
    transition: .2s ease-in;
    transition-delay: .3s;
    background-color: #fff;
}

.burger-line-close-1{
    top: 8px;
    position: absolute;
    transform: rotate(-45deg) translateX(120%);
    transition: .2s ease-in;
    transition-delay: .3s;
    background-color: #fff;
}

.reseau-menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.reseau-menu p{
    font-size: .875rem;
    color: #fff;
}

.scroll-button2{
    z-index: 1;
}

.scroll-position{
    position: absolute;
    bottom: 40px;

}

.scroll-right{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100;

}

.scroll-right a{
    color: #f8b597;
    font-size: 1.5rem;
    cursor: pointer;
}

.page {
	position:fixed;
	right:20px;
	top: 50%;
  transform: translateY(-50%);
    list-style: none;
	font-size:1.4em;
	z-index: 10;
}
.page a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:#f8b597;
	position:relative;
	padding:4px;
}
.page a.active:after {
	box-shadow:inset 0 0 0 5px;
}
.page a .hover-text {
	position:absolute;
    right:15px;
    top:-2px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
    padding-right: 15px;
    font-size: .9rem;
}
.page a:hover .hover-text {
	opacity: 1;
}
.page a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:13px;
	height:13px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:4px;
	bottom:0;
}

#headingOne{
    border-radius: 10px 10px 0 0; 
    background-color:#f8b697;
}

#headingOne button{
    color: #fff;
}

#container-formules{
    background-color: #fcf3ef;
}

::placeholder {
    color: #3E3E3E;
    opacity: 1; /* Firefox */
}

.arrow-up{
    color: #fff;
    font-size: 30px;
    line-height: 0;

}

.arrow-up:hover{
   line-height: 0;
}


.recaptcha-styling{position:relative;box-sizing:border-box;margin:10px auto 0;height:60px;width:200px;max-width:100%;padding:15px;border-radius:5px;box-shadow:0 5px 10px rgba(0,0,0,.1);font-family:Helvetica, Arial, sans-serif;}
.recaptcha-styling .rs-checkbox{position:relative;box-sizing:content-box;margin-right:10px;float:left;cursor:pointer;border:1px solid #3E3E3E;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.4s;z-index:9999;overflow:hidden!important;width:24px;height:24px;border-radius:50%;}
.recaptcha-styling .g-recaptcha{top:-24px;left:-15px;position:relative;}
.recaptcha-styling .rs-robot{position:relative;box-sizing:border-box;font-weight:bold;float:left;font-size:14px; color: #3e3e3e;}
.recaptcha-styling .links{font-weight:normal;position:relative;top:-2px;}
.recaptcha-styling .links a{text-decoration:none;color:rgba(0,0,0,.7);font-size:9px;text-transform:uppercase;}
.recaptcha-styling .links a:hover{color:#000;}