
        * {
            box-sizing: border-box;
        }
        body{
            font-family: sans-serif;
            text-align: left;
            width: auto;
            background-color: rgba(183, 205, 0, 0);
          
        }
        h2{
            text-align: center;
        }
        div {
            padding: 0px;
            background-color: #f6f6f6;
            overflow: hidden;
        }
        input[type=text], input[type=email], input[type=societe], input[type=secteursociete], input[type=tel], textarea, select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-family: sans-serif;
            font-size: 12px;
            color: black;
        }
        input[type=submit], input[type=reset] {
            width: 25%;
            background-color: #9d9c9c;
            color: white;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        input[type=button]{ 
            width: auto;
            float: right;
            cursor: pointer;
            padding: 7px;
        }
        input[type=checkbox]{ 
            width: auto;
            text-align: left;
            cursor: pointer;
            padding: 7px;
            color: black;
        }
