/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}
h1 {
  margin: 0 !important;
  padding: 0 !important;
}
h2 {
  padding: 0 !important;
  margin: 0 !important;
}
h3 {
  padding: 0 !important;
  margin: 0 !important;
}
h4 {
  margin: 0 !important;
  padding: 0 !important;
}

.btn-header {
  display: flex;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 10px 20px;
  gap: 20px;
  width: fit-content;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  white-space: nowrap;
}
.btn-header img {
  max-width: 30px;
  max-height: 30px;
}
.btn-header:hover {
  background-color: rgb(175, 173, 170);
  cursor: pointer;
}
.btn-header p {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#site-header {
  position: relative;
}
.btn {
  border-radius: 20px;
  border: 3px solid #fff;
  padding: 10px 22px;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-b {
  border-radius: 20px;
  border: 3px solid #000000;
  padding: 10px 22px;
  color: #000000;
  font-family: "Readex Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.elementor-90 {
  border-radius: 20px !important;
}
.news {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin-right: 70px;
}
.news input {
  border-radius: 200px;
  border: 2px solid #000;
  padding: 15px;
}
.news div {
  position: absolute;
  right: -60px;
  top: 0;
  border-radius: 180px;
  background-image: url(./assets/fond-bleu.png);
  background-position: center;
  padding: 15px;
  color: #ffffff;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.col-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact h2 {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coordo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
.lign {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.lign p {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lign img {
  width: 50px !important;
}
form label {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
form p {
  margin-top: 10px !important;
}
form span {
  color: red;
}
form input[type="text"],
form input[type="email"],
form textarea {
  border-radius: 20px;
  background-color: #faf7f7;
  padding: 10px;
  margin-top: 10px;
}
form {
  border-radius: 60px;
  background: #d9cccc;
  padding: 50px;
}
input[type="submit"] {
  border-radius: 10px;
  border: 2px solid #000;
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  background-color: transparent !important;
}
input[type="submit"]:hover {
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .btn-header p {
    display: none;
  }
  .btn-header{
    margin-right: 20px;
  }
}
#mobile-dropdown #mobile-menu-search {
  display: none !important;
}
.oceanwp-mobile-menu-ico {
  display: none !important;
}
body.default-breakpoint .oceanwp-mobile-menu-icon{
  display: none !important;
}
body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content{
  display: block !important;
}
