/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


/*-----GENERAL-----*/

html body {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}

/*-----SCROLL TO TOP BUTTON-----*/

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}









/*-----HEADER------*/

/*-----OVERLAY TITLE-----*/

.mastHeader {
    position: relative;
}

.myVid {
    padding: 0px;
    border: 2px solid black;
    margin-top: 91px;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 20px;
}

.firstname {
    color: white;
    font-size: 70px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    text-shadow: 50px 13px 9px rgba(255, 255, 255, 0.41);
}

.lastname {
    color: white;
    font-size: 70px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    text-shadow: 50px 13px 9px rgba(255, 255, 255, 0.41);
}

.mastHeader h1 {
    color: orangered;
    font-size: 80px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    margin-top: 20px;
}


/* TEXT MEDIA QUERIES*/

@media (min-width: 1440px) {
    .firstname,
    .lastname {
        font-size: 90px;
    }
    .mastHeader h1 {
        font-size: 100px;
    }
}

@media (max-width: 1440px) {
    .firstname,
    .lastname {
        font-size: 80px;
    }
    .mastHeader h1 {
        font-size: 62px;
    }
}

@media (max-width: 768px) {
    .firstname,
    .lastname {
        font-size: 45px;
    }
    .mastHeader h1 {
        font-size: 45px;
    }
}

@media (max-width: 425px) {
    .firstname,
    .lastname {
        font-size: 35px;
    }
    .mastHeader h1 {
        font-size: 24px;
    }
}

@media (max-width: 375px) {
    .title {
        margin-top: 30px;
    }
    .firstname,
    .lastname {
        font-size: 30px;
    }
    .mastHeader h1 {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .title {
        margin-top: 10px;
    }
    .firstname,
    .lastname {
        font-size: 20px;
    }
    .firstname {
        margin-top: 30px;
    }
    .mastHeader h1 {
        font-size: 18px;
        margin-top: 5px;
    }
}


/*----NAVIGATION----*/

.myNav {
    background-color: #1d809f;
    border: 2px solid rgba(255, 255, 255, 0.58);
    padding: 10px;
    margin: 0;
}

.myNav ul {
    padding: 5px;
    text-align: center;
}

.myNav ul li a {
    color: white!important;
    font-weight: 700;
}

.navTitle p {
    color: white;
    font-weight: 700;
    text-align: center;
}


/*TEXT MENU MEDIA QUERY*/

@media (min-width: 1440px) {
    .myNav ul li a {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .myNav ul li a {
        font-size: 15px;
    }
}


/*COLLAPSE BREAKPOINT CHANGE*/

@media (max-width: 933px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}


/*----NAV SNIPPETS----*/

.myNav * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.myNav li {
    list-style: outside none none;
    padding: 0;
}

.myNav a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
}

.myNav a:before,
.myNav a:after {
    height: 4px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: orangered;
    width: 0;
}

.myNav a:before {
    top: 0;
    right: 0;
}

.myNav a:after {
    bottom: 0;
    left: 0;
}

.myNav a:hover,
.myNav .current a {
    color: #ffffff;
}

.myNav a:hover:before,
.myNav .current:before,
.myNav a:hover:after,
.myNav .current:after {
    width: 100%;
}


/*----NAV BRAND SNIPPETS----*/

.snip1236 {
    display: block;
    position: relative;
    float: left;
    color: #bdbdbd;
    overflow: hidden;
    margin: 10px 15px;
    text-align: center;
    font-size: 9px;
    border-top: 3px solid #bdbdbd;
}

.snip1236 #un,
.snip1236 #deux {
    margin: 0;
    line-height: 1em;
}

.snip1236 #un {
    font-size: 2.8em;
    text-transform: uppercase;
}

.snip1236 #deux {
    line-height: 0.5em;
    font-weight: 400;
    display: table;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 10px;
}

.snip1236 #deux:before,
.snip1236 #deux:after {
    position: absolute;
    height: 3px;
    content: '';
    background: #bdbdbd;
    width: 1000%;
    top: 50%;
}

.snip1236 #deux:before {
    left: -1000%;
}

.snip1236 #deux:after {
    right: -1000%;
}

.navbar-toggle {
    background-color: orangered!important;
    border: 2px solid black!important;
}

