html {
    height: 100%;
}

body {
    font-family: Lato, sans-serif;
    color: #fff;
    background: transparent;

}

body.not_iframe {
    background-color: #000000;
    height: 100%;
    overflow: scroll;
}

body.not_iframe .container {
    justify-content: center;
}


a {
    color: #DEB887;
    text-decoration: none;
}

.container_iframe iframe {
    height: 700px;
}

main {
    /* margin: auto; */
    padding: 15px;
    /* border: 1px solid white; */
    border-radius: 5px;
}

h2 {
    font-size: .9em;
}

form label {
    font-size: .9em;
    padding: 10px 0 2px 0;
    display: block;
    color: #fff;
    letter-spacing: 3px;
}

form textarea {
    height: 130px;
}

form input,
form textarea {
    border-color: gray;
    border-radius: 4px;
}

.contact_alerte {
    font-size: 1.3em;
    color:
}

form input[type=submit] {
    background-color: #B85A4C;
    color: #ffffff;
    padding: 10px;
    width: 200px;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 10px;
}

form input[type="checkbox"] {
    float: left;
    width: 30px;
}

form .piege {
    border: 0 none;
    height: 0px;
    position: absolute;
    width: 0px;
    background: #FAEEE0;
    opacity: 0;
}

form {
    width: 100%;
}

form fieldset {
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form fieldset>div {
    width: 32%;
}

form ul {
    margin: 0;
    padding: 0;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #B85A4C;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #B85A4C;
    color: #fff;
    text-shadow: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 15px 0;
    clear: both;
}

hr.invisible {
    border-top: none;
    height: 20px;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

table button,
table input {
    *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

input,
textarea {
    width: 100%;
    border: #a9c4db 1px solid;
    padding: 4px;
    color: #38638a;
    border-radius: 2px;
}

form select {
    border-radius: 2px;
    border: #a9c4db 1px solid;
    margin-right: 10px;
    height: 25px;
    color: #38638a;
}

input {
    margin-right: 10px;
}

li {
    /* display : inline;
	*/
    list-style: none;
}

/**********/
.container {
    display: flex;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(252, 198, 48);
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, rgba(252, 198, 48, 1) 0%, rgba(252, 198, 48, 1) 40%, rgba(254, 127, 2, 1) 100%);
    padding: 15px;
    margin: 0 -15px 20px -15px;
}

header h1 {
    color: #91B0CB;
    margin: 10px 0;
}


@media screen and (max-width: 500px) {
    form fieldset>div {
        width: 100%;
        max-width: 250px;
    }

}