body {
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.42857143;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-weight: 300;
}

h1 {
  font-size: 42px;
  padding-bottom: 14px;
  margin-bottom: 0px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 6px;
}

h4 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 6px;
}

h5 {
  color: #666666;
}

strong {
  color: #232b2b;
  font-weight: normal;
}

p {
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.section-btn {
  background-color: transparent;
  border: 3px solid #232b2b;
  border-radius: 100px;
  color: #232b2b;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 42px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.section-btn:hover {
  background: #e3ae57;
  border-color: transparent;
  color: #ffffff;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.parallax-section-lila {
  background-attachment: fixed !important;
  background-size: cover !important;
  background: #d9b0e8;
  padding: 0px 20px;
}

.parallax-section-white {
  background-attachment: fixed !important;
  background-size: cover !important;
  background: white;
  padding: 0px 20px;
}

.parallax-section-eggplant {
  background-attachment: fixed !important;
  background-size: cover !important;
  background: #685064;
  padding: 0px 20px;
}

.section-title {
  position: relative;
  padding-bottom: 40px;
}

#competence {
  margin: 0px 0px 80px 0px;
}

#div-white {
  color: white;
}

#a-white {
  color: white;
}
.bouton {
  height: 75px;
  position: relative;
  float: right;
  width: 36px;
  transform: rotate(0deg);
  transition: 5s;
  background: transparent;
  cursor: pointer;
}

#accueil {
  font-weight: normal;
}

#about,
#service,
#experience,
#education,
#contact {
  position: relative;
}

#maphoto {
  height: 90vh;
  background-position: 50% 50%;
  object-fit: contain;
}

@media (max-width: 1250px) {
  #maphoto {
    display: none;
  }
}

#ccodile {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 950px) {
  #ccodile {
    flex-direction: column;
  }
}

#h1-white {
  font-size: 2em;
  padding-bottom: 14px;
  margin-bottom: 0px;
  font-weight: bold;
  color: white;
}

#white-contact {
  margin-left: 170px;
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}

@media screen and (max-width: 950px) {
  #white-contact {
    box-shadow: none;
  }
}

@media screen and (max-width: 950px) {
  #white-contact {
    margin-left: 0px;
  }
}

#divmaphoto {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#divmaphotobas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#competences-container {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 950px) {
  #competences-container {
    justify-content: center;
    gap: 30px;
  }
}

#competences-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 25%;
  height: 225px;
}

#competences-text {
  color: white;
}

#logo-competences {
  width: 70px;
}
#anglais {
  width: 30%;
}

#français {
  width: 30%;
}

#h3-white {
  color: white;
  font-weight: bold;
}

#p-white {
  color: white;
}

#quality-text {
  font-size: 1.3em;
}

#menu {
  display: flex;
  justify-content: center;
  font-size: 21px;
  gap: 10%;
  margin: 20px 0px 16px 0px;
}

@media screen and (max-width: 950px) {
  #menu {
    gap: 5%;
    font-size: 12px;
  }
}

#menu-color {
  color: #685064;
  margin-left: 25px;
}

#about {
  display: flex;
}

#home .container,
#about .container,
#experience .container,
#service .container,
#education .container,
#contact .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#parent {
  display: flex;
  padding: 0px 45px 0px 45px;
  height: 100vh;
  grid-column-gap: 40px;
}

@media screen and (max-width: 950px) {
  #parent {
    padding: 0px 0px 0px 0px;
  }
}

#experience .experience-thumb,
#education .education-thumb {
  padding: 22px 42px 42px 42px;
}

#service,
#quotes,
footer {
  text-align: center;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: black;
}

.bg-lila {
  background: #d9b0e8;
}

.bg-white {
  background: #ffffff;
}

.bg-dark {
  background: black;
}

/*---------------------------------------
    General               
-----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: black;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
  color: black;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.custom-navbar {
  margin-bottom: 0;
  background-color: #ffffff;
}

.custom-navbar .navbar-brand {
  color: #dab2e8;
  text-shadow: 1px 1px #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1px;
}

.custom-navbar .nav li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #e3ae57;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #e3ae57;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #dab2e8;
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    padding: 12px 0;
    border-bottom: 0;
    background: 0 0;
  }
  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    padding: 0;
  }
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h1 {
  padding-bottom: 18px;
}

#home .col-md-6 {
  padding: 0px 45px 0px 45px;
  align-items: center;
}

#home .home-img {
  background: url("../images/home-img.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

#home .home-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px 0 45px;
}

/*---------------------------------------
   About section              
-----------------------------------------*/

#about .about-img {
  background: url("../images/about-img.jpg") no-repeat;
}

#about .about-thumb,
#about .skill-thumb {
  padding: 22px 32px 32px 32px;
}

#about .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#about .progress-bar-primary {
  background: #232b2b;
}

#about strong,
#about span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
}

/*---------------------------------------
    Service section              
-----------------------------------------*/

#service p {
  font-size: 18px;
  line-height: 30px;
}

#service .service-thumb {
  padding: 52px 22px 52px 22px;
}

#service .service-thumb .fa {
  font-size: 42px;
  padding-bottom: 22px;
}

#service-margin {
  margin-top: 100px;
}

/*---------------------------------------
    Experience section              
-----------------------------------------*/

#experience .experience-img {
}

#experience .media-heading {
  margin-bottom: 0px;
}

#experience .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#experience small {
  color: black;
  font-weight: bold;
}

/*---------------------------------------
    Education section              
-----------------------------------------*/

#education .education-img {
  background: url("../images/education-img.jpg") no-repeat;
}

#education .media-heading {
  margin-bottom: 0px;
  font-weight: bold;
}

#education .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#education small {
  font-weight: normal;
}

/*---------------------------------------
   Quotes section              
-----------------------------------------*/

#quotes {
  background-position: center center;
  position: relative;
  padding: 50px 0px;
}

#quotes .overlay {
  background: #121212;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
}

#quotes .fa {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 22px;
}

#quotes p {
  padding-top: 32px;
}

/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact .contact-form,
#contact .contact-thumb {
  padding: 22px 32px 22px 32px;
}

@media screen and (max-width: 950px) {
  #contact .contact-form,
  #contact .contact-thumb {
  }
}

#contact .contact-info {
  padding-top: 6px;
  padding-bottom: 6px;
}

#contact .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#contact .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e3ae57;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #ffffff;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #161616;
  padding-bottom: 10px;
}

#contact input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .fa {
  padding-right: 10px;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border: 2px solid transparent;
  color: #999;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
  background: #e3ae57;
  border-color: #ffffff;
  color: #ffffff;
  transform: scale(1.1);
}

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: inherit;
  }

  h3 {
    font-size: 22px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
  }

  #home .home-thumb {
    height: 100vh;
    padding: 0 45px 0 45px;
  }

  #home .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
  #home .container,
  #about .container,
  #experience .container,
  #service .container,
  #education .container,
  #contact .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #about .col-md-3,
  #experience .col-md-6,
  #education .col-md-6,
  #contact .col-md-3 {
    padding: 15px;
    margin: 15px;
  }

  .background-image {
    position: relative;
    min-height: 65vh;
  }
}

@media only screen and (max-width: 1024px) {
  .section-title {
    padding-bottom: 12px;
  }
}

/*---------------------------------------
   Bookstrap         
-----------------------------------------*/

html {
  font-family: Source sans pro sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