nav .icon-bar {
    border: 2px solid black;
}


/*------ABOUT------*/

.info {
    min-height: 1200px;
    padding-top: 8rem;
    padding-bottom: 12rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url('../img/Background_img.jpg');
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url('../img/Background_img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.info h2 {
    font-size: 50px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    color: white;
    margin-top: 20px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.bio {
    margin-bottom: 10px;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.bio h3 {
    color: white;
    font-weight: 700;
}

.bio p {
    color: white;
    font-weight: 700;
}

.bio p a {
    color: rgba(255, 69, 0, 0.74);
}

.bio p a:hover {
    color: orangered;
}

.pitch {
    padding: 10px;
}

.pitch p {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.pitch button {
    border: 2px solid white;
    height: 80px;
    font-size: 25px
}


.pitch .dropdown-menu {
    background-color: rgb(109, 109, 109);
    width: 100%;
    height: auto;

}


.pitch .dropdown-menu li a {
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5
}

.pitch .dropdown-menu li a:hover {
    color: black;
}


/*-------------------------------------------*/

/*MEDIA QUERIES*/

@media (min-width:1980px) {
    .info h2 {
        font-size: 60px;
    }
    .bio h3 {
        font-size: 30px;
    }
    .bio p {
        font-size: 30px;
    }
    .pitch {
        font-size: 40px;
    }
    .pitch button {
        width: 400px;
        height: 100px;
    }
}


/*---SKILLS---*/

.comp h2 {
    font-size: 50px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
    text-decoration: underline;
}

.comp h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.comp p {
    margin-bottom: 10px;
}

.web h3 span {
    background-color: rgba(255, 69, 0, 0.49);
    border: 2px solid black;
    padding: 5px;
    border-radius: 5px;
}

.market h3 span {
    background-color: rgba(255, 69, 0, 0.49);
    border: 2px solid black;
    padding: 5px;
    border-radius: 5px;
}

.org h3 span {
    background-color: rgba(255, 69, 0, 0.49);
    border: 2px solid black;
    padding: 5px;
    border-radius: 5px;
}

.rel h3 span {
    background-color: rgba(255, 69, 0, 0.49);
    border: 2px solid black;
    padding: 5px;
    border-radius: 5px;
}

.web,
.market,
.org,
.rel {
    margin-bottom: 30px
}

@media (max-width: 320px) {
    .comp h2 {
        font-size: 40px;
    }
}


/*---LANGUAGES TOOLS SOFTWARE---*/

.skillset h3 span {
    background-color: rgba(255, 69, 0, 0.49);
    border: 2px solid black;
    background-color: rgba(255, 69, 0, 0.49);
    border: 2px solid black;
    padding: 5px;
    border-radius: 5px;
}

.front-end h4 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.front-end ul {
    text-align: center;
}

.front-end ul li {
    font-size: 50px;
}

.back-end h4 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.back-end ul {
    text-align: center;
}

.back-end ul li {
    font-size: 50px;
}

.cms h4 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.cms ul {
    text-align: center;
}

.cms ul li {
    font-size: 50px;
}

.office h4 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.office ul {
    text-align: center;
}

.office ul li {
    font-size: 50px;
}

.pao h4 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.pao ul {
    text-align: center;
}

.pao ul li {
    font-size: 50px;
}

@media (max-width: 375px) {
    .skillset h3 {
        line-height: 2.5;
    }
}


/*-------------------------------------------*/

/*MEDIA QUERIES*/

@media (min-width: 1980px) {
    .comp h2 {
        font-size: 60px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 30px;
        text-decoration: underline;
    }
    .comp h3 {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 30px;
    }
    .comp p {
        margin-bottom: 10px;
        font-size: 30px
    }
    .web h3 span {
        background-color: rgba(255, 69, 0, 0.49);
        border: 2px solid black;
        padding: 5px;
        border-radius: 5px;
    }
    .market h3 span {
        background-color: rgba(255, 69, 0, 0.49);
        border: 2px solid black;
        padding: 5px;
        border-radius: 5px;
    }
    .org h3 span {
        background-color: rgba(255, 69, 0, 0.49);
        border: 2px solid black;
        padding: 5px;
        border-radius: 5px;
    }
    .rel h3 span {
        background-color: rgba(255, 69, 0, 0.49);
        border: 2px solid black;
        padding: 5px;
        border-radius: 5px;
    }
    .web,
    .market,
    .org,
    .rel {
        margin-bottom: 30px
    }
    /*---LANGUAGES TOOLS SOFTWARE---*/
    .skillset {
        font-size: 30px;
    }
    .skillset h3 span {
        background-color: rgba(255, 69, 0, 0.49);
        border: 2px solid black;
        padding: 5px;
        border-radius: 5px;
    }
    .front-end h4 {
        text-decoration: underline;
        margin-bottom: 10px;
    }
    .front-end ul {
        text-align: center;
    }
    .front-end ul li {
        font-size: 50px;
    }
    .back-end h4 {
        text-decoration: underline;
        margin-bottom: 10px;
    }
    .back-end ul {
        text-align: center;
    }
    .back-end ul li {
        font-size: 50px;
    }
    .cms h4 {
        text-decoration: underline;
        margin-bottom: 10px;
    }
    .cms ul {
        text-align: center;
    }
    .cms ul li {
        font-size: 80px;
    }
    .office h4 {
        text-decoration: underline;
        margin-bottom: 10px;
    }
    .office ul {
        text-align: center;
    }
    .office ul li {
        font-size: 50px;
    }
    .pao h4 {
        text-decoration: underline;
        margin-bottom: 10px;
    }
    .pao ul {
        text-align: center;
    }
    .pao ul li {
        font-size: 50px;
    }
}


/*---WORK EXPERIENCE---*/

.work-block {
    background-color: rgb(29, 128, 159);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    min-height: 150vh;
    padding: 0px 0px 200px 0px;
}

.work-block h2 {
    color: white;
    font-size: 40px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    margin-top: 20px;
    text-decoration: underline;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.work-block ul
/*font-size description*/

    {
    margin: 0;
    margin-top: 100px;
    list-style: none;
    position: relative;
    padding: 1px 60px;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.work-block ul:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 2px dashed #fff;
}

.work-block ul li
/*BLOCK PRINCIPAL*/

    {
    position: relative;
    margin-left: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 14px;
    border-radius: 6px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
}

.work-block ul li:not(:first-child) {
    margin-top: 60px;
}

.work-block ul li > span
/*LINE DASH*/

    {
    width: 2px;
    height: 100%;
    background: #fff;
    left: -35px;
    top: 0;
    position: absolute;
}


/*FONT-SIZE POINT*/

.work-block ul li > span:before,
.work-block ul li > span:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    background: orangered;
    left: -7px;
    top: 0;
}

.work-block ul li span:after {
    top: 100%;
}

.work-block ul li > div {
    margin-left: 10px;
}

.work-block div .job
/*FONT-SIZE POSTE*/

    {
    font-weight: 600;
    font-size: 25px;
}

.work-block div .description {
    font-weight: 300;
}

.work-block div > div {
    margin-top: 5px;
}

.work-block span.date {
    height: 100%;
}

.work-block span.date span
/*FONT-SIZE DATE*/

    {
    position: absolute;
    font-size: 20px;
    left: -60px;
    font-weight: bold;
}

.work-block span.date span:first-child {
    top: 0;
}

.work-block span.date span:last-child {
    top: 100%;
}


/*-------------------------------------------*/

/*MEDIA QUERIES*/

@media (min-width: 1980px) {
    .work-block {
        min-height: 110vh;
    }
    .work-block h2 {
        font-size: 60px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        color: white;
        text-decoration: underline;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    .work-block ul/*font-size description*/
        {
        margin: 0;
        margin-top: 100px;
        list-style: none;
        position: relative;
        padding: 1px 60px;
        color: #fff;
        font-size: 40px;
        font-style: italic;
    }
    .work-block ul:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 2px dashed #fff;
    }
    .work-block ul li/*BLOCK PRINCIPAL*/
        {
        position: relative;
        margin-left: 30px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 14px;
        border-radius: 6px;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
    }
    .work-block ul li:not(:first-child) {
        margin-top: 60px;
    }
    .work-block ul li > span/*LINE DASH*/
        {
        width: 2px;
        height: 100%;
        background: #fff;
        left: -45px;
        top: 0;
        position: absolute;
    }
    /*FONT-SIZE POINT*/
    .work-block ul li > span:before,
    .work-block ul li > span:after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        background: orangered;
        left: -7px;
        top: 0;
    }
    .work-block ul li span:after {
        top: 100%;
    }
    .work-block ul li > div {
        margin-left: 10px;
    }
    .work-block div .job/*FONT-SIZE POSTE*/
        {
        font-weight: 600;
        font-size: 40px;
    }
    .work-block div .description {
        font-weight: 300;
    }
    .work-block div > div {
        margin-top: 5px;
    }
    .work-block span.date {
        height: 100%;
    }
    .work-block span.date span/*FONT-SIZE DATE*/
        {
        position: absolute;
        font-size: 25px;
        left: -70px;
        font-weight: bold;
    }
    .work-block span.date span:first-child {
        top: 0;
    }
    .work-block span.date span:last-child {
        top: 100%;
    }
}



@media (min-width: 376px) and (max-width: 425px) {
    .work-block {
        min-height: 172vh;
    }

    .work-block span.date span/*FONT-SIZE DATE*/
        {
        font-size: 15px;
        left: -45px
    }

}


@media (min-width: 321px) and (max-width: 375px) {
    .work-block {
        min-height: 178vh;
    }
    .work-block h2 {
        color: white;
        font-size: 30px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        line-height: 1.3;
        margin-top: 20px;
        text-decoration: underline;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    .work-block ul li > span/*LINE DASH*/
        {
        left: -28px
    }
    .work-block span.date span/*FONT-SIZE DATE*/
        {
        font-size: 15px;
        left: -45px
    }
}

@media (min-width: 320px) and (max-width: 320px) {
    .work-block {
        min-height: 160vh;
    }
    .work-block h2 {
        color: white;
        font-size: 20px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        line-height: 1.3;
        margin-top: 20px;
        text-decoration: underline;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    .work-block ul/*font-size description*/
        {
        margin: 0;
        margin-top: 100px;
        list-style: none;
        position: relative;
        padding: 1px 60px;
        color: #fff;
        font-size: 15px;
        font-style: italic;
    }
    .work-block ul:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 2px dashed #fff;
    }
    .work-block ul li/*BLOCK PRINCIPAL*/
        {
        position: relative;
        margin-left: 30px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 14px;
        border-radius: 6px;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
    }
    .work-block ul li:not(:first-child) {
        margin-top: 60px;
    }
    .work-block ul li > span/*LINE DASH*/
        {
        width: 2px;
        height: 100%;
        background: #fff;
        left: -30px;
        top: 0;
        position: absolute;
    }
    /*FONT-SIZE POINT*/
    .work-block ul li > span:before,
    .work-block ul li > span:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        background: orangered;
        left: -4px;
        top: 0;
    }
    .work-block ul li span:after {
        top: 100%;
    }
    .work-block ul li > div {
        margin-left: 10px;
    }
    .work-block div .job/*FONT-SIZE POSTE*/
        {
        font-weight: 600;
        font-size: 15px;
    }
    .work-block div .description {
        font-weight: 300;
    }
    .work-block div > div {
        margin-top: 5px;
    }
    .work-block span.date {
        height: 100%;
    }
    .work-block span.date span/*FONT-SIZE DATE*/
        {
        position: absolute;
        font-size: 15px;
        left: -40px;
        font-weight: bold;
    }
    .work-block span.date span:first-child {
        top: 0;
    }
    .work-block span.date span:last-child {
        top: 100%;
    }
}


/*----------------------------------------------------*/

/* EDUCATION */

.education-block {
    min-height: 140vh;
    padding: 0px 0px 50px 0px;
}

.education-block h2 {
    color: white;
    font-size: 40px;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    margin-top: 20px;
    text-decoration: underline;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.education-block ul
/*font-size description*/

    {
    margin: 0;
    margin-top: 100px;
    list-style: none;
    position: relative;
    padding: 1px 60px;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

.education-block ul:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 2px dashed rgba(38, 37, 37, 0.2);
}

.education-block ul li
/*BLOCK PRINCIPAL*/

    {
    position: relative;
    margin-left: 30px;
    background-color: rgba(38, 37, 37, 0.2);
    padding: 14px;
    border-radius: 6px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
}

.education-block ul li:not(:first-child) {
    margin-top: 60px;
}

.education-block ul li > span
/*LINE DASH*/

    {
    width: 2px;
    height: 100%;
    background: rgba(26, 26, 26, 0.27);
    left: -35px;
    top: 0;
    position: absolute;
}


/*FONT-SIZE POINT*/

.education-block ul li > span:before,
.education-block ul li > span:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid grey;
    position: absolute;
    background: orangered;
    left: -7px;
    top: 0;
}

.education-block ul li span:after {
    top: 100%;
}

.education-block ul li > div {
    margin-left: 10px;
}

.education-block div .job
/*FONT-SIZE POSTE*/

    {
    font-weight: 600;
    font-size: 25px;
}

.education-block div .description {
    font-weight: 300;
}

.education-block div .description p {
    margin-bottom: 10px;
}

.education-block div .description p a {
    color: orangered;
}

.education-block div > div {
    margin-top: 5px;
}

.education-block span.date {
    height: 100%;
}

.education-block span.date span
/*FONT-SIZE DATE*/

    {
    position: absolute;
    font-size: 20px;
    left: -60px;
    font-weight: bold;
}

.education-block span.date span:first-child {
    top: 0;
}

.education-block span.date span:last-child {
    top: 100%;
}


/*-------------------------------------------*/

/*MEDIA QUERIES*/

@media (min-width: 1980px) {
    .education-block {
        min-height: 100vh;
    }
    .education-block h2 {
        font-size: 60px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        color: white;
        text-decoration: underline;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    .education-block ul/*font-size description*/
        {
        margin: 0;
        margin-top: 100px;
        list-style: none;
        position: relative;
        padding: 1px 60px;
        color: #fff;
        font-size: 40px;
        font-style: italic;
    }
    .education-block ul:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 2px dashed rgba(38, 37, 37, 0.2);
        ;
    }
    .education-block ul li/*BLOCK PRINCIPAL*/
        {
        position: relative;
        margin-left: 30px;
        background-color: rgba(38, 37, 37, 0.2);
        padding: 14px;
        border-radius: 6px;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
    }
    .education-block ul li:not(:first-child) {
        margin-top: 60px;
    }
    .education-block ul li > span/*LINE DASH*/
        {
        width: 2px;
        height: 100%;
        background: rgba(26, 26, 26, 0.27);
        left: -45px;
        top: 0;
        position: absolute;
    }
    /*FONT-SIZE POINT*/
    .education-block ul li > span:before,
    .education-block ul li > span:after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        background: orangered;
        left: -7px;
        top: 0;
    }
    .education-block ul li span:after {
        top: 100%;
    }
    .education-block ul li > div {
        margin-left: 10px;
    }
    .education-block div .job/*FONT-SIZE POSTE*/
        {
        font-weight: 600;
        font-size: 40px;
    }
    .education-block div .description {
        font-weight: 300;
    }
    .education-block div > div {
        margin-top: 5px;
    }
    .education-block span.date {
        height: 100%;
    }
    .education-block span.date span/*FONT-SIZE DATE*/
        {
        position: absolute;
        font-size: 25px;
        left: -70px;
        font-weight: bold;
    }
    .education-block span.date span:first-child {
        top: 0;
    }
    .education-block span.date span:last-child {
        top: 100%;
    }
}




@media (max-width: 425px) {

    .education-block {
        min-height: 145vh
    }


    .education-block span.date span/*FONT-SIZE DATE*/
        {
        font-size: 15px;
        left: -45px
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .education-block {
        min-height: 140vh;
    }
    .education-block ul {
        font-size: 17px;
    }
    .education-block h2 {
        color: white;
        font-size: 30px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        line-height: 1.3;
        margin-top: 20px;
        text-decoration: underline;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    .education-block ul li > span/*LINE DASH*/
        {
        left: -28px
    }
    .education-block span.date span/*FONT-SIZE DATE*/
        {
        font-size: 15px;
        left: -45px
    }
}

@media (min-width: 320px) and (max-width: 320px) {

    .education-block {
        min-height: 130vh;
    }
    .education-block h2 {
        color: white;
        font-size: 20px;
        font-family: 'Crete Round', serif;
        font-weight: 400;
        line-height: 1.3;
        margin-top: 20px;
        text-decoration: underline;
        text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    }
    .education-block ul/*font-size description*/
        {
        margin: 0;
        margin-top: 100px;
        list-style: none;
        position: relative;
        padding: 1px 60px;
        color: #fff;
        font-size: 13px;
        font-style: italic;
    }
    .education-block ul:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 2px dashed rgba(38, 37, 37, 0.2);
        ;
    }
    .education-block ul li/*BLOCK PRINCIPAL*/
        {
        position: relative;
        margin-left: 30px;
        background-color: rgba(38, 37, 37, 0.2);
        padding: 14px;
        border-radius: 6px;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
    }
    .education-block ul li:not(:first-child) {
        margin-top: 60px;
    }
    .education-block ul li > span/*LINE DASH*/
        {
        width: 2px;
        height: 100%;
        background: rgba(26, 26, 26, 0.27);
        left: -30px;
        top: 0;
        position: absolute;
    }
    /*FONT-SIZE POINT*/
    .education-block ul li > span:before,
    .education-block ul li > span:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        background: orangered;
        left: -4px;
        top: 0;
    }
    .education-block ul li span:after {
        top: 100%;
    }
    .education-block ul li > div {
        margin-left: 10px;
    }
    .education-block div .job/*FONT-SIZE POSTE*/
        {
        font-weight: 600;
        font-size: 15px;
    }
    .education-block div .description {
        font-weight: 300;
    }
    .education-block div > div {
        margin-top: 5px;
    }
    .education-block span.date {
        height: 100%;
    }
    .education-block span.date span/*FONT-SIZE DATE*/
        {
        position: absolute;
        font-size: 15px;
        left: -40px;
        font-weight: bold;
    }
    .education-block span.date span:first-child {
        top: 0;
    }
    .education-block span.date span:last-child {
        top: 100%;
    }
}


/*-------------------------------------------*/

/*FOOTER*/

footer {
    background-color: #1d809f;
    -webkit-clip-path: polygon(0 0, 100% 34%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 34%, 100% 100%, 0% 100%);
    /*    height: 180px;*/
    padding-top: 80px;
    color: #fff;
    font-weight: 700;
    


}







footer .copyright p {
    margin-bottom: 5px;
}

/*BRAND SNIPPETS*/

.snip1331 {
    position: relative;
    color: rgb(255, 69, 0);
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 40px;
    text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
}

.snip1331 h1,
.snip1331 h5 {
    margin: 0;
    text-transform: uppercase;
}

.snip1331 h1 {
    font-weight: 700;
    font-size: 1em;
    line-height: 30px;
    position: relative;
    background-color: #fff;
    color: rgb(255, 69, 0);
    text-align: center;
    margin: 0 30px 8px;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}

.snip1331 h1:before,
.snip1331 h1:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    border-width: 25px 10px;
    border-style: solid;
}

.snip1331 h1:before {
    left: -23px;
    border-color: #fff #fff #fff transparent;
}

.snip1331 h1:after {
    right: -23px;
    border-color: #fff transparent #fff #fff;
}

.snip1331 h5 {
    font-weight: 700;
    font-size: 0.6em;
}

.snip1331 h6 {
    margin: 0;
    display: inline-block;
    position: relative;
}

.snip1331 h6:before,
.snip1331 h6:after {
    position: absolute;
    height: 1px;
    content: '';
    background: #fff;
    width: 30px;
    top: 50%;
}

.snip1331 h6:before {
    left: -35px;
}

.snip1331 h6:after {
    right: -35px;
}

.snip1331:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border: 8px solid #fff;

    left: 50%;
    top: 50%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-radius: 50%;
}

