/*
Theme Name: oceanwp-child
Description: oceanwpchild de Nomads
Author: Nomads
Author URI: nomads-studio.fr
Template: oceanwp 
Version: 0.1.0
*/

form.wpcf7-form {
background: transparent; /* Couleur du fond du formulaire */
color: #ffffff;
}


form.wpcf7-form input[type=text] {
   color:#fff;
   border:1px solid #37312E;
   background: #37312E;
   margin-bottom:15px;
}

form.wpcf7-form input[type=email] {
    color:#fff;
       border:1px solid #37312E;
    background: #37312E;
     margin-bottom:15px;
}

form.wpcf7-form textarea {
    color:#fff;
   border:1px solid #37312E;
    background: #37312E;
     margin-bottom:15px;
}

form.wpcf7-form input[type=checkbox]:checked:before {
    color:#DDC97A;
}

table td{
    padding:0 !important;
    border-bottom:transparent !important;
}

div.wpcf7-response-output{
   background-color:#9a3636;
   border-color:transparent !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


