﻿/**
- Template realise par Leo Chaussard
- Version 4.0 du site Catrainz.fr
- Avril 2023
- Version 1.0
- Theme de la page contact
**/

.com-contact__container {
    margin: 0 30px;
}

.contact-form {
    margin: 0 30px;
}

.com-contact__container {
    background-color: var(--background-article);
    padding: 30px;
}

.contact-form {
    background-color: var(--background-article);
    padding: 30px;
}


.com-contact > h3:nth-child(3) {
    margin: 0 30px;
    background-color: var(--background-article);
    padding: 0 30px;
}

.ct-intro-contact {
    background-color: var(--background-article);
    padding: 30px 30px 0 30px;
    margin: 0 30px;
    text-align: center;
}


input.form-control {
    outline: 0;
    background: var(--background-input);
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid var(--background-input);
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    transition: 0.25s;
    font-style: italic;
    letter-spacing: 2px;
    color: #00B4E3;
    font-family: 'Poppins', sans-serif;
  }

  input.form-control:hover {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid var(--background-input-hover);
    background: var(--background-input-hover);
  }

  input.form-control:focus {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid #00B4E3;
    background: var(--background-input-hover);
  }

span.form-control-feedback {
    color: #00B4E3;
    text-align: center;
    display: block;
    font-size: 10px;
    font-style: italic;
}

textarea.form-control {
    outline: 0;
    background: var(--background-input);
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid var(--background-input);
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    transition: 0.25s;
    font-style: italic;
    letter-spacing: 2px;
    color: #00B4E3;
    font-family: 'Poppins', sans-serif;
  }

  textarea.form-control:hover {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid var(--background-input-hover);
    background: var(--background-input-hover);
  }

  textarea.form-control:focus {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 3px solid #00B4E3;
    background: var(--background-input-hover);
  }

.contact-form fieldset {
    border-style: none;
    padding: 0;
    margin: 0;
}

.contact-form legend {
    display: none;
}

.control-label label#jform_spacer-lbl {
    text-align: right;
    display: block;
    font-style: italic;
    font-size: 10px;
}

#jform_captcha.required.g-recaptcha div {
    margin: auto;
}


/* @media only screen and (max-width : 750px) {
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.80);
        transform-origin:0;
        transform:scale(0.80);
        transform-origin:0 0;
        -webkit-transform:scale(0.80);
        transform:scale(0.80);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
     }
} */

.controls button {
    border: none;
    background-color: #00B4E3;
    color: #fff !important;
    transition: all .5s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    justify-content: center;
    padding: 10px 30% 10px 30%;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px auto 0 auto;
    font-family: 'Poppins', sans-serif;
  }

  .controls button:hover {
    background-color: #0089AC;
    color: #fff !important;
    transition: all .5s;
  }