/*-------------------------------------------*/

/*CULTURE*/

.culture {
    background: #2f2f2f url('../img/background.png') repeat;
    color: #fff;
}

/*OVERLAY BOX ET ANIMATION*/

.thumbnail {
    position: relative;
}

.thumbnail .visual {
    border: 5px solid red;
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    width: 100%;
    margin-top: 91px;


}



.thumbnail:hover img {
    opacity: 0.7;
}

.thumbnail:hover .caption {
    padding-top: 10%;
}




.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.7s padding;
    transition: 0.7s padding;

}

.caption h1 {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    font-size: 55px;
    font-weight: bold;
    padding: 10px;

}

.caption span {
    background-color: #DDDDDD;
    color: #1d809f;
}




@media (min-width: 1980px) {

    .caption h1 {
        font-size: 80px;
    }



}

@media (max-width: 1440px) {

    .caption h1 {
        font-size: 35px;
    }



}

@media (max-width: 768px) {

    .caption h1 {
        font-size: 21px;
    }



}


@media (max-width: 425px) {

    .caption h1 {
        font-size: 15px;
    }



}


@media (max-width: 320px) {

    .caption h1 {
        font-size: 12px;
    }



}

.tease {
    font-size: 30px;
}

.moovie h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    text-transform: uppercase;
}

