/*
Theme Name: fullvanilla-theme
Theme URI: https://www.id-interactive.com
Author: ID Interactive
Author URI: https://www.id-interactive.com
Description: A cool theme full of flex! | By ID Interactive
Version: 1.0.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

html {
    font-size: 62.5%;
}

html,
body {
    width: 100%;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


ol,
ul {
    list-style: none;
}

li,p {
    font-size: 18px;
    line-height: 24px;
    color:#444;
}
li{
    list-style: disc;  
}
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all ease-in-out .2s;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
}

img,
video {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

strong {
    font-weight: bold;
}

textarea {
    resize: vertical;
}

img {
    margin: 0;
    width: 100%;
}
h1 {
    font-size: 28px;
    line-height: 36px;
    color: #000080;
  }
h2{
    font-size: 24px;
    line-height: 32px;
    color: #444444;  
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    float: left;
    width: 100%;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}

.centered {
    text-align: center;
}

.rev {
    flex-direction: row-reverse;
}

.paraBoth,
.imgBoth,
.edit,
.onlyImg,
.imgThird,
.paraThird,
.para,
.fun,
.gallery,
.img,
.title,
.link,
.file,
.list {
    padding: 1rem 2rem;
}

.gallery ul {
    display: flex;
}

.allList {
    display: flex;
    align-items: center;
}

.allList li {
    margin-left: 10px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    .bloc-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bloc-3 {
        -webkit-box-flex: 0;

        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bloc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .bloc-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }


    .bloc-2-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .bloc-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bloc-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .bloc-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .bloc-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .bloc-5-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3%;
        flex: 0 0 83.3%;
        max-width: 83.3%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    POLICY & LEGALS
\*------------------------------------*/

#policy {
    max-width: 1400px;
    margin: 5rem auto;
    padding: 1rem;
}

.ita {
    font-style: italic;
}

#policy h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 2rem;
}

#policy p {
    margin: 1rem 0;
}

.battle div {
    font-size: 16px
}

.thead,
.tbody {
    display: flex;
}
@media screen and (max-width: 1239px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 480px) {}