/* line 5, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 10, ../sass/screen_mobile.scss */
  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  /* line 17, ../sass/screen_mobile.scss */
  body {
    font-family: "Montserrat", sans-serif;
    color: #231F20;
  }
  /* line 23, ../sass/screen_mobile.scss */
  body .navbar-dark {
    background-color: #231F20;
  }
  /* line 25, ../sass/screen_mobile.scss */
  body .navbar-dark .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
  }
  /* line 30, ../sass/screen_mobile.scss */
  body .navbar-dark .navbar-brand:hover {
    color: #B22525;
  }
  /* line 35, ../sass/screen_mobile.scss */
  body .navbar-dark .navbar-nav .nav-item {
    color: #ffffff;
    margin: 0 15px 0 15px;
  }
  /* line 38, ../sass/screen_mobile.scss */
  body .navbar-dark .navbar-nav .nav-item:hover {
    color: #B22525;
  }
  /* line 49, ../sass/screen_mobile.scss */
  body header {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(../imgs/background_index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
  }
  /* line 60, ../sass/screen_mobile.scss */
  body header .h1 {
    text-align: center;
    font-size: 50px;
    margin: 100px 0 0 0;
    text-transform: uppercase;
  }
  /* line 66, ../sass/screen_mobile.scss */
  body header p {
    text-align: center;
    font-size: 25px;
  }
  /* line 69, ../sass/screen_mobile.scss */
  body header p .btn {
    border: 1.5px solid #B22525;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }
  /* line 75, ../sass/screen_mobile.scss */
  body header p .btn:hover {
    background-color: #B22525;
    border-color: #B22525;
  }
  /* line 79, ../sass/screen_mobile.scss */
  body header p .btn:active {
    background-color: #B22525 !important;
    border-color: #B22525 !important;
  }
  /* line 85, ../sass/screen_mobile.scss */
  body header #title {
    margin: 70px 0 100px 0;
  }
  /* line 94, ../sass/screen_mobile.scss */
  body #present {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B22525;
    color: #ffffff;
  }
  /* line 101, ../sass/screen_mobile.scss */
  body #present h2 {
    font-family: "Maven Pro", sans-serif;
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
  }
  /* line 107, ../sass/screen_mobile.scss */
  body #present hr {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 114, ../sass/screen_mobile.scss */
  body #present #img_profil {
    text-align: center;
    margin: 30px 0;
  }
  /* line 117, ../sass/screen_mobile.scss */
  body #present #img_profil img {
    height: 150px;
    border-radius: 100px;
  }
  /* line 122, ../sass/screen_mobile.scss */
  body #present p {
    text-align: center;
  }
  /* line 124, ../sass/screen_mobile.scss */
  body #present p .btn {
    border: 1.5px solid #231F20;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 15px !important;
    margin: 30px 0 20px 0 !important;
    border-radius: 25px;
  }
  /* line 132, ../sass/screen_mobile.scss */
  body #present p .btn:hover {
    background-color: #231F20;
    border-color: #231F20;
  }
  /* line 136, ../sass/screen_mobile.scss */
  body #present p .btn:active {
    background-color: #231F20 !important;
    border-color: #231F20 !important;
  }
  /* line 142, ../sass/screen_mobile.scss */
  body #present #caract {
    font-style: italic;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.3;
  }
  /* line 148, ../sass/screen_mobile.scss */
  body #present #descrip_profil {
    line-height: 1.5;
    text-align: justify;
  }
  /* line 158, ../sass/screen_mobile.scss */
  body #portfolio {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
  }
  /* line 164, ../sass/screen_mobile.scss */
  body #portfolio div {
    width: 100%;
  }
  /* line 166, ../sass/screen_mobile.scss */
  body #portfolio div #title_port {
    margin: 0 0 50px 0;
  }
  /* line 168, ../sass/screen_mobile.scss */
  body #portfolio div #title_port h2 {
    font-family: "Maven Pro", sans-serif;
    text-align: center;
    color: #B22525;
    font-size: 25px;
    margin: 20px 0 0 0;
  }
  /* line 175, ../sass/screen_mobile.scss */
  body #portfolio div #title_port hr {
    border: 1px solid #B22525;
    background-color: #B22525;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 183, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 189, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .website {
    width: 200px;
    height: 200px;
    border: 2px solid #231F20;
    border-radius: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  /* line 201, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .website div {
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background-color: rgba(35, 31, 32, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #ffffff;
    font-size: 18px;
  }
  /* line 212, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .website div:hover {
    opacity: 1;
  }
  /* line 217, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes #web1 {
    background-image: url("../imgs/site1.png");
  }
  /* line 220, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes #web2 {
    background-image: url("../imgs/site2.png");
  }
  /* line 223, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes #web3 {
    background-image: url("../imgs/site2.png");
  }
  /* line 226, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 31, 32, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 236, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content {
    width: 80%;
    height: 80%;
    background: #ffffff;
  }
  /* line 240, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content span {
    margin-right: 5px;
  }
  /* line 243, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  /* line 249, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div .h2 {
    text-align: center;
    margin: 0;
    font-size: 25px;
  }
  /* line 254, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div .description {
    width: 80%;
    max-height: 70%;
    text-align: center;
    margin: 25px 0;
    overflow: hidden;
  }
  /* line 261, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div .btn_view {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  /* line 264, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div .btn_view .btn {
    border: 1.5px solid #B22525;
    color: #B22525;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 15px !important;
    font-weight: bold;
  }
  /* line 271, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div .btn_view .btn:hover {
    background-color: #B22525;
    border-color: #B22525;
    color: #ffffff;
  }
  /* line 276, ../sass/screen_mobile.scss */
  body #portfolio div #vignettes .pop_portfolio .pop_content div .btn_view .btn:active {
    background-color: #B22525 !important;
    border-color: #B22525 !important;
    color: #ffffff !important;
  }
  /* line 294, ../sass/screen_mobile.scss */
  body #contact {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B22525;
    color: #ffffff;
  }
  /* line 301, ../sass/screen_mobile.scss */
  body #contact h2 {
    font-family: "Maven Pro", sans-serif;
    text-align: center;
    font-size: 25px;
  }
  /* line 306, ../sass/screen_mobile.scss */
  body #contact hr {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 313, ../sass/screen_mobile.scss */
  body #contact p {
    text-align: center;
    margin: 70px 0 0 0;
  }
  /* line 317, ../sass/screen_mobile.scss */
  body #contact #contact_cont {
    width: 100%;
  }
  /* line 319, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_info {
    width: 100%;
    margin: 50px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 326, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_info .contain_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 20px 30px;
  }
  /* line 331, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_info .contain_info i {
    font-size: 30px;
    margin: 0 10px 0 0;
  }
  /* line 337, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 343, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_links p {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  /* line 350, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_links a {
    color: #ffffff;
  }
  /* line 352, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_links a:hover {
    color: #231F20;
  }
  /* line 355, ../sass/screen_mobile.scss */
  body #contact #contact_cont #cont_links a i {
    font-size: 40px;
    margin: 0 15px 0 15px;
  }
  /* line 368, ../sass/screen_mobile.scss */
  body footer {
    background-color: #231F20;
    color: #ffffff;
    padding: 20px 0 20px 0 !important;
  }
  /* line 372, ../sass/screen_mobile.scss */
  body footer p {
    text-align: center;
    font-size: 14px;
  }
  /* line 375, ../sass/screen_mobile.scss */
  body footer p a {
    color: #ffffff;
  }
  /* line 377, ../sass/screen_mobile.scss */
  body footer p a:hover {
    color: #B22525;
    text-decoration: none;
  }
  /* line 383, ../sass/screen_mobile.scss */
  body footer #old {
    margin: 0 0 20px 0;
  }
}