.moovie h2 span {
    color: #1d809f;
}

.moovie {
    padding: 30px;
}

.moovie .miniBox {
    margin-bottom: 20px;
}

.moovie .miniBox img {
    border: 2px solid red;
    width: 100%;
    height: auto;
}


.games h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    text-transform: uppercase;
}

.games h2 span {
    color: #1d809f;
}

.games {
    padding: 30px;
}

.games .miniBox {
    margin-bottom: 20px;
}

.games .miniBox img {
    border: 2px solid red;
    width: 100%;
    height: auto;
}

.portfolio {
    padding: 50px;
}

.portfolio h2 span {
    color: #1d809f;

}

.portfolio h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 40px;
}



.plate {

    width: 100%;

    border: 2px solid white;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.55);
}

.plate #tags-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.plate #tags-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.plate #tags-1 p {
    display: inline-block;
    background-color: #222;
    border-radius: 10%;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;

}

.plate #tags-2 p {
    display: inline-block;
    background-color: #222;
    border-radius: 10%;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.shadow {
    color: #fff;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: -3px -3px 0 #222,
    3px -3px 0 #222,
    -3px 3px 0 #222,
    3px 3px 0 #222,
    4px 4px 0 #fff,
    5px 5px 0 #fff,
    6px 6px 0 #fff,
    7px 7px 0 #fff;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    margin: 0;
    text-align: center;
}

.script {
    font-family: "Seaweed Script";
    color: #fff;
    text-align: center;
    font-size: 40px;
    position: relative;
    margin: 0;
}

.script span {
    background-color: #222;
    padding: 0 0.3em;
}

.script:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
    border-bottom: 3px solid #fff;
}

.text1 {
    font-size: 70px;
}

.text2 {
    font-size: 80px;
}

.text3 {
    font-size: 80px;
}

.view {
    position: relative;
}


.view {
    border: 2px solid red;
}

.view:hover .text {

    border: 2px solid black;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* Animation*/
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    display: block;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 22px 8px #fff;
    box-shadow: 0px 0px 22px 8px #fff;

}


.text {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text a {
    display: block;
    background-color: orangered;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 32px;
    opacity: 1;
}


@media (max-width: 1440px) {

    /*
    .portfolio h2 {
        font-size: 28px;
    }
*/
    .text1 {
        font-size: 74px;
    }

    .text2 {
        font-size: 74px;
    }

    .text3 {
        font-size: 74px;
    }

}

@media (max-width: 1024px) {

    .text1 {
        font-size: 60px;
    }

    .text2 {
        font-size: 60px;
    }

    .text3 {
        font-size: 60px;
    }


}

@media (max-width: 425px) {

    .portfolio h2 {
        font-size: 28px;
    }

    .text1 {
        font-size: 52px;
    }

    .text2 {
        font-size: 52px;
    }

    .text3 {
        font-size: 52px;
    }

    .moovie h2 {
        font-size: 17px;
    }

}

@media (max-width: 375px) {

    .portfolio h2 {
        font-size: 24px;
    }


    .text1 {
        font-size: 45px;
    }

    .text2 {
        font-size: 45px;
    }

    .text3 {
        font-size: 45px;
    }


}


@media (max-width: 320px) {

    .portfolio h2 {
        font-size: 19px;
    }

    .text1 {
        font-size: 35px;
    }

    .text2 {
        font-size: 35px;
    }

    .text3 {
        font-size: 35px;
    }


}
